aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16llist: add llist_del_first_this()Gravatar NeilBrown 1-0/+28
2022-11-18llist: avoid extra memory read in llist_add_batchGravatar Uros Bizjak 1-2/+2
2022-09-11llist: use try_cmpxchg in llist_add_batch and llist_del_firstGravatar Uros Bizjak 1-8/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Gravatar Thomas Gleixner 1-13/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-1/+1
2015-11-06lib/llist.c: fix data race in llist_del_firstGravatar Dmitry Vyukov 1-2/+2
2015-02-12lib/llist.c: remove redundant includeGravatar Rasmus Villemoes 1-1/+0
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixGravatar Andrew Morton 1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cGravatar Christoph Hellwig 1-0/+22
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Gravatar Oleg Nesterov 1-10/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsGravatar Peter Zijlstra 1-2/+0
2011-10-04llist: Return whether list is empty before adding in llist_add()Gravatar Huang Ying 1-1/+5
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Gravatar Huang Ying 1-4/+10
2011-10-04llist: Remove the platform-dependent NMI checksGravatar Ingo Molnar 1-10/+2
2011-10-04llist: Make some llist functions inlineGravatar Huang Ying 1-40/+0
2011-08-03lib, Add lock-less NULL terminated single listGravatar Huang Ying 1-0/+129