Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 lat temu |
Rusty Russell
|
7313d5217e
lguest: add iomem region, where guest page faults get sent to userspace.
|
10 lat temu |
Rusty Russell
|
c9e433e4b8
lguest: add infrastructure to check mappings.
|
10 lat temu |
Andrew Morton
|
179e09637c
drivers/lguest/page_tables.c: rename do_set_pte()
|
11 lat temu |
Rusty Russell
|
4623c28e22
lguest: fix BUG_ON() in invalid guest page table.
|
12 lat temu |
Paul Bolle
|
e3d1848f29
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
|
12 lat temu |
Rusty Russell
|
f616fe4fee
lguest: clear cached last cpu when guest_set_pgd() called.
|
12 lat temu |
Linus Torvalds
|
736a2dd257
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 lat temu |
Akinobu Mita
|
10fdc14112
lguest: rename random32() to prandom_u32()
|
12 lat temu |
Rusty Russell
|
6d0cda93c0
lguest: cache last cpu we ran on.
|
12 lat temu |
Rusty Russell
|
86935fc4ee
lguest: map Switcher text whenever we allocate a new pagetable.
|
12 lat temu |
Rusty Russell
|
3412b6ae29
lguest: don't share Switcher PTE pages between guests.
|
12 lat temu |
Rusty Russell
|
17427e08fa
lguest: extract shadow PTE walking / allocating.
|
12 lat temu |
Rusty Russell
|
e1d12606f7
lguest: make check_gpte et. al return bool.
|
12 lat temu |
Rusty Russell
|
93a2cdff98
lguest: assume Switcher text is a single page.
|
12 lat temu |
Rusty Russell
|
856c608827
lguest: rename switcher_page to switcher_pages.
|
12 lat temu |
Rusty Russell
|
c215a8b9eb
lguest: remove RESERVE_MEM constant.
|
12 lat temu |
Rusty Russell
|
68a644d734
lguest: check vaddr not pgd for Switcher protection.
|
12 lat temu |
Rusty Russell
|
9f54288def
lguest: update comments
|
14 lat temu |
Rusty Russell
|
5dea1c88ed
lguest: use a special 1:1 linear pagetable mode until first switch.
|
14 lat temu |
Christoph Lameter
|
c9f2954964
lguest: Use this_cpu_ops
|
14 lat temu |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 lat temu |
Linus Torvalds
|
1f0918d03f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
|
16 lat temu |
Rusty Russell
|
fb100d78c0
lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
|
16 lat temu |
Rusty Russell
|
4c1ea3dd71
lguest: use set_pte/set_pmd uniformly for real page table entries
|
16 lat temu |
Anand Gadiyar
|
fd589a8f0a
trivial: fix typo "to to" in multiple files
|
16 lat temu |
Rusty Russell
|
a91d74a3c4
lguest: update commentry
|
16 lat temu |
Rusty Russell
|
2e04ef7691
lguest: fix comment style
|
16 lat temu |
Rusty Russell
|
92b4d8df84
lguest: PAE fixes
|
16 lat temu |
Matias Zabaljauregui
|
acdd0b6292
lguest: PAE support
|
16 lat temu |