summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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
* x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-151-4/+7
* x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
* x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3Star
* x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
* x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
* x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15Star
* x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
* x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
* x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-01-151-8/+16
* x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8Star
* x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
* x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
* x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-201-0/+2
* x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov2015-11-071-1/+5
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-3/+1Star
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-021-39/+46
|\
| * x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-27/+24Star
| * x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner2015-08-061-8/+7Star
| * x86/irq: Protect smp_cleanup_moveThomas Gleixner2015-08-061-4/+14
| * Merge branch 'linus' into x86/apicThomas Gleixner2015-08-061-8/+2Star
| |\
| * | x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-1/+2
| * | x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-4/+4
* | | x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu2015-08-181-1/+1
| |/ |/|
* | x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-071-8/+2Star
|/
* x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner2015-05-151-4/+2Star
* x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu2015-05-131-9/+14
* Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-111-7/+4Star
|\
| * x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst2015-05-101-1/+1
* | x86: Constify irqdomain opsThomas Gleixner2015-05-051-3/+3
* | x86/irq: Avoid memory allocation in __assign_irq_vector()Jiang Liu2015-04-241-16/+17
* | x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-241-1/+1
* | x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu2015-04-241-102/+119
* | x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-241-2/+8