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.h
Age
Commit message (
Expand
)
Author
48 hours
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 lapic set/clear_vector() helpers to common code
Neeraj Upadhyay
2025-07-10
x86/apic: KVM: Move lapic get/set helpers to common code
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename lapic set/clear vector helpers
Neeraj Upadhyay
2025-07-10
KVM: x86: Rename lapic get/set_reg() helpers
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
x86/apic: KVM: Deduplicate APIC vector => register+bit math
Sean Christopherson
2025-07-10
KVM: x86: Remove redundant parentheses around 'bitmap'
Neeraj Upadhyay
2025-06-20
KVM: x86: Move definition of X2APIC_MSR() to lapic.h
Sean Christopherson
2025-04-24
x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
Sean Christopherson
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2024-12-19
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
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: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
2024-11-04
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
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
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
2024-09-09
KVM: x86: Remove some unused declarations
Yue Haibing
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-06-05
KVM: x86: Make nanoseconds per APIC bus cycle a VM variable
Isaku Yamahata
2024-06-05
KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
Isaku Yamahata
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
2023-01-24
KVM: x86: Split out logic to generate "readable" APIC regs mask to helper
Sean Christopherson
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
2022-12-23
KVM: x86: Simplify kvm_apic_hw_enabled
Peng Hao
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
2022-09-26
KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
Sean Christopherson
2022-09-26
KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
Sean Christopherson
2022-07-08
KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAP
Sean Christopherson
2022-06-24
KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.
Jue Wang
2022-06-24
KVM: x86: Add APIC_LVTx() macro.
Jue Wang
2022-06-24
KVM: x86: Fill apic_lvt_mask with enums / explicit entries.
Jue Wang
2022-06-20
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
2022-05-25
KVM: LAPIC: Trace LAPIC timer expiration on every vmentry
Wanpeng Li
2022-03-01
KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helper
Sean Christopherson
2022-03-01
KVM: x86: Make kvm_lapic_reg_{read,write}() static
Sean Christopherson
2021-11-11
KVM: x86: Rename kvm_lapic_enable_pv_eoi()
Vitaly Kuznetsov
2021-06-17
KVM: x86: Add a return code to kvm_apic_accept_events
Jim Mattson
2021-02-09
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
2021-02-09
KVM: x86: hyper-v: Drop unused kvm_hv_vapic_assist_page_enabled()
Vitaly Kuznetsov
2021-02-04
KVM: Stop using deprecated jump label APIs
Cun Li
2020-09-28
KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI
Sean Christopherson
2020-05-15
KVM: x86: introduce kvm_can_use_hv_timer
Paolo Bonzini
[next]