aboutsummaryrefslogtreecommitdiffstats
path: root/lib/llist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra1-2/+0
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying1-1/+5
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying1-4/+10
2011-10-04llist: Remove the platform-dependent NMI checksIngo Molnar1-10/+2
2011-10-04llist: Make some llist functions inlineHuang Ying1-40/+0
2011-08-03lib, Add lock-less NULL terminated single listHuang Ying1-0/+129