summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang8-338/+606
2015-06-23KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmcWei Huang1-6/+18
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 Huang5-18/+30
2015-06-19KVM: x86/vPMU: rename a few PMU functionsWei Huang4-49/+49
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 Guangrong4-11/+45
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 Guangrong2-23/+16
2015-06-19KVM: MTRR: clean up mtrr default typeXiao Guangrong2-14/+29
2015-06-19KVM: MTRR: exactly define the size of variable MTRRsXiao Guangrong1-1/+1
2015-06-19KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong3-6/+11
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 Guangrong7-318/+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-19KVM: fix checkpatch.pl errors in kvm/coalesced_mmio.hKevin Mulvey1-2/+2
2015-06-19KVM: fix checkpatch.pl errors in kvm/async_pf.hKevin Mulvey1-2/+2
2015-06-19kvm: irqchip: Break up high order allocations of kvm_irq_routing_tableJoerg Roedel1-8/+33
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini15-55/+104
2015-06-18KVM: arm/arm64: vgic: Remove useless arm-gic.h #includeMarc Zyngier1-2/+0
2015-06-17KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbersMarc Zyngier1-4/+1
2015-06-17arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2Marc Zyngier3-8/+0
2015-06-17KVM: arm: vgic: Drop useless Group0 warningMarc Zyngier1-2/+0
2015-06-17ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi1-13/+3
2015-06-17KVM: arm64: fix misleading comments in save/restoreAlex Bennée1-4/+4
2015-06-17KVM: arm/arm64: Enable the KVM-VFIO deviceKim Phillips4-2/+4
2015-06-17arm/arm64: KVM: Properly account for guest CPU timeChristoffer Dall1-4/+17
2015-06-17kvm: remove one useless check extensionTiejun Chen2-2/+1
2015-06-17arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier2-8/+22
2015-06-09KVM: arm64: add active register handling to GICv3 emulation as wellAndre Przywara1-4/+50
2015-06-09ARM: KVM: Remove pointless void pointer castFiro Yang1-2/+2
2015-06-05KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini2-8/+8
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini4-0/+28
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini5-17/+42
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini4-44/+91
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini7-80/+80
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2-7/+11
2015-06-05KVM: implement multiple address spacesPaolo Bonzini5-32/+79
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2-13/+178
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 Bonzini7-4/+81