summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-06-19KVM: MTRR: do not split 64 bits MSR contentXiao Guangrong
2015-06-19KVM: MTRR: clean up mtrr default typeXiao Guangrong
2015-06-19KVM: MTRR: exactly define the size of variable MTRRsXiao Guangrong
2015-06-19KVM: MTRR: remove mtrr_state.have_fixedXiao Guangrong
2015-06-19KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msrXiao Guangrong
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong
2015-06-19KVM: x86: fix CR0.CD virtualizationXiao Guangrong
2015-06-19KVM: nSVM: Check for NRIPS support before updating control fieldBandan Das
2015-06-19Merge tag 'kvm-arm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-06-17arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2Marc Zyngier
2015-06-17ARM: kvm: psci: fix handling of unimplemented functionsLorenzo Pieralisi
2015-06-17KVM: arm64: fix misleading comments in save/restoreAlex Bennée
2015-06-17KVM: arm/arm64: Enable the KVM-VFIO deviceKim Phillips
2015-06-17arm/arm64: KVM: Properly account for guest CPU timeChristoffer Dall
2015-06-17kvm: remove one useless check extensionTiejun Chen
2015-06-17arm: KVM: force execution of HCPTR access on VM exitMarc Zyngier
2015-06-09ARM: KVM: Remove pointless void pointer castFiro Yang
2015-06-05KVM: x86: mark legacy PCI device assignment as deprecatedPaolo Bonzini
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini
2015-06-05KVM: implement multiple address spacesPaolo Bonzini
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini
2015-06-04KVM: x86: latch INITs while in system management modePaolo Bonzini
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini
2015-06-04KVM: x86: introduce num_emulated_msrsPaolo Bonzini
2015-06-04KVM: x86: clear hidden CPU state at reset timePaolo Bonzini
2015-06-04kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini
2015-06-04kvm: x86: default legacy PCI device assignment support to "n"Paolo Bonzini
2015-06-03Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-06-02KVM: s390: introduce KMSG_COMPONENT for kvm-s390David Hildenbrand
2015-06-02KVM: s390: call exit_sie() directly on vcpu block/requestDavid Hildenbrand
2015-05-29KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti
2015-05-29x86: kvmclock: set scheduler clock stableLuiz Capitulino
2015-05-29x86: kvmclock: add flag to indicate pvclock counts from zeroMarcelo Tosatti
2015-05-28arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton
2015-05-28KVM: x86: Allow ARAT CPU featureJan Kiszka
2015-05-28KVM: x86: preserve x2APIC LDR on INITRadim Krčmář
2015-05-28KVM: x86: use correct APIC ID on x2APIC transitionRadim Krčmář
2015-05-28KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti
2015-05-28KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini