1. c0d15cc linked-list: Remove __list_for_each by Dave Jones · 11 years ago
  2. 6d7581e list: introduce list_first_entry_or_null by Jiri Pirko · 11 years ago
  3. f65846a list: Fix double fetch of pointer in hlist_entry_safe() by Paul E. McKenney · 11 years ago
  4. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  5. e66eed6 list: remove prefetching from regular list iterators by Linus Torvalds · 13 years ago
  6. 75d65a4 hlist: remove software prefetching in hlist iterators by Linus Torvalds · 13 years ago
  7. 3c18d4d Expand CONFIG_DEBUG_LIST to several other list operations by Linus Torvalds · 13 years ago
  8. 756acc2 list.h: new helper - hlist_add_fake() by Al Viro · 14 years ago
  9. bcdb714 Drop a couple of unnecessary asm/system.h inclusions by David Howells · 14 years ago
  10. a2262d8 Merge branch 'master' into for-linus by Chris Metcalf · 14 years ago
  11. de5d9bf Move list types from <linux/list.h> to <linux/types.h>. by Chris Metcalf · 14 years ago
  12. 57439f8 fs: fix superblock iteration race by npiggin@suse.de · 14 years ago
  13. 9a86e2b lib: fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  14. 5908cdc list: Introduce list_rotate_left() by Frederic Weisbecker · 15 years ago
  15. 673d62cc debugobjects: fix lockdep warning by Vegard Nossum · 16 years ago
  16. 6724cce list.h: fix fatal kernel-doc error by Randy Dunlap · 16 years ago
  17. 00e8a4d list.h: add list_cut_position() by Luis R. Rodriguez · 16 years ago
  18. 7d283ae list.h: Add list_splice_tail() and list_splice_tail_init() by Luis R. Rodriguez · 16 years ago
  19. e0ce0da9 lists: remove a redundant conditional definition of list_add() by Robert P. J. Day · 16 years ago
  20. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  21. 735643e Remove "#ifdef __KERNEL__" checks from unexported headers by Robert P. J. Day · 16 years ago
  22. 95d8c36 lists: add "const" qualifier to first arg of list_splice() operations by Robert P. J. Day · 16 years ago
  23. 9960257 list.h: add list_is_singular() by Masami Hiramatsu · 16 years ago
  24. cc216c5 Fix RCU list iterator use of 'rcu_dereference()' by Linus Torvalds · 16 years ago
  25. 8f731f7 kernel-api docbook: fix content problems by Randy Dunlap · 17 years ago
  26. 37c4252 shrink_dcache_sb speedup by Denis V. Lunev · 17 years ago
  27. 768f3591 [NETNS]: Cleanup list walking in setup_net and cleanup_net by Pavel Emelyanov · 17 years ago
  28. 78db2ad include/linux: trivial repair whitespace damage by Daniel Walker · 17 years ago
  29. b5e6181 Introduce a handy list_first_entry macro by Pavel Emelianov · 17 years ago
  30. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  31. 3678d62 [PATCH] add an RCU version of list splicing by Corey Minyard · 17 years ago
  32. 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 18 years ago
  33. 199a9af [PATCH] Debug variants of linked list macros by Dave Jones · 18 years ago
  34. e8f4d97 [PATCH] list_is_last utility by Shailabh Nagar · 18 years ago
  35. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  36. 8e3a67a [PATCH] list.h doc: change "counter" to "cursor" by Randy Dunlap · 18 years ago
  37. fe96e57 [PATCH] fix list.h kernel-doc by Randy Dunlap · 18 years ago
  38. 54e7377 [PATCH] list: introduce list_replace() helper by Oleg Nesterov · 18 years ago
  39. da753be [NET]: use hlist_unhashed() by Akinobu Mita · 18 years ago
  40. e229c2f [LIST]: Introduce list_for_each_entry_from by Arnaldo Carvalho de Melo · 18 years ago
  41. d8dcffe [LIST]: Introduce list_for_each_entry_safe_from by Arnaldo Carvalho de Melo · 18 years ago
  42. 490d6ab [PATCH] list.h: don't evaluate macro args multiple times by Zach Brown · 18 years ago
  43. 0ad4235 [PATCH] Add list_for_each_entry_safe_reverse() by David Howells · 19 years ago
  44. b88cb42 [PATCH] add hlist_replace_rcu() by Ingo Molnar · 19 years ago
  45. 665a758 [PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu by Paul E. McKenney · 19 years ago
  46. b24d18a [PATCH] list: add missing rcu_dereference on first element by Herbert Xu · 19 years ago
  47. cf4ef01 [LIST]: Add docbook header comments for hlist_add_{before,after}_rcu() by Paul E. McKenney · 19 years ago
  48. e5b4376 [IPV4]: Prepare FIB core for RCU. by Robert Olsson · 19 years ago
  49. 8c60f3f [CCID3]: Separate most of the packet history code by Arnaldo Carvalho de Melo · 19 years ago
  50. 74459dc [LIST]: Introduce list_for_each_entry_safe_continue by Arnaldo Carvalho de Melo · 19 years ago
  51. b2b1866 [PATCH] RCU: clean up a few remaining synchronize_kernel() calls by Paul E. McKenney · 19 years ago
  52. e1ba0da [PATCH] Fix comment in list.h that refers to nonexistent API by Paul E. McKenney · 19 years ago
  53. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago