summaryrefslogtreecommitdiff
path: root/kernel/irq/manage.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2026-06-30genirq: export irq_can_set_affinity() for module driversHangtian Zhu1-0/+1
2026-06-29genirq/manage: Use irqd_get_parent_data() helper in __irq_get_irqchip_state()Kemeng Shi1-5/+1
2026-05-26genirq: Cache the condition for /proc/interrupts exposureThomas Gleixner1-1/+7
2026-05-26genirq/manage: Make NMI cleanup RT safeThomas Gleixner1-16/+21
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+13
2026-02-10Merge tag 'irq-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-51/+30
2026-01-13genirq/cpuhotplug: Notify about affinity changes breaking the affinity maskImran Khan1-8/+18
2026-01-13genirq: Warn about using IRQF_ONESHOT without a threaded handlerSebastian Andrzej Siewior1-0/+7
2025-12-15genirq: Add interrupt redirection infrastructureRadu Rendec1-2/+13
2025-12-15genirq: Remove setup_percpu_irq()Marc Zyngier1-30/+0
2025-12-15genirq: Remove __request_percpu_irq() helperMarc Zyngier1-10/+5
2025-12-15genirq: Remove IRQ timing tracking infrastructureMarc Zyngier1-3/+0
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner1-1/+1
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier1-0/+3
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-56/+116
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker1-13/+4
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker1-8/+15
2025-11-18genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()Chengkaitao1-1/+1
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner1-1/+4
2025-10-27genirq: Allow per-cpu interrupt sharing for non-overlapping affinitiesMarc Zyngier1-12/+55
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-5/+7
2025-10-27genirq: Add affinity to percpu_devid interrupt requestsMarc Zyngier1-4/+10
2025-10-27genirq: Factor-in percpu irqaction creationMarc Zyngier1-16/+24
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax1-1/+1
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax1-1/+1
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter1-1/+1
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner1-2/+2
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert1-15/+0
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner1-28/+15
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner1-16/+6
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner1-14/+5
2025-05-07genirq/manage: Rework prepare_percpu_nmi()Thomas Gleixner1-21/+8
2025-05-07genirq/manage: Rework disable_percpu_irq()Thomas Gleixner1-9/+2
2025-05-07genirq/manage: Rework irq_percpu_is_enabled()Thomas Gleixner1-13/+3
2025-05-07genirq/manage: Rework enable_percpu_irq()Thomas Gleixner1-25/+15
2025-05-07genirq/manage: Rework irq_set_parent()Thomas Gleixner1-10/+5
2025-05-07genirq/manage: Rework can_request_irq()Thomas Gleixner1-13/+8
2025-05-07genirq/manage: Rework irq_set_irq_wake()Thomas Gleixner1-35/+30
2025-05-07genirq/manage: Rework enable_irq()Thomas Gleixner1-11/+6
2025-05-07genirq/manage: Rework __disable_irq_nosync()Thomas Gleixner1-8/+5
2025-05-07genirq/manage: Rework irq_set_vcpu_affinity()Thomas Gleixner1-23/+16
2025-05-07genirq/manage: Rework __irq_apply_affinity_hint()Thomas Gleixner1-12/+10
2025-05-07genirq/manage: Rework irq_update_affinity_desc()Thomas Gleixner1-40/+28
2025-05-07genirq/manage: Convert to lock guardsThomas Gleixner1-97/+58
2025-05-07genirq/manage: Cleanup kernel doc commentsThomas Gleixner1-269/+251
2025-03-10genirq: Make a few functions staticThomas Gleixner1-3/+4