index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
manage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-13
genirq: Don't overwrite interrupt thread flags on setup
Thomas Gleixner
1
-1
/
+1
2025-12-10
genirq: Allow NULL affinity for setup_percpu_irq()
Marc Zyngier
1
-0
/
+3
2025-12-02
Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-56
/
+116
2025-11-22
genirq: Remove cpumask availability check on kthread affinity setting
Frederic Weisbecker
1
-13
/
+4
2025-11-22
genirq: Fix interrupt threads affinity vs. cpuset isolated partitions
Frederic Weisbecker
1
-8
/
+15
2025-11-18
genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()
Chengkaitao
1
-1
/
+1
2025-11-01
genirq/manage: Reduce priority of forced secondary interrupt handler
Lukas Wunner
1
-1
/
+4
2025-10-27
genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
Marc Zyngier
1
-12
/
+55
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
1
-5
/
+7
2025-10-27
genirq: Add affinity to percpu_devid interrupt requests
Marc Zyngier
1
-4
/
+10
2025-10-27
genirq: Factor-in percpu irqaction creation
Marc Zyngier
1
-16
/
+24
2025-10-24
genirq/manage: Add buslock back in to enable_irq()
Charles Keepax
1
-1
/
+1
2025-10-24
genirq/manage: Add buslock back in to __disable_irq_nosync()
Charles Keepax
1
-1
/
+1
2025-05-14
genirq/manage: Use the correct lock guard in irq_set_irq_wake()
Jon Hunter
1
-1
/
+1
2025-05-07
genirq: Use scoped_guard() to shut clang up
Thomas Gleixner
1
-2
/
+2
2025-05-07
genirq: Remove unused remove_percpu_irq()
Dr. David Alan Gilbert
1
-15
/
+0
2025-05-07
genirq/manage: Rework irq_set_irqchip_state()
Thomas Gleixner
1
-28
/
+15
2025-05-07
genirq/manage: Rework irq_get_irqchip_state()
Thomas Gleixner
1
-16
/
+6
2025-05-07
genirq/manage: Rework teardown_percpu_nmi()
Thomas Gleixner
1
-14
/
+5
2025-05-07
genirq/manage: Rework prepare_percpu_nmi()
Thomas Gleixner
1
-21
/
+8
2025-05-07
genirq/manage: Rework disable_percpu_irq()
Thomas Gleixner
1
-9
/
+2
2025-05-07
genirq/manage: Rework irq_percpu_is_enabled()
Thomas Gleixner
1
-13
/
+3
2025-05-07
genirq/manage: Rework enable_percpu_irq()
Thomas Gleixner
1
-26
/
+16
2025-05-07
genirq/manage: Rework irq_set_parent()
Thomas Gleixner
1
-10
/
+5
2025-05-07
genirq/manage: Rework can_request_irq()
Thomas Gleixner
1
-13
/
+8
2025-05-07
genirq/manage: Rework irq_set_irq_wake()
Thomas Gleixner
1
-35
/
+30
2025-05-07
genirq/manage: Rework enable_irq()
Thomas Gleixner
1
-11
/
+6
2025-05-07
genirq/manage: Rework __disable_irq_nosync()
Thomas Gleixner
1
-8
/
+5
2025-05-07
genirq/manage: Rework irq_set_vcpu_affinity()
Thomas Gleixner
1
-23
/
+16
2025-05-07
genirq/manage: Rework __irq_apply_affinity_hint()
Thomas Gleixner
1
-12
/
+10
2025-05-07
genirq/manage: Rework irq_update_affinity_desc()
Thomas Gleixner
1
-40
/
+28
2025-05-07
genirq/manage: Convert to lock guards
Thomas Gleixner
1
-97
/
+58
2025-05-07
genirq/manage: Cleanup kernel doc comments
Thomas Gleixner
1
-289
/
+271
2025-03-10
genirq: Make a few functions static
Thomas Gleixner
1
-3
/
+4
2024-12-03
genirq: Reuse irq_thread_fn() for forced thread case
Andy Shevchenko
1
-5
/
+1
2024-12-03
genirq: Move irq_thread_fn() further up in the code
Andy Shevchenko
1
-19
/
+16
2024-08-27
genirq: Get rid of global lock in irq_do_set_affinity()
Marc Zyngier
1
-12
/
+9
2024-07-09
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
1
-1
/
+1
2024-05-14
Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+16
2024-04-24
genirq: Reuse irq_is_nmi()
Jinjie Ruan
1
-8
/
+8
2024-04-24
genirq/cpuhotplug: Skip suspended interrupts when restoring affinity
David Stevens
1
-4
/
+8
2024-03-25
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
1
-2
/
+7
2024-02-19
genirq: Wake interrupt threads immediately when changing affinity
Crystal Wood
1
-54
/
+55
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-10
/
+5
2023-07-31
genirq: Prevent nested thread vs synchronize_hardirq() deadlock
Vincent Whitchurch
1
-12
/
+14
2023-04-15
genirq: Update affinity of secondary threads
John Keeping
1
-1
/
+4
2023-01-11
genirq: Add might_sleep() to disable_irq()
Manfred Spraul
1
-1
/
+4
2022-11-17
genirq: Remove unused argument force of irq_set_affinity_deactivated()
Angus Chen
1
-2
/
+2
2022-07-07
genirq: Drop redundant irq_init_effective_affinity
Samuel Holland
1
-9
/
+1
2022-05-23
Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-8
/
+23
[next]