Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
459d0fa7359654e5e076e84fc58512f00f70fee9
/
drivers
/
lguest
/
page_tables.c
7313d52
lguest: add iomem region, where guest page faults get sent to userspace.
by Rusty Russell
· 10 years ago
c9e433e
lguest: add infrastructure to check mappings.
by Rusty Russell
· 10 years ago
179e096
drivers/lguest/page_tables.c: rename do_set_pte()
by Andrew Morton
· 11 years ago
4623c28
lguest: fix BUG_ON() in invalid guest page table.
by Rusty Russell
· 11 years ago
e3d1848
lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in comment
by Paul Bolle
· 11 years ago
f616fe4
lguest: clear cached last cpu when guest_set_pgd() called.
by Rusty Russell
· 12 years ago
736a2dd
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
10fdc14
lguest: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
6d0cda9
lguest: cache last cpu we ran on.
by Rusty Russell
· 12 years ago
86935fc
lguest: map Switcher text whenever we allocate a new pagetable.
by Rusty Russell
· 12 years ago
3412b6a
lguest: don't share Switcher PTE pages between guests.
by Rusty Russell
· 12 years ago
17427e0
lguest: extract shadow PTE walking / allocating.
by Rusty Russell
· 12 years ago
e1d1260
lguest: make check_gpte et. al return bool.
by Rusty Russell
· 12 years ago
93a2cdf
lguest: assume Switcher text is a single page.
by Rusty Russell
· 12 years ago
856c608
lguest: rename switcher_page to switcher_pages.
by Rusty Russell
· 12 years ago
c215a8b
lguest: remove RESERVE_MEM constant.
by Rusty Russell
· 12 years ago
68a644d
lguest: check vaddr not pgd for Switcher protection.
by Rusty Russell
· 12 years ago
9f54288
lguest: update comments
by Rusty Russell
· 13 years ago
5dea1c8
lguest: use a special 1:1 linear pagetable mode until first switch.
by Rusty Russell
· 13 years ago
c9f2954
lguest: Use this_cpu_ops
by Christoph Lameter
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1f0918d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 15 years ago
fb100d7
lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
by Rusty Russell
· 15 years ago
4c1ea3d
lguest: use set_pte/set_pmd uniformly for real page table entries
by Rusty Russell
· 15 years ago
fd589a8
trivial: fix typo "to to" in multiple files
by Anand Gadiyar
· 15 years ago
a91d74a
lguest: update commentry
by Rusty Russell
· 15 years ago
2e04ef7
lguest: fix comment style
by Rusty Russell
· 15 years ago
92b4d8d
lguest: PAE fixes
by Rusty Russell
· 15 years ago
acdd0b6
lguest: PAE support
by Matias Zabaljauregui
· 15 years ago
ebe0ba8
lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD
by Matias Zabaljauregui
· 15 years ago
90603d1
lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activated
by Matias Zabaljauregui
· 15 years ago
ed1dc77
lguest: map switcher with executable page table entries
by Matias Zabaljauregui
· 15 years ago
df1693a
lguest: use bool instead of int
by Matias Zabaljauregui
· 16 years ago
6afbdd0
lguest: fix spurious BUG_ON() on invalid guest stack.
by Rusty Russell
· 16 years ago
58a2456
lguest: move the initial guest page table creation code to the host
by Matias Zabaljauregui
· 16 years ago
71a3f4e
lguest: use get_user_pages_fast() instead of get_user_pages()
by Rusty Russell
· 16 years ago
a6bd8e1
lguest: comment documentation update.
by Rusty Russell
· 17 years ago
4357bd9
lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.
by Rusty Russell
· 17 years ago
31f4b46
lguest: accept guest _PAGE_PWT page table entries
by Ahmed S. Darwish
· 17 years ago
84f12e3
lguest: use __PAGE_KERNEL instead of _PAGE_KERNEL
by Glauber de Oliveira Costa
· 17 years ago
382ac6b
lguest: get rid of lg variable assignments
by Glauber de Oliveira Costa
· 17 years ago
934faab
lguest: change gpte_addr header
by Glauber de Oliveira Costa
· 17 years ago
2092aa2
lguest: change spte_addr header
by Glauber de Oliveira Costa
· 17 years ago
1713608
lguest: per-vcpu lguest pgdir management
by Glauber de Oliveira Costa
· 17 years ago
4665ac8e
lguest: makes special fields be per-vcpu
by Glauber de Oliveira Costa
· 17 years ago
a53a35a
lguest: make registers per-vcpu
by Glauber de Oliveira Costa
· 17 years ago
0c78441
lguest: map_switcher_in_guest() per-vcpu
by Glauber de Oliveira Costa
· 17 years ago
e1e7296
lguest: documentation update
by Rusty Russell
· 17 years ago
2d37f94
generalize lgread_u32/lgwrite_u32.
by Rusty Russell
· 17 years ago
47436aa
Boot with virtual == physical to get closer to native Linux.
by Rusty Russell
· 17 years ago
ee3db0f
Rename "cr3" to "gpgdir" to avoid x86-specific naming.
by Rusty Russell
· 17 years ago
df29f43
Pagetables to use normal kernel types
by Matias Zabaljauregui
· 17 years ago
3c6b5bf
Introduce guest mem offset, static link example launcher
by Rusty Russell
· 17 years ago
f56a384
lguest: documentation VII: FIXMEs
by Rusty Russell
· 17 years ago
bff672e
lguest: documentation V: Host
by Rusty Russell
· 17 years ago
f938d2c
lguest: documentation I: Preparation
by Rusty Russell
· 17 years ago
d7e28ff
lguest: the host code
by Rusty Russell
· 17 years ago