| Commit message (Expand) | Author | Age | Files | Lines |
* | list: include linux/kernel.h | Masahiro Yamada | 2014-10-14 | 1 | -0/+1 |
* | list: fix order of arguments for hlist_add_after(_rcu) | Ken Helias | 2014-08-06 | 1 | -2/+2 |
* | list: make hlist_add_after() argument names match hlist_add_after_rcu() | Ken Helias | 2014-08-06 | 1 | -7/+7 |
* | list: introduce list_last_entry(), use list_{first,last}_entry() | Oleg Nesterov | 2013-11-13 | 1 | -4/+15 |
* | list: change list_for_each_entry*() to use list_*_entry() | Oleg Nesterov | 2013-11-13 | 1 | -22/+22 |
* | list: introduce list_next_entry() and list_prev_entry() | Oleg Nesterov | 2013-11-13 | 1 | -0/+16 |
* | linked-list: Remove __list_for_each | Dave Jones | 2013-07-16 | 1 | -11/+0 |
* | list: introduce list_first_entry_or_null | Jiri Pirko | 2013-05-31 | 1 | -0/+11 |
* | list: Fix double fetch of pointer in hlist_entry_safe() | Paul E. McKenney | 2013-03-14 | 1 | -1/+3 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -27/+22 |
* | list: remove prefetching from regular list iterators | Linus Torvalds | 2011-05-19 | 1 | -15/+11 |
* | hlist: remove software prefetching in hlist iterators | Linus Torvalds | 2011-05-19 | 1 | -5/+4 |
* | Expand CONFIG_DEBUG_LIST to several other list operations | Linus Torvalds | 2011-02-18 | 1 | -3/+9 |
* | list.h: new helper - hlist_add_fake() | Al Viro | 2010-10-25 | 1 | -0/+6 |
* | Drop a couple of unnecessary asm/system.h inclusions | David Howells | 2010-10-07 | 1 | -1/+0 |
* | Merge branch 'master' into for-linus | Chris Metcalf | 2010-07-06 | 1 | -0/+15 |
|\ |
|
| * | fs: fix superblock iteration race | npiggin@suse.de | 2010-06-29 | 1 | -0/+15 |
* | | Move list types from <linux/list.h> to <linux/types.h>. | Chris Metcalf | 2010-07-06 | 1 | -12/+1 |
|/ |
|
* | lib: fix first line of kernel-doc for a few functions | Ben Hutchings | 2010-03-06 | 1 | -3/+3 |
* | list: Introduce list_rotate_left() | Frederic Weisbecker | 2010-01-16 | 1 | -0/+14 |
* | debugobjects: fix lockdep warning | Vegard Nossum | 2008-09-01 | 1 | -0/+13 |
* | list.h: fix fatal kernel-doc error | Randy Dunlap | 2008-08-08 | 1 | -2/+2 |
* | list.h: add list_cut_position() | Luis R. Rodriguez | 2008-08-07 | 1 | -0/+40 |
* | list.h: Add list_splice_tail() and list_splice_tail_init() | Luis R. Rodriguez | 2008-08-07 | 1 | -9/+38 |
* | lists: remove a redundant conditional definition of list_add() | Robert P. J. Day | 2008-07-25 | 1 | -4/+0 |
* | rcu: split list.h and move rcu-protected lists into rculist.h | Franck Bui-Huu | 2008-05-19 | 1 | -367/+0 |
* | Remove "#ifdef __KERNEL__" checks from unexported headers | Robert P. J. Day | 2008-04-30 | 1 | -5/+0 |
* | lists: add "const" qualifier to first arg of list_splice() operations | Robert P. J. Day | 2008-04-29 | 1 | -2/+3 |
* | list.h: add list_is_singular() | Masami Hiramatsu | 2008-04-28 | 1 | -0/+9 |
* | Fix RCU list iterator use of 'rcu_dereference()' | Linus Torvalds | 2008-04-21 | 1 | -33/+15 |
* | kernel-api docbook: fix content problems | Randy Dunlap | 2007-10-19 | 1 | -2/+1 |
* | shrink_dcache_sb speedup | Denis V. Lunev | 2007-10-17 | 1 | -0/+12 |
* | [NETNS]: Cleanup list walking in setup_net and cleanup_net | Pavel Emelyanov | 2007-10-10 | 1 | -0/+14 |
* | include/linux: trivial repair whitespace damage | Daniel Walker | 2007-05-12 | 1 | -4/+4 |
* | Introduce a handy list_first_entry macro | Pavel Emelianov | 2007-05-08 | 1 | -0/+11 |
* | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 2007-02-11 | 1 | -5/+6 |
* | [PATCH] add an RCU version of list splicing | Corey Minyard | 2007-02-11 | 1 | -0/+56 |
* | [PATCH] fix various kernel-doc in header files | Robert P. J. Day | 2007-01-26 | 1 | -5/+5 |
* | [PATCH] Debug variants of linked list macros | Dave Jones | 2006-09-29 | 1 | -0/+15 |
* | [PATCH] list_is_last utility | Shailabh Nagar | 2006-07-14 | 1 | -0/+11 |
* | [PATCH] add poison.h and patch primary users | Randy Dunlap | 2006-06-27 | 1 | -8/+1 |
* | [PATCH] list.h doc: change "counter" to "cursor" | Randy Dunlap | 2006-06-25 | 1 | -26/+26 |
* | [PATCH] fix list.h kernel-doc | Randy Dunlap | 2006-06-25 | 1 | -30/+52 |
* | [PATCH] list: introduce list_replace() helper | Oleg Nesterov | 2006-06-23 | 1 | -0/+23 |
* | [NET]: use hlist_unhashed() | Akinobu Mita | 2006-04-29 | 1 | -1/+1 |
* | [LIST]: Introduce list_for_each_entry_from | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+11 |
* | [LIST]: Introduce list_for_each_entry_safe_from | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+13 |
* | [PATCH] list.h: don't evaluate macro args multiple times | Zach Brown | 2006-02-03 | 1 | -4/+10 |
* | [PATCH] Add list_for_each_entry_safe_reverse() | David Howells | 2006-01-10 | 1 | -0/+14 |
* | [PATCH] add hlist_replace_rcu() | Ingo Molnar | 2005-12-12 | 1 | -1/+25 |