summaryrefslogtreecommitdiff
path: root/lib/llist.c
Commit message (Expand)AuthorAge
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* lib/llist.c: fix data race in llist_del_firstDmitry Vyukov2015-11-06
* lib/llist.c: remove redundant includeRasmus Villemoes2015-02-12
* llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton2013-11-15
* llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig2013-11-15
* llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-13
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-28
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* | lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
|/
* 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