aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/list.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-01-10[PATCH] optimize prefetch() usage in list_for_each_xxxOleg Nesterov1-28/+20
2004-10-27[PATCH] RCU: use rcu_assign_pointer()Paul E. McKenney1-2/+0
2004-09-22[PATCH] list_replace_rcu() in include/linux/list.hKaiGai Kohei1-0/+15
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-13/+14
2004-07-29Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-0/+18
2004-07-29[BRIDGE]: forwarding table RCUStephen Hemminger1-0/+18
2004-07-28[PATCH] hlist_for_each_safe cleanupStephen Hemminger1-2/+1
2004-07-15[PATCH] misc sparse cleanupsAlexander Viro1-1/+1
2004-04-19[PATCH] hlist_add_after() fixAndrew Morton1-3/+6
2004-04-11[PATCH] list.h cleanupAndrew Morton1-59/+61
2004-04-11[PATCH] Improve list.h documentation for _rcu() primitivesAndrew Morton1-0/+73
2004-02-11Fix "bus_for_each_dev()" and "bus_for_each_drv()", which did notLinus Torvalds1-0/+10
2003-12-29[PATCH] list_empty_careful() documentation.Andrew Morton1-0/+6
2003-12-11Fix subtle bug in "finish_wait()", which can cause kernel stackLinus Torvalds1-0/+12
2003-10-04[PATCH] Change list_emtpy() to take a const pointerRusty Russell1-1/+1
2003-10-04[PATCH] hlist constificationRusty Russell1-2/+2
2003-10-04[PATCH] kernel documentation fixesAndrew Morton1-1/+1
2003-09-29[KERNEL]: Introduce list_for_each_entry_continue.Julian Anastasov1-0/+13
2003-06-15o list.h: implement hlist_for_each_entry_{from,continue}Arnaldo Carvalho de Melo1-1/+25
2003-06-11Fix rcu list poisoning - since another CPU may be traversing the listLinus Torvalds1-2/+20
2003-06-10Merge bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds1-0/+14
2003-06-10Hand mergePatrick Mochel1-0/+14
2003-06-10Re-introduce debugging code in list handling, poisoning staleLinus Torvalds1-2/+18
2003-06-09[list.h] Add list_for_each_entry_reversePatrick Mochel1-0/+14
2003-06-07o list.h: improve hlistArnaldo Carvalho de Melo1-1/+34
2003-05-04o list.h: implement list_for_each_entry_safeArnaldo Carvalho de Melo1-0/+13
2003-04-29[BRIDGE}: Change bridge forwarding table to use hlist.Stephen Hemminger1-0/+4
2003-04-28[NETFILTER]: Use Read Copy Update.Stephen Hemminger1-0/+10
2003-04-25[BRIDGE]: Use RCU for port table.Stephen Hemminger1-0/+15
2003-03-22[PATCH] make list.h barriers smp-onlyAndrew Morton1-4/+4
2003-03-14Revert duplicate <linux/stddef.h> addition.Linus Torvalds1-1/+0
2003-03-10[PATCH] include stddef.h in include/linux/list.hGreg Ungerer1-0/+1
2003-03-06[PATCH] missing includeAnton Blanchard1-0/+1
2003-03-03[PATCH] dcache/inode hlist patchkitAndi Kleen1-0/+92
2002-10-28[PATCH] remove LVM1 leftovers from the treeChristoph Hellwig1-3/+4
2002-10-18[PATCH] RCU helper patchset 2/2Dipankar Sarma1-0/+79
2002-10-04[PATCH] remove debug code from list_del()Andrew Morton1-3/+2
2002-09-22[PATCH] pidhash cleanups, tgid-2.5.38-F3Ingo Molnar1-1/+11
2002-09-19[PATCH] generic-pidhash-2.5.36-J2, BK-currIngo Molnar1-0/+4
2002-09-03[PATCH] list_t removalRusty Russell1-23/+26
2002-08-27[PATCH] list_for_each_entryRusty Russell1-0/+13
2002-07-28[PATCH] misc fixesAndrew Morton1-3/+1
2002-07-23[PATCH] type safe(r) list_entry repacement: container_ofNeil Brown1-1/+1
2002-07-04[PATCH] add new list_splice_init()Andrew Morton1-8/+28
2002-06-09[PATCH] 2.5.21 - list.h cleanupDan Aloni1-20/+39
2002-06-02Allow <linux/list.h> to be used even without NULL defined yet.Linus Torvalds1-2/+2
2002-06-02[PATCH] list_head debuggingAndrew Morton1-0/+2
2002-05-05Fix missed parts in the BH locking patchLinus Torvalds1-0/+8
2002-02-05v2.5.1.9 -> v2.5.1.10Linus Torvalds1-0/+2
2002-02-04v2.4.10.0.1 -> v2.4.10.0.2Linus Torvalds1-1/+0