Rusty Russell
|
4623c28e22
lguest: fix BUG_ON() in invalid guest page table.
|
12 years ago |
Paul Bolle
|
e3d1848f29
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
|
12 years ago |
Rusty Russell
|
f616fe4fee
lguest: clear cached last cpu when guest_set_pgd() called.
|
12 years ago |
Linus Torvalds
|
736a2dd257
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Akinobu Mita
|
10fdc14112
lguest: rename random32() to prandom_u32()
|
12 years ago |
Rusty Russell
|
6d0cda93c0
lguest: cache last cpu we ran on.
|
12 years ago |
Rusty Russell
|
86935fc4ee
lguest: map Switcher text whenever we allocate a new pagetable.
|
12 years ago |
Rusty Russell
|
3412b6ae29
lguest: don't share Switcher PTE pages between guests.
|
12 years ago |
Rusty Russell
|
17427e08fa
lguest: extract shadow PTE walking / allocating.
|
12 years ago |
Rusty Russell
|
e1d12606f7
lguest: make check_gpte et. al return bool.
|
12 years ago |
Rusty Russell
|
93a2cdff98
lguest: assume Switcher text is a single page.
|
12 years ago |
Rusty Russell
|
856c608827
lguest: rename switcher_page to switcher_pages.
|
12 years ago |
Rusty Russell
|
c215a8b9eb
lguest: remove RESERVE_MEM constant.
|
12 years ago |
Rusty Russell
|
68a644d734
lguest: check vaddr not pgd for Switcher protection.
|
12 years ago |
Rusty Russell
|
9f54288def
lguest: update comments
|
14 years ago |
Rusty Russell
|
5dea1c88ed
lguest: use a special 1:1 linear pagetable mode until first switch.
|
14 years ago |
Christoph Lameter
|
c9f2954964
lguest: Use this_cpu_ops
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Linus Torvalds
|
1f0918d03f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
|
16 years ago |
Rusty Russell
|
fb100d78c0
lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
|
16 years ago |
Rusty Russell
|
4c1ea3dd71
lguest: use set_pte/set_pmd uniformly for real page table entries
|
16 years ago |
Anand Gadiyar
|
fd589a8f0a
trivial: fix typo "to to" in multiple files
|
16 years ago |
Rusty Russell
|
a91d74a3c4
lguest: update commentry
|
16 years ago |
Rusty Russell
|
2e04ef7691
lguest: fix comment style
|
16 years ago |
Rusty Russell
|
92b4d8df84
lguest: PAE fixes
|
16 years ago |
Matias Zabaljauregui
|
acdd0b6292
lguest: PAE support
|
16 years ago |
Matias Zabaljauregui
|
ebe0ba84f5
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
|
16 years ago |
Matias Zabaljauregui
|
90603d15fa
lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated
|
16 years ago |
Matias Zabaljauregui
|
ed1dc77810
lguest: map switcher with executable page table entries
|
16 years ago |
Matias Zabaljauregui
|
df1693abc4
lguest: use bool instead of int
|
16 years ago |