summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax
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