summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
AgeCommit message (Expand)AuthorLines
2020-06-11x86/entry: Convert SMP system vectors to IDTENTRY_SYSVECThomas Gleixner-3/+2
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+6
2020-03-13x86/vector: Remove warning on managed interrupt migrationPeter Xu-6/+8
2020-03-08x86/apic/vector: Force interupt handler invocation to irq contextThomas Gleixner-0/+6
2019-08-28x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman-0/+11
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2019-07-03x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov-0/+1
2018-09-18irq/matrix: Spread managed interrupts on allocationDou Liyang-5/+4
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+1
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+5
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange-0/+1
2018-07-30x86/apic: Trivial coding style fixesYi Wang-1/+1
2018-06-06x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner-13/+14
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner-2/+7
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner-0/+9
2018-05-19x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang-13/+4
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner-3/+22
2018-01-17x86/apic/vector: Fix off by one in error pathThomas Gleixner-2/+5
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner-1/+11
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner-3/+3
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner-0/+2
2017-12-06x86: Fix Sparse warnings about non-static functionsColin Ian King-2/+2
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas-3/+2
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner-2/+2
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner-0/+13
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner-4/+17
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner-1/+31
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner-23/+33
2017-09-25x86/vector/msi: Switch to global reservation modeThomas Gleixner-34/+63
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner-18/+172
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner-40/+48
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner-15/+20
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner-172/+116
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner-0/+2
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner-2/+48
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner-4/+52
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner-15/+15
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner-1/+1
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner-39/+13
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner-144/+77
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner-0/+5
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner-114/+114
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner-29/+35
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner-10/+3
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner-1/+1
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner-1/+1
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner-1/+1