summaryrefslogtreecommitdiff
path: root/lib/llist.c
Commit message (Expand)AuthorAge
* llist: Remove cpu_relax() usage in cmpxchg loopsPeter 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