index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
Merge tag 'drm-next-2026-08-20' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+27
2026-08-06
rust: alloc: add Vec::zeroed method
Timur Tabi
1
-0
/
+27
2026-08-05
rust: treewide: replace `__pinned_init` with `raw_[try_]init`
Gary Guo
1
-4
/
+4
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-6
/
+39
2026-06-09
rust: inline some init methods
Alexandre Courbot
1
-0
/
+2
2026-06-08
rust: tests: add Kconfig for KUnit test
Yury Norov
2
-0
/
+2
2026-05-27
rust: alloc: remove `'static` bound on `ForeignOwnable`
Gary Guo
1
-6
/
+18
2026-05-20
rust: alloc: cleanup doctest imports to "kernel vertical" style
Danilo Krummrich
4
-12
/
+27
2026-05-20
rust: alloc: cleanup imports and use "kernel vertical" style
Danilo Krummrich
6
-42
/
+108
2026-05-12
rust: alloc: fix `Vec::extend_with` SAFETY comment
Hsiu Che Yu
1
-1
/
+1
2026-05-12
rust: alloc: add doc test for `Vec::extend_with`
Hsiu Che Yu
1
-0
/
+18
2026-05-12
rust: alloc: fix assert in `Vec::reserve` doc test
Hsiu Che Yu
1
-1
/
+1
2026-05-11
rust: alloc: add Box::zeroed()
Danilo Krummrich
1
-0
/
+22
2026-04-24
Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-1
/
+215
2026-04-07
rust: alloc: simplify with `NonNull::add()` now that it is stable
Miguel Ojeda
1
-7
/
+1
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
1
-27
/
+2
2026-03-27
rust: kernel: mark as `#[inline]` all `From::from()`s for `Error`
Alistair Francis
1
-0
/
+3
2026-02-26
rust: alloc: add KUnit tests for KVVec shrink_to
Shivam Kalra
1
-0
/
+102
2026-02-26
rust: kvec: implement shrink_to for KVVec
Shivam Kalra
1
-1
/
+113
2025-10-20
rust: alloc: use `kernel::fmt`
Tamir Duberstein
1
-7
/
+7
2025-10-17
rust: alloc: employ a trailing comment to keep vertical layout
Miguel Ojeda
1
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-30
/
+90
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-3
/
+240
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-next
Dave Airlie
6
-2
/
+266
2025-09-16
rust: alloc: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
3
-3
/
+3
2025-09-13
rust: allocator: add KUnit tests for alignment guarantees
Hui Zhu
1
-0
/
+56
2025-09-13
rust: support large alignments in allocations
Vitaly Wool
1
-21
/
+9
2025-09-13
rust: add support for NUMA ids in allocations
Vitaly Wool
4
-18
/
+35
2025-09-08
Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
5
-135
/
+111
2025-09-04
rust: alloc: kvec: implement AsPageIter for VVec
Danilo Krummrich
1
-1
/
+39
2025-09-04
rust: alloc: layout: implement ArrayLayout::size()
Danilo Krummrich
1
-0
/
+5
2025-09-04
rust: alloc: kbox: implement AsPageIter for VBox
Danilo Krummrich
1
-1
/
+39
2025-09-04
rust: alloc: implement VmallocPageIter
Danilo Krummrich
3
-0
/
+134
2025-09-04
rust: alloc: vmalloc: implement Vmalloc::to_page()
Danilo Krummrich
1
-0
/
+49
2025-08-24
rust: alloc: remove `allocator_test`
Miguel Ojeda
1
-113
/
+0
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
1
-0
/
+11
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
1
-4
/
+9
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
1
-0
/
+8
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
1
-5
/
+5
2025-08-15
rust: make `ArrayLayout::new_unchecked` a `const fn`
Onur Özkan
1
-1
/
+1
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
1
-1
/
+1
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
1
-0
/
+10
2025-08-11
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
1
-12
/
+18
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
2
-1
/
+111
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
1
-18
/
+23
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2
-3
/
+3
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
1
-0
/
+57
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
1
-0
/
+53
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
1
-1
/
+1
[next]