summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/vector.c
AgeCommit message (Expand)Author
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas
2017-10-17x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner
2017-10-12x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner
2017-09-25x86/vector: Respect affinity mask in irq descriptorThomas Gleixner
2017-09-25x86/irq: Simplify hotplug vector accountingThomas Gleixner
2017-09-25x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner
2017-09-25x86/vector/msi: Switch to global reservation modeThomas Gleixner
2017-09-25x86/vector: Handle managed interrupts properThomas Gleixner
2017-09-25x86/vector: Untangle internal state from irq_cfgThomas Gleixner
2017-09-25x86/vector: Compile SMP only code conditionallyThomas Gleixner
2017-09-25x86/vector: Use matrix allocator for vector assignmentThomas Gleixner
2017-09-25x86/vector: Add tracepoints for vector managementThomas Gleixner
2017-09-25x86/vector: Add vector domain debugfs supportThomas Gleixner
2017-09-25x86/irq/vector: Initialize matrix allocatorThomas Gleixner
2017-09-25x86/vector: Move helper functions aroundThomas Gleixner
2017-09-25x86/vector: Remove pointless pointer checksThomas Gleixner
2017-09-25x86/apic: Get rid of the legacy irq data storageThomas Gleixner
2017-09-25x86/vector: Simplify vector move cleanupThomas Gleixner
2017-09-25x86/vector: Store the single CPU targets in apic dataThomas Gleixner
2017-09-25x86/vector: Cleanup variable namesThomas Gleixner
2017-09-25x86/vector: Simplify the CPU hotplug vector updateThomas Gleixner
2017-09-25x86/apic: Get rid of multi CPU affinityThomas Gleixner
2017-09-25x86/vector: Rename used_vectors to system_vectorsThomas Gleixner
2017-09-25x86/apic: Get rid of apic->target_cpusThomas Gleixner
2017-08-29x86/irq: Get rid of the 'first_system_vector' indirection bogosityThomas Gleixner
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-22x86/apic: Mark single target interruptsThomas Gleixner
2017-06-22x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner
2017-06-22x86/apic: Move cpumask and to core codeThomas Gleixner
2017-06-22x86/apic: Move online masking to core codeThomas Gleixner
2017-06-22x86/vector: Create named irq domainThomas Gleixner
2017-06-22x86/apic: Add name to irq chipThomas Gleixner
2017-06-22x86/apic: Make init_legacy_irqs() __initDou Liyang
2017-01-05x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira
2016-10-04x86/irq: Prevent force migration of irqs which are not in the vector domainMika Westerberg
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-04-29Merge branch 'x86/urgent' into x86/asm, to refresh the treeIngo Molnar
2016-04-28x86/apic: Handle zero vector gracefully in clear_vector_irq()Keith Busch
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-03-18x86/irq: Cure live lock in fixup_irqs()Thomas Gleixner
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner