aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross1-0/+10
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott1-1/+3
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival timeDaniel Lezcano1-0/+19
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+90
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner1-1/+6
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner1-1/+8
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner1-0/+10
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner1-0/+5
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner1-1/+9
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig1-0/+38
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner1-0/+6
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner1-1/+1
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+22
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski1-0/+11
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