summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
Commit message (Expand)AuthorAgeFilesLines
* x86/apic/vector: Print APIC control bits in debugfsThomas Gleixner2018-06-061-13/+14
* x86/apic: Provide apic_ack_irq()Thomas Gleixner2018-06-061-2/+7
* x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner2018-06-061-0/+9
* x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
* x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-171-2/+5
* genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2017-12-291-1/+11
* genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-3/+3
* x86/vector: Use IRQD_CAN_RESERVE flagThomas Gleixner2017-12-291-0/+2
* x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-061-2/+2
* x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-231-3/+2
* x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-171-2/+2
* x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner2017-10-121-0/+13
* x86/vector: Respect affinity mask in irq descriptorThomas Gleixner2017-09-251-4/+17
* x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-251-1/+31
* x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner2017-09-251-23/+33
* x86/vector/msi: Switch to global reservation modeThomas Gleixner2017-09-251-34/+63
* x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-18/+172
* x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-40/+48
* x86/vector: Compile SMP only code conditionallyThomas Gleixner2017-09-251-15/+20
* x86/vector: Use matrix allocator for vector assignmentThomas Gleixner2017-09-251-172/+116
* x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+2
* x86/vector: Add vector domain debugfs supportThomas Gleixner2017-09-251-2/+48
* x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-251-4/+52
* x86/vector: Move helper functions aroundThomas Gleixner2017-09-251-15/+15
* x86/vector: Remove pointless pointer checksThomas Gleixner2017-09-251-1/+1
* x86/apic: Get rid of the legacy irq data storageThomas Gleixner2017-09-251-39/+13
* x86/vector: Simplify vector move cleanupThomas Gleixner2017-09-251-144/+77
* x86/vector: Store the single CPU targets in apic dataThomas Gleixner2017-09-251-0/+5
* x86/vector: Cleanup variable namesThomas Gleixner2017-09-251-114/+114
* x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner2017-09-251-29/+35
* x86/apic: Get rid of multi CPU affinityThomas Gleixner2017-09-251-10/+3
* x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
* x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-1/+1
* x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner2017-08-291-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-14/+35
|\
| * x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
| * x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-221-10/+15
| * x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-221-3/+3
| * x86/apic: Move online masking to core codeThomas Gleixner2017-06-221-1/+4
| * x86/vector: Create named irq domainThomas Gleixner2017-06-221-2/+7
| * x86/apic: Add name to irq chipThomas Gleixner2017-06-221-0/+1
* | x86/apic: Make init_legacy_irqs() __initDou Liyang2017-06-221-2/+2
|/
* x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira2017-01-051-1/+1
* x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg2016-10-041-3/+20
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar2016-04-291-1/+2
|\
| * x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch2016-04-281-1/+2
* | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
|/
* x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner2016-03-181-18/+70
* x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
OpenPOWER on IntegriCloud