summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini2015-05-191-4/+5
* 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
* KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-193-11/+15
* 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
* 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: 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: x86: dump VMCS on invalid entryPaolo Bonzini2015-05-071-0/+153
* 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-071-2/+13
* 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-074-3/+8
* KVM: x86: tweak types of fields in kvm_lapic_irqPaolo Bonzini2015-05-071-1/+1
* KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-075-48/+60
* KVM: x86: Support for disabling quirksNadav Amit2015-05-073-3/+35
* KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}Christian Borntraeger2015-05-071-1/+1
* kvm: x86: fix kvmclock update protocolRadim Krčmář2015-04-271-5/+28
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
* | KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-211-2/+10
* | KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spteXiao Guangrong2015-04-151-3/+5
* | kvm: mmu: don't do memslot overflow checkWanpeng Li2015-04-151-10/+2
* | KVM: x86: cleanup kvm_irq_delivery_to_apic_fastPaolo Bonzini2015-04-141-5/+6
* | KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_saveNadav Amit2015-04-141-2/+8
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-7/+7
|\ \
| * \ Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-317-28/+35
| |\ \ | | |/
| * | time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-7/+7
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-1317-356/+528
|\ \ \ | |_|/ |/| |
| * | kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li2015-04-082-0/+90
| * | KVM: x86: Clear CR2 on VCPU resetNadav Amit2015-04-081-0/+2
| * | KVM: x86: DR0-DR3 are not clear on resetNadav Amit2015-04-081-0/+14
| * | KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-084-5/+3
| * | KVM: x86: simplify kvm_apic_mapRadim Krčmář2015-04-082-65/+28
| * | KVM: x86: avoid logical_map when it is invalidRadim Krčmář2015-04-081-1/+23
| * | KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2015-04-081-5/+4
| * | KVM: x86: use MDA for interrupt matchingRadim Krčmář2015-04-081-7/+33
| * | KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky2015-04-081-8/+6
| * | KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky2015-04-081-6/+7
OpenPOWER on IntegriCloud