index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-10
x86/apic: KVM: Move apic_test)vector() to common code
Neeraj Upadhyay
2025-07-10
x86/apic: KVM: Move lapic get/set helpers to common code
Neeraj Upadhyay
2025-07-10
x86/apic: KVM: Move apic_find_highest_vector() to a common header
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename lapic set/clear vector helpers
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename lapic get/set_reg64() helpers
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename lapic get/set_reg() helpers
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename find_highest_vector()
Neeraj Upadhyay
2025-07-10
KVM: x86: Change lapic regs base address to void pointer
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename VEC_POS/REG_POS macro usages
Neeraj Upadhyay
2025-07-10
KVM: x86: Remove redundant parentheses around 'bitmap'
Neeraj Upadhyay
2025-07-10
KVM: x86: Open code setting/clearing of bits in the ISR
Neeraj Upadhyay
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
2025-05-27
Merge tag 'kvm-x86-pir-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-04-24
x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs
Sean Christopherson
2025-04-24
KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentation
Sean Christopherson
2025-04-24
KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR
Sean Christopherson
2025-04-24
KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels
Sean Christopherson
2025-04-24
x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
Sean Christopherson
2025-04-24
KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIR
Sean Christopherson
2025-04-24
KVM: x86: Rescan I/O APIC routes after EOI interception for old routing
weizijie
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-03-14
KVM: x86: Assume timer IRQ was injected if APIC state is protected
Sean Christopherson
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
2025-02-18
KVM: x86: Switch to use hrtimer_setup()
Nam Cao
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
2025-02-12
KVM: x86: Use kvfree_rcu() to free old optimized APIC map
Li RongQing
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-01-08
KVM: x86: Use LVT_TIMER instead of an open coded literal
Liam Ni
2024-12-19
KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
Chao Gao
2024-12-19
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
2024-12-16
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-11-08
KVM: x86: Unconditionally set irr_pending when updating APICv state
Sean Christopherson
2024-11-04
KVM: x86: Short-circuit all of kvm_apic_set_base() if MSR value is unchanged
Sean Christopherson
2024-11-04
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
Sean Christopherson
2024-11-04
KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
Sean Christopherson
2024-11-04
KVM: x86: Rename APIC base setters to better capture their relationship
Sean Christopherson
2024-11-04
KVM: x86: Move kvm_set_apic_base() implementation to lapic.c (from x86.c)
Sean Christopherson
2024-11-04
KVM: x86: Drop superfluous kvm_lapic_set_base() call when setting APIC state
Sean Christopherson
2024-11-04
KVM: x86: Short-circuit all kvm_lapic_set_base() if MSR value isn't changing
Sean Christopherson
2024-10-25
KVM: x86: Don't fault-in APIC access page during initial allocation
Sean Christopherson
2024-10-25
KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
Sean Christopherson
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
[next]