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
/
kbox.rs
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
1
-6
/
+11
2026-05-20
rust: alloc: cleanup imports and use "kernel vertical" style
Danilo Krummrich
1
-17
/
+40
2026-05-11
rust: alloc: add Box::zeroed()
Danilo Krummrich
1
-0
/
+22
2026-04-07
rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify code
Miguel Ojeda
1
-27
/
+2
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
1
-2
/
+2
2025-10-02
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+39
2025-09-16
rust: alloc: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
1
-1
/
+1
2025-09-13
rust: add support for NUMA ids in allocations
Vitaly Wool
1
-2
/
+2
2025-09-04
rust: alloc: kbox: implement AsPageIter for VBox
Danilo Krummrich
1
-1
/
+39
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
1
-0
/
+77
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
1
-4
/
+9
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
1
-0
/
+57
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
1
-18
/
+23
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
1
-0
/
+57
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
1
-1
/
+39
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
1
-18
/
+20
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
1
-1
/
+1
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
1
-18
/
+20
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
1
-1
/
+39
2025-03-30
Merge tag 'rust-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+12
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/linux into rust-next
Miguel Ojeda
1
-0
/
+6
2025-03-22
rust: alloc: add `Box::into_pin`
Andreas Hindborg
1
-0
/
+6
2025-03-16
rust: make pin-init its own crate
Benno Lossin
1
-2
/
+2
2025-03-16
rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
Benno Lossin
1
-2
/
+2
2025-03-16
rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` into the kernel crate
Benno Lossin
1
-1
/
+7
2025-03-16
rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
Benno Lossin
1
-1
/
+2
2025-01-13
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
1
-0
/
+21
2025-01-13
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
1
-8
/
+8
2025-01-13
rust: types: avoid `as` casts
Tamir Duberstein
1
-4
/
+4
2024-12-18
rust: alloc: align Debug implementation for Box with Display
Guangbo Cui
1
-1
/
+1
2024-12-18
rust: alloc: implement Display for Box
Guangbo Cui
1
-0
/
+10
2024-11-10
rust: use custom FFI integer types
Gary Guo
1
-6
/
+6
2024-10-15
rust: alloc: implement kernel `Box`
Danilo Krummrich
1
-0
/
+456