summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds3-3/+3
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-1281/+3212
2015-06-23KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRsWei Huang1-42/+9
2015-06-23KVM: x86/vPMU: Implement AMD vPMU code for KVMWei Huang1-6/+116
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang7-338/+602
2015-06-23KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmcWei Huang1-6/+18
2015-06-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-50/+27
2015-06-19KVM: x86/vPMU: reorder PMU functionsWei Huang1-78/+78
2015-06-19KVM: x86/vPMU: whitespace and stylistic adjustments in PMU codeWei Huang1-48/+64
2015-06-19KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPUWei Huang1-20/+18
2015-06-19KVM: x86/vPMU: introduce pmu.h headerWei Huang4-6/+30
2015-06-19KVM: x86/vPMU: rename a few PMU functionsWei Huang3-43/+43
2015-06-19KVM: MTRR: do not map huge page for non-consistent rangeXiao Guangrong3-1/+50
2015-06-19KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong1-48/+16
2015-06-19KVM: MTRR: introduce mtrr_for_each_mem_typeXiao Guangrong1-0/+188
2015-06-19KVM: MTRR: introduce fixed_mtrr_addr_* functionsXiao Guangrong1-0/+25
2015-06-19KVM: MTRR: sort variable MTRRsXiao Guangrong3-11/+42
2015-06-19KVM: MTRR: introduce var_mtrr_rangeXiao Guangrong1-6/+17
2015-06-19KVM: MTRR: introduce fixed_mtrr_segment tableXiao Guangrong1-53/+147
2015-06-19KVM: MTRR: improve kvm_mtrr_get_guest_memory_typeXiao Guangrong1-45/+49
2015-06-19KVM: MTRR: do not split 64 bits MSR contentXiao Guangrong1-22/+10
2015-06-19KVM: MTRR: clean up mtrr default typeXiao Guangrong1-12/+28
2015-06-19KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong2-5/+3
2015-06-19KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msrXiao Guangrong2-2/+12
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong6-317/+342
2015-06-19KVM: x86: fix CR0.CD virtualizationXiao Guangrong2-10/+26
2015-06-19KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das1-2/+6
2015-06-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-10/+16
2015-06-16KVM: x86: fix lapic.timer_mode on restoreRadim Krčmář1-10/+16
2015-06-10arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton1-7/+7
2015-06-05KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini1-1/+1
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini3-0/+27
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini3-6/+21
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini3-44/+86
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini6-79/+79
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2-7/+11
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini4-2/+498
2015-06-04KVM: x86: latch INITs while in system management modePaolo Bonzini2-1/+15
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini4-4/+75
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini3-2/+48
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini2-4/+12
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini3-98/+124
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-06-04kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-06-04kvm: x86: default legacy PCI device assignment support to "n"Paolo Bonzini1-3/+4
2015-05-29KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti1-0/+4
2015-05-28arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton1-7/+7
2015-05-28KVM: x86: Allow ARAT CPU featureJan Kiszka1-1/+6
2015-05-28KVM: x86: preserve x2APIC LDR on INITRadim Krčmář1-1/+2