Commit Graph

41 Commits (2b73b07ab8a44ce171e07a328439f311481a7ea7)

Author SHA1 Message Date
Ben Hutchings 9a86e2bad0 lib: fix first line of kernel-doc for a few functions 15 years ago
Frederic Weisbecker 5908cdc85e list: Introduce list_rotate_left() 15 years ago
Vegard Nossum 673d62cc5e debugobjects: fix lockdep warning 17 years ago
Randy Dunlap 6724cce8fb list.h: fix fatal kernel-doc error 17 years ago
Luis R. Rodriguez 00e8a4da8c list.h: add list_cut_position() 17 years ago
Luis R. Rodriguez 7d283aee50 list.h: Add list_splice_tail() and list_splice_tail_init() 17 years ago
Robert P. J. Day e0ce0da9fe lists: remove a redundant conditional definition of list_add() 17 years ago
Franck Bui-Huu 82524746c2 rcu: split list.h and move rcu-protected lists into rculist.h 17 years ago
Robert P. J. Day 735643ee6c Remove "#ifdef __KERNEL__" checks from unexported headers 17 years ago
Robert P. J. Day 95d8c365b2 lists: add "const" qualifier to first arg of list_splice() operations 17 years ago
Masami Hiramatsu 9960257281 list.h: add list_is_singular() 17 years ago
Linus Torvalds cc216c5d42 Fix RCU list iterator use of 'rcu_dereference()' 17 years ago
Randy Dunlap 8f731f7d83 kernel-api docbook: fix content problems 18 years ago
Denis V. Lunev 37c42524d6 shrink_dcache_sb speedup 18 years ago
Pavel Emelyanov 768f3591e2 [NETNS]: Cleanup list walking in setup_net and cleanup_net 18 years ago
Daniel Walker 78db2ad6f4 include/linux: trivial repair whitespace damage 18 years ago
Pavel Emelianov b5e618181a Introduce a handy list_first_entry macro 18 years ago
Robert P. J. Day 72fd4a35a8 [PATCH] Numerous fixes to kernel-doc info in source files. 18 years ago
Corey Minyard 3678d62f02 [PATCH] add an RCU version of list splicing 18 years ago
Robert P. J. Day 45f8bde0d0 [PATCH] fix various kernel-doc in header files 18 years ago
Dave Jones 199a9afc3d [PATCH] Debug variants of linked list macros 19 years ago
Shailabh Nagar e8f4d97e1b [PATCH] list_is_last utility 19 years ago
Randy Dunlap c9cf55285e [PATCH] add poison.h and patch primary users 19 years ago
Randy Dunlap 8e3a67a992 [PATCH] list.h doc: change "counter" to "cursor" 19 years ago
Randy Dunlap fe96e57d77 [PATCH] fix list.h kernel-doc 19 years ago
Oleg Nesterov 54e7377035 [PATCH] list: introduce list_replace() helper 19 years ago
Akinobu Mita da753beaeb [NET]: use hlist_unhashed() 19 years ago
Arnaldo Carvalho de Melo e229c2fb33 [LIST]: Introduce list_for_each_entry_from 19 years ago
Arnaldo Carvalho de Melo d8dcffee86 [LIST]: Introduce list_for_each_entry_safe_from 19 years ago
Zach Brown 490d6ab170 [PATCH] list.h: don't evaluate macro args multiple times 19 years ago
David Howells 0ad42352c0 [PATCH] Add list_for_each_entry_safe_reverse() 19 years ago
Ingo Molnar b88cb42428 [PATCH] add hlist_replace_rcu() 19 years ago
Paul E. McKenney 665a7583f3 [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu 20 years ago
Herbert Xu b24d18aa74 [PATCH] list: add missing rcu_dereference on first element 20 years ago
Paul E. McKenney cf4ef01440 [LIST]: Add docbook header comments for hlist_add_{before,after}_rcu() 20 years ago
Robert Olsson e5b4376074 [IPV4]: Prepare FIB core for RCU. 20 years ago
Arnaldo Carvalho de Melo 8c60f3fab5 [CCID3]: Separate most of the packet history code 20 years ago
Arnaldo Carvalho de Melo 74459dc7ba [LIST]: Introduce list_for_each_entry_safe_continue 20 years ago
Paul E. McKenney b2b1866006 [PATCH] RCU: clean up a few remaining synchronize_kernel() calls 20 years ago
Paul E. McKenney e1ba0dab26 [PATCH] Fix comment in list.h that refers to nonexistent API 20 years ago
Linus Torvalds 1da177e4c3 Linux-2.6.12-rc2 20 years ago