index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
list.h
Commit message (
Expand
)
Author
Age
*
lib: fix first line of kernel-doc for a few functions
Ben Hutchings
2010-03-06
*
list: Introduce list_rotate_left()
Frederic Weisbecker
2010-01-16
*
debugobjects: fix lockdep warning
Vegard Nossum
2008-09-01
*
list.h: fix fatal kernel-doc error
Randy Dunlap
2008-08-08
*
list.h: add list_cut_position()
Luis R. Rodriguez
2008-08-07
*
list.h: Add list_splice_tail() and list_splice_tail_init()
Luis R. Rodriguez
2008-08-07
*
lists: remove a redundant conditional definition of list_add()
Robert P. J. Day
2008-07-25
*
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
2008-05-19
*
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
2008-04-30
*
lists: add "const" qualifier to first arg of list_splice() operations
Robert P. J. Day
2008-04-29
*
list.h: add list_is_singular()
Masami Hiramatsu
2008-04-28
*
Fix RCU list iterator use of 'rcu_dereference()'
Linus Torvalds
2008-04-21
*
kernel-api docbook: fix content problems
Randy Dunlap
2007-10-19
*
shrink_dcache_sb speedup
Denis V. Lunev
2007-10-17
*
[NETNS]: Cleanup list walking in setup_net and cleanup_net
Pavel Emelyanov
2007-10-10
*
include/linux: trivial repair whitespace damage
Daniel Walker
2007-05-12
*
Introduce a handy list_first_entry macro
Pavel Emelianov
2007-05-08
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
*
[PATCH] add an RCU version of list splicing
Corey Minyard
2007-02-11
*
[PATCH] fix various kernel-doc in header files
Robert P. J. Day
2007-01-26
*
[PATCH] Debug variants of linked list macros
Dave Jones
2006-09-29
*
[PATCH] list_is_last utility
Shailabh Nagar
2006-07-15
*
[PATCH] add poison.h and patch primary users
Randy Dunlap
2006-06-27
*
[PATCH] list.h doc: change "counter" to "cursor"
Randy Dunlap
2006-06-25
*
[PATCH] fix list.h kernel-doc
Randy Dunlap
2006-06-25
*
[PATCH] list: introduce list_replace() helper
Oleg Nesterov
2006-06-23
*
[NET]: use hlist_unhashed()
Akinobu Mita
2006-04-29
*
[LIST]: Introduce list_for_each_entry_from
Arnaldo Carvalho de Melo
2006-03-20
*
[LIST]: Introduce list_for_each_entry_safe_from
Arnaldo Carvalho de Melo
2006-03-20
*
[PATCH] list.h: don't evaluate macro args multiple times
Zach Brown
2006-02-03
*
[PATCH] Add list_for_each_entry_safe_reverse()
David Howells
2006-01-10
*
[PATCH] add hlist_replace_rcu()
Ingo Molnar
2005-12-12
*
[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_ea...
Paul E. McKenney
2005-11-07
*
[PATCH] list: add missing rcu_dereference on first element
Herbert Xu
2005-10-17
*
[LIST]: Add docbook header comments for hlist_add_{before,after}_rcu()
Paul E. McKenney
2005-08-29
*
[IPV4]: Prepare FIB core for RCU.
Robert Olsson
2005-08-29
*
[CCID3]: Separate most of the packet history code
Arnaldo Carvalho de Melo
2005-08-29
*
[LIST]: Introduce list_for_each_entry_safe_continue
Arnaldo Carvalho de Melo
2005-08-29
*
[PATCH] RCU: clean up a few remaining synchronize_kernel() calls
Paul E. McKenney
2005-06-25
*
[PATCH] Fix comment in list.h that refers to nonexistent API
Paul E. McKenney
2005-04-16
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16