summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
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-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini
2015-05-19KVM: mips: use id_to_memslot correctlyPaolo Bonzini
2015-05-19KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong
2015-05-19KVM: MMU: fix decoding cache type from MTRRXiao Guangrong
2015-05-19KVM: MMU: introduce kvm_zap_rmappXiao Guangrong
2015-05-19KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong
2015-05-19KVM: MMU: introduce slot_handle_level_range() and its helpersXiao Guangrong
2015-05-19KVM: MMU: introduce for_each_slot_rmap_rangeXiao Guangrong
2015-05-19KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong
2015-05-19KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong
2015-05-19Revert "kvmclock: set scheduler clock stable"Paolo Bonzini
2015-05-19KVM: MMU: fix SMAP virtualizationXiao Guangrong
2015-05-19KVM: x86: Fix zero iterations REP-stringNadav Amit
2015-05-19KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit
2015-05-11Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2015-05-08KVM: s390: drop handling of interception code 12David Hildenbrand
2015-05-08KVM: s390: factor out and optimize floating irq VCPU kickDavid Hildenbrand
2015-05-08KVM: s390: optimize interrupt handling round trip timeJens Freimann
2015-05-08KVM: s390: provide functions for blocking all CPUsChristian Borntraeger
2015-05-08KVM: s390: make exit_sie_sync more robustChristian Borntraeger
2015-05-08KVM: s390: Enable guest EDAT2 supportGuenther Hutzl
2015-05-08KVM: s390: make EDAT1 depend on host supportGuenther Hutzl
2015-05-08KVM: s390: optimize round trip time in request handlingChristian Borntraeger
2015-05-08KVM: s390: fix external call injection without sigp interpretationDavid Hildenbrand
2015-05-08KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini
2015-05-08KVM: MMU: fix smap permission checkXiao Guangrong
2015-05-08KVM: nVMX: Fix host crash when loading MSRs with userspace irqchipJan Kiszka
2015-05-08KVM: x86: Call-far should not be emulated as stack opNadav Amit
2015-05-07KVM: x86: dump VMCS on invalid entryPaolo Bonzini
2015-05-07x86: kvmclock: drop rdtsc_barrier()Marcelo Tosatti
2015-05-07KVM: x86: drop unneeded null testJulia Lawall
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář
2015-05-07kvm,x86: load guest FPU context more eagerlyRik van Riel
2015-05-07kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan
2015-05-07KVM: x86: tweak types of fields in kvm_lapic_irqPaolo Bonzini
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit
2015-05-07KVM: x86: Support for disabling quirksNadav Amit
2015-05-07KVM: booke: use __kvm_guest_exitPaolo Bonzini
2015-05-07KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger
2015-05-07KVM: provide irq_unsafe kvm_guest_{enter|exit}Christian Borntraeger