aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/lapic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'kvm-x86-pir-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+11
2025-04-24x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIsSean Christopherson1-14/+2
2025-04-24KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentationSean Christopherson1-1/+1
2025-04-24KVM: VMX: Isolate pure loads from atomic XCHG when processing PIRSean Christopherson1-1/+8
2025-04-24KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernelsSean Christopherson1-7/+13
2025-04-24x86/irq: KVM: Track PIR bitmap as an "unsigned long" arraySean Christopherson1-4/+5
2025-04-24KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIRSean Christopherson1-1/+1
2025-04-24KVM: x86: Rescan I/O APIC routes after EOI interception for old routingweizijie1-0/+8
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-1/+14
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+5
2025-03-14KVM: x86: Assume timer IRQ was injected if APIC state is protectedSean Christopherson1-1/+10
2025-03-14KVM: TDX: Add support for find pending IRQ in a protected local APICSean Christopherson1-0/+3
2025-03-14KVM: TDX: Do TDX specific vcpu initializationIsaku Yamahata1-0/+1
2025-02-18KVM: x86: Switch to use hrtimer_setup()Nam Cao1-3/+2
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson1-1/+1
2025-02-12KVM: x86: Introduce kvm_set_mp_state()Jim Mattson1-3/+3
2025-02-12KVM: x86: Use kvfree_rcu() to free old optimized APIC mapLi RongQing1-8/+1
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-3/+3
2025-01-08KVM: x86: Use LVT_TIMER instead of an open coded literalLiam Ni1-1/+1
2024-12-19KVM: x86: Remove hwapic_irr_update() from kvm_x86_opsChao Gao1-5/+0
2024-12-19KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VIDChao Gao1-0/+11
2024-12-18KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_capsSean Christopherson1-2/+2
2024-12-16KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()Sean Christopherson1-6/+5
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini1-11/+18
2024-11-13Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+35
2024-11-08KVM: x86: Unconditionally set irr_pending when updating APICv stateSean Christopherson1-11/+18
2024-11-04KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchangedSean Christopherson1-3/+4
2024-11-04KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()Sean Christopherson1-5/+5
2024-11-04KVM: x86: Make kvm_recalculate_apic_map() local to lapic.cSean Christopherson1-1/+1
2024-11-04KVM: x86: Rename APIC base setters to better capture their relationshipSean Christopherson1-4/+11
2024-11-04KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)Sean Christopherson1-0/+21
2024-11-04KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC stateSean Christopherson1-1/+0
2024-11-04KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changingSean Christopherson1-0/+3
2024-10-25KVM: x86: Don't fault-in APIC access page during initial allocationSean Christopherson1-12/+0
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson1-1/+1
2024-09-17Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-5/+4
2024-09-09KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()Sean Christopherson1-10/+0
2024-09-09KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate APISean Christopherson1-4/+13
2024-08-29KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson1-12/+30
2024-08-29KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()Sean Christopherson1-23/+23
2024-08-29KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bitsSean Christopherson1-1/+14
2024-08-22KVM: x86: Optimize local variable in start_sw_tscdeadline()Thorsten Blum1-1/+1
2024-08-13KVM: x86: Make x2APIC ID 100% readonlySean Christopherson1-7/+15
2024-07-26KVM: x86: Eliminate log spam from limited APIC timer periodsJim Mattson1-1/+1
2024-07-16KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_opsWei Wang1-20/+22
2024-07-16KVM: x86: Replace static_call_cond() with static_call()Wei Wang1-12/+12
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-2/+4
2024-06-05KVM: x86: Make nanoseconds per APIC bus cycle a VM variableIsaku Yamahata1-2/+4
2024-06-03KVM: x86: Drop support for hand tuning APIC timer advancement from userspaceSean Christopherson1-18/+21
2024-04-11KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das1-1/+2