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
..
2005-04-16 15:20:36 -07:00
2006-10-03 13:16:15 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-12 08:42:08 +09:00
2006-09-27 18:33:49 +09:00
2006-09-27 12:31:01 +09:00
2006-12-12 08:42:08 +09:00
2005-04-16 15:20:36 -07:00
2006-12-06 10:45:40 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-06 10:45:37 +09:00
2005-04-16 15:20:36 -07:00
2006-09-27 12:31:01 +09:00
2006-09-27 17:21:02 +09:00
2006-01-16 23:15:28 -08:00
2006-01-08 20:13:39 -08:00
2006-09-27 16:20:22 +09:00
2007-03-28 19:45:59 +09:00
2006-10-06 15:31:16 +09:00
2006-10-11 11:14:23 -07:00
2006-01-10 08:01:34 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-03-14 13:03:35 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-09-27 18:17:31 +09:00
2006-02-15 15:32:22 -08:00
2007-02-13 10:54:45 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-02-13 10:54:46 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-12-06 10:45:38 +09:00
2006-09-27 16:20:22 +09:00
2005-04-16 15:20:36 -07:00
2006-09-21 08:36:50 +01:00
2005-04-16 15:20:36 -07:00
2007-02-15 18:20:52 +09:00
2006-09-27 14:48:09 +09:00
2006-12-06 10:45:37 +09:00
2006-09-27 15:41:24 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-02-15 18:20:52 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-19 17:31:22 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-03 14:13:09 +09:00
2005-04-16 15:20:36 -07:00
2007-03-05 14:13:25 +09:00
2006-12-06 10:45:40 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-03-12 15:55:19 +09:00
2005-04-16 15:20:36 -07:00
2007-02-15 18:20:52 +09:00
2006-09-27 12:31:01 +09:00
2005-04-16 15:20:36 -07:00