aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/page_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-26/+19
2009-09-23lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSETRusty Russell1-4/+2
2009-09-23lguest: use set_pte/set_pmd uniformly for real page table entriesRusty Russell1-22/+17
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-07-30lguest: update commentryRusty Russell1-19/+65
2009-07-30lguest: fix comment styleRusty Russell1-145/+282
2009-06-12lguest: PAE fixesRusty Russell1-17/+21
2009-06-12lguest: PAE supportMatias Zabaljauregui1-38/+313
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui1-1/+1
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PAE is activatedMatias Zabaljauregui1-17/+18
2009-06-12lguest: map switcher with executable page table entriesMatias Zabaljauregui1-1/+1
2009-03-30lguest: use bool instead of intMatias Zabaljauregui1-9/+9
2009-03-30lguest: fix spurious BUG_ON() on invalid guest stack.Rusty Russell1-1/+3
2008-12-30lguest: move the initial guest page table creation code to the hostMatias Zabaljauregui1-2/+70
2008-08-12lguest: use get_user_pages_fast() instead of get_user_pages()Rusty Russell1-16/+9
2008-03-28lguest: comment documentation update.Rusty Russell1-14/+18
2008-03-11lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.Rusty Russell1-1/+1
2008-02-09lguest: accept guest _PAGE_PWT page table entriesAhmed S. Darwish1-2/+2
2008-01-30lguest: use __PAGE_KERNEL instead of _PAGE_KERNELGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-57/+58
2008-01-30lguest: change gpte_addr headerGlauber de Oliveira Costa1-4/+3
2008-01-30lguest: change spte_addr headerGlauber de Oliveira Costa1-4/+4
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa1-29/+30
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa1-5/+6
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-1/+3
2008-01-30lguest: map_switcher_in_guest() per-vcpuGlauber de Oliveira Costa1-1/+2
2007-10-25lguest: documentation updateRusty Russell1-41/+72
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-5/+5
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-7/+40
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell1-9/+9
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui1-103/+89
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-2/+5
2007-07-26lguest: documentation VII: FIXMEsRusty Russell1-0/+5
2007-07-26lguest: documentation V: HostRusty Russell1-28/+286
2007-07-26lguest: documentation I: PreparationRusty Russell1-2/+8
2007-07-19lguest: the host codeRusty Russell1-0/+411