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