aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/llist.h
Commit message (Expand)AuthorAge
* 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