index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
Age
Commit message (
Expand
)
Author
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-30
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
2026-01-23
KVM: x86: Drop WARN on INIT/SIPI being blocked when vCPU is in Wait-For-SIPI
Sean Christopherson
2026-01-13
KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()
Sean Christopherson
2026-01-12
KVM: x86: Bury ioapic.h definitions behind CONFIG_KVM_IOAPIC
Sean Christopherson
2026-01-12
KVM: x86: Fold "struct dest_map" into "struct rtc_status"
Sean Christopherson
2026-01-12
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
Sean Christopherson
2026-01-12
KVM: x86: Drop guest/user-triggerable asserts on IRR/ISR vectors
Sean Christopherson
2026-01-12
KVM: x86: Drop ASSERT()s on APIC/vCPU being non-NULL
Sean Christopherson
2025-11-17
KVM: x86: Grab lapic_timer in a local variable to cleanup periodic code
Sean Christopherson
2025-11-17
KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
fuqiang wang
2025-11-17
KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()
fuqiang wang
2025-11-17
KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0
Sean Christopherson
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
2025-09-30
KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-16
KVM: x86: Use guard() instead of mutex_lock() to simplify code
Liao Yuanhong
2025-09-10
KVM: x86: Move vector_hashing into lapic.c
Sean Christopherson
2025-09-10
KVM: x86: Make "lowest priority" helpers local to lapic.c
Sean Christopherson
2025-09-10
KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
Sean Christopherson
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
2025-08-19
KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
Sean Christopherson
2025-08-19
kvm: x86: simplify kvm_vector_to_index()
Yury Norov
2025-08-15
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
2025-07-29
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
[next]