summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: use kvm_memslots whenever possiblePaolo Bonzini2015-05-268-14/+31
* KVM: introduce kvm_alloc/free_memslotsPaolo Bonzini2015-05-261-49/+55
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2015-05-207-4/+33
|\
| * kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li2015-05-204-2/+27
| * Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-203-0/+3
| * kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli2015-05-201-0/+2
| * KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-115-15/+30
| * KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-05-111-1/+1
| * KVM: MMU: fix smap permission checkXiao Guangrong2015-05-112-0/+9
| * KVM: PPC: Book3S HV: Fix list traversal in error casePaul Mackerras2015-05-101-2/+3
* | kvm: x86: Make functions that have no external callers staticNicholas Krause2015-05-201-2/+2
* | KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini2015-05-193-24/+15
* | KVM: mips: use id_to_memslot correctlyPaolo Bonzini2015-05-191-1/+1
* | KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong2015-05-191-2/+1
* | KVM: MMU: fix MTRR updateXiao Guangrong2015-05-193-1/+83
* | KVM: MMU: fix decoding cache type from MTRRXiao Guangrong2015-05-191-8/+6
* | KVM: MMU: introduce kvm_zap_rmappXiao Guangrong2015-05-191-8/+12
* | KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong2015-05-191-112/+16
* | KVM: MMU: introduce slot_handle_level_range() and its helpersXiao Guangrong2015-05-191-0/+69
* | KVM: MMU: introduce for_each_slot_rmap_rangeXiao Guangrong2015-05-191-22/+75
* | KVM: MMU: introduce PT_MAX_HUGEPAGE_LEVELXiao Guangrong2015-05-192-15/+10
* | KVM: MMU: introduce for_each_rmap_spte()Xiao Guangrong2015-05-192-38/+19
* | Revert "kvmclock: set scheduler clock stable"Paolo Bonzini2015-05-191-3/+0
* | KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-195-15/+30
* | KVM: x86: Fix zero iterations REP-stringNadav Amit2015-05-191-0/+25
* | KVM: x86: Fix update RCX/RDI/RSI on REP-stringNadav Amit2015-05-191-6/+2
* | KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit2015-05-192-4/+5
* | Merge tag 'kvm-s390-next-20150508' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-05-117-77/+116
|\ \
| * | KVM: s390: drop handling of interception code 12David Hildenbrand2015-05-081-16/+0
| * | KVM: s390: factor out and optimize floating irq VCPU kickDavid Hildenbrand2015-05-081-28/+46
| * | KVM: s390: optimize interrupt handling round trip timeJens Freimann2015-05-081-7/+4
| * | KVM: s390: provide functions for blocking all CPUsChristian Borntraeger2015-05-082-7/+26
| * | KVM: s390: make exit_sie_sync more robustChristian Borntraeger2015-05-084-13/+22
| * | KVM: s390: Enable guest EDAT2 supportGuenther Hutzl2015-05-083-4/+11
| * | KVM: s390: make EDAT1 depend on host supportGuenther Hutzl2015-05-081-2/+5
| * | KVM: s390: optimize round trip time in request handlingChristian Borntraeger2015-05-081-0/+2
| * | KVM: s390: fix external call injection without sigp interpretationDavid Hildenbrand2015-05-081-1/+1
| |/
* | KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-05-081-1/+1
* | KVM: MMU: fix smap permission checkXiao Guangrong2015-05-082-0/+9
* | KVM: remove pointless cpu hotplug messagesHeiko Carstens2015-05-081-6/+0
* | KVM: nVMX: Fix host crash when loading MSRs with userspace irqchipJan Kiszka2015-05-081-3/+2
* | KVM: x86: Call-far should not be emulated as stack opNadav Amit2015-05-081-1/+1
* | KVM: reuse memslot in kvm_write_guest_pageRadim Krčmář2015-05-081-2/+4
* | KVM: x86: dump VMCS on invalid entryPaolo Bonzini2015-05-071-0/+153
* | x86: kvmclock: drop rdtsc_barrier()Marcelo Tosatti2015-05-071-1/+0
* | KVM: x86: drop unneeded null testJulia Lawall2015-05-071-5/+3
* | KVM: x86: fix initial PAT valueRadim Krčmář2015-05-074-11/+7
* | kvm,x86: load guest FPU context more eagerlyRik van Riel2015-05-072-2/+14
* | kvm: x86: Deliver MSI IRQ to only lowest prio cpu if msi_redir_hint is trueJames Sullivan2015-05-073-8/+11
* | kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-075-3/+9
OpenPOWER on IntegriCloud