summaryrefslogtreecommitdiff
path: root/kernel/irq_work.c
AgeCommit message (Expand)Author
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-12irq/work: Use llist_for_each_entry_safeThomas Gleixner
2017-11-08irq_work: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-10-31irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park
2017-10-09irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney
2015-11-23treewide: Remove old email addressPeter Zijlstra
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-07-05irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra
2014-06-16irq_work: Implement remote queueingFrederic Weisbecker
2014-06-16irq_work: Split raised and lazy listsFrederic Weisbecker
2014-02-21perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker
2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar
2012-11-18irq_work: Make self-IPIs optableFrederic Weisbecker
2012-11-17irq_work: Warn if there's still work on cpu_downSteven Rostedt
2012-11-17irq_work: Flush work on CPU_DYINGSteven Rostedt
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker
2012-11-14irq_work: Fix racy check on work pending flagFrederic Weisbecker
2012-11-14irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker
2012-04-13irq_work: fix compile failure on tile from missing includeChris Metcalf
2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2011-10-04llist: Add llist_next()Peter Zijlstra
2011-10-04irq_work: Use llist in the struct irq_work logicHuang Ying
2010-12-18irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter
2010-11-18irq_work: Drop cmpxchg() resultSergio Aguirre
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra