aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-0/+2
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner1-0/+2
2016-06-18genirq: Add untracked irq handlerKeith Busch1-0/+1
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter1-0/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng1-0/+4
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-0/+3
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko1-0/+5
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg1-0/+2
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie1-1/+1
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu1-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-4/+0
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu1-2/+2
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu1-2/+1
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu1-1/+1
2015-07-11genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()Jiang Liu1-1/+1
2015-07-08hotplug: Prevent alloc/free of irq descriptors during cpu up/downThomas Gleixner1-4/+0
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-0/+5
2015-06-12genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu1-5/+5
2015-06-12genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu1-2/+0
2014-12-13genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-0/+4
2014-09-01genirq: Simplify wakeup mechanismThomas Gleixner1-0/+2
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner1-0/+10
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner1-2/+2
2014-05-27genirq: Improve documentation to match current implementationJiang Liu1-1/+1
2014-05-16genirq: Replace reserve_irqs in core codeThomas Gleixner1-0/+6
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner1-0/+1
2014-03-04genirq: Move kstat_incr_irqs_this_cpu() to coreThomas Gleixner1-0/+7
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner1-0/+1
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu1-0/+3
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-2/+0
2012-02-15genirq: Handle pending irqs in irq_startup()Thomas Gleixner1-1/+1
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+1
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier1-5/+14
2011-03-29genirq: Remove compat codeThomas Gleixner1-10/+0
2011-03-28genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_dataThomas Gleixner1-6/+0
2011-02-26genirq: Provide forced interrupt threadingThomas Gleixner1-0/+2
2011-02-19genirq: Implement irq_get/put_desc_[bus]locked/unlock()Thomas Gleixner1-0/+28
2011-02-19genirq: Remove real old transition functionsThomas Gleixner1-3/+0
2011-02-19genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=yThomas Gleixner1-0/+4
2011-02-19genirq: Move wakeup state to irq_dataThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQCHIP_SET_TYPE_MASKED flagThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_AFFINITY_SET to coreThomas Gleixner1-0/+4
2011-02-19genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.stateThomas Gleixner1-0/+11
2011-02-19genirq: Move debug code to separate headerThomas Gleixner1-44/+4
2011-02-19genirq: Remove CONFIG_IRQ_PER_CPUThomas Gleixner1-2/+0
2011-02-19genirq: Add IRQ_MOVE_PENDING to irq_data.stateThomas Gleixner1-0/+15
2011-02-19genirq: Move IRQ_WAKEUP to coreThomas Gleixner1-0/+2
2011-02-19genirq: Move IRQ_SUSPENDED to coreThomas Gleixner1-0/+2