index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
Age
Commit message (
Expand
)
Author
2024-11-25
rust: alloc: Fix `ArrayLayout` allocations
rust-6.13
Asahi Lina
2024-11-10
rust: use custom FFI integer types
Gary Guo
2024-11-10
rust: map `__kernel_size_t` and friends also to usize/isize
Gary Guo
2024-11-10
rust: fix size_t in bindgen prototypes of C builtins
Gary Guo
2024-11-10
rust: sync: add global lock support
Alice Ryhl
2024-11-01
rust: macros: enable the rest of the tests
Ethan D. Twardy
2024-11-01
rust: macros: enable paste! use from macro_rules!
Ethan D. Twardy
2024-11-01
rust: enable macros::module! tests
Ethan D. Twardy
2024-11-01
rust: kbuild: expand rusttest target for macros
Ethan D. Twardy
2024-10-24
rust: types: extend `Opaque` documentation
Dirk Behme
2024-10-22
rust: block: fix formatting of `kernel::block::mq::request` module
Francesco Zardi
2024-10-21
rust: macros: fix documentation of the paste! macro
Paolo Bonzini
2024-10-21
rust: kernel: fix THIS_MODULE header path in ThisModule doc comment
Yutaro Ohno
2024-10-21
rust: page: add Rust version of PAGE_ALIGN
Alice Ryhl
2024-10-21
rust: helpers: remove unnecessary header includes
Tamir Duberstein
2024-10-21
rust: exports: improve grammar in commentary
Tamir Duberstein
2024-10-15
kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
Danilo Krummrich
2024-10-15
rust: alloc: update module comment of alloc.rs
Danilo Krummrich
2024-10-15
rust: str: test: replace `alloc::format`
Danilo Krummrich
2024-10-15
rust: alloc: implement `Cmalloc` in module allocator_test
Danilo Krummrich
2024-10-15
rust: alloc: implement `contains` for `Flags`
Danilo Krummrich
2024-10-15
rust: error: check for config `test` in `Error::name`
Danilo Krummrich
2024-10-15
rust: error: use `core::alloc::LayoutError`
Danilo Krummrich
2024-10-15
rust: alloc: add `Vec` to prelude
Danilo Krummrich
2024-10-15
rust: alloc: remove `VecExt` extension
Danilo Krummrich
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: implement `collect` for `IntoIter`
Danilo Krummrich
2024-10-15
rust: alloc: implement `IntoIterator` for `Vec`
Danilo Krummrich
2024-10-15
rust: alloc: implement kernel `Vec` type
Danilo Krummrich
2024-10-15
rust: alloc: introduce `ArrayLayout`
Benno Lossin
2024-10-15
rust: alloc: add `Box` to prelude
Danilo Krummrich
2024-10-15
rust: alloc: remove extension of std's `Box`
Danilo Krummrich
2024-10-15
rust: treewide: switch to our kernel `Box` type
Danilo Krummrich
2024-10-15
rust: alloc: implement kernel `Box`
Danilo Krummrich
2024-10-15
rust: alloc: add __GFP_NOWARN to `Flags`
Danilo Krummrich
2024-10-15
rust: alloc: implement `KVmalloc` allocator
Danilo Krummrich
2024-10-15
rust: alloc: implement `Vmalloc` allocator
Danilo Krummrich
2024-10-15
rust: alloc: add module `allocator_test`
Danilo Krummrich
2024-10-15
rust: alloc: implement `Allocator` for `Kmalloc`
Danilo Krummrich
2024-10-15
rust: alloc: make `allocator` module public
Danilo Krummrich
2024-10-15
rust: alloc: implement `ReallocFunc`
Danilo Krummrich
2024-10-14
rust: alloc: rename `KernelAllocator` to `Kmalloc`
Danilo Krummrich
2024-10-14
rust: alloc: separate `aligned_size` from `krealloc_aligned`
Danilo Krummrich
2024-10-14
rust: alloc: add `Allocator` trait
Danilo Krummrich
2024-10-10
rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` module
Aliet Exposito Garcia
2024-10-10
rust: error: optimize error type to use nonzero
Filipe Xavier
2024-10-10
rust: lock: add trylock method support for lock backend
Filipe Xavier
2024-10-10
rust: std_vendor: update dbg macro from Rust upstream
Deepak Thukral
2024-10-07
rust: error: make conversion functions public
Filipe Xavier
2024-10-07
rust: enable arbitrary_self_types and remove `Receiver`
Gary Guo
[next]