index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
interrupt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-23
genirq: Fix typo in struct comment
Costa Shulyupin
1
-1
/
+1
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-2
/
+2
2024-07-22
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-07-22
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-07-15
genirq: Set IRQF_COND_ONESHOT in request_irq()
Rafael J. Wysocki
1
-1
/
+1
2024-06-25
cpumask: make core headers including cpumask_types.h where possible
Yury Norov
1
-1
/
+1
2024-06-07
linux/interrupt.h: allow "guard" notation to disable and reenable IRQ
Dmitry Torokhov
1
-0
/
+4
2024-03-26
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
1
-0
/
+3
2023-10-31
Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
1
-1
/
+1
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
1
-1
/
+1
2023-09-27
timers: Tag (hr)timer softirq as hotplug safe
Frederic Weisbecker
1
-1
/
+5
2022-05-24
Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+9
2022-05-11
lockdep: Delete local_irq_enable_in_hardirq()
Thomas Gleixner
1
-18
/
+0
2022-05-01
smp: Make softirq handling RT safe in flush_smp_call_function_queue()
Sebastian Andrzej Siewior
1
-0
/
+9
2022-03-08
lib/irq_poll: Declare IRQ_POLL softirq vector as ksoftirqd-parking safe
Frederic Weisbecker
1
-4
/
+7
2022-03-08
tick/rcu: Stop allowing RCU_SOFTIRQ in idle
Frederic Weisbecker
1
-1
/
+7
2021-12-10
genirq: Provide new interfaces for affinity hints
Thomas Gleixner
1
-1
/
+52
2021-08-10
genirq: Change force_irqthreads to a static key
Tanner Love
1
-3
/
+5
2021-05-19
Merge branch 'irq/affinity' into irq/core
Thomas Gleixner
1
-33
/
+2
2021-05-19
genirq: Export affinity setter for modules
Thomas Gleixner
1
-33
/
+2
2021-05-17
genirq: Add a IRQF_NO_DEBUG flag
Thomas Gleixner
1
-0
/
+3
2021-03-17
tasklets: Switch tasklet_disable() to the sleep wait variant
Thomas Gleixner
1
-2
/
+1
2021-03-17
tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT
Thomas Gleixner
1
-10
/
+2
2021-03-17
tasklets: Replace spin wait in tasklet_unlock_wait()
Peter Zijlstra
1
-11
/
+2
2021-03-17
tasklets: Use spin wait in tasklet_disable() temporarily
Thomas Gleixner
1
-1
/
+2
2021-03-17
tasklets: Provide tasklet_disable_in_atomic()
Thomas Gleixner
1
-0
/
+22
2021-03-17
tasklets: Use static inlines for stub implementations
Thomas Gleixner
1
-3
/
+3
2021-03-17
tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()
Thomas Gleixner
1
-1
/
+2
2021-03-16
tasklet: Remove tasklet_kill_immediate
Davidlohr Bueso
1
-1
/
+0
2021-03-06
genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()
Barry Song
1
-0
/
+4
2021-02-11
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
1
-9
/
+0
2021-02-11
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
1
-1
/
+1
2020-12-15
genirq: Move irq_has_action() into core code
Thomas Gleixner
1
-0
/
+1
2020-12-11
genirq/affinity: Add irq_update_affinity_desc()
John Garry
1
-0
/
+8
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-2
/
+2
2020-07-30
tasklet: Introduce new initialization API
Romain Perier
1
-1
/
+27
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-5
/
+10
2020-06-11
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
1
-3
/
+5
2020-03-08
genirq: Provide interrupt injection mechanism
Thomas Gleixner
1
-0
/
+2
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+1
2019-11-18
docs: Add request_irq() documentation
Jonathan Corbet
1
-0
/
+13
2019-11-12
hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ
Sebastian Andrzej Siewior
1
-2
/
+1
2019-09-18
Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+1
2019-08-19
genirq: Force interrupt threading on RT
Thomas Gleixner
1
-0
/
+4
2019-07-23
PCI: irq: Introduce rearm_wake_irq()
Rafael J. Wysocki
1
-0
/
+1
2019-06-15
docs: power: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-03-22
softirq: Remove tasklet_hrtimer
Thomas Gleixner
1
-25
/
+0
2019-02-23
Merge tag 'irqchip-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
1
-0
/
+18
2019-02-18
genirq/affinity: Add new callback for (re)calculating interrupt sets
Ming Lei
1
-2
/
+8
2019-02-18
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
1
-3
/
+6
[next]