summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-031-13/+14
|\
| * x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-13/+14
* | KVM: x86: fix previous commit for 32-bitPaolo Bonzini2015-10-141-1/+1
* | KVM: x86: fix SMI to halted VCPUPaolo Bonzini2015-10-131-0/+3
* | KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini2015-10-131-10/+29
* | KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini2015-10-131-32/+30
* | KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini2015-10-131-18/+13
* | Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system...Radim Krčmář2015-09-281-4/+0
* | KVM: x86: trap AMD MSRs for the TSeg base and maskPaolo Bonzini2015-09-211-0/+2
* | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-101-0/+2
|\
| * kvm: compile process_smi_save_seg_64() only for x86_64Alexander Kuleshov2015-09-061-0/+2
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-19/+7
|\ \
| * \ Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-1/+6
| |\ \
| * \ \ Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-7/+19
| |\ \ \
| * | | | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-14/+2
| * | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-6/+6
| * | | | x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2015-07-061-1/+1
* | | | | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-311-276/+47
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | KVM: MMU: introduce rsvd_bits_validateXiao Guangrong2015-08-051-1/+2
| * | | KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini2015-07-301-11/+6
| * | | KVM: x86: remove unnecessary memory barriers for shared MSRsPaolo Bonzini2015-07-291-3/+1
| * | | KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2015-07-291-0/+21
| * | | kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin2015-07-231-0/+6
| * | | kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin2015-07-231-1/+8
| * | | kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-231-261/+4
| | |/ | |/|
* | | KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang2015-08-071-1/+1
* | | KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini2015-08-071-0/+5
|/ /
* | kvm: x86: fix load xsave feature warningWanpeng Li2015-07-101-2/+1
* | KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+18
* | KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář2015-07-101-5/+0
|/
* 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
OpenPOWER on IntegriCloud