summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/ioapic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka2023-03-271-3/+33
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-0/+1
* KVM: x86/ioapic: Remove unused "addr" and "length" of ioapic_read_indirect()Jinrong Liang2022-02-101-4/+2
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-2/+2
* kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-301-1/+1
* Revert "x86/kvm: fix vcpu-id indexed array sizes"Juergen Gross2021-09-301-1/+1
* KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov2021-09-221-5/+5
* x86/kvm: fix vcpu-id indexed array sizesJuergen Gross2021-07-271-1/+1
* KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov2020-10-241-4/+1
* kvm: ioapic: Restrict lazy EOI update to edge-triggered interruptsPaolo Bonzini2020-05-041-5/+5
* KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirectNitesh Narayan Lal2020-03-141-2/+5
* kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit2020-02-051-0/+39
* kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit2020-02-051-54/+56
* KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-0/+1
* KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacksMarios Pomonis2020-01-271-6/+8
* KVM: Fix some grammar mistakesMiaohe Lin2020-01-211-1/+1
* KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu2020-01-081-2/+2
* KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu2020-01-081-4/+7
* KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu2020-01-081-3/+6
* KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmapNitesh Narayan Lal2019-11-201-0/+1
* KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal2019-11-151-2/+31
* kvm: x86: ioapic and apic debug macros cleanupYi Wang2019-07-151-15/+0
* kvm: x86: Add memcg accounting to KVM allocationsBen Gardon2019-02-201-1/+1
* KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2017-11-171-0/+6
* KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2017-11-171-1/+10
* KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko2017-11-171-5/+5
* KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko2017-11-171-1/+3
* KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2017-11-171-2/+1
* KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand2017-04-121-1/+1
* KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand2017-04-121-2/+2
* KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand2017-04-121-2/+0
* KVM: x86: push usage of slots_lock downDavid Hildenbrand2017-04-121-0/+2
* KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand2017-04-121-4/+2
* KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand2017-04-121-4/+0
* KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand2017-04-121-3/+1
* KVM: x86: get rid of ioapic_irqchip()David Hildenbrand2017-04-121-2/+2
* KVM: x86: check existance before destroyPeter Xu2017-03-231-0/+3
* KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář2016-11-241-1/+1
* kvm: x86: memset whole irq_eoiJiri Slaby2016-10-201-1/+1
* kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini2016-09-151-3/+5
* KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit2016-05-181-1/+1
* kvm: x86: Check dest_map->vector to match eoi signals for rtcJoerg Roedel2016-03-031-3/+14
* kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel2016-03-031-6/+7
* kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+2
* KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář2015-10-141-1/+3
* KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini2015-10-011-16/+2
* KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini2015-10-011-7/+2
* KVM: x86: drop unneeded null testJulia Lawall2015-05-071-5/+3
* kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan2015-05-071-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-12/+10
|\