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
/
ioapic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-11
KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
Li RongQing
1
-1
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-27
/
+16
2026-01-30
KVM: x86: Add x2APIC "features" to control EOI broadcast suppression
Khushit Shah
1
-1
/
+1
2026-01-12
KVM: x86: Fold "struct dest_map" into "struct rtc_status"
Sean Christopherson
1
-15
/
+14
2026-01-12
KVM: x86: Add a wrapper to handle common case of IRQ delivery without dest_map
Sean Christopherson
1
-3
/
+3
2026-01-12
KVM: x86: Drop guest-triggerable ASSERT()s on I/O APIC access alignment
Sean Christopherson
1
-4
/
+0
2026-01-12
KVM: x86: Drop ASSERT() on I/O APIC EOIs being only for LEVEL_to WARN_ON_ONCE
Sean Christopherson
1
-6
/
+0
2025-08-19
arch/x86/kvm/ioapic: Remove license boilerplate with bad FSF address
Thomas Huth
1
-14
/
+1
2025-06-20
KVM: x86: Move IRQ mask notifier infrastructure to I/O APIC emulation
Sean Christopherson
1
-0
/
+37
2025-06-20
KVM: Move x86-only tracepoints to x86's trace.h
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: x86: Don't clear PIT's IRQ line status when destroying PIT
Sean Christopherson
1
-10
/
+0
2025-06-20
KVM: x86: Drop superfluous kvm_set_ioapic_irq() => kvm_ioapic_set_irq() wrapper
Sean Christopherson
1
-2
/
+4
2025-04-24
KVM: x86: Add a helper to deduplicate I/O APIC EOI interception logic
Sean Christopherson
1
-5
/
+2
2023-03-27
KVM: x86/ioapic: Resample the pending state of an IRQ when unmasking
Dmytro Maluka
1
-3
/
+33
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-0
/
+1
2022-02-10
KVM: x86/ioapic: Remove unused "addr" and "length" of ioapic_read_indirect()
Jinrong Liang
1
-4
/
+2
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-2
/
+2
2021-09-30
kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS
Juergen Gross
1
-1
/
+1
2021-09-30
Revert "x86/kvm: fix vcpu-id indexed array sizes"
Juergen Gross
1
-1
/
+1
2021-09-22
KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
Vitaly Kuznetsov
1
-5
/
+5
2021-07-27
x86/kvm: fix vcpu-id indexed array sizes
Juergen Gross
1
-1
/
+1
2020-10-24
KVM: ioapic: break infinite recursion on lazy EOI
Vitaly Kuznetsov
1
-4
/
+1
2020-05-04
kvm: ioapic: Restrict lazy EOI update to edge-triggered interrupts
Paolo Bonzini
1
-5
/
+5
2020-03-14
KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect
Nitesh Narayan Lal
1
-2
/
+5
2020-02-05
kvm: ioapic: Lazy update IOAPIC EOI
Suravee Suthikulpanit
1
-0
/
+39
2020-02-05
kvm: ioapic: Refactor kvm_ioapic_update_eoi()
Suravee Suthikulpanit
1
-54
/
+56
2020-01-27
KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-0
/
+1
2020-01-27
KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks
Marios Pomonis
1
-6
/
+8
2020-01-21
KVM: Fix some grammar mistakes
Miaohe Lin
1
-1
/
+1
2020-01-08
KVM: X86: Convert the last users of "shorthand = 0" to use macros
Peter Xu
1
-2
/
+2
2020-01-08
KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macros
Peter Xu
1
-4
/
+7
2020-01-08
KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_mode
Peter Xu
1
-3
/
+6
2019-11-20
KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap
Nitesh Narayan Lal
1
-0
/
+1
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
1
-2
/
+31
2019-07-15
kvm: x86: ioapic and apic debug macros cleanup
Yi Wang
1
-15
/
+0
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-1
/
+1
2017-11-17
KVM: x86: ioapic: Preserve read-only values in the redirection table
Nikita Leshenko
1
-0
/
+6
2017-11-17
KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered
Nikita Leshenko
1
-1
/
+10
2017-11-17
KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irq
Nikita Leshenko
1
-5
/
+5
2017-11-17
KVM: x86: ioapic: Don't fire level irq when Remote IRR set
Nikita Leshenko
1
-1
/
+3
2017-11-17
KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
Nikita Leshenko
1
-2
/
+1
2017-04-12
KVM: x86: rename kvm_vcpu_request_scan_ioapic()
David Hildenbrand
1
-1
/
+1
2017-04-12
KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.c
David Hildenbrand
1
-2
/
+2
2017-04-12
KVM: x86: remove all-vcpu request from kvm_ioapic_init()
David Hildenbrand
1
-2
/
+0
2017-04-12
KVM: x86: push usage of slots_lock down
David Hildenbrand
1
-0
/
+2
2017-04-12
KVM: x86: convert kvm_(set|get)_ioapic() into void
David Hildenbrand
1
-4
/
+2
2017-04-12
KVM: x86: remove duplicate checks for ioapic
David Hildenbrand
1
-4
/
+0
2017-04-12
KVM: x86: use ioapic_in_kernel() to check for ioapic existence
David Hildenbrand
1
-3
/
+1
2017-04-12
KVM: x86: get rid of ioapic_irqchip()
David Hildenbrand
1
-2
/
+2
[next]