Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-10-11 | llist: Add back llist_add_batch() and llist_del_first() prototypes | Stephen Rothwell | 1 | -0/+6 |
2011-10-04 | llist: Remove cpu_relax() usage in cmpxchg loops | Peter Zijlstra | 1 | -1/+0 |
2011-10-04 | llist: Add llist_next() | Peter Zijlstra | 1 | -0/+5 |
2011-10-04 | llist: Return whether list is empty before adding in llist_add() | Huang Ying | 1 | -1/+5 |
2011-10-04 | llist: Move cpu_relax() to after the cmpxchg() | Huang Ying | 1 | -2/+5 |
2011-10-04 | llist: Remove the platform-dependent NMI checks | Ingo Molnar | 1 | -10/+2 |
2011-10-04 | llist: Make some llist functions inline | Huang Ying | 1 | -6/+58 |
2011-08-03 | lib, Add lock-less NULL terminated single list | Huang Ying | 1 | -0/+126 |