summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-7/+5
|\
| * kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson2018-05-141-7/+5
* | x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel2018-05-241-2/+14
|/
* KVM: x86: remove APIC Timer periodic/oneshot spikesAnthoine Bourgeois2018-05-051-17/+20
* KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in useVitaly Kuznetsov2018-03-161-1/+9
* KVM: x86: fix vcpu initialization with userspace lapicRadim Krčmář2018-03-011-6/+4
* KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-02-241-1/+0
* KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updatedLiran Alon2018-01-161-7/+16
* KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr()Liran Alon2018-01-161-1/+1
* KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-11-271-0/+5
* KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-11-271-1/+6
* Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-21/+70
|\
| * KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář2017-10-121-1/+3
| * KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář2017-10-121-1/+3
| * KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář2017-10-121-0/+3
| * KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li2017-10-121-2/+34
| * KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li2017-10-121-3/+5
| * KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li2017-10-121-17/+22
| * KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li2017-10-121-0/+3
* | KVM: x86: Update APICv on APIC resetJan H. Schönherr2017-11-021-0/+5
|/
* kvm,lapic: Justify use of swait_active()Davidlohr Bueso2017-09-151-0/+4
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-2/+0
* KVM: LAPIC: Fix reentrancy issues with preempt notifiersWanpeng Li2017-07-261-3/+14
* 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
OpenPOWER on IntegriCloud