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