aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAge
...
* | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-26
* | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-26
* | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-24
* | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-24
* | genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-24
* | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-22
* | genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-22
* | genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig2017-06-22
* | genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner2017-06-22
* | genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2017-06-22
* | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-22
* | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-22
* | genirq: Split out irq_startup() codeThomas Gleixner2017-06-22
* | genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Use effective affinity maskThomas Gleixner2017-06-22
* | genirq: Introduce effective affinity maskThomas Gleixner2017-06-22
* | genirq/proc: Replace ever repeating type castThomas Gleixner2017-06-22
* | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-22
* | genirq: Remove pointless arg from show_irq_affinityThomas Gleixner2017-06-22
* | genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Reorder check logicThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Dont claim success on errorThomas Gleixner2017-06-22
* | genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner2017-06-22
* | genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-22
* | genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-22
* | genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2017-06-22
* | genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-22
* | genirq: Provide irq_fixup_move_pending()Thomas Gleixner2017-06-22
* | genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-22
* | genirq/irqdomain: Add map counterThomas Gleixner2017-06-22
* | genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-22
* | genirq/msi: Prevent overwriting domain nameThomas Gleixner2017-06-22
* | irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski2017-06-21
* | irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski2017-06-21
* | irq/generic-chip: Export irq_init_generic_chip() locallyBartosz Golaszewski2017-06-21
* | Merge branch 'linus' into irq/coreThomas Gleixner2017-06-20
|\ \
| * | genirq: Release resources in __setup_irq() error pathHeiner Kallweit2017-06-12
* | | genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner2017-06-04
* | | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-04
* | | genirq: Make early_irq_init() print out more informativeVincent Legoll2017-05-26
* | | genirq/msi: Populate the domain name if provided by the irqchipMarc Zyngier2017-05-22
* | | irqdomain: Let irq_domain_mapping display ACPI fwnode attributesMarc Zyngier2017-05-22
* | | irqdomain: Let irq_domain_mapping display hierarchical domainsMarc Zyngier2017-05-22
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-21
|\ \ | |/ |/|
| * genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-16