summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: zero base3 of unusable segmentsRadim Krčmář2017-05-191-0/+2
* KVM: X86: Fix read out-of-bounds vulnerability in kvm pio emulationWanpeng Li2017-05-191-9/+15
* KVM: x86: Fix potential preemption when get the current kvmclock timestampWanpeng Li2017-05-191-1/+9
* KVM: x86: Fix load damaged SSEx MXCSR registerWanpeng Li2017-05-151-2/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-2/+2
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-2/+2
* | Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini2017-05-031-20/+21
* | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-10/+1
* | KVM: x86: fix emulation of RSM and IRET instructionsLadi Prosek2017-04-271-3/+12
* | KVM: add explicit barrier to kvm_vcpu_kickAndrew Jones2017-04-271-1/+1
* | KVM: x86: always use kvm_make_request instead of set_bitRadim Krčmář2017-04-271-8/+2
* | KVM: add kvm_{test,clear}_request to replace {test,clear}_bitRadim Krčmář2017-04-271-4/+4
* | KVM: x86: remove irq disablement around KVM_SET_CLOCK/KVM_GET_CLOCKMarcelo Tosatti2017-04-211-19/+3
* | kvm: better MWAIT emulation for guestsMichael S. Tsirkin2017-04-211-0/+3
* | KVM: x86: virtualize cpuid faultingKyle Huey2017-04-211-0/+26
* | KVM: x86: Add MSR_AMD64_DC_CFG to the list of ignored MSRsLadi Prosek2017-04-121-0/+2
* | KVM: x86: fix maintaining of kvm_clock stability on guest CPU hotplugDenis Plotnikov2017-04-121-10/+19
* | KVM: x86: remaster kvm_write_tsc codeDenis Plotnikov2017-04-121-39/+13
* | KVM: x86: push usage of slots_lock downDavid Hildenbrand2017-04-121-4/+0
* | KVM: x86: don't take kvm->irq_lock when creating IRQCHIPDavid Hildenbrand2017-04-121-2/+0
* | KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand2017-04-121-2/+2
* | KVM: x86: get rid of pic_irqchip()David Hildenbrand2017-04-121-13/+11
* | KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand2017-04-121-1/+10
* | kvm: nVMX: Disallow userspace-injected exceptions in guest modeJim Mattson2017-04-071-1/+2
* | KVM: x86: fix user triggerable warning in kvm_apic_accept_events()David Hildenbrand2017-04-071-0/+12
* | kvm: make KVM_CAP_COALESCED_MMIO architecture agnosticPaolo Bonzini2017-04-071-3/+0
* | KVM: x86: drop legacy device assignmentPaolo Bonzini2017-04-071-13/+1
|/
* KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-281-0/+1
* KVM: x86: correct async page present tracepointWanpeng Li2017-03-231-1/+1
* KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu2017-03-231-2/+2
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-021-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-87/+187
|\
| * KVM: x86: remove code for lazy FPU handlingPaolo Bonzini2017-02-171-6/+1
| * KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini2017-02-171-1/+5
| * KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-161-21/+20
| * kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-151-19/+25
| * KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-6/+3
| * KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-151-1/+3
| * kvm: nVMX: move nested events check to kvm_vcpu_runningPaolo Bonzini2017-02-151-3/+3
| * KVM: x86: hide KVM_HC_CLOCK_PAIRING on 32 bitArnd Bergmann2017-02-091-0/+4
| * Merge tag 'kvmarm-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-02-091-1/+2
| |\
| * | KVM: x86: fix compilationPaolo Bonzini2017-02-081-1/+1
| * | KVM: x86: add KVM_HC_CLOCK_PAIRING hypercallMarcelo Tosatti2017-02-071-0/+66
| * | kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.cJunaid Shahid2017-01-271-3/+0
| * | Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-171-0/+3
| |\ \
| * | | KVM: x86: add VCPU stat for KVM_REQ_EVENT processingPaolo Bonzini2017-01-091-0/+2
| * | | kvm: svm: Use the hardware provided GPA instead of page walkTom Lendacky2017-01-091-10/+35
| * | | kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits.Junaid Shahid2017-01-091-1/+1
| * | | kvm: x86: export maximum number of mmu_page_hash collisionsDavid Matlack2017-01-091-0/+2
| * | | KVM: x86: simplify conditions with split/kernel irqchipRadim Krčmář2017-01-091-2/+2