aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/manage.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki1-2/+7
2024-02-19genirq: Wake interrupt threads immediately when changing affinityCrystal Wood1-54/+55
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-10/+5
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch1-12/+14
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping1-1/+4
2023-01-11genirq: Add might_sleep() to disable_irq()Manfred Spraul1-1/+4
2022-11-17genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen1-2/+2
2022-07-07genirq: Drop redundant irq_init_effective_affinitySamuel Holland1-9/+1
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+23
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff1-10/+29
2022-04-14genirq: Take the proposed affinity at face value if force==trueMarc Zyngier1-2/+8
2022-04-10genirq: Always limit the affinity to online CPUsMarc Zyngier1-8/+17
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-2/+2
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner1-4/+4
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner1-2/+2
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright1-1/+1
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner1-3/+1
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love1-6/+5
2021-08-10genirq: Clarify documentation for request_threaded_irq()Joel Savitz1-3/+5
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner1-1/+32
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner1-1/+32
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-0/+5
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+15
2021-03-22irq: Fix typos in commentsIngo Molnar1-3/+3
2021-03-21genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-16genirq: Fix typos and misspellings in commentsKrzysztof Kozlowski1-3/+3
2021-03-06genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-2/+9
2021-01-13genirq: Export irq_check_status_bit()Thomas Gleixner1-0/+1
2020-12-15genirq: Move status flag checks to coreThomas Gleixner1-0/+20
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-0/+17
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry1-0/+70
2020-10-17task_work: cleanup notification modesJens Axboe1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-13genirq: Unlock irq descriptor after errorsGuenter Roeck1-2/+5
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+1
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-06-15sched,irq: Convert to sched_set_fifo()Peter Zijlstra1-5/+1
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/kerne...Linus 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/kerne...Linus 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/p...Linus 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/...Thomas 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/kerne...Linus 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/ker...Linus 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/m...Thomas Gleixner1-1/+12
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/gi...Linus 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 re...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...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
2016-10-21kernel/irq: Export irq_set_parent()Sudip Mukherjee1-0/+1
2016-09-14Merge tag 'irqchip-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Thomas Gleixner1-2/+6
2016-09-06genirq: No need to mask non trigger mode flags before __irq_set_trigger()Alexander Kuleshov1-3/+2
2016-08-22genirq: Fix potential memleak when failing to get irq pmShawn Lin1-2/+6
2016-07-04Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-6/+22
2016-07-04genirq: Add affinity hint to irq allocationThomas Gleixner1-3/+4
2016-07-04genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner1-3/+18
2016-06-13genirq: Add runtime power management support for IRQ chipsJon Hunter1-1/+30
2016-06-13genirq: Look-up percpu trigger type if not specified by callerMarc Zyngier1-0/+7
2016-06-13genirq: Look-up trigger type if not specified by callerJon Hunter1-0/+7
2016-05-11genirq: Ensure IRQ descriptor is valid when setting-up the IRQJon Hunter1-1/+1
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-2/+2
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2016-03-09x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected"Chen Fan1-1/+8
2016-02-15genirq: Use a common macro to go through the actions listDaniel Lezcano1-5/+3
2016-01-11Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+25
2015-12-14genirq: Prevent chip buslock deadlockThomas Gleixner1-3/+3
2015-12-08genirq: Implement irq_percpu_is_enabled()Thomas Petazzoni1-0/+25
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2015-10-11genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner1-0/+1
2015-10-09genirq: Make irq_set_vcpu_affinity available for CONFIG_SMP=nFeng Wu1-31/+31
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard1-0/+2
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard1-3/+4
2015-09-22genirq: Handle force threading of irqs with primary and thread handlerThomas Gleixner1-41/+117
2015-09-16genirq: Move field 'affinity' from irq_data into irq_common_dataJiang Liu1-6/+6
2015-07-27genirq: Export irq_[get|set]_irqchip_state()Bjorn Andersson1-0/+2
2015-07-11genirq: Remove the irq argument from setup_affinity()Jiang Liu1-8/+7
2015-07-11genirq: Provide and use __irq_can_set_affinity()Jiang Liu1-8/+10
2015-07-11genirq: Remove irq argument from __enable/__disable_irq()Jiang Liu1-6/+7
2015-07-11genirq: Remove irq arg from __irq_set_trigger()Jiang Liu1-7/+7
2015-07-11genirq: Remove the irq argument from check_irq_resend()Jiang Liu1-1/+1
2015-06-12genirq: Introduce helper function irq_data_get_node()Jiang Liu1-1/+1
2015-05-19genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPUJiang Liu1-0/+31
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier1-0/+91
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner1-1/+6
2015-03-04genirq / PM: Add flag for shared NO_SUSPEND interrupt linesRafael J. Wysocki1-1/+6
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra1-2/+34
2015-02-09genirq: Fix null pointer reference in irq_set_affinity_hint()Jesse Brandeburg1-1/+2
2015-01-23genirq: Set initial affinity in irq_set_affinity_hint()Jesse Brandeburg1-0/+2
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+2
2014-09-01genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner1-0/+4
2014-09-01genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner1-23/+5
2014-05-03genirq: Sanitize spurious interrupt detection of threaded irqsThomas Gleixner1-2/+2
2014-04-17genirq: Allow forcing cpu affinity of interruptsThomas Gleixner1-11/+6
2014-03-14genirq: Add a new IRQCHIP_EOI_THREADED flagThomas Gleixner1-1/+1
2014-03-12Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner1-3/+28
2014-03-12genirq: Provide irq_request/release_resources chip callbacksThomas Gleixner1-1/+27
2014-02-27genirq: Remove racy waitqueue_active checkChuansheng Liu1-2/+1
2014-02-19genirq: Update the a comment typoChuansheng Liu1-1/+1
2014-02-19genirq: Provide irq_wake_thread()Thomas Gleixner1-0/+27
2014-02-19genirq: Provide synchronize_hardirq()Thomas Gleixner1-20/+50
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-10-28genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff1-1/+1
2013-10-18irq: Fix some trivial typos in commentsXie XiuQi1-1/+1
2013-06-28genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings1-3/+3
2013-06-11genirq: Set irq thread to RT priority on creationIvo Sieben1-5/+6
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-02-18genirq: Export enable/disable_percpu_irq()Chris Metcalf1-0/+2
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2012-12-18irq: tsk->comm is an arrayAlan Cox1-1/+1
2012-11-12genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-11-01irq: Set CPU affinity right on thread creationSankara Muthukrishnan1-0/+2
2012-11-01genirq: Provide means to retrigger parentThomas Gleixner1-0/+16
2012-08-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+14
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+0
2012-07-25genirq: Allow irq chips to mark themself oneshot safeThomas Gleixner1-1/+14
2012-07-22merge task_work and rcu_head, get rid of separate allocation for keyring caseAl Viro1-2/+2
2012-07-22trimming task_work: kill ->dataAl Viro1-1/+1
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-17/+0
2012-06-04Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://gi...Linus Torvalds1-17/+22
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-35/+33
2012-05-31kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printksAndrew Morton1-6/+8
2012-05-24genirq: Introduce irq_do_set_affinity() to reduce duplicated codeJiang Liu1-17/+22
2012-05-23genirq: reimplement exit_irq_thread() hook via task_work_add()Oleg Nesterov1-35/+33
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-6/+0
2012-05-21irq: Remove irq_chip->release()Richard Weinberger1-6/+0
2012-04-19genirq: Be more informative on irq type mismatchThomas Gleixner1-15/+10
2012-04-19genirq: Reject bogus threaded irq requestsThomas Gleixner1-0/+21
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava1-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev1-5/+5
2012-03-16genirq: Remove paranoid warnons and bogus fixupsThomas Gleixner1-10/+4
2012-03-14genirq: Flush the irq thread on synchronizationIdo Yariv1-28/+32
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner1-7/+39
2012-03-09genirq: Get rid of unnecessary IRQTF_DIED flagAlexander Gordeev1-10/+1
2012-03-09genirq: No need to check IRQTF_DIED before stopping a thread handlerAlexander Gordeev1-4/+2