summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner2015-05-151-4/+2
* 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/+4
|\
| * 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
* | x86/irq: Remove function apic_set_affinity()Jiang Liu2015-04-241-37/+3
* | x86/irq: Make functions only used in vector.c staticJiang Liu2015-04-241-3/+4
* | x86/irq: Remove unused alloc_irq_and_cfg_at()Jiang Liu2015-04-241-21/+0
* | x86/irq: Move irq_cfg.irq_2_pin into io_apic.cJiang Liu2015-04-241-3/+0
* | irq_remapping: Clean up unsued code to support IOAPICJiang Liu2015-04-241-1/+0
* | x86/irq: Remove GENERIC_IRQ_LEGACY_ALLOC_HWIRQJiang Liu2015-04-241-34/+0
* | x86/irq: Refine the way to allocate irq_cfg for legacy IRQsJiang Liu2015-04-241-1/+41
* | x86/htirq: Use hierarchical irqdomain to manage Hypertransport interruptsJiang Liu2015-04-241-0/+1
* | x86/MSI: Use hierarchical irqdomains to manage MSI interruptsJiang Liu2015-04-241-0/+2
* | x86/irq: Use hierarchical irqdomain to manage CPU interrupt vectorsJiang Liu2015-04-241-13/+142
* | x86/irq: Save destination CPU ID in irq_cfgJiang Liu2015-04-241-0/+6
|/
* x86, irq: Use helpers to access irq_cfg data structure associated with IRQJiang Liu2014-12-161-3/+3
* x86, irq: Move IRQ initialization routines from io_apic.c into vector.cJiang Liu2014-12-161-0/+28
* x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilitiesJiang Liu2014-12-161-35/+34
* x86, irq: Make UP version of irq_complete_move() an inline stubThomas Gleixner2014-12-161-2/+0
* x86, irq: Move local APIC related code from io_apic.c into vector.cJiang Liu2014-12-161-0/+694
OpenPOWER on IntegriCloud