summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-07lib/llist.c: fix data race in llist_del_firstDmitry Vyukov1-2/+2
2015-02-13lib/llist.c: remove redundant includeRasmus Villemoes1-1/+0
2013-11-15llists-move-llist_reverse_order-from-raid5-to-llistc-fixAndrew Morton1-1/+1
2013-11-15llists: move llist_reverse_order from raid5 to llist.cChristoph Hellwig3-14/+24
2013-07-13llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2-22/+12
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1608-7638/+7521
2012-03-28Remove all #inclusions of asm/system.hDavid Howells510-512/+4
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2-3/+0
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying2-2/+10
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying2-6/+15
2011-10-04llist: Remove the platform-dependent NMI checksIngo Molnar2-20/+4
2011-10-04llist: Make some llist functions inlineHuang Ying5-53/+59
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying4-0/+260