Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: fix two implicit header assumptions in irq_work.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+2 |
* | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | llist: Add llist_next() | Peter Zijlstra | 2011-10-04 | 1 | -1/+1 |
* | irq_work: Use llist in the struct irq_work logic | Huang Ying | 2011-10-04 | 1 | -58/+33 |
* | irq_work: Use per cpu atomics instead of regular atomics | Christoph Lameter | 2010-12-18 | 1 | -9/+9 |
* | irq_work: Drop cmpxchg() result | Sergio Aguirre | 2010-11-18 | 1 | -1/+3 |
* | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 1 | -0/+164 |