aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq_work.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-0/+164