Age | Commit message (Expand) | Author | Files | Lines |
2020-11-24 | irq_work: Cleanup | Peter Zijlstra | 1 | -12/+21 |
2020-06-28 | smp, irq_work: Continue smp_call_function*() and irq_work*() integration | Peter Zijlstra | 1 | -18/+8 |
2020-06-02 | irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK too | Ingo Molnar | 1 | -0/+2 |
2020-05-28 | irq_work, smp: Allow irq_work on call_single_queue | Peter Zijlstra | 1 | -1/+6 |
2020-03-21 | lockdep: Annotate irq_work | Sebastian Andrzej Siewior | 1 | -0/+2 |
2019-11-11 | irq_work: Convert flags to atomic_t | Frederic Weisbecker | 1 | -3/+7 |
2018-01-08 | irq/work: Improve the flag definitions | Bartosz Golaszewski | 1 | -4/+7 |
2017-11-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-10 | irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP | Paul E. McKenney | 1 | -3/+0 |
2015-03-23 | irq_work: Fix build failure when CONFIG_IRQ_WORK is not defined | Steven Rostedt | 1 | -1/+2 |
2014-09-13 | irq_work: Force raised irq work to run on irq work interrupt | Frederic Weisbecker | 1 | -0/+1 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+2 |
2014-06-16 | irq_work: Implement remote queueing | Frederic Weisbecker | 1 | -0/+5 |
2014-02-22 | perf/x86: Warn to early_printk() in case irq_work is too slow | Peter Zijlstra | 1 | -1/+1 |
2014-02-09 | perf/x86: Push the duration-logging printk() to IRQ context | Peter Zijlstra | 1 | -0/+2 |
2013-03-23 | irq_work.h: fix warning when CONFIG_IRQ_WORK=n | James Hogan | 1 | -1/+1 |
2013-02-05 | Merge branch 'nohz/printk-v8' into irq/core | Frederic Weisbecker | 1 | -0/+20 |
2013-02-04 | irq_work: Remove return value from the irq_work_queue() function | anish kumar | 1 | -1/+1 |
2012-11-18 | irq_work: Make self-IPIs optable | Frederic Weisbecker | 1 | -0/+14 |
2012-11-17 | irq_work: Don't stop the tick with pending works | Frederic Weisbecker | 1 | -0/+6 |
2011-10-04 | irq_work: Use llist in the struct irq_work logic | Huang Ying | 1 | -6/+9 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 1 | -0/+20 |