summaryrefslogtreecommitdiff
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 Torvalds2020-04-021-32/+53
|\
| * KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-15/+15
| * KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li2020-03-261-2/+2
| * KVM: LAPIC: Recalculate apic map in batchWanpeng Li2020-03-161-10/+36
| * KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin2020-03-161-5/+0
* | KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timerWanpeng Li2020-03-241-0/+6
* | KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...He Zhe2020-03-231-1/+1
|/
* KVM: apic: avoid calculating pending eoi from an uninitialized valMiaohe Lin2020-02-211-1/+3
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-211-4/+1
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit2020-02-051-5/+17
* Adding 'else' to reduce checking.Haiwei Li2020-01-271-2/+2
* KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is acceptedMiaohe Lin2020-01-271-4/+3
* KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-4/+9
* KVM: Fix some grammar mistakesMiaohe Lin2020-01-211-1/+1
* KVM: Fix some comment typos and missing parenthesesMiaohe Lin2020-01-211-1/+1
* KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu2020-01-081-2/+2
* KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASKPeter Xu2020-01-081-3/+0
* KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthandPeter Xu2020-01-081-1/+1
* Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini2019-11-211-5/+0
|\
| * KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_updateMiaohe Lin2019-10-221-5/+0
* | KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal2019-11-151-0/+44
* | KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipiMiaohe Lin2019-11-151-36/+29
* | KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon2019-11-151-1/+1
|/
* KVM: LAPIC: Loosen filter for adaptive tuning of lapic_timer_advance_nsWanpeng Li2019-09-261-6/+7
* KVM: LAPIC: Tune lapic_timer_advance_ns smoothlyWanpeng Li2019-09-241-14/+14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-9/+11
|\
| * KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-111-4/+7
| * KVM: LAPIC: Micro optimize IPI latencyWanpeng Li2019-09-111-5/+4
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \ | |/ |/|
| * KVM: LAPIC: Mark hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-3/+3
* | kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar2019-08-141-0/+5
* | KVM: LAPIC: Don't need to wakeup vCPU twice afer timer fireWanpeng Li2019-08-051-8/+0
|/
* KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-35/+64
* KVM: LAPIC: Make lapic timer unpinnedWanpeng Li2019-07-171-4/+4
* kvm: x86: ioapic and apic debug macros cleanupYi Wang2019-07-151-86/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-121-45/+78
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-111-3/+1
| |\
| * | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insaneWanpeng Li2019-07-051-3/+4
| * | kvm: LAPIC: write down valid APIC registersPaolo Bonzini2019-07-051-12/+32
| * | KVM: LAPIC: ARBPRI is a reserved register for x2APICPaolo Bonzini2019-07-051-1/+5
| * | KVM: x86: Fix apic dangling pointer in vcpuSaar Amar2019-06-201-0/+1
| * | kvm: x86: offset is ensure to be in rangeWei Yang2019-06-181-1/+1
| * | kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector()Wei Yang2019-06-181-10/+7
| * | KVM: LAPIC: Optimize timer latency furtherWanpeng Li2019-06-041-1/+2
| * | KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexitWanpeng Li2019-06-041-7/+7
| * | KVM: LAPIC: Extract adaptive tune timer advancement logicWanpeng Li2019-06-041-24/+33
* | | KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPICWanpeng Li2019-07-021-1/+1
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner2019-06-191-3/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-14/+24
|\