aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq_work.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-13irq_work: fix compile failure on tile from missing includeGravatar Chris Metcalf 1-0/+1
2012-04-02irq_work: fix compile failure on MIPS from system.h splitGravatar Paul Gortmaker 1-0/+1
2011-10-31kernel: fix two implicit header assumptions in irq_work.cGravatar Paul Gortmaker 1-0/+2
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-10-04llist: Add llist_next()Gravatar Peter Zijlstra 1-1/+1
2011-10-04irq_work: Use llist in the struct irq_work logicGravatar Huang Ying 1-58/+33
2010-12-18irq_work: Use per cpu atomics instead of regular atomicsGravatar Christoph Lameter 1-9/+9
2010-11-18irq_work: Drop cmpxchg() resultGravatar Sergio Aguirre 1-1/+3
2010-10-18irq_work: Add generic hardirq context callbacksGravatar Peter Zijlstra 1-0/+164