summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2017-06-22KVM: x86: fix singlestepping over syscallPaolo Bonzini
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li
2017-06-01KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying
2017-05-19KVM: x86: zero base3 of unusable segmentsRadim Krčmář
2017-05-19KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li
2017-05-19KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li
2017-05-15KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand
2017-04-27KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek
2017-04-27KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones
2017-04-27KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář
2017-04-27KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář
2017-04-21KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti
2017-04-21kvm: better MWAIT emulation for guestsMichael S. Tsirkin
2017-04-21KVM: x86: virtualize cpuid faultingKyle Huey
2017-04-12KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek
2017-04-12KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov
2017-04-12KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand
2017-04-12KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand
2017-04-07kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson
2017-04-07KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand
2017-04-07kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini
2017-04-07KVM: x86: drop legacy device assignmentPaolo Bonzini
2017-03-28KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini
2017-03-23KVM: x86: correct async page present tracepointWanpeng Li
2017-03-23KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-17KVM: x86: remove code for lazy FPU handlingPaolo Bonzini
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini
2017-02-16KVM: Support vCPU-based gfn->hva cacheCao, Lei
2017-02-15kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini
2017-02-15KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini
2017-02-15KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini
2017-02-15kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini
2017-02-09KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann
2017-02-09Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-02-08KVM: x86: fix compilationPaolo Bonzini
2017-02-07KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti
2017-02-03KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář
2017-01-27kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid
2017-01-17Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář
2017-01-17KVM: x86: fix fixing of hypercallsDmitry Vyukov