index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
/
allocator.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
rust: use custom FFI integer types
Gary Guo
1
-1
/
+1
2024-10-16
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
1
-63
/
+2
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
1
-0
/
+36
2024-10-15
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
1
-0
/
+37
2024-10-15
rust: alloc: implement `Allocator` for `Kmalloc`
Danilo Krummrich
1
-3
/
+28
2024-10-15
rust: alloc: implement `ReallocFunc`
Danilo Krummrich
1
-0
/
+70
2024-10-14
rust: alloc: rename `KernelAllocator` to `Kmalloc`
Danilo Krummrich
1
-3
/
+3
2024-10-14
rust: alloc: separate `aligned_size` from `krealloc_aligned`
Danilo Krummrich
1
-7
/
+12
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+2
2024-07-03
slab, rust: extend kmalloc() alignment guarantees to remove Rust padding
Vlastimil Babka
1
-13
/
+6
2024-05-05
rust: kernel: remove redundant imports
Miguel Ojeda
1
-2
/
+0
2024-04-16
rust: alloc: introduce the `BoxExt` trait
Wedson Almeida Filho
1
-1
/
+1
2024-04-16
rust: alloc: introduce allocation flags
Wedson Almeida Filho
1
-11
/
+6
2024-04-16
rust: kernel: move `allocator` module under `alloc`
Wedson Almeida Filho
1
-0
/
+88