aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner1-10/+53
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner1-4/+7
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner1-2/+16
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner1-13/+3
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner1-1/+3
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner1-2/+6
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner1-18/+15
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner1-1/+1
2016-01-15x86/irq: Check vector allocation earlyThomas Gleixner1-13/+25
2016-01-15x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner1-8/+16
2016-01-15x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner1-14/+8
2016-01-15x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu1-3/+5
2016-01-15x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu1-8/+8
2015-12-20x86/irq: Export functions to allow MSI domains in modulesJake Oshins1-0/+2
2015-11-07x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov1-1/+5
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-3/+1
2015-09-01Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-39/+46
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu1-1/+1
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-27/+24
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner1-8/+7
2015-08-06x86/irq: Protect smp_cleanup_moveThomas Gleixner1-4/+14
2015-08-06Merge branch 'linus' into x86/apicThomas Gleixner1-8/+2
2015-07-13x86/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+2
2015-07-13x86/irq: Use accessor irq_data_get_node()Jiang Liu1-4/+4
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner1-8/+2
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner1-4/+2
2015-05-13x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu1-9/+14
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar1-7/+4
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst1-1/+1
2015-05-05x86: Constify irqdomain opsThomas Gleixner1-3/+3
2015-04-24x86/irq: Avoid memory allocation in __assign_irq_vector()Jiang Liu1-16/+17
2015-04-24x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu1-1/+1
2015-04-24x86/irq: Move private data in struct irq_cfg into dedicated data structureJiang Liu1-102/+119
2015-04-24x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu1-2/+8
2015-04-24x86/irq: Remove function apic_set_affinity()Jiang Liu1-37/+3
2015-04-24x86/irq: Make functions only used in vector.c staticJiang Liu1-3/+4
2015-04-24x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu1-21/+0
2015-04-24x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu1-3/+0
2015-04-24irq_remapping: Clean up unsued code to support IOAPICJiang Liu1-1/+0
2015-04-24x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQJiang Liu1-34/+0
2015-04-24x86/irq: Refine the way to allocate irq_cfg for legacy IRQsJiang Liu1-1/+41
2015-04-24x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu1-0/+1
2015-04-24x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu1-0/+2
2015-04-24x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu1-13/+142
2015-04-24x86/irq: Save destination CPU ID in irq_cfgJiang Liu1-0/+6
2014-12-16x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu1-3/+3
2014-12-16x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu1-0/+28
2014-12-16x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilitiesJiang Liu1-35/+34
2014-12-16x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner1-2/+0
2014-12-16x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu1-0/+694