aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-11-01x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski3-23/+1
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar3-2/+11
2016-04-01lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gatesRusty Russell3-2/+11
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-1/+1
2016-01-12lguest: Map switcher text R/ORusty Russell1-23/+51
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/core, to apply dependent patchIngo Molnar1-5/+5
2015-05-27lguest: fix out-by-one error in address checking.Rusty Russell1-1/+1
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar1-3/+3
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar1-2/+2
2015-05-11x86/asm/entry: Fix remaining use of SYSCALL_VECTORIngo Molnar1-5/+5
2015-04-22Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds4-34/+86
2015-04-01lguest: now needs PCI_DIRECT.Rusty Russell1-1/+1
2015-04-01lguest: handle traps on the "interrupt suppressed" iret instruction.Rusty Russell1-27/+72
2015-03-24lguest: suppress interrupts for single insn, not range.Rusty Russell3-8/+7
2015-03-24lguest: explicitly set miscdevice's private_data NULLMartin Kepplinger1-0/+8
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds8-847/+252
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell4-213/+9
2015-02-11lguest: remove support for lguest bus.Rusty Russell2-543/+0
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell4-6/+56
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell1-90/+43
2015-02-11lguest: add infrastructure to check mappings.Rusty Russell2-13/+30
2015-02-11lguest: add infrastructure for userspace to deliver a trap to the guest.Rusty Russell1-0/+19
2015-02-11lguest: write more information to userspace about pending traps.Rusty Russell4-12/+19
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell4-0/+106
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+3
2014-12-09virtio: allow finalize_features to failMichael S. Tsirkin1-1/+3
2014-12-09virtio: assert 32 bit features in transportsMichael S. Tsirkin1-0/+3
2014-12-09virtio: add support for 64 bit features.Michael S. Tsirkin1-1/+1
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-4/+4
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-5/+2
2014-04-07drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton1-3/+3
2013-11-07x86, asmlinkage, lguest: Pass in globals into assembler statementAndi Kleen1-2/+4
2013-10-29virtio_ring: change host notification APIHeinz Graalfs1-1/+2
2013-09-06lguest: fix guest kernel stack overflow when TF bit set.Rusty Russell1-0/+10
2013-09-06lguest: fix BUG_ON() in invalid guest page table.Rusty Russell1-1/+3
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2013-05-29lguest: fix CONFIG_PAE -> CONFIG_x86_PAE in commentPaul Bolle1-1/+1
2013-05-08lguest: clear cached last cpu when guest_set_pgd() called.Rusty Russell1-0/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds6-311/+347
2013-04-29lguest: rename random32() to prandom_u32()Akinobu Mita1-1/+1