summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* 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: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
* KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-233-3/+3
* KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong2015-07-231-1/+4
* KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-233-2/+7
* KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-07-231-9/+10
* KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong2015-07-231-1/+20
* kvm: x86: fix load xsave feature warningWanpeng Li2015-07-101-2/+1Star
* KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2015-07-102-13/+5Star
* KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka2015-07-101-0/+10
* KVM: SVM: use NPT page attributesPaolo Bonzini2015-07-101-5/+96
* KVM: count number of assigned devicesPaolo Bonzini2015-07-102-0/+20
* KVM: VMX: fix vmwrite to invalid VMCSRadim Krčmář2015-07-102-5/+2Star
* KVM: x86: reintroduce kvm_is_mmio_pfnPaolo Bonzini2015-07-101-1/+9
* KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss2015-07-031-3/+1Star
* KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-032-6/+9
* KVM: x86: properly restore LVT0Radim Krčmář2015-07-031-0/+1
* KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-032-3/+3
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-263-3/+3
|\ \
| * | tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-133-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-2424-1281/+3212
|\ \ \
| * | | KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRsWei Huang2015-06-231-42/+9Star
| * | | KVM: x86/vPMU: Implement AMD vPMU code for KVMWei Huang2015-06-231-6/+116
| * | | KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-237-338/+602
| * | | KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmcWei Huang2015-06-231-6/+18
| * | | KVM: x86/vPMU: reorder PMU functionsWei Huang2015-06-191-78/+78
| * | | KVM: x86/vPMU: whitespace and stylistic adjustments in PMU codeWei Huang2015-06-191-48/+64
| * | | KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPUWei Huang2015-06-191-20/+18Star
| * | | KVM: x86/vPMU: introduce pmu.h headerWei Huang2015-06-194-6/+30
| * | | KVM: x86/vPMU: rename a few PMU functionsWei Huang2015-06-193-43/+43
| * | | KVM: MTRR: do not map huge page for non-consistent rangeXiao Guangrong2015-06-193-1/+50
| * | | KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-06-191-48/+16Star
| * | | KVM: MTRR: introduce mtrr_for_each_mem_typeXiao Guangrong2015-06-191-0/+188
| * | | KVM: MTRR: introduce fixed_mtrr_addr_* functionsXiao Guangrong2015-06-191-0/+25
| * | | KVM: MTRR: sort variable MTRRsXiao Guangrong2015-06-193-11/+42
| * | | KVM: MTRR: introduce var_mtrr_rangeXiao Guangrong2015-06-191-6/+17
| * | | KVM: MTRR: introduce fixed_mtrr_segment tableXiao Guangrong2015-06-191-53/+147
| * | | KVM: MTRR: improve kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-06-191-45/+49
| * | | KVM: MTRR: do not split 64 bits MSR contentXiao Guangrong2015-06-191-22/+10Star
| * | | KVM: MTRR: clean up mtrr default typeXiao Guangrong2015-06-191-12/+28
| * | | KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong2015-06-192-5/+3Star
| * | | KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msrXiao Guangrong2015-06-192-2/+12
| * | | KVM: x86: move MTRR related code to a separate fileXiao Guangrong2015-06-196-317/+342
| * | | KVM: x86: fix CR0.CD virtualizationXiao Guangrong2015-06-192-10/+26
| * | | KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das2015-06-191-2/+6
| * | | KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini2015-06-051-1/+1
| * | | KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini2015-06-053-0/+27