summaryrefslogtreecommitdiffstats
path: root/include/linux/llist.h
Commit message (Expand)AuthorAgeFilesLines
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-2/+1
* llist-return-whether-list-is-empty-before-adding-in-llist_add-fixAndrew Morton2011-10-311-1/+1
* llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell2011-10-111-0/+6
* llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-041-1/+0
* llist: Add llist_next()Peter Zijlstra2011-10-041-0/+5
* llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-041-1/+5
* llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-041-2/+5
* llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-041-10/+2
* llist: Make some llist functions inlineHuang Ying2011-10-041-6/+58
* lib, Add lock-less NULL terminated single listHuang Ying2011-08-031-0/+126