index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rust: kernel: add improved version of `ForeignOwnable::borrow_mut`
Alice Ryhl
2025-01-13
1
-0
/
+21
*
rust: kernel: change `ForeignOwnable` pointer to mut
Tamir Duberstein
2025-01-13
1
-8
/
+8
*
rust: types: avoid `as` casts
Tamir Duberstein
2025-01-13
1
-4
/
+4
*
rust: alloc: add doctest for `ArrayLayout::new()`
Jimmy Ostler
2025-01-13
1
-0
/
+19
*
rust: alloc: align Debug implementation for Box with Display
Guangbo Cui
2024-12-18
1
-1
/
+1
*
rust: alloc: implement Display for Box
Guangbo Cui
2024-12-18
1
-0
/
+10
*
rust: alloc: Fix `ArrayLayout` allocations
Asahi Lina
2024-11-25
1
-1
/
+1
*
rust: use custom FFI integer types
Gary Guo
2024-11-10
3
-9
/
+9
*
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2024-10-15
1
-63
/
+2
*
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2024-10-15
1
-8
/
+81
*
rust: alloc: remove `VecExt` extension
Danilo Krummrich
2024-10-15
1
-185
/
+0
*
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
2024-10-15
1
-0
/
+95
*
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2024-10-15
1
-0
/
+170
*
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2024-10-15
1
-0
/
+648
*
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2024-10-15
1
-0
/
+91
*
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2024-10-15
1
-89
/
+0
*
rust: alloc: implement kernel `Box`
Danilo Krummrich
2024-10-15
1
-0
/
+456
*
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
2024-10-15
2
-0
/
+37
*
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
2024-10-15
2
-0
/
+38
*
rust: alloc: add module `allocator_test`
Danilo Krummrich
2024-10-15
1
-0
/
+20
*
rust: alloc: implement `Allocator` for `Kmalloc`
Danilo Krummrich
2024-10-15
1
-3
/
+28
*
rust: alloc: implement `ReallocFunc`
Danilo Krummrich
2024-10-15
1
-0
/
+70
*
rust: alloc: rename `KernelAllocator` to `Kmalloc`
Danilo Krummrich
2024-10-14
1
-3
/
+3
*
rust: alloc: separate `aligned_size` from `krealloc_aligned`
Danilo Krummrich
2024-10-14
1
-7
/
+12
*
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-10-07
1
-0
/
+2
*
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-09-25
1
-1
/
+32
|
\
|
*
rust: avoid `box_uninit_write` feature
Miguel Ojeda
2024-09-04
1
-2
/
+4
|
*
rust: kernel: add `drop_contents` to `BoxExt`
Benno Lossin
2024-08-22
1
-1
/
+30
*
|
rust: alloc: eschew `Box<MaybeUninit<T>>::write`
Jubilee Young
2024-08-27
1
-2
/
+4
|
/
*
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
2024-07-15
1
-13
/
+6
|
\
|
*
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
Vlastimil Babka
2024-07-03
1
-13
/
+6
*
|
rust: avoid unused import warning in `rusttest`
Miguel Ojeda
2024-06-11
1
-2
/
+5
|
/
*
rust: alloc: fix dangling pointer in VecExt<T>::reserve()
Danilo Krummrich
2024-05-08
1
-2
/
+9
*
rust: kernel: remove redundant imports
Miguel Ojeda
2024-05-05
3
-4
/
+0
*
rust: kernel: remove usage of `allocator_api` unstable feature
Wedson Almeida Filho
2024-04-16
2
-4
/
+3
*
rust: alloc: update `VecExt` to take allocation flags
Wedson Almeida Filho
2024-04-16
1
-15
/
+143
*
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
2024-04-16
2
-1
/
+59
*
rust: alloc: introduce allocation flags
Wedson Almeida Filho
2024-04-16
1
-11
/
+6
*
rust: alloc: introduce the `VecExt` trait
Wedson Almeida Filho
2024-04-16
1
-0
/
+48
*
rust: kernel: move `allocator` module under `alloc`
Wedson Almeida Filho
2024-04-16
1
-0
/
+88