aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/page_tables.c
Commit message (Expand)AuthorAge
* drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton2014-04-07
* lguest: fix BUG_ON() in invalid guest page table.Rusty Russell2013-09-05
* lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in commentPaul Bolle2013-05-29
* lguest: clear cached last cpu when guest_set_pgd() called.Rusty Russell2013-05-07
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-02
|\
| * lguest: cache last cpu we ran on.Rusty Russell2013-04-22
| * lguest: map Switcher text whenever we allocate a new pagetable.Rusty Russell2013-04-22
| * lguest: don't share Switcher PTE pages between guests.Rusty Russell2013-04-22
| * lguest: extract shadow PTE walking / allocating.Rusty Russell2013-04-22
| * lguest: make check_gpte et. al return bool.Rusty Russell2013-04-22
| * lguest: assume Switcher text is a single page.Rusty Russell2013-04-22
| * lguest: rename switcher_page to switcher_pages.Rusty Russell2013-04-22
| * lguest: remove RESERVE_MEM constant.Rusty Russell2013-04-22
| * lguest: check vaddr not pgd for Switcher protection.Rusty Russell2013-04-22
* | lguest: rename random32() to prandom_u32()Akinobu Mita2013-04-29
|/
* lguest: update commentsRusty Russell2011-07-22
* lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell2011-07-22
* lguest: Use this_cpu_opsChristoph Lameter2011-01-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-23
|\
| * lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell2009-09-23
| * lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell2009-09-23
* | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-21
|/
* lguest: update commentryRusty Russell2009-07-30
* lguest: fix comment styleRusty Russell2009-07-30
* lguest: PAE fixesRusty Russell2009-06-12
* lguest: PAE supportMatias Zabaljauregui2009-06-12
* lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-12
* lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-12
* lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-12
* lguest: use bool instead of intMatias Zabaljauregui2009-03-30
* lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell2009-03-30
* lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui2008-12-29
* lguest: use get_user_pages_fast() instead of get_user_pages()Rusty Russell2008-08-12
* lguest: comment documentation update.Rusty Russell2008-03-27
* lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell2008-03-10
* lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish2008-02-09
* lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa2008-01-30
* lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa2008-01-30
* lguest: change gpte_addr headerGlauber de Oliveira Costa2008-01-30
* lguest: change spte_addr headerGlauber de Oliveira Costa2008-01-30
* lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-30
* lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-30
* lguest: make registers per-vcpuGlauber de Oliveira Costa2008-01-30
* lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa2008-01-30
* lguest: documentation updateRusty Russell2007-10-25
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-23
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-23
* Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2007-10-23
* Pagetables to use normal kernel typesMatias Zabaljauregui2007-10-23