summaryrefslogtreecommitdiff
path: root/lib/llist.c
AgeCommit message (Expand)Author
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov
2015-02-12lib/llist.c: remove redundant includeRasmus Villemoes
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter 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