summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner-1/+1
2025-05-08genirq/cpuhotplug: Fix up lock guards conversion brainf..tThomas Gleixner-1/+1
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner-2/+2
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert-15/+0
2025-05-07genirq: Remove irq_[get|put]_desc*()Thomas Gleixner-24/+0
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner-28/+15
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner-16/+6
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner-14/+5
2025-05-07genirq/manage: Rework prepare_percpu_nmi()Thomas Gleixner-21/+8
2025-05-07genirq/manage: Rework disable_percpu_irq()Thomas Gleixner-9/+2
2025-05-07genirq/manage: Rework irq_percpu_is_enabled()Thomas Gleixner-13/+3
2025-05-07genirq/manage: Rework enable_percpu_irq()Thomas Gleixner-26/+16
2025-05-07genirq/manage: Rework irq_set_parent()Thomas Gleixner-10/+5
2025-05-07genirq/manage: Rework can_request_irq()Thomas Gleixner-13/+8
2025-05-07genirq/manage: Rework irq_set_irq_wake()Thomas Gleixner-35/+30
2025-05-07genirq/manage: Rework enable_irq()Thomas Gleixner-11/+6
2025-05-07genirq/manage: Rework __disable_irq_nosync()Thomas Gleixner-8/+5
2025-05-07genirq/manage: Rework irq_set_vcpu_affinity()Thomas Gleixner-23/+16
2025-05-07genirq/manage: Rework __irq_apply_affinity_hint()Thomas Gleixner-12/+10
2025-05-07genirq/manage: Rework irq_update_affinity_desc()Thomas Gleixner-40/+28
2025-05-07genirq/manage: Convert to lock guardsThomas Gleixner-97/+58
2025-05-07genirq/manage: Cleanup kernel doc commentsThomas Gleixner-289/+271
2025-05-07genirq/chip: Rework irq_modify_status()Thomas Gleixner-27/+23
2025-05-07genirq/chip: Rework irq_set_handler() variantsThomas Gleixner-23/+11
2025-05-07genirq/chip: Rework irq_set_chip_data()Thomas Gleixner-12/+9
2025-05-07genirq/chip: Rework irq_set_msi_desc_off()Thomas Gleixner-21/+17
2025-05-07genirq/chip: Rework irq_set_handler_data()Thomas Gleixner-12/+9
2025-05-07genirq/chip: Rework irq_set_irq_type()Thomas Gleixner-13/+6
2025-05-07genirq/chip: Rework irq_set_chip()Thomas Gleixner-16/+12
2025-05-07genirq/chip: Use lock guards where applicableThomas Gleixner-16/+8
2025-05-07genirq/chip: Rework handle_fasteoi_mask_irq()Thomas Gleixner-29/+9
2025-05-07genirq/chip: Rework handle_fasteoi_ack_irq()Thomas Gleixner-26/+13
2025-05-07genirq/chip: Rework handle_edge_irq()Thomas Gleixner-33/+16
2025-05-07genirq/chip: Rework handle_eoi_irq()Thomas Gleixner-24/+18
2025-05-07genirq/chip: Rework handle_level_irq()Thomas Gleixner-23/+9
2025-05-07genirq/chip: Rework handle_untracked_irq()Thomas Gleixner-27/+16
2025-05-07genirq/chip: Rework handle_simple_irq()Thomas Gleixner-20/+10
2025-05-07genirq/chip: Rework handle_nested_irq()Thomas Gleixner-42/+36
2025-05-07genirq/chip: Prepare for code reductionThomas Gleixner-8/+27
2025-05-07genirq/debugfs: Convert to lock guardsThomas Gleixner-2/+1
2025-05-07genirq/cpuhotplug: Convert to lock guardsThomas Gleixner-6/+4
2025-05-07genirq/spurious: Switch to lock guardsThomas Gleixner-18/+12
2025-05-07genirq/spurious: Cleanup codeThomas Gleixner-46/+28
2025-05-07genirq/proc: Switch to lock guardsThomas Gleixner-41/+24
2025-05-07genirq/resend: Switch to lock guardsThomas Gleixner-29/+21
2025-05-07genirq/pm: Switch to lock guardsThomas Gleixner-25/+13
2025-05-07genirq/autoprobe: Switch to lock guardsThomas Gleixner-17/+9
2025-05-07genirq/irqdesc: Switch to lock guardsThomas Gleixner-85/+44
2025-05-07genirq: Provide conditional lock guardsThomas Gleixner-6/+29
2025-05-05genirq/irqdesc: Decrease indentation level in __irq_get_desc_lock()Andy Shevchenko-17/+17