aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
AgeCommit message (Expand)Author
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-29irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-01-23x86/apic/vector: Fix off by one in error pathThomas 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
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner
2015-08-06x86/irq: Protect smp_cleanup_moveThomas Gleixner
2015-08-06Merge branch 'linus' into x86/apicThomas Gleixner
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-07-13x86/irq: Use accessor irq_data_get_node()Jiang Liu
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner
2015-05-13x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst
2015-05-05x86: Constify irqdomain opsThomas Gleixner