index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
llist.h
Age
Commit message (
Expand
)
Author
2017-01-23
llist: Clarify comments about when locking is needed
Joel Fernandes
2015-08-12
locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.h
Will Deacon
2013-11-15
llists: move llist_reverse_order from raid5 to llist.c
Christoph Hellwig
2013-07-23
tty: Use lockless flip buffer free list
Peter Hurley
2013-07-13
llist: llist_add() can use llist_add_batch()
Oleg Nesterov
2013-07-13
llist: fix/simplify llist_add() and llist_add_batch()
Oleg Nesterov
2012-03-28
Add #includes needed to permit the removal of asm/system.h
David Howells
2011-10-31
llist-return-whether-list-is-empty-before-adding-in-llist_add-fix
Andrew Morton
2011-10-11
llist: Add back llist_add_batch() and llist_del_first() prototypes
Stephen Rothwell
2011-10-04
llist: Remove cpu_relax() usage in cmpxchg loops
Peter Zijlstra
2011-10-04
llist: Add llist_next()
Peter Zijlstra
2011-10-04
llist: Return whether list is empty before adding in llist_add()
Huang Ying
2011-10-04
llist: Move cpu_relax() to after the cmpxchg()
Huang Ying
2011-10-04
llist: Remove the platform-dependent NMI checks
Ingo Molnar
2011-10-04
llist: Make some llist functions inline
Huang Ying
2011-08-03
lib, Add lock-less NULL terminated single list
Huang Ying