aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq/irqdesc.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-02genirq: Allow the affinity of a percpu interrupt to be set/retrievedGravatar Marc Zyngier 1-1/+25
2016-02-08genirq: Add default affinity mask command line optionGravatar Thomas Gleixner 1-2/+19
2015-12-14genirq: Free irq_desc with rcuGravatar Thomas Gleixner 1-3/+16
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-09-16genirq: Move field 'msi_desc' from irq_data into irq_common_dataGravatar Jiang Liu 1-1/+1
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataGravatar Jiang Liu 1-4/+5
2015-09-16genirq: Move field 'handler_data' from irq_data into irq_common_dataGravatar Jiang Liu 1-1/+2
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataGravatar Jiang Liu 1-1/+3
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Gravatar Jiang Liu 1-1/+1
2015-06-20Merge branch 'irq/for-x86' into irq/coreGravatar Thomas Gleixner 1-7/+2
2015-06-12genirq: Introduce helper function irq_data_get_node()Gravatar Jiang Liu 1-7/+1
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataGravatar Jiang Liu 1-0/+1
2015-05-05genirq: Fix type inconsistencyGravatar Nicholas Mc Guire 1-1/+1
2015-05-05genirq: Fix unnecessary automatic type conversionGravatar Nicholas Mc Guire 1-1/+1
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsGravatar Thomas Gleixner 1-0/+52
2014-09-03genirq: Add irq_domain-aware core IRQ handlerGravatar Marc Zyngier 1-0/+42
2014-07-05genirq: Fix memory leak when calling irq_free_hwirqs()Gravatar Keith Busch 1-2/+2
2014-05-16genirq: Remove dynamic_irq messGravatar Thomas Gleixner 1-16/+7
2014-05-16genirq: Replace dynamic_irq_init/cleanupGravatar Thomas Gleixner 1-0/+7
2014-05-16genirq: Remove irq_reserve_irq[s]Gravatar Thomas Gleixner 1-25/+0
2014-05-16genirq: Replace reserve_irqs in core codeGravatar Thomas Gleixner 1-0/+7
2014-05-16genirq: Provide generic hwirq allocation facilityGravatar Thomas Gleixner 1-0/+51
2014-04-28genirq: x86: Ensure that dynamic irq allocation does not conflictGravatar Thomas Gleixner 1-0/+7
2014-03-04genirq: Add a kstat helper to increment irq statsGravatar Thomas Gleixner 1-0/+5
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nGravatar Paul Gortmaker 1-0/+1
2012-05-15genirq: export handle_edge_irq() and irq_to_desc()Gravatar Jiri Kosina 1-0/+1
2011-10-31irq: don't put module.h into irq.h for tracking irqgen modules.Gravatar Paul Gortmaker 1-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsGravatar Marc Zyngier 1-1/+31
2011-08-18irqdesc: fix new kernel-doc warningGravatar Randy Dunlap 1-0/+1
2011-07-28irq: Track the owner of irq descriptorGravatar Sebastian Andrzej Siewior 1-12/+24
2011-06-03genirq: Ensure we locate the passed IRQ in irq_alloc_descs()Gravatar Mark Brown 1-0/+6
2011-06-03genirq: Fix descriptor init on non-sparse IRQsGravatar Linus Walleij 1-5/+3
2011-05-18irq: Export functions to allow modular irq driversGravatar Jonathan Cameron 1-0/+3
2011-05-18genirq: Uninline and sanity check generic_handle_irq()Gravatar Thomas Gleixner 1-0/+15
2011-05-18genirq: Remove pointless ifdefsGravatar Thomas Gleixner 1-3/+1
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataGravatar Thomas Gleixner 1-2/+0
2011-03-27genirq: Add irq disabled flag to irq_data stateGravatar Thomas Gleixner 1-0/+1
2011-03-23genirq; Remove the last leftovers of the old sparse irq codeGravatar Thomas Gleixner 1-14/+0
2011-02-21genirq: Use IRQ_BITMAP_BITS as search size in irq_alloc_descs()Gravatar Yinghai Lu 1-7/+8
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Gravatar Thomas Gleixner 1-0/+20
2011-02-19genirq: Force wrapped access to desc->status in core codeGravatar Thomas Gleixner 1-2/+2
2011-02-19genirq: Move IRQ_DISABLED to coreGravatar Thomas Gleixner 1-0/+2
2011-02-19genirq: Protect tglx from tripping over his own feetGravatar Thomas Gleixner 1-2/+2
2011-02-19genirq: Make nr_irqs runtime expandableGravatar Thomas Gleixner 1-3/+19
2011-02-19Merge branch 'irq/urgent' into irq/coreGravatar Thomas Gleixner 1-1/+10
2011-02-19genirq: Prevent access beyond allocated_irqs bitmapGravatar Thomas Gleixner 1-1/+10
2011-02-08genirq: Remove dead codeGravatar Thomas Gleixner 1-17/+0
2011-01-13irq: use per_cpu kstat_irqsGravatar Eric Dumazet 1-10/+30
2010-10-27/proc/stat: fix scalability of irq sum of all cpuGravatar KAMEZAWA Hiroyuki 1-0/+15
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildGravatar Thomas Gleixner 1-1/+1