summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/ioapic.c
AgeCommit message (Expand)Author
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-02-10KVM: x86/ioapic: Remove unused "addr" and "length" of ioapic_read_indirect()Jinrong Liang
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross
2021-09-30Revert "x86/kvm: fix vcpu-id indexed array sizes"Juergen Gross
2021-09-22KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov
2021-07-27x86/kvm: fix vcpu-id indexed array sizesJuergen Gross
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov
2020-05-04kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini
2020-03-14KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal
2020-02-05kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit
2020-02-05kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit
2020-01-27KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis
2020-01-27KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis
2020-01-21KVM: Fix some grammar mistakesMiaohe Lin
2020-01-08KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu
2020-01-08KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu
2019-11-20KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmapNitesh Narayan Lal
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal
2019-07-15kvm: x86: ioapic and apic debug macros cleanupYi Wang
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon
2017-11-17KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko
2017-11-17KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko
2017-11-17KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko
2017-11-17KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko
2017-11-17KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand
2017-04-12KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand
2017-04-12KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand
2017-03-23KVM: x86: check existance before destroyPeter Xu
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář
2016-10-20kvm: x86: memset whole irq_eoiJiri Slaby
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit
2016-03-03kvm: x86: Check dest_map->vector to match eoi signals for rtcJoerg Roedel
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini
2015-10-01KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini
2015-05-07KVM: x86: drop unneeded null testJulia Lawall
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds