index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
rbtree.rs
Age
Commit message (
Expand
)
Author
Lines
2026-02-10
Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...
Linus Torvalds
-12
/
+15
2026-01-19
rust: rbtree: reduce unsafe blocks on pointer derefs
Onur Özkan
-12
/
+15
2026-01-04
rust: rbtree: fix documentation typo in CursorMut peek_next method
Hang Shu
-1
/
+1
2026-01-04
rust: rbtree: fix minor typo in comment
Atharv Dubey
-1
/
+1
2025-11-16
rust: rbtree: add immutable cursor
Vitaly Wool
-47
/
+197
2025-07-14
rust: rbtree: simplify finding `current` in `remove_current`
Onur Özkan
-16
/
+7
2025-06-29
rust: rbtree: add RBTree::is_empty
Alice Ryhl
-0
/
+6
2025-05-28
rust: retain pointer mut-ness in `container_of!`
Tamir Duberstein
-13
/
+10
2025-03-23
rust: rbtree: fix comments referring to Box instead of KBox
Charalampos Mitrodimas
-3
/
+3
2025-03-08
rust: improve lifetimes markup
Borys Tyran
-3
/
+3
2025-02-12
rust: rbtree: fix overindented list item
Miguel Ojeda
-1
/
+1
2025-01-13
rust: rbtree: remove unwrap in asserts
Daniel Sedlak
-23
/
+23
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
-22
/
+27
2024-10-07
rust: rbtree: fix `SAFETY` comments that should be `# Safety` sections
Miguel Ojeda
-3
/
+6
2024-09-04
rust: avoid `box_uninit_write` feature
Miguel Ojeda
-9
/
+8
2024-08-31
rust: rbtree: add `RBTree::entry`
Alice Ryhl
-75
/
+230
2024-08-31
rust: rbtree: add cursor
Matt Gilbride
-0
/
+523
2024-08-31
rust: rbtree: add mutable iterator
Wedson Almeida Filho
-14
/
+89
2024-08-31
rust: rbtree: add iterator
Wedson Almeida Filho
-18
/
+112
2024-08-31
rust: rbtree: add red-black tree implementation backed by the C version
Wedson Almeida Filho
-0
/
+432