aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker2013-02-041-26/+86
|\
| * irq_work: Make self-IPIs optableFrederic Weisbecker2012-11-171-20/+27
| * irq_work: Warn if there's still work on cpu_downSteven Rostedt2012-11-171-0/+3
| * irq_work: Flush work on CPU_DYINGSteven Rostedt2012-11-171-6/+45
| * irq_work: Don't stop the tick with pending worksFrederic Weisbecker2012-11-171-0/+11
* | irq_work: Remove return value from the irq_work_queue() functionanish kumar2013-02-041-21/+10
|/
* irq_work: Fix racy check on work pending flagFrederic Weisbecker2012-11-141-5/+11
* irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker2012-11-141-1/+4
* irq_work: fix compile failure on tile from missing includeChris Metcalf2012-04-131-0/+1
* irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker2012-04-021-0/+1
* kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker2011-10-311-0/+2
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* llist: Add llist_next()Peter Zijlstra2011-10-041-1/+1
* irq_work: Use llist in the struct irq_work logicHuang Ying2011-10-041-58/+33
* irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter2010-12-181-9/+9
* irq_work: Drop cmpxchg() resultSergio Aguirre2010-11-181-1/+3
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-0/+164