summaryrefslogtreecommitdiffstats
path: root/kernel/irq/internals.h
AgeCommit message (Expand)AuthorLines
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner-0/+9
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner-1/+1
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner-1/+1
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner-0/+8
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner-2/+0
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+5
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner-0/+4
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner-0/+1
2019-06-12genirq/timings: Encapsulate timings pushDaniel Lezcano-9/+12
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-0/+2
2019-02-10genirq: Avoid summation loops for /proc/statThomas Gleixner-1/+7
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry-0/+2
2018-02-01genirq: Make legacy autoprobing work againThomas Gleixner-1/+1
2017-12-29genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner-1/+1
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner-1/+2
2017-09-25genirq: Separate activation and startupThomas Gleixner-0/+2
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner-0/+11
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner-0/+5
2017-08-14genirq: Fix for_each_action_of_desc() macroMasahiro Yamada-1/+1
2017-07-17genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross-0/+10
2017-07-04genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott-1/+3
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano-0/+19
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano-0/+90
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner-1/+6
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner-1/+8
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner-0/+10
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner-0/+5
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner-1/+9
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig-0/+38
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner-0/+6
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner-1/+1
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner-0/+22
2017-06-21irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski-0/+11
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner-0/+2
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner-0/+2
2016-06-18genirq: Add untracked irq handlerKeith Busch-0/+1
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter-0/+1
2016-03-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2016-02-23irq: Privatize irq_common_data::state_use_accessorsBoqun Feng-0/+4
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano-0/+3
2015-11-10genirq/PM: Restore system wake up from chained interruptsGrygorii Strashko-0/+5
2015-10-09genirq: Allow migration of chained interrupts by installing default actionMika Westerberg-0/+2
2015-09-22genirq: Remove the second parameter from handle_irq_event_percpu()Huang Shijie-1/+1
2015-09-16genirq: Move field 'node' from irq_data into irq_common_dataJiang Liu-1/+1
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner-4/+0
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu-2/+2
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu-2/+1