aboutsummaryrefslogtreecommitdiffstats
path: root/lib/llist.c
Commit message (Expand)AuthorAgeFilesLines
* llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-041-2/+0
* 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-4/+10
* llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-041-10/+2
* llist: Make some llist functions inlineHuang Ying2011-10-041-40/+0
* lib, Add lock-less NULL terminated single listHuang Ying2011-08-031-0/+129