summaryrefslogtreecommitdiffstats
path: root/rust/kernel/rbtree.rs
AgeCommit message (Expand)AuthorLines
2026-02-10Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...Linus Torvalds-12/+15
2026-01-19rust: rbtree: reduce unsafe blocks on pointer derefsOnur Özkan-12/+15
2026-01-04rust: rbtree: fix documentation typo in CursorMut peek_next methodHang Shu-1/+1
2026-01-04rust: rbtree: fix minor typo in commentAtharv Dubey-1/+1
2025-11-16rust: rbtree: add immutable cursorVitaly Wool-47/+197
2025-07-14rust: rbtree: simplify finding `current` in `remove_current`Onur Özkan-16/+7
2025-06-29rust: rbtree: add RBTree::is_emptyAlice Ryhl-0/+6
2025-05-28rust: retain pointer mut-ness in `container_of!`Tamir Duberstein-13/+10
2025-03-23rust: rbtree: fix comments referring to Box instead of KBoxCharalampos Mitrodimas-3/+3
2025-03-08rust: improve lifetimes markupBorys Tyran-3/+3
2025-02-12rust: rbtree: fix overindented list itemMiguel Ojeda-1/+1
2025-01-13rust: rbtree: remove unwrap in assertsDaniel Sedlak-23/+23
2024-10-15rust: treewide: switch to our kernel `Box` typeDanilo Krummrich-22/+27
2024-10-07rust: rbtree: fix `SAFETY` comments that should be `# Safety` sectionsMiguel Ojeda-3/+6
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda-9/+8
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl-75/+230
2024-08-31rust: rbtree: add cursorMatt Gilbride-0/+523
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho-14/+89
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho-18/+112
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho-0/+432