index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
lapic.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
KVM: x86: Export KVM-internal symbols for sub-modules only
Sean Christopherson
1
-20
/
+20
2025-09-30
KVM: x86: Move kvm_intr_is_single_vcpu() to lapic.c
Sean Christopherson
1
-2
/
+31
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-42
/
+127
2025-09-16
KVM: x86: Use guard() instead of mutex_lock() to simplify code
Liao Yuanhong
1
-10
/
+7
2025-09-10
KVM: x86: Move vector_hashing into lapic.c
Sean Christopherson
1
-2
/
+6
2025-09-10
KVM: x86: Make "lowest priority" helpers local to lapic.c
Sean Christopherson
1
-7
/
+12
2025-09-10
KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c
Sean Christopherson
1
-0
/
+57
2025-08-19
KVM: x86: Unconditionally handle MSR_IA32_TSC_DEADLINE in fastpath exits
Sean Christopherson
1
-1
/
+1
2025-08-19
KVM: x86: Only allow "fast" IPIs in fastpath WRMSR(X2APIC_ICR) handler
Sean Christopherson
1
-2
/
+25
2025-08-19
KVM: x86: Add kvm_icr_to_lapic_irq() helper to allow for fastpath IPIs
Sean Christopherson
1
-12
/
+18
2025-08-19
kvm: x86: simplify kvm_vector_to_index()
Yury Norov
1
-9
/
+2
2025-08-15
KVM: x86: use array_index_nospec with indices that come from guest
Thijs Raymakers
1
-0
/
+2
2025-07-29
Merge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-71
/
+26
2025-07-10
x86/apic: KVM: Move apic_test)vector() to common code
Neeraj Upadhyay
1
-5
/
+0
2025-07-10
x86/apic: KVM: Move lapic get/set helpers to common code
Neeraj Upadhyay
1
-17
/
+0
2025-07-10
x86/apic: KVM: Move apic_find_highest_vector() to a common header
Neeraj Upadhyay
1
-17
/
+1
2025-07-10
KVM: x86: Rename lapic set/clear vector helpers
Neeraj Upadhyay
1
-6
/
+4
2025-07-10
KVM: x86: Rename lapic get/set_reg64() helpers
Neeraj Upadhyay
1
-6
/
+6
2025-07-10
KVM: x86: Rename lapic get/set_reg() helpers
Neeraj Upadhyay
1
-7
/
+6
2025-07-10
KVM: x86: Rename find_highest_vector()
Neeraj Upadhyay
1
-3
/
+3
2025-07-10
KVM: x86: Change lapic regs base address to void pointer
Neeraj Upadhyay
1
-3
/
+3
2025-07-10
KVM: x86: Rename VEC_POS/REG_POS macro usages
Neeraj Upadhyay
1
-8
/
+9
2025-07-10
KVM: x86: Remove redundant parentheses around 'bitmap'
Neeraj Upadhyay
1
-1
/
+1
2025-07-10
KVM: x86: Open code setting/clearing of bits in the ISR
Neeraj Upadhyay
1
-12
/
+7
2025-06-20
KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC
Sean Christopherson
1
-1
/
+6
2025-05-27
Merge tag 'kvm-x86-pir-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+11
2025-04-24
x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIs
Sean Christopherson
1
-14
/
+2
2025-04-24
KVM: VMX: Use arch_xchg() when processing PIR to avoid instrumentation
Sean Christopherson
1
-1
/
+1
2025-04-24
KVM: VMX: Isolate pure loads from atomic XCHG when processing PIR
Sean Christopherson
1
-1
/
+8
2025-04-24
KVM: VMX: Process PIR using 64-bit accesses on 64-bit kernels
Sean Christopherson
1
-7
/
+13
2025-04-24
x86/irq: KVM: Track PIR bitmap as an "unsigned long" array
Sean Christopherson
1
-4
/
+5
2025-04-24
KVM: VMX: Ensure vIRR isn't reloaded at odd times when sync'ing PIR
Sean Christopherson
1
-1
/
+1
2025-04-24
KVM: x86: Rescan I/O APIC routes after EOI interception for old routing
weizijie
1
-0
/
+8
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
1
-1
/
+14
2025-03-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+5
2025-03-14
KVM: x86: Assume timer IRQ was injected if APIC state is protected
Sean Christopherson
1
-1
/
+10
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
1
-0
/
+3
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
1
-0
/
+1
2025-02-18
KVM: x86: Switch to use hrtimer_setup()
Nam Cao
1
-3
/
+2
2025-02-12
KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulation
Sean Christopherson
1
-1
/
+1
2025-02-12
KVM: x86: Introduce kvm_set_mp_state()
Jim Mattson
1
-3
/
+3
2025-02-12
KVM: x86: Use kvfree_rcu() to free old optimized APIC map
Li RongQing
1
-8
/
+1
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+3
2025-01-08
KVM: x86: Use LVT_TIMER instead of an open coded literal
Liam Ni
1
-1
/
+1
2024-12-19
KVM: x86: Remove hwapic_irr_update() from kvm_x86_ops
Chao Gao
1
-5
/
+0
2024-12-19
KVM: nVMX: Defer SVI update to vmcs01 on EOI when L2 is active w/o VID
Chao Gao
1
-0
/
+11
2024-12-18
KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps
Sean Christopherson
1
-2
/
+2
2024-12-16
KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
1
-6
/
+5
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
1
-11
/
+18
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+35
[next]