aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kernel/apic/vector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner1-1/+1
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-08-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+5
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-07-30x86/apic: Trivial coding style fixesYi Wang1-1/+1
2018-06-06x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner1-13/+14
2018-06-06x86/apic: Provide apic_ack_irq()Thomas Gleixner1-2/+7
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner1-0/+9
2018-05-19x86/vector: Merge allocate_vector() into assign_vector_locked()Dou Liyang1-13/+4
2018-02-23x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner1-3/+22
2018-01-17x86/apic/vector: Fix off by one in error pathThomas Gleixner1-2/+5
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner1-1/+11
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner1-3/+3
2017-12-29x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner1-0/+2
2017-12-06x86: Fix Sparse warnings about non-static functionsColin Ian King1-2/+2
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas1-3/+2
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner1-2/+2
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner1-0/+13
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner1-4/+17
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner1-1/+31
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner1-23/+33
2017-09-25x86/vector/msi: Switch to global reservation modeThomas Gleixner1-34/+63
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner1-18/+172
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner1-40/+48
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner1-15/+20
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner1-172/+116
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner1-0/+2
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner1-2/+48
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner1-4/+52
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner1-15/+15
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner1-1/+1
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner1-39/+13
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner1-144/+77
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner1-0/+5
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner1-114/+114
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner1-29/+35
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner1-10/+3
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner1-1/+1
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner1-1/+1
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner1-1/+1
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+35
2017-06-22x86/apic: Mark single target interruptsThomas Gleixner1-0/+7
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner1-10/+15
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner1-3/+3
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner1-1/+4
2017-06-22x86/vector: Create named irq domainThomas Gleixner1-2/+7
2017-06-22x86/apic: Add name to irq chipThomas Gleixner1-0/+1
2017-06-22x86/apic: Make init_legacy_irqs() __initDou Liyang1-2/+2
2017-01-05x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira1-1/+1
2016-10-04x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg1-3/+20