summaryrefslogtreecommitdiffstats
path: root/kernel/irq_work.c
Commit message (Expand)AuthorAgeFilesLines
* 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