index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
alloc
Age
Commit message (
Expand
)
Author
13 days
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
14 days
Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-09-17
Merge tag 'drm-rust-next-2025-09-16' of https://gitlab.freedesktop.org/drm/ru...
Dave Airlie
2025-09-16
rust: alloc: use `kernel::{fmt,prelude::fmt!}`
Tamir Duberstein
2025-09-13
rust: allocator: add KUnit tests for alignment guarantees
Hui Zhu
2025-09-13
rust: support large alignments in allocations
Vitaly Wool
2025-09-13
rust: add support for NUMA ids in allocations
Vitaly Wool
2025-09-08
Merge tag 'alloc-next-v6.18-2025-09-04' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-09-04
rust: alloc: kvec: implement AsPageIter for VVec
Danilo Krummrich
2025-09-04
rust: alloc: layout: implement ArrayLayout::size()
Danilo Krummrich
2025-09-04
rust: alloc: kbox: implement AsPageIter for VBox
Danilo Krummrich
2025-09-04
rust: alloc: implement VmallocPageIter
Danilo Krummrich
2025-09-04
rust: alloc: vmalloc: implement Vmalloc::to_page()
Danilo Krummrich
2025-08-24
rust: alloc: remove `allocator_test`
Miguel Ojeda
2025-08-21
rust: alloc: implement Box::pin_slice()
Alice Ryhl
2025-08-17
rust: alloc: fix `rusttest` by providing `Cmalloc::aligned_layout` too
Miguel Ojeda
2025-08-15
rust: alloc: take the allocator into account for FOREIGN_ALIGN
Alice Ryhl
2025-08-15
rust: alloc: specify the minimum alignment of each allocator
Alice Ryhl
2025-08-15
rust: make `kvec::Vec` functions `const fn`
Onur Özkan
2025-08-15
rust: make `ArrayLayout::new_unchecked` a `const fn`
Onur Özkan
2025-08-13
rust: alloc: kvec: simplify KUnit test module name to "rust_kvec"
Hui Zhu
2025-08-13
rust: alloc: kvec: add doc example for as_slice method
Hui Zhu
2025-08-11
rust: alloc: replace aligned_size() with Kmalloc::aligned_layout()
Danilo Krummrich
2025-07-15
Merge tag 'alloc-next-v6.17-2025-07-15' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-07-14
rust: types: add FOREIGN_ALIGN to ForeignOwnable
Andreas Hindborg
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `KBox`
Alexandre Courbot
2025-06-18
rust: alloc: implement `Borrow` and `BorrowMut` for `Vec`
Alexandre Courbot
2025-06-11
rust: vec: impl Default for Vec with any allocator
Alice Ryhl
2025-05-25
rust: alloc: add missing Markdown code span
Miguel Ojeda
2025-05-22
rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`
Miguel Ojeda
2025-05-18
Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...
Miguel Ojeda
2025-05-18
Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...
Miguel Ojeda
2025-05-12
rust: convert raw URLs to Markdown autolinks in comments
Xizhe Yin
2025-05-07
rust: alloc: add Vec::insert_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::remove
Alice Ryhl
2025-05-07
rust: alloc: add Vec::retain
Alice Ryhl
2025-05-07
rust: alloc: add Vec::drain_all
Alice Ryhl
2025-05-07
rust: alloc: add Vec::push_within_capacity
Alice Ryhl
2025-05-07
rust: alloc: add Vec::pop
Alice Ryhl
2025-05-07
rust: alloc: add Vec::clear
Alice Ryhl
2025-05-07
rust: allow Rust 1.87.0's `clippy::ptr_eq` lint
Miguel Ojeda
2025-05-01
rust: types: add `ForeignOwnable::PointedTo`
Tamir Duberstein
2025-04-23
rust: alloc: replace `Vec::set_len` with `inc_len`
Tamir Duberstein
2025-04-23
rust: alloc: refactor `Vec::truncate` using `dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add `Vec::dec_len`
Tamir Duberstein
2025-04-23
rust: alloc: add Vec::len() <= Vec::capacity invariant
Tamir Duberstein
2025-04-22
rust: alloc: allow coercion from `Box<T>` to `Box<dyn U>` if T implements U
Alexandre Courbot
2025-04-07
rust: alloc: use `spare_capacity_mut` to reduce unsafe
Tamir Duberstein
2025-04-07
rust: alloc: add Vec::resize method
Andrew Ballance
[next]