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