summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner
2025-05-07genirq/manage: Rework prepare_percpu_nmi()Thomas Gleixner
2025-05-07genirq/manage: Rework disable_percpu_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_percpu_is_enabled()Thomas Gleixner
2025-05-07genirq/manage: Rework enable_percpu_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_parent()Thomas Gleixner
2025-05-07genirq/manage: Rework can_request_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_irq_wake()Thomas Gleixner
2025-05-07genirq/manage: Rework enable_irq()Thomas Gleixner
2025-05-07genirq/manage: Rework __disable_irq_nosync()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_set_vcpu_affinity()Thomas Gleixner
2025-05-07genirq/manage: Rework __irq_apply_affinity_hint()Thomas Gleixner
2025-05-07genirq/manage: Rework irq_update_affinity_desc()Thomas Gleixner
2025-05-07genirq/manage: Convert to lock guardsThomas Gleixner
2025-05-07genirq/manage: Cleanup kernel doc commentsThomas Gleixner
2025-03-10genirq: Make a few functions staticThomas Gleixner
2024-12-03genirq: Reuse irq_thread_fn() for forced thread caseAndy Shevchenko
2024-12-03genirq: Move irq_thread_fn() further up in the codeAndy Shevchenko
2024-08-27genirq: Get rid of global lock in irq_do_set_affinity()Marc Zyngier
2024-07-09task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-24genirq: Reuse irq_is_nmi()Jinjie Ruan
2024-04-24genirq/cpuhotplug: Skip suspended interrupts when restoring affinityDavid Stevens
2024-03-25genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki
2024-02-19genirq: Wake interrupt threads immediately when changing affinityCrystal Wood
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping
2023-01-11genirq: Add might_sleep() to disable_irq()Manfred Spraul
2022-11-17genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen
2022-07-07genirq: Drop redundant irq_init_effective_affinitySamuel Holland
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-05-05genirq: Synchronize interrupt thread startupThomas Pfaff
2022-04-14genirq: Take the proposed affinity at face value if force==trueMarc Zyngier
2022-04-10genirq: Always limit the affinity to online CPUsMarc Zyngier
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner
2021-09-17genirq: Move prio assignment into the newly created threadThomas Gleixner
2021-09-17genirq: Update irq_set_irqchip_state documentationJosh Cartwright
2021-08-13genirq: Fix kernel doc indentationThomas Gleixner
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love
2021-08-10genirq: Clarify documentation for request_threaded_irq()Joel Savitz
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner