index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rbtree_augmented.h
Age
Commit message (
Expand
)
Author
2023-07-19
rbtree: Add rb_add_augmented_cached() helper
Peter Zijlstra
2023-04-18
lib/rbtree: use '+' instead of '|' for setting color.
Noah Goldstein
2020-04-21
docs: Add rbtree documentation to the core-api
Matthew Wilcox (Oracle)
2019-12-04
lib/rbtree: get successor's color directly
Wei Yang
2019-12-04
lib/rbtree: set successor's parent unconditionally
Wei Yang
2019-09-25
augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition
Michel Lespinasse
2019-09-25
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
2019-09-25
augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
Michel Lespinasse
2019-07-16
lib/rbtree: avoid generating code twice for the cached versions
Michel Lespinasse
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2018-10-31
lib/rbtree.c: fix typo in comment of rb_insert_augmented()
Wei Yang
2018-05-11
rbtree: include rcu.h
Sebastian Andrzej Siewior
2017-09-08
rbtree: cache leftmost node internally
Davidlohr Bueso
2017-02-24
rbtree: use designated initializers
Kees Cook
2016-07-06
Introduce rb_replace_node_rcu()
David Howells
2015-05-28
rbtree: Make lockless searches non-fatal
Peter Zijlstra
2014-10-14
rbtree: add comment to rb_insert_augmented()
Lai Jiangshan
2013-01-11
lib/rbtree.c: avoid the use of non-static __always_inline
Michel Lespinasse
2012-10-25
rbtree: include linux/compiler.h for definition of __always_inline
Will Deacon
2012-10-09
rbtree: move augmented rbtree functionality to rbtree_augmented.h
Michel Lespinasse