index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq_work.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
irq_work: Do not raise an IPI when queueing work on the local CPU
Nicholas Piggin
2019-04-18
1
-33
/
+42
*
irq/work: Improve the flag definitions
Bartosz Golaszewski
2018-01-08
1
-1
/
+1
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-11-13
1
-7
/
+3
|
\
|
*
irq/work: Use llist_for_each_entry_safe
Thomas Gleixner
2017-11-12
1
-3
/
+3
|
*
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
2017-10-31
1
-5
/
+1
*
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-13
1
-1
/
+1
|
\
\
|
*
|
irq_work: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2017-11-08
1
-1
/
+1
|
|
/
*
/
irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP
Paul E. McKenney
2017-10-09
1
-3
/
+6
|
/
*
treewide: Remove old email address
Peter Zijlstra
2015-11-23
1
-1
/
+1
*
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
Christoph Lameter
2014-10-29
1
-2
/
+2
*
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-6
/
+6
|
\
|
*
time: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-6
/
+6
*
|
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
2014-09-13
1
-2
/
+13
|
/
*
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
2014-07-05
1
-42
/
+4
*
irq_work: Implement remote queueing
Frederic Weisbecker
2014-06-16
1
-1
/
+24
*
irq_work: Split raised and lazy lists
Frederic Weisbecker
2014-06-16
1
-28
/
+23
*
perf/x86: Warn to early_printk() in case irq_work is too slow
Peter Zijlstra
2014-02-21
1
-2
/
+4
*
Merge branch 'nohz/printk-v8' into irq/core
Frederic Weisbecker
2013-02-05
1
-26
/
+86
|
\
|
*
irq_work: Make self-IPIs optable
Frederic Weisbecker
2012-11-18
1
-20
/
+27
|
*
irq_work: Warn if there's still work on cpu_down
Steven Rostedt
2012-11-17
1
-0
/
+3
|
*
irq_work: Flush work on CPU_DYING
Steven Rostedt
2012-11-17
1
-6
/
+45
|
*
irq_work: Don't stop the tick with pending works
Frederic Weisbecker
2012-11-17
1
-0
/
+11
*
|
irq_work: Remove return value from the irq_work_queue() function
anish kumar
2013-02-04
1
-21
/
+10
|
/
*
irq_work: Fix racy check on work pending flag
Frederic Weisbecker
2012-11-14
1
-5
/
+11
*
irq_work: Fix racy IRQ_WORK_BUSY flag setting
Frederic Weisbecker
2012-11-14
1
-1
/
+4
*
irq_work: fix compile failure on tile from missing include
Chris Metcalf
2012-04-13
1
-0
/
+1
*
irq_work: fix compile failure on MIPS from system.h split
Paul Gortmaker
2012-04-02
1
-0
/
+1
*
kernel: fix two implicit header assumptions in irq_work.c
Paul Gortmaker
2011-10-31
1
-0
/
+2
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
llist: Add llist_next()
Peter Zijlstra
2011-10-04
1
-1
/
+1
*
irq_work: Use llist in the struct irq_work logic
Huang Ying
2011-10-04
1
-58
/
+33
*
irq_work: Use per cpu atomics instead of regular atomics
Christoph Lameter
2010-12-18
1
-9
/
+9
*
irq_work: Drop cmpxchg() result
Sergio Aguirre
2010-11-18
1
-1
/
+3
*
irq_work: Add generic hardirq context callbacks
Peter Zijlstra
2010-10-18
1
-0
/
+164