summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/vector.c
AgeCommit message (Expand)AuthorFilesLines
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