aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+28
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner1-1/+8
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi1-3/+0
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner1-10/+23
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner1-5/+4
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer1-1/+1
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+35
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner1-2/+35
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior1-0/+1
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner1-0/+1
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner1-2/+0
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König1-4/+4
2018-02-16genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner1-3/+7
2017-11-14Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-1/+12
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+19
2017-11-12genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes1-1/+1
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier1-1/+12
2017-10-29genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall1-1/+2
2017-10-09genirq/cpuhotplug: Enforce affinity setting on startup of managed irqsThomas Gleixner1-0/+3
2017-10-09genirq: Warn when effective affinity is not updatedThomas Gleixner1-0/+14
2017-09-25genirq: Separate activation and startupThomas Gleixner1-1/+16
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner1-1/+0
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-08-23genirq: Let irq_set_vcpu_affinity() iterate over hierarchyMarc Zyngier1-2/+12
2017-07-12genirq: Keep chip buslock across irq_request/release_resources()Thomas Gleixner1-10/+53
2017-07-06genirq: Allow to pass the IRQF_TIMER flag with percpu irq requestDaniel Lezcano1-5/+10
2017-07-04genirq/timings: Move free timings out of spinlocked regionThomas Gleixner1-2/+3
2017-07-04genirq: Move irq resource handling out of spinlocked regionThomas Gleixner1-8/+15
2017-07-04genirq: Add mutex to irq desc to serialize request/free_irq()Thomas Gleixner1-0/+8
2017-07-04genirq: Move bus locking into __setup_irq()Thomas Gleixner1-8/+5
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano1-0/+3
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner1-2/+2
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig1-28/+0
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner1-9/+6
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner1-6/+1
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner1-30/+23
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner1-0/+1
2017-06-20Merge branch 'linus' into irq/coreThomas Gleixner1-1/+3
2017-06-13genirq: Release resources in __setup_irq() error pathHeiner Kallweit1-1/+3
2017-06-04genirq: Warn when IRQ_NOAUTOEN is used with shared interruptsThomas Gleixner1-2/+10
2017-06-04genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner1-3/+9
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+11
2017-04-18genirq: Return the IRQ name from free_irq()Christoph Hellwig1-3/+10
2017-04-18genirq: Fix indentation in remove_irq()Christoph Hellwig1-1/+1
2017-04-15genirq: Use irqd_get_trigger_type to compare the trigger type for shared IRQsHans de Goede1-1/+3
2017-04-14genirq: Use cpumask_available() for check of cpumask variableMatthias Kaehlcke1-1/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-11-08genirq: Use irq type from irqdata instead of irqdescThomas Gleixner1-2/+2