summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-07-061-7/+7
|\
| * x86: kvm: mmu: make spte mmio mask more explicitPeter Feiner2017-07-031-1/+1
| * Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-06-301-2/+2
| |\
| | * KVM: add kvm_request_pendingRadim Krčmář2017-06-041-2/+2
| * | KVM: lapic: reorganize restart_apic_timerPaolo Bonzini2017-06-291-4/+4
* | | KVM: x86: fix singlestepping over syscallPaolo Bonzini2017-06-221-30/+32
* | | KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li2017-06-111-2/+1
|/ /
* | KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying2017-06-011-2/+5
* | 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