aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-01x86/fpu, lguest: Remove CR0.TS supportAndy Lutomirski1-18/+1
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar1-1/+5
2016-04-01lguest, x86/entry/32: Fix handling of guest syscalls using interrupt gatesRusty Russell1-1/+5
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-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-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-91/+107
2015-02-11lguest: add iomem region, where guest page faults get sent to userspace.Rusty Russell1-1/+18
2015-02-11lguest: send trap 13 through to userspace.Rusty Russell1-90/+43
2015-02-11lguest: add operations to get/set a register from the Launcher.Rusty Russell1-0/+46
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+3
2013-11-07x86, asmlinkage, lguest: Pass in globals into assembler statementAndi Kleen1-2/+4
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2013-04-22lguest: assume Switcher text is a single page.Rusty Russell1-3/+2
2013-04-22lguest: prepare to make SWITCHER_ADDR a variable.Rusty Russell1-2/+2
2012-09-18lguest, x86: handle guest TS bit for lazy/non-lazy fpu host modelsSuresh Siddha1-3/+7
2011-12-06x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi1-1/+1
2011-07-22lguest: Fix in/out emulationRusty Russell1-9/+11
2011-07-22lguest: update commentsRusty Russell1-6/+4
2011-07-22lguest: don't rewrite vmcall instructionsRusty Russell1-77/+0
2011-01-20lguest: compile fixesRusty Russell1-1/+1
2011-01-20lguest: Use this_cpu_opsChristoph Lameter1-2/+2
2010-04-14lguest: workaround cmpxchg8b_emu by ignoring cli in the guest.Rusty Russell1-0/+12
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo1-3/+3
2009-07-30lguest: update commentryRusty Russell2-4/+4
2009-07-30lguest: fix comment styleRusty Russell2-133/+257
2009-05-26lguest: fix on Intel when KVM loaded (unhandled trap 13)Rusty Russell1-9/+10
2009-04-19lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell1-2/+2
2009-04-19lguest: fix crash on vmlinux imagesMatias Zabaljauregui1-0/+5
2009-03-30lguest: use KVM hypercallsMatias Zabaljauregui1-1/+61
2008-07-29lguest: use cpu capability accessorsAndrew Morton1-2/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-20x86: fix NULL pointer deref in __switch_toSuresh Siddha1-6/+9
2008-03-28lguest: comment documentation update.Rusty Russell2-16/+25
2008-01-31lguest: fix mis-merge against hpa's TSS renamingRusty Russell1-1/+1
2008-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-62/+65
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30lguest: get rid of lg variable assignmentsGlauber de Oliveira Costa1-16/+14
2008-01-30lguest: move changed bitmap to lg_cpuGlauber de Oliveira Costa1-6/+5
2008-01-30lguest: move last_pages to lg_cpuGlauber de Oliveira Costa1-2/+2
2008-01-30lguest: change last_guest to last_cpuGlauber de Oliveira Costa1-3/+3
2008-01-30lguest: per-vcpu lguest pgdir managementGlauber de Oliveira Costa1-3/+4
2008-01-30lguest: makes special fields be per-vcpuGlauber de Oliveira Costa1-6/+4
2008-01-30lguest: replace lguest_arch with lg_cpu_arch.Glauber de Oliveira Costa1-13/+11
2008-01-30lguest: make registers per-vcpuGlauber de Oliveira Costa1-19/+19