aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/interrupt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticksLinus Torvalds1-1/+1
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker1-1/+1
2023-09-27timers: Tag (hr)timer softirq as hotplug safeFrederic Weisbecker1-1/+5
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2022-05-11lockdep: Delete local_irq_enable_in_hardirq()Thomas Gleixner1-18/+0
2022-05-01smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior1-0/+9
2022-03-07lib/irq_poll: Declare IRQ_POLL softirq vector as ksoftirqd-parking safeFrederic Weisbecker1-4/+7
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker1-1/+7
2021-12-10genirq: Provide new interfaces for affinity hintsThomas Gleixner1-1/+52
2021-08-10genirq: Change force_irqthreads to a static keyTanner Love1-3/+5
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner1-33/+2
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner1-33/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner1-0/+3
2021-03-17tasklets: Switch tasklet_disable() to the sleep wait variantThomas Gleixner1-2/+1
2021-03-17tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RTThomas Gleixner1-10/+2
2021-03-17tasklets: Replace spin wait in tasklet_unlock_wait()Peter Zijlstra1-11/+2
2021-03-17tasklets: Use spin wait in tasklet_disable() temporarilyThomas Gleixner1-1/+2
2021-03-17tasklets: Provide tasklet_disable_in_atomic()Thomas Gleixner1-0/+22
2021-03-17tasklets: Use static inlines for stub implementationsThomas Gleixner1-3/+3
2021-03-17tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()Thomas Gleixner1-1/+2
2021-03-16tasklet: Remove tasklet_kill_immediateDavidlohr Bueso1-1/+0
2021-03-06genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-0/+4
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-9/+0
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-1/+1
2020-12-15genirq: Move irq_has_action() into core codeThomas Gleixner1-0/+1
2020-12-11genirq/affinity: Add irq_update_affinity_desc()John Garry1-0/+8
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-07-30tasklet: Introduce new initialization APIRomain Perier1-1/+27
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-5/+10
2020-06-11x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner1-3/+5
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner1-0/+2
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2019-11-18docs: Add request_irq() documentationJonathan Corbet1-0/+13
2019-11-12hrtimer: Remove the comment about not used HRTIMER_SOFTIRQSebastian Andrzej Siewior1-2/+1
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2019-08-19genirq: Force interrupt threading on RTThomas Gleixner1-0/+4
2019-07-23PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki1-0/+1
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-03-22softirq: Remove tasklet_hrtimerThomas Gleixner1-25/+0
2019-02-23Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner1-0/+18
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei1-2/+8
2019-02-18genirq/affinity: Store interrupt sets size in struct irq_affinityMing Lei1-3/+6
2019-02-18genirq/affinity: Code consolidationThomas Gleixner1-9/+11
2019-02-05genirq: Provide NMI management for percpu_devid interruptsJulien Thierry1-0/+9
2019-02-05genirq: Provide basic NMI management for interrupt linesJulien Thierry1-0/+9
2019-01-18genirq: Fix the kerneldoc comment for struct irq_affinity_descJonathan Corbet1-0/+1
2018-12-19genirq/affinity: Add is_managed to struct irq_affinity_descDou Liyang1-0/+1
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang1-2/+12
2018-11-05genirq/affinity: Add support for allocating interrupt setsJens Axboe1-0/+4
2018-10-09genirq: Fix grammar s/an /a /Geert Uytterhoeven1-1/+1