summaryrefslogtreecommitdiffstats
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"Thomas Gleixner2017-07-271-2/+7
* genirq/PM: Properly pretend disabled state when force resuming interruptsJuergen Gross2017-07-173-10/+12
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-171-10/+53
|\
| * genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner2017-07-121-10/+53
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-095-26/+62
|\ \ | |/
| * irqdomain: Allow ACPI device nodes to be used as irqdomain identifiersMarc Zyngier2017-07-071-0/+16
| * genirq/debugfs: Remove redundant NULL pointer checkThomas Gleixner2017-07-071-2/+1
| * genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano2017-07-061-5/+10
| * genirq/timings: Move free timings out of spinlocked regionThomas Gleixner2017-07-041-2/+3
| * genirq: Move irq resource handling out of spinlocked regionThomas Gleixner2017-07-041-8/+15
| * genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner2017-07-042-0/+9
| * genirq: Move bus locking into __setup_irq()Thomas Gleixner2017-07-041-8/+5
| * genirq: Force inlining of __irq_startup_managed to prevent build failureGeert Uytterhoeven2017-07-041-1/+1
| * genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAINSebastian Ott2017-07-041-1/+3
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-1/+12
|\ \
| * | PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez2017-05-221-1/+12
* | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-033-3/+3
|\ \ \ | |_|/ |/| |
| * | irq: update genericirq book locationMauro Carvalho Chehab2017-05-163-3/+3
| |/
* | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
* | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
* | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-242-0/+358
* | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-246-0/+129
* | genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-242-8/+6
* | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-222-43/+14
* | genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-221-0/+31
* | genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig2017-06-221-13/+63
* | genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner2017-06-221-2/+10
* | genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-221-0/+1
* | genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2017-06-221-0/+45
* | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-221-3/+61
* | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-224-7/+14
* | genirq: Split out irq_startup() codeThomas Gleixner2017-06-221-11/+18
* | genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner2017-06-221-0/+10
* | genirq/cpuhotplug: Use effective affinity maskThomas Gleixner2017-06-221-3/+11
* | genirq: Introduce effective affinity maskThomas Gleixner2017-06-224-7/+105
* | genirq/proc: Replace ever repeating type castThomas Gleixner2017-06-221-5/+5
* | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-221-8/+7
* | genirq: Remove pointless arg from show_irq_affinityThomas Gleixner2017-06-221-3/+3
* | genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2017-06-221-0/+5
* | genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner2017-06-221-1/+1
* | genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner2017-06-221-1/+10
* | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-222-3/+35
* | genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner2017-06-221-3/+8
* | genirq/cpuhotplug: Reorder check logicThomas Gleixner2017-06-221-16/+20
* | genirq/cpuhotplug: Dont claim success on errorThomas Gleixner2017-06-221-1/+4
* | genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner2017-06-221-8/+4
* | genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-222-28/+38
* | genirq: Move initial affinity setup to irq_startup()Thomas Gleixner2017-06-222-9/+8
* | genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner2017-06-222-6/+7
* | genirq: Remove mask argument from setup_affinity()Thomas Gleixner2017-06-223-34/+29
OpenPOWER on IntegriCloud