aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/page_tables.c
Commit message (Expand)AuthorAgeFilesLines
* lguest: Use this_cpu_opsChristoph Lameter2011-01-201-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-231-26/+19
|\
| * lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell2009-09-231-4/+2
| * lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell2009-09-231-22/+17
* | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
|/
* lguest: update commentryRusty Russell2009-07-301-19/+65
* lguest: fix comment styleRusty Russell2009-07-301-145/+282
* lguest: PAE fixesRusty Russell2009-06-121-17/+21
* lguest: PAE supportMatias Zabaljauregui2009-06-121-38/+313
* lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2009-06-121-1/+1
* lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui2009-06-121-17/+18
* lguest: map switcher with executable page table entriesMatias Zabaljauregui2009-06-121-1/+1
* lguest: use bool instead of intMatias Zabaljauregui2009-03-301-9/+9
* lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell2009-03-301-1/+3
* lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui2008-12-301-2/+70
* lguest: use get_user_pages_fast() instead of get_user_pages()Rusty Russell2008-08-121-16/+9
* lguest: comment documentation update.Rusty Russell2008-03-281-14/+18
* lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell2008-03-111-1/+1
* lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish2008-02-091-2/+2
* lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa2008-01-301-2/+2
* lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa2008-01-301-57/+58
* lguest: change gpte_addr headerGlauber de Oliveira Costa2008-01-301-4/+3
* lguest: change spte_addr headerGlauber de Oliveira Costa2008-01-301-4/+4
* lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa2008-01-301-29/+30
* lguest: makes special fields be per-vcpuGlauber de Oliveira Costa2008-01-301-5/+6
* lguest: make registers per-vcpuGlauber de Oliveira Costa2008-01-301-1/+3
* lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa2008-01-301-1/+2
* lguest: documentation updateRusty Russell2007-10-251-41/+72
* generalize lgread_u32/lgwrite_u32.Rusty Russell2007-10-231-5/+5
* Boot with virtual == physical to get closer to native Linux.Rusty Russell2007-10-231-7/+40
* Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell2007-10-231-9/+9
* Pagetables to use normal kernel typesMatias Zabaljauregui2007-10-231-103/+89
* Introduce guest mem offset, static link example launcherRusty Russell2007-10-231-2/+5
* lguest: documentation VII: FIXMEsRusty Russell2007-07-261-0/+5
* lguest: documentation V: HostRusty Russell2007-07-261-28/+286
* lguest: documentation I: PreparationRusty Russell2007-07-261-2/+8
* lguest: the host codeRusty Russell2007-07-191-0/+411