summaryrefslogtreecommitdiffstats
path: root/lib/llist.c
Commit message (Expand)AuthorAgeFilesLines
* lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-11-061-2/+2
* lib/llist.c: remove redundant includeRasmus Villemoes2015-02-121-1/+0
* llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton2013-11-151-1/+1
* llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2013-11-151-0/+22
* llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-131-10/+5
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
|/
* 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