summaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Use affinity hint in irqdesc allocationThomas Gleixner2016-07-041-12/+39
* genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-041-4/+8
* genirq: Allow the affinity of a percpu interrupt to be set/retrievedMarc Zyngier2016-05-021-1/+25
* genirq: Add default affinity mask command line optionThomas Gleixner2016-02-081-2/+19
* genirq: Free irq_desc with rcuThomas Gleixner2015-12-141-3/+16
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* genirq: Move field 'msi_desc' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+1
* genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu2015-09-161-4/+5
* genirq: Move field 'handler_data' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+2
* genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu2015-09-161-1/+3
* genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu2015-07-111-1/+1
* Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-201-7/+2
|\
| * genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-121-7/+1
| * genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-121-0/+1
* | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1
* | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
|/
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2014-12-131-0/+52
* genirq: Add irq_domain-aware core IRQ handlerMarc Zyngier2014-09-031-0/+42
* genirq: Fix memory leak when calling irq_free_hwirqs()Keith Busch2014-07-051-2/+2
* genirq: Remove dynamic_irq messThomas Gleixner2014-05-161-16/+7
* genirq: Replace dynamic_irq_init/cleanupThomas Gleixner2014-05-161-0/+7
* genirq: Remove irq_reserve_irq[s]Thomas Gleixner2014-05-161-25/+0
* genirq: Replace reserve_irqs in core codeThomas Gleixner2014-05-161-0/+7
* genirq: Provide generic hwirq allocation facilityThomas Gleixner2014-05-161-0/+51
* genirq: x86: Ensure that dynamic irq allocation does not conflictThomas Gleixner2014-04-281-0/+7
* genirq: Add a kstat helper to increment irq statsThomas Gleixner2014-03-041-0/+5
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
* genirq: export handle_edge_irq() and irq_to_desc()Jiri Kosina2012-05-151-0/+1
* irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker2011-10-311-1/+1
* genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-031-1/+31
* irqdesc: fix new kernel-doc warningRandy Dunlap2011-08-181-0/+1
* irq: Track the owner of irq descriptorSebastian Andrzej Siewior2011-07-281-12/+24
* genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Mark Brown2011-06-031-0/+6
* genirq: Fix descriptor init on non-sparse IRQsLinus Walleij2011-06-031-5/+3
* irq: Export functions to allow modular irq driversJonathan Cameron2011-05-181-0/+3
* genirq: Uninline and sanity check generic_handle_irq()Thomas Gleixner2011-05-181-0/+15
* genirq: Remove pointless ifdefsThomas Gleixner2011-05-181-3/+1
* genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner2011-03-281-2/+0
* genirq: Add irq disabled flag to irq_data stateThomas Gleixner2011-03-271-0/+1
* genirq; Remove the last leftovers of the old sparse irq codeThomas Gleixner2011-03-231-14/+0
* genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Yinghai Lu2011-02-211-7/+8
* genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner2011-02-191-0/+20
* genirq: Force wrapped access to desc->status in core codeThomas Gleixner2011-02-191-2/+2
* genirq: Move IRQ_DISABLED to coreThomas Gleixner2011-02-191-0/+2
* genirq: Protect tglx from tripping over his own feetThomas Gleixner2011-02-191-2/+2
* genirq: Make nr_irqs runtime expandableThomas Gleixner2011-02-191-3/+19
* Merge branch 'irq/urgent' into irq/coreThomas Gleixner2011-02-191-1/+10
|\
| * genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner2011-02-191-1/+10
* | genirq: Remove dead codeThomas Gleixner2011-02-081-17/+0
|/
* irq: use per_cpu kstat_irqsEric Dumazet2011-01-131-10/+30