index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-7
/
+14
2026-01-30
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
1
-0
/
+2
2026-01-13
KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()
Sean Christopherson
1
-1
/
+0
2026-01-12
KVM: x86: Fold "struct dest_map" into "struct rtc_status"
Sean Christopherson
1
-3
/
+3
2026-01-12
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
Sean Christopherson
1
-4
/
+12
2025-09-30
KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
1
-2
/
+2
2025-09-10
KVM: x86: Make "lowest priority" helpers local to lapic.c
Sean Christopherson
1
-9
/
+0
2025-09-10
KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
Sean Christopherson
1
-0
/
+3
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
1
-1
/
+0
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
1
-1
/
+1
2025-07-29
Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-20
/
+4
2025-07-10
x86/apic: KVM: Move lapic set/clear_vector() helpers to common code
Neeraj Upadhyay
1
-10
/
+0
2025-07-10
x86/apic: KVM: Move lapic get/set helpers to common code
Neeraj Upadhyay
1
-5
/
+2
2025-07-10
KVM: x86: Rename lapic set/clear vector helpers
Neeraj Upadhyay
1
-3
/
+3
2025-07-10
KVM: x86: Rename lapic get/set_reg() helpers
Neeraj Upadhyay
1
-2
/
+2
2025-07-10
KVM: x86: Change lapic regs base address to void pointer
Neeraj Upadhyay
1
-1
/
+1
2025-07-10
KVM: x86: Rename VEC_POS/REG_POS macro usages
Neeraj Upadhyay
1
-5
/
+2
2025-07-10
x86/apic: KVM: Deduplicate APIC vector => register+bit math
Sean Christopherson
1
-2
/
+2
2025-07-10
KVM: x86: Remove redundant parentheses around 'bitmap'
Neeraj Upadhyay
1
-2
/
+2
2025-06-20
KVM: x86: Move definition of X2APIC_MSR() to lapic.h
Sean Christopherson
1
-0
/
+2
2025-04-24
x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
Sean Christopherson
1
-2
/
+2
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
1
-0
/
+2
2024-12-19
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
1
-0
/
+1
2024-11-04
KVM: x86: Unpack msr_data structure prior to calling kvm_apic_set_base()
Sean Christopherson
1
-1
/
+1
2024-11-04
KVM: x86: Make kvm_recalculate_apic_map() local to lapic.c
Sean Christopherson
1
-1
/
+0
2024-11-04
KVM: x86: Rename APIC base setters to better capture their relationship
Sean Christopherson
1
-2
/
+1
2024-11-04
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
Sean Christopherson
1
-1
/
+5
2024-11-04
KVM: x86: Get vcpu->arch.apic_base directly and drop kvm_get_apic_base()
Sean Christopherson
1
-1
/
+0
2024-09-17
Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-09-09
KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()
Sean Christopherson
1
-1
/
+0
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
1
-0
/
+1
2024-09-09
KVM: x86: Remove some unused declarations
Yue Haibing
1
-1
/
+0
2024-07-16
KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops
Wei Wang
1
-1
/
+1
2024-07-16
Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+1
2024-06-05
KVM: x86: Make nanoseconds per APIC bus cycle a VM variable
Isaku Yamahata
1
-1
/
+1
2024-06-05
KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
Isaku Yamahata
1
-1
/
+0
2024-06-03
KVM: x86: Drop support for hand tuning APIC timer advancement from userspace
Sean Christopherson
1
-1
/
+1
2023-01-24
KVM: x86: Split out logic to generate "readable" APIC regs mask to helper
Sean Christopherson
1
-0
/
+2
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
1
-0
/
+1
2023-01-13
KVM: x86: Move APIC access page helper to common x86 code
Sean Christopherson
1
-0
/
+1
2022-12-23
KVM: x86: Simplify kvm_apic_hw_enabled
Peng Hao
1
-2
/
+2
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
1
-1
/
+1
2022-09-26
KVM: x86: Rename kvm_apic_has_events() to make it INIT/SIPI specific
Sean Christopherson
1
-1
/
+1
2022-09-26
KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed
Sean Christopherson
1
-0
/
+7
2022-07-08
KVM: x86: Fix handling of APIC LVT updates when userspace changes MCG_CAP
Sean Christopherson
1
-0
/
+1
2022-06-24
KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.
Jue Wang
1
-1
/
+3
2022-06-24
KVM: x86: Add APIC_LVTx() macro.
Jue Wang
1
-0
/
+2
2022-06-24
KVM: x86: Fill apic_lvt_mask with enums / explicit entries.
Jue Wang
1
-1
/
+11
2022-06-20
KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helper
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
1
-1
/
+2
[next]