summaryrefslogtreecommitdiff
path: root/include/linux/llist.h
AgeCommit message (Expand)Author
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko
2020-10-12llist: Add nonatomic __llist_add() and __llist_dell_all()Peter Zijlstra
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-07-19llist: clang: introduce member_address_is_nonnull()Alexander Potapenko
2017-05-23llist: Provide a safe version for llist_for_each()Byungchul Park
2017-01-23llist: Clarify comments about when locking is neededJoel Fernandes
2015-08-12locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.hWill Deacon
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig
2013-07-23tty: Use lockless flip buffer free listPeter Hurley
2013-07-13llist: llist_add() can use llist_add_batch()Oleg Nesterov
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2011-10-31llist-return-whether-list-is-empty-before-adding-in-llist_add-fixAndrew Morton
2011-10-11llist: Add back llist_add_batch() and llist_del_first() prototypesStephen Rothwell
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra
2011-10-04llist: Add llist_next()Peter Zijlstra
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying
2011-10-04llist: Remove the platform-dependent NMI checksIngo Molnar
2011-10-04llist: Make some llist functions inlineHuang Ying
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying