summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-10kvm: x86: fix load xsave feature warningWanpeng Li1-2/+1
2015-07-10KVM: count number of assigned devicesPaolo Bonzini1-0/+18
2015-07-10KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář1-5/+0
2015-07-03KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss1-3/+1
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-301/+589
2015-06-23KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRsWei Huang1-42/+9
2015-06-19KVM: x86/vPMU: introduce pmu.h headerWei Huang1-0/+1
2015-06-19KVM: x86/vPMU: rename a few PMU functionsWei Huang1-9/+9
2015-06-19KVM: MTRR: sort variable MTRRsXiao Guangrong1-1/+1
2015-06-19KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong1-1/+0
2015-06-19KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msrXiao Guangrong1-2/+0
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong1-212/+2
2015-06-19KVM: x86: fix CR0.CD virtualizationXiao Guangrong1-0/+4
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini1-0/+15
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini1-0/+2
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini1-3/+37
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-16/+16
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini1-1/+221
2015-06-04KVM: x86: latch INITs while in system management modePaolo Bonzini1-0/+3
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-2/+62
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini1-2/+38
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini1-1/+9
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini1-41/+65
2015-06-04KVM: x86: introduce num_emulated_msrsPaolo Bonzini1-13/+27
2015-06-04KVM: x86: clear hidden CPU state at reset timePaolo Bonzini1-0/+2
2015-05-29KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti1-0/+4
2015-05-28KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti1-0/+9
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-8/+5
2015-05-27x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar1-1/+1
2015-05-27x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar1-1/+1
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