aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/ioapic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21KVM: Fix some grammar mistakesMiaohe Lin1-1/+1
2020-01-08KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu1-2/+2
2020-01-08KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu1-4/+7
2020-01-08KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu1-3/+6
2019-11-20KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmapNitesh Narayan Lal1-0/+1
2019-11-15KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal1-2/+31
2019-07-15kvm: x86: ioapic and apic debug macros cleanupYi Wang1-15/+0
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon1-1/+1
2017-11-17KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko1-0/+6
2017-11-17KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko1-1/+10
2017-11-17KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko1-5/+5
2017-11-17KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko1-1/+3
2017-11-17KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko1-2/+1
2017-04-12KVM: x86: rename kvm_vcpu_request_scan_ioapic()David Hildenbrand1-1/+1
2017-04-12KVM: x86: directly call kvm_make_scan_ioapic_request() in ioapic.cDavid Hildenbrand1-2/+2
2017-04-12KVM: x86: remove all-vcpu request from kvm_ioapic_init()David Hildenbrand1-2/+0
2017-04-12KVM: x86: push usage of slots_lock downDavid Hildenbrand1-0/+2
2017-04-12KVM: x86: convert kvm_(set|get)_ioapic() into voidDavid Hildenbrand1-4/+2
2017-04-12KVM: x86: remove duplicate checks for ioapicDavid Hildenbrand1-4/+0
2017-04-12KVM: x86: use ioapic_in_kernel() to check for ioapic existenceDavid Hildenbrand1-3/+1
2017-04-12KVM: x86: get rid of ioapic_irqchip()David Hildenbrand1-2/+2
2017-03-23KVM: x86: check existance before destroyPeter Xu1-0/+3
2016-11-24KVM: x86: fix out-of-bounds accesses of rtc_eoi mapRadim Krčmář1-1/+1
2016-10-20kvm: x86: memset whole irq_eoiJiri Slaby1-1/+1
2016-09-15kvm: x86: correctly reset dest_map->vector when restoring LAPIC statePaolo Bonzini1-3/+5
2016-05-18KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_regSuravee Suthikulpanit1-1/+1
2016-03-03kvm: x86: Check dest_map->vector to match eoi signals for rtcJoerg Roedel1-3/+14
2016-03-03kvm: x86: Convert ioapic->rtc_status.dest_map to a structJoerg Roedel1-6/+7
2015-11-25kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin1-2/+2
2015-10-14KVM: x86: fix edge EOI and IOAPIC reconfig raceRadim Krčmář1-1/+3
2015-10-01KVM: x86: store IOAPIC-handled vectors in each VCPUPaolo Bonzini1-16/+2
2015-10-01KVM: x86: set TMR when the interrupt is acceptedPaolo Bonzini1-7/+2
2015-05-07KVM: x86: drop unneeded null testJulia Lawall1-5/+3
2015-05-07kvm: x86: Extended struct kvm_lapic_irq with msi_redir_hint for MSI deliveryJames Sullivan1-0/+1
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-12/+10
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next'Paolo Bonzini1-4/+4
2015-03-26KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev1-4/+4
2015-03-23KVM: x86: inline kvm_ioapic_handles_vector()Radim Krčmář1-7/+0
2015-03-23KVM: x86: call irq notifiers with directed EOIRadim Krčmář1-1/+3
2015-03-10KVM: ioapic: Record edge-triggered interrupts delivery statusWincy Van1-1/+6
2014-11-21kvm: remove CONFIG_X86 #ifdefs from files formerly shared with ia64Radim Krcmar1-7/+0
2014-11-21kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/Paolo Bonzini1-0/+682