summaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
Commit message (Expand)AuthorAgeFilesLines
* genirq: Unlock irq descriptor after errorsGuenter Roeck2020-08-131-2/+5
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-5/+1
|\
| * sched,irq: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-5/+1
* | genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-07-271-1/+5
* | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-2/+35
|/
* genirq: Check irq_data_get_irq_chip() return value before useMarek Vasut2020-05-281-0/+4
* genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-03-211-2/+9
* genirq/proc: Reject invalid affinity masks (again)Thomas Gleixner2020-02-141-16/+2
* genirq: Clarify that irq wake state is orthogonal to enable/disableStephen Boyd2020-02-071-0/+7
* genirq, sched/isolation: Isolate from handling managed interruptsMing Lei2020-01-221-1/+40
* genirq: Show irq name in non-oneshot error messageLuca Ceresoli2020-01-091-2/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-171-1/+1
|\
| * genirq: Force interrupt threading on RTThomas Gleixner2019-08-191-1/+1
* | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-2/+1
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-21/+69
|\
| * genirq: Add optional hardware synchronization for shutdownThomas Gleixner2019-07-031-19/+56
| * genirq: Fix misleading synchronize_irq() documentationThomas Gleixner2019-07-031-1/+2
| * genirq: Delay deactivation in free_irq()Thomas Gleixner2019-07-031-1/+11
* | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\ \ | |/ |/|
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | genirq: Prevent use-after-free and work list corruptionPrasad Sodagudi2019-03-241-1/+3
* | genirq: Mark expected switch case fall-throughGustavo A. R. Silva2019-03-231-0/+1
|/
* Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-02-231-1/+404
|\
| * genirq: Fix wrong name in request_percpu_nmi() descriptionJulien Thierry2019-02-141-2/+2
| * genirq: Provide NMI management for percpu_devid interruptsJulien Thierry2019-02-051-0/+177
| * genirq: Provide basic NMI management for interrupt linesJulien Thierry2019-02-051-1/+227
* | Merge branch 'linus' into irq/coreThomas Gleixner2019-02-141-0/+3
|\ \
| * | genirq: Make sure the initial affinity is not emptySrinivas Ramana2019-01-151-0/+3
| |/
* / genirq: Annotate implicit fall throughMathieu Malaterre2019-01-151-0/+1
|/
* genirq: Fix various typos in commentsIngo Molnar2018-12-181-1/+1
* genirq: Fix race on spurious interrupt detectionLukas Wunner2018-10-191-2/+6
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-08-131-19/+28
|\
| * genirq: Remove redundant NULL pointer check in __free_irq()RAGHU Halharvi2018-07-171-3/+0
| * genirq: Synchronize only with single thread on free_irq()Lukas Wunner2018-06-241-10/+23
| * genirq: Update code comments wrt recycled thread_maskLukas Wunner2018-06-241-5/+4
| * genirq: Fix editing error in a commentJonathan Neuschäfer2018-06-191-1/+1
* | genirq: Make force irq threading setup more robustThomas Gleixner2018-08-031-1/+8
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-101-2/+35
|\
| * genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner2018-06-061-2/+35
* | ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-051-0/+1
|/
* genirq: Add missing SPDX identifiersThomas Gleixner2018-03-201-0/+1
* genirq: Cleanup top of file commentsThomas Gleixner2018-03-201-2/+0
* genirq: Pass desc to __irq_free instead of irq numberUwe Kleine König2018-03-201-4/+4
* genirq: Let irq thread follow the effective hard irq affinityThomas Gleixner2018-02-161-3/+7
* Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-141-1/+12
|\
| * genirq: Track whether the trigger type has been setMarc Zyngier2017-11-101-1/+12
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-4/+19
|\ \
| * | genirq: Fix type of shifting literal 1 in __setup_irq()Rasmus Villemoes2017-11-121-1/+1
| * | genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall2017-10-291-1/+2
| |/