- 09089db irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 3 months ago
- b4c6f86 irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 3 months ago
- 8109796 irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support. by Sebastian Andrzej Siewior · 3 years, 3 months ago
- 156172a irq_work: Make irq_work_queue() NMI-safe again by Peter Zijlstra · 3 years, 7 months ago
- e2b5bcf irq_work: record irq_work_queue() call stack by Zqiang · 3 years, 8 months ago
- 2914b0b irq_work: Optimize irq_work_single() by Peter Zijlstra · 4 years, 6 months ago
- 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
- 4b44a21 irq_work, smp: Allow irq_work on call_single_queue by Peter Zijlstra · 4 years, 7 months ago
- 49915ac lockdep: Annotate irq_work by Sebastian Andrzej Siewior · 4 years, 9 months ago
- e9838bd irq_work: Fix IRQ_WORK_BUSY bit clearing by Frederic Weisbecker · 5 years ago
- feb4a51 irq_work: Slightly simplify IRQ_WORK_PENDING clearing by Frederic Weisbecker · 5 years ago
- 2526987 irq_work: Fix irq_work_claim() memory ordering by Frederic Weisbecker · 5 years ago
- 153bedb irq_work: Convert flags to atomic_t by Frederic Weisbecker · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 471ba0e irq_work: Do not raise an IPI when queueing work on the local CPU by Nicholas Piggin · 6 years ago
- 6baf9e6 irq/work: Improve the flag definitions by Bartosz Golaszewski · 7 years ago
- 670310d Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d00a08c irq/work: Use llist_for_each_entry_safe by Thomas Gleixner · 7 years ago
- 3c7169a irq_work: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
- 16c0890 irq/work: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
- 6733bab irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP by Paul E. McKenney · 7 years ago
- 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
- 56e4dea percpu: Convert remaining __get_cpu_var uses in 3.18-rcX by Christoph Lameter · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 76a3306 irq_work: Force raised irq work to run on irq work interrupt by Frederic Weisbecker · 10 years ago
- 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
- a77353e irq_work: Remove BUG_ON in irq_work_run() by Peter Zijlstra · 11 years ago
- 4788501 irq_work: Implement remote queueing by Frederic Weisbecker · 11 years ago
- b93e0b8 irq_work: Split raised and lazy lists by Frederic Weisbecker · 11 years ago
- cd578ab perf/x86: Warn to early_printk() in case irq_work is too slow by Peter Zijlstra · 11 years ago
- 0779314 Merge branch 'nohz/printk-v8' into irq/core by Frederic Weisbecker · 12 years ago
- c02cf5f irq_work: Remove return value from the irq_work_queue() function by anish kumar · 12 years ago
- bc6679a irq_work: Make self-IPIs optable by Frederic Weisbecker · 12 years ago
- 8aa2acc irq_work: Warn if there's still work on cpu_down by Steven Rostedt · 12 years ago
- c0e980a irq_work: Flush work on CPU_DYING by Steven Rostedt · 12 years ago
- 00b4295 irq_work: Don't stop the tick with pending works by Frederic Weisbecker · 12 years ago
- e0bbe2d irq_work: Fix racy check on work pending flag by Frederic Weisbecker · 12 years ago
- c8446b7 irq_work: Fix racy IRQ_WORK_BUSY flag setting by Frederic Weisbecker · 12 years ago
- ef1f098 irq_work: fix compile failure on tile from missing include by Chris Metcalf · 13 years ago
- 83e3fa6 irq_work: fix compile failure on MIPS from system.h split by Paul Gortmaker · 13 years ago
- 967d1f9 kernel: fix two implicit header assumptions in irq_work.c by Paul Gortmaker · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 924f8f5 llist: Add llist_next() by Peter Zijlstra · 13 years ago
- 38aaf80 irq_work: Use llist in the struct irq_work logic by Huang Ying · 13 years ago
- 20b8769 irq_work: Use per cpu atomics instead of regular atomics by Christoph Lameter · 14 years ago
- 94e8ba7 irq_work: Drop cmpxchg() result by Sergio Aguirre · 14 years ago
- e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago