Files
android_kernel_xiaomi_sm8450/arch/x86/xen
Jeremy Fitzhardinge a05d2ebab2 xen: fix allocation and use of large ldts
When the ldt gets to more than 1 page in size, the kernel uses vmalloc
to allocate it.  This means that:

 - when making the ldt RO, we must update the pages in both the vmalloc
   mapping and the linear mapping to make sure there are no RW aliases.

 - we need to use arbitrary_virt_to_machine to compute the machine addr
   for each update

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-07-28 14:26:27 +02:00
..
2008-07-16 10:59:09 +02:00
2008-07-22 10:43:45 +02:00
2008-07-16 11:08:44 +02:00
2007-10-11 11:16:51 +02:00
2008-07-16 10:59:09 +02:00