summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2020-12-15genirq: Move status flag checks to coreThomas Gleixner
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry
2020-10-17task_work: cleanup notification modesJens Axboe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-06-15sched,irq: Convert to sched_set_fifo()Peter Zijlstra
2020-05-28genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut
2020-04-14genirq: Remove setup_irq() and remove_irq()afzal mohammed
2020-03-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree
2020-02-14genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner
2020-02-07genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd
2020-01-22genirq, sched/isolation: Isolate from handling managed interruptsMing Lei
2020-01-09genirq: Show irq name in non-oneshot error messageLuca Ceresoli
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-07-03genirq: Add optional hardware synchronization for shutdownThomas Gleixner
2019-07-03genirq: Fix misleading synchronize_irq() documentationThomas Gleixner
2019-07-03genirq: Delay deactivation in free_irq()Thomas Gleixner
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-24genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi
2019-03-23genirq: Mark expected switch case fall-throughGustavo A. R. Silva
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner
2019-02-14Merge branch 'linus' into irq/coreThomas Gleixner
2019-02-14genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry
2019-01-15genirq: Make sure the initial affinity is not emptySrinivas Ramana
2019-01-15genirq: Annotate implicit fall throughMathieu Malaterre
2018-12-18genirq: Fix various typos in commentsIngo Molnar
2018-10-19genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-08-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-08-03genirq: Make force irq threading setup more robustThomas Gleixner
2018-07-17genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi
2018-06-24genirq: Synchronize only with single thread on free_irq()Lukas Wunner
2018-06-24genirq: Update code comments wrt recycled thread_maskLukas Wunner
2018-06-19genirq: Fix editing error in a commentJonathan Neuschäfer
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-06genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior
2018-03-20genirq: Add missing SPDX identifiersThomas Gleixner
2018-03-20genirq: Cleanup top of file commentsThomas Gleixner
2018-03-20genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König
2018-02-16genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner