aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/irq_work.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra1-18/+8
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar1-0/+2
2020-05-28irq_work, smp: Allow irq_work on call_single_queuePeter Zijlstra1-1/+6
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior1-0/+2
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker1-3/+7
2018-01-08irq/work: Improve the flag definitionsBartosz Golaszewski1-4/+7
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-09irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney1-3/+0
2015-03-23irq_work: Fix build failure when CONFIG_IRQ_WORK is not definedSteven Rostedt1-1/+2
2014-09-13irq_work: Force raised irq work to run on irq work interruptFrederic Weisbecker1-0/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+2
2014-06-16irq_work: Implement remote queueingFrederic Weisbecker1-0/+5
2014-02-21perf/x86: Warn to early_printk() in case irq_work is too slowPeter Zijlstra1-1/+1
2014-02-09perf/x86: Push the duration-logging printk() to IRQ contextPeter Zijlstra1-0/+2
2013-03-22irq_work.h: fix warning when CONFIG_IRQ_WORK=nJames Hogan1-1/+1
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker1-0/+20
2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar1-1/+1
2012-11-18irq_work: Make self-IPIs optableFrederic Weisbecker1-0/+14
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker1-0/+6
2011-10-04irq_work: Use llist in the struct irq_work logicHuang Ying1-6/+9
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-0/+20