summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss2015-07-031-3/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-301/+589
|\
| * KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRsWei Huang2015-06-231-42/+9
| * KVM: x86/vPMU: introduce pmu.h headerWei Huang2015-06-191-0/+1
| * KVM: x86/vPMU: rename a few PMU functionsWei Huang2015-06-191-9/+9
| * KVM: MTRR: sort variable MTRRsXiao Guangrong2015-06-191-1/+1
| * KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong2015-06-191-1/+0
| * KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msrXiao Guangrong2015-06-191-2/+0
| * KVM: x86: move MTRR related code to a separate fileXiao Guangrong2015-06-191-212/+2
| * KVM: x86: fix CR0.CD virtualizationXiao Guangrong2015-06-191-0/+4
| * KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini2015-06-051-0/+15
| * KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini2015-06-051-0/+2
| * KVM: x86: work on all available address spacesPaolo Bonzini2015-06-051-3/+37
| * KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-16/+16
| * KVM: x86: save/load state on SMM switchPaolo Bonzini2015-06-041-1/+221
| * KVM: x86: latch INITs while in system management modePaolo Bonzini2015-06-041-0/+3
| * KVM: x86: stubs for SMM supportPaolo Bonzini2015-06-041-2/+62
| * KVM: x86: API changes for SMM supportPaolo Bonzini2015-06-041-2/+38
| * KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini2015-06-041-1/+9
| * KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini2015-06-041-41/+65
| * KVM: x86: introduce num_emulated_msrsPaolo Bonzini2015-06-041-13/+27
| * KVM: x86: clear hidden CPU state at reset timePaolo Bonzini2015-06-041-0/+2
| * KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti2015-05-291-0/+4
| * KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti2015-05-281-0/+9
| * KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini2015-05-281-8/+5
| * KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini2015-05-261-1/+1
| * KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini2015-05-261-2/+2
| * KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-261-1/+3
| * Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2015-05-201-2/+14
| |\
| * | KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong2015-05-191-2/+1
| * | KVM: MMU: fix MTRR updateXiao Guangrong2015-05-191-1/+58
| * | KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-191-5/+3
| * | KVM: x86: fix initial PAT valueRadim Krčmář2015-05-071-0/+2
| * | kvm,x86: load guest FPU context more eagerlyRik van Riel2015-05-071-2/+13
| * | kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-071-0/+1
| * | KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-7/+10
| * | KVM: x86: Support for disabling quirksNadav Amit2015-05-071-0/+30
| * | KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-1/+1
* | | x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()Ingo Molnar2015-05-271-1/+1
* | | x86/fpu: Rename copy_fpstate_to_fpregs() to copy_kernel_to_fpregs()Ingo Molnar2015-05-271-1/+1
* | | Merge branch 'linus' into x86/fpuIngo Molnar2015-05-251-7/+19
|\ \ \ | | |/ | |/|
| * | kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li2015-05-201-2/+14
| * | kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli2015-05-201-0/+2
| * | KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-111-5/+3
| |/
* | x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-6/+6
* | x86/fpu: Create 'union thread_xstate' helper for fpstate_init()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar2015-05-191-1/+0
* | x86/fpu: Simplify fpstate_init_curr() usageIngo Molnar2015-05-191-2/+1
* | x86/fpu, kvm: Simplify fx_init()Ingo Molnar2015-05-191-11/+3
OpenPOWER on IntegriCloud