summaryrefslogtreecommitdiff
path: root/kernel/irq_work.c
Commit message (Expand)AuthorAge
* irq/work: Improve the flag definitionsBartosz Golaszewski2018-01-08
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-13
|\
| * irq/work: Use llist_for_each_entry_safeThomas Gleixner2017-11-12
| * irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park2017-10-31
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-13
|\ \
| * | irq_work: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
| |/
* | irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney2017-10-09
|/
* treewide: Remove old email addressPeter Zijlstra2015-11-23
* percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter2014-10-29
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-15
|\
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* | irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker2014-09-13
|/
* irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra2014-07-05
* irq_work: Implement remote queueingFrederic Weisbecker2014-06-16
* irq_work: Split raised and lazy listsFrederic Weisbecker2014-06-16
* perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra2014-02-21
* Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-05
|\
| * irq_work: Make self-IPIs optableFrederic Weisbecker2012-11-18
| * irq_work: Warn if there's still work on cpu_downSteven Rostedt2012-11-17
| * irq_work: Flush work on CPU_DYINGSteven Rostedt2012-11-17
| * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-17
* | irq_work: Remove return value from the irq_work_queue() functionanish kumar2013-02-04
|/
* irq_work: Fix racy check on work pending flagFrederic Weisbecker2012-11-14
* irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker2012-11-14
* irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-13
* irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker2012-04-02
* kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker2011-10-31
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* llist: Add llist_next()Peter Zijlstra2011-10-04
* irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-04
* irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter2010-12-18
* irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-18
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-18