aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut1-0/+4
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed1-44/+0
2020-03-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree1-2/+9
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner1-16/+2
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd1-0/+7
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei1-1/+40
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli1-2/+2
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner1-1/+1
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-2/+1
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+69
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner1-19/+56
2019-07-03genirq: Fix misleading synchronize_irq() documentationThomas Gleixner1-1/+2
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner1-1/+11
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi1-1/+3
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva1-0/+1
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-1/+404
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner1-0/+3
2019-02-14genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry1-2/+2
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry1-0/+177
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-1/+227
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana1-0/+3
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre1-0/+1
2018-12-18genirq: Fix various typos in commentsIngo Molnar1-1/+1
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
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