summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky2021-01-071-1/+1
* KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang2021-01-071-1/+1
* Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-071-1/+1
|\
| * KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2020-11-271-1/+1
* | KVM: x86: ignore SIPIs that are received while not in wait-for-sipi stateMaxim Levitsky2020-12-091-7/+8
* | KVM: x86: fix apic_accept_events vs check_nested_eventsPaolo Bonzini2020-11-151-4/+26
|/
* KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson2020-09-281-0/+7
* KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li2020-09-281-6/+5
* KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li2020-09-281-1/+3
* KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when settingWanpeng Li2020-09-281-2/+1
* KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...Wanpeng Li2020-09-281-2/+1
* KVM: LAPIC: Fix updating DFR missing apic map recalculationWanpeng Li2020-09-281-5/+10
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-6/+5
|\
| * KVM: LAPIC: Set the TDCR settable bitsWanpeng Li2020-07-311-1/+1
| * KVM: Using macros instead of magic valuesHaiwei Li2020-07-271-1/+2
| * KVM: x86: Extract kvm_update_cpuid_runtime() from kvm_update_cpuid()Xiaoyao Li2020-07-091-1/+1
| * KVM: lapic: Use guest_cpuid_has() in kvm_apic_set_version()Xiaoyao Li2020-07-081-3/+1
* | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
|/
* KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2020-06-221-20/+31
* kvm: lapic: fix broken vcpu hotplugIgor Mammedov2020-06-221-0/+1
* kvm/x86: Remove redundant function implementations彭浩(Richard)2020-05-271-0/+1
* KVM: X86: TSCDEADLINE MSR emulation fastpathWanpeng Li2020-05-151-6/+12
* KVM: x86: introduce kvm_can_use_hv_timerPaolo Bonzini2020-05-151-3/+10
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-131-1/+1
* KVM: x86: Return updated timer current count register from KVM_GET_LAPICPeter Shier2020-04-151-10/+51
* KVM: X86: Filter out the broadcast dest for IPI fastpathWanpeng Li2020-04-071-3/+0
* 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