summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/page_tables.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell2015-02-111-3/+30
* lguest: add infrastructure to check mappings.Rusty Russell2015-02-111-13/+29
* drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton2014-04-071-3/+3
* lguest: fix BUG_ON() in invalid guest page table.Rusty Russell2013-09-061-1/+3
* lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in commentPaul Bolle2013-05-291-1/+1
* lguest: clear cached last cpu when guest_set_pgd() called.Rusty Russell2013-05-081-0/+1
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-05-021-263/+304
|\
| * lguest: cache last cpu we ran on.Rusty Russell2013-04-221-25/+53
| * lguest: map Switcher text whenever we allocate a new pagetable.Rusty Russell2013-04-221-10/+32
| * lguest: don't share Switcher PTE pages between guests.Rusty Russell2013-04-221-154/+106
| * lguest: extract shadow PTE walking / allocating.Rusty Russell2013-04-221-69/+101
| * lguest: make check_gpte et. al return bool.Rusty Russell2013-04-221-10/+23
| * lguest: assume Switcher text is a single page.Rusty Russell2013-04-221-13/+8
| * lguest: rename switcher_page to switcher_pages.Rusty Russell2013-04-221-6/+6
| * lguest: remove RESERVE_MEM constant.Rusty Russell2013-04-221-7/+11
| * lguest: check vaddr not pgd for Switcher protection.Rusty Russell2013-04-221-21/+16
* | lguest: rename random32() to prandom_u32()Akinobu Mita2013-04-291-1/+1
|/
* lguest: update commentsRusty Russell2011-07-221-2/+2
* lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell2011-07-221-194/+84
* 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
OpenPOWER on IntegriCloud