Jeremy Fitzhardinge
d6dd61c831
[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destruction
...
Add hooks to allow a paravirt implementation to track the lifetime of
an mm. Paravirtualization requires three hooks, but only two are
needed in common code. They are:
arch_dup_mmap, which is called when a new mmap is created at fork
arch_exit_mmap, which is called when the last process reference to an
mm is dropped, which typically happens on exit and exec.
The third hook is activate_mm, which is called from the arch-specific
activate_mm() macro/function, and so doesn't need stub versions for
other architectures. It's called when an mm is first used.
Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: linux-arch@vger.kernel.org
Cc: James Bottomley <James.Bottomley@SteelEye.com>
Acked-by: Ingo Molnar <mingo@elte.hu>
2007-05-02 19:27:14 +02:00
..
2007-04-27 13:44:14 +02:00
2006-10-04 10:25:05 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-27 13:54:02 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-27 13:44:13 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-12-13 09:27:08 -08:00
2007-02-09 15:01:56 +01:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-12-01 14:52:01 -08:00
2006-09-26 08:48:54 -07:00
2007-03-07 10:50:30 +01:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-02-09 15:01:58 +01:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-27 13:44:15 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-10-11 11:14:14 -07:00
2007-02-09 15:01:58 +01:00
2006-09-26 08:48:54 -07:00
2007-03-07 10:50:27 +01:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-05-02 19:27:14 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-12-13 09:05:58 -08:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-02-09 15:01:59 +01:00
2007-04-27 13:44:13 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-27 13:44:15 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-25 22:24:21 -07:00
2007-04-25 22:24:04 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-04-27 13:44:13 +02:00
2007-04-27 13:44:13 +02:00
2006-12-08 08:28:56 -08:00
2007-02-11 10:51:26 -08:00
2007-04-27 13:44:12 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2006-12-04 19:41:15 -08:00
2007-04-27 14:21:47 +02:00
2006-09-26 08:48:54 -07:00
2006-09-26 08:48:54 -07:00
2007-02-16 12:54:44 +01:00
2006-09-26 08:48:54 -07:00