aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq_work.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra1-4/+2
2023-03-24irq_work: Trace self-IPIs sent via arch_irq_work_raise()Valentin Schneider1-1/+13
2022-04-15irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang1-1/+1
2021-10-15irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RTSebastian Andrzej Siewior1-2/+4
2021-10-15irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RTSebastian Andrzej Siewior1-12/+106
2021-10-15irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.Sebastian Andrzej Siewior1-0/+10
2021-06-10irq_work: Make irq_work_queue() NMI-safe againPeter Zijlstra1-3/+0
2021-04-30irq_work: record irq_work_queue() call stackZqiang1-1/+6
2020-11-24irq_work: Optimize irq_work_single()Peter Zijlstra1-12/+17
2020-11-24irq_work: CleanupPeter Zijlstra1-9/+9
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra1-24/+29
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior1-0/+2
2019-11-15irq_work: Fix IRQ_WORK_BUSY bit clearingFrederic Weisbecker1-0/+1
2019-11-11irq_work: Slightly simplify IRQ_WORK_PENDING clearingFrederic Weisbecker1-4/+3
2019-11-11irq_work: Fix irq_work_claim() memory orderingFrederic Weisbecker1-15/+7
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker1-9/+9
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-18irq_work: Do not raise an IPI when queueing work on the local CPUNicholas Piggin1-33/+42
2018-01-08irq/work: Improve the flag definitionsBartosz Golaszewski1-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+3
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-12irq/work: Use llist_for_each_entry_safeThomas Gleixner1-3/+3
2017-11-08irq_work: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-1/+1
2017-10-31irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park1-5/+1
2017-10-09irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney1-3/+6
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter1-2/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker1-2/+13
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-6/+6
2014-07-05irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra1-42/+4
2014-06-16irq_work: Implement remote queueingFrederic Weisbecker1-1/+24
2014-06-16irq_work: Split raised and lazy listsFrederic Weisbecker1-28/+23
2014-02-21perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra1-2/+4
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker1-26/+86
2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar1-21/+10
2012-11-18irq_work: Make self-IPIs optableFrederic Weisbecker1-20/+27
2012-11-17irq_work: Warn if there's still work on cpu_downSteven Rostedt1-0/+3
2012-11-17irq_work: Flush work on CPU_DYINGSteven Rostedt1-6/+45
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker1-0/+11
2012-11-14irq_work: Fix racy check on work pending flagFrederic Weisbecker1-5/+11
2012-11-14irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker1-1/+4
2012-04-13irq_work: fix compile failure on tile from missing includeChris Metcalf1-0/+1
2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker1-0/+1
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker1-0/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-04llist: Add llist_next()Peter Zijlstra1-1/+1
2011-10-04irq_work: Use llist in the struct irq_work logicHuang Ying1-58/+33
2010-12-18irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter1-9/+9
2010-11-18irq_work: Drop cmpxchg() resultSergio Aguirre1-1/+3