summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: LAPIC: Fix lapic timer injection delayWanpeng Li2017-06-291-1/+4
* KVM: lapic: reorganize restart_apic_timerPaolo Bonzini2017-06-291-45/+40
* KVM: lapic: reorganize start_hv_timerPaolo Bonzini2017-06-291-13/+27
* KVM: x86: Fix virtual wire modeJan H. Schönherr2017-05-261-1/+2
* KVM: X86: Fix preempt the preemption timer cancelWanpeng Li2017-05-261-0/+2
* 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-10/+12
|/
* KVM: Support vCPU-based gfn->hva cacheCao, Lei2017-02-161-12/+10
* kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injectionPaolo Bonzini2017-02-151-7/+4
* KVM: x86: do not scan IRR twice on APICv vmentryPaolo Bonzini2017-02-151-3/+5
* KVM: vmx: move sync_pir_to_irr from apic_find_highest_irr to callersPaolo Bonzini2017-02-151-3/+4
* KVM: x86: preparatory changes for APICv cleanupsPaolo Bonzini2017-02-151-8/+17
* KVM: vmx: clear pending interrupts on KVM_SET_LAPICPaolo Bonzini2017-02-151-2/+1
* Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář2017-01-171-0/+6
|\
| * KVM: x86: flush pending lapic jump label updates on module unloadDavid Matlack2017-01-121-0/+6
* | KVM: lapic: do not scan IRR when delivering an interruptPaolo Bonzini2017-01-091-4/+15
* | KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on PPR updatePaolo Bonzini2017-01-091-1/+2
* | KVM: lapic: remove unnecessary KVM_REQ_EVENT on PPR updatePaolo Bonzini2017-01-091-12/+24
* | KVM: vmx: speed up TPR below threshold vmexitsPaolo Bonzini2017-01-091-0/+6
* | KVM: x86: allow hotplug of VCPU with APIC ID over 0xffRadim Krčmář2017-01-091-5/+25
* | KVM: x86: make interrupt delivery fast and slow path behave the sameRadim Krčmář2017-01-091-12/+8
* | KVM: x86: replace kvm_apic_id with kvm_{x,x2}apic_idRadim Krčmář2017-01-091-9/+22
|/
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-131-73/+139
|\
| * kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]Jim Mattson2016-11-221-4/+7
| * kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini2016-11-031-2/+4
| * KVM: x86: use ktime_get instead of seeking the hrtimer_clock_basePaolo Bonzini2016-11-021-4/+4
| * KVM: LAPIC: add APIC Timer periodic/oneshot mode VMX preemption timer supportWanpeng Li2016-11-021-28/+75
| * KVM: LAPIC: rename start/cancel_hv_tscdeadline to start/cancel_hv_timerWanpeng Li2016-11-021-8/+8
| * KVM: LAPIC: introduce kvm_get_lapic_target_expiration_tsc()Wanpeng Li2016-11-021-0/+9
| * KVM: LAPIC: guarantee the timer is in tsc-deadline modeWanpeng Li2016-11-021-2/+2
| * KVM: LAPIC: extract start_sw_period() to handle periodic/oneshot modeWanpeng Li2016-11-021-42/+47
* | KVM: x86: fix out-of-bounds access in lapicRadim Krčmář2016-11-241-1/+1
|/
* KVM: lapic: don't recalculate apic map table twice when enabling LAPICWanpeng Li2016-08-191-2/+3
* KVM: lapic: fix access preemption timer stuff even if kernel_irqchip=offWanpeng Li2016-08-041-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-212/+327
|\
| * KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-141-3/+10
| * KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-141-13/+40
| * KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-4/+9
| * KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-141-15/+37
| * KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-141-5/+13
| * KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-141-36/+37
| * KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * KVM: vmx: fix missed cancellation of TSC deadline timerWanpeng Li2016-07-011-24/+24
| * KVM: x86: introduce cancel_hv_tscdeadlineWanpeng Li2016-07-011-8/+10
| * KVM: x86: support using the vmx preemption timer for tsc deadline timerYunhong Jiang2016-06-161-1/+72
| * kvm: lapic: separate start_sw_tscdeadline from start_apic_timerYunhong Jiang2016-06-161-26/+31
OpenPOWER on IntegriCloud