aboutsummaryrefslogtreecommitdiff
path: root/include/linux/llist.h
AgeCommit message (Expand)Author
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2011-10-31llist-return-whether-list-is-empty-before-adding-in-llist_add-fixAndrew Morton
2011-10-11llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra
2011-10-04llist: Add llist_next()Peter Zijlstra
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying
2011-10-04llist: Remove the platform-dependent NMI checksIngo Molnar
2011-10-04llist: Make some llist functions inlineHuang Ying
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying