aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini1-1/+1
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini1-2/+2
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini1-1/+3
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar1-7/+19
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-2/+14
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li1-2/+14
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-19KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong1-2/+1
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong1-1/+58
2015-05-19KVM: MMU: fix SMAP virtualizationXiao Guangrong1-5/+3
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-6/+6
2015-05-19x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar1-1/+0
2015-05-19x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar1-2/+1
2015-05-19x86/fpu, kvm: Simplify fx_init()Ingo Molnar1-11/+3
2015-05-19x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Remove failure return from fpstate_alloc_init()Ingo Molnar1-2/+2
2015-05-19x86/fpu: Remove failure paths from fpstate-alloc low level functionsIngo Molnar1-11/+0
2015-05-19x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)Ingo Molnar1-7/+7
2015-05-19x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'Ingo Molnar1-2/+2
2015-05-19x86/fpu: Rename 'xsave_hdr' to 'header'Ingo Molnar1-4/+4
2015-05-19x86/fpu: Rename fpu-internal.h to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Use 'struct fpu' in fpstate_alloc_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_activeIngo Molnar1-1/+2
2015-05-19x86/fpu: Open code PF_USED_MATH usagesIngo Molnar1-1/+1
2015-05-19x86/fpu: Fix header file dependencies of fpu-internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar1-1/+1
2015-05-11KVM: MMU: fix SMAP virtualizationXiao Guangrong1-5/+3
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář1-0/+2
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel1-2/+13
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan1-0/+1
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit1-7/+10
2015-05-07KVM: x86: Support for disabling quirksNadav Amit1-0/+30
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger1-1/+1
2015-04-27kvm: x86: fix kvmclock update protocolRadim Krčmář1-5/+28
2015-04-14KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit1-2/+8
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-47/+110
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li1-0/+17
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit1-0/+2
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit1-0/+14
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit1-1/+1
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky1-0/+2
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini1-6/+7
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini1-28/+34