summaryrefslogtreecommitdiff
path: root/include/linux/llist.h
Commit message (Expand)AuthorAge
* locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.hWill Deacon2015-08-12
* llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2013-11-15
* tty: Use lockless flip buffer free listPeter Hurley2013-07-23
* llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-13
* llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-13
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-28
* llist-return-whether-list-is-empty-before-adding-in-llist_add-fixAndrew Morton2011-10-31
* llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell2011-10-11
* llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-04
* llist: Add llist_next()Peter Zijlstra2011-10-04
* llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-04
* llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-04
* llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-04
* llist: Make some llist functions inlineHuang Ying2011-10-04
* lib, Add lock-less NULL terminated single listHuang Ying2011-08-03