summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-277-17/+733
|\
| * rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda2024-07-101-9/+4
| * rust: add abstraction for `struct page`Alice Ryhl2024-07-083-0/+258
| * rust: uaccess: add typed accessors for userspace pointersAlice Ryhl2024-07-082-2/+141
| * rust: uaccess: add userspace pointersWedson Almeida Filho2024-07-082-0/+314
| * rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2024-07-081-0/+8
| * rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl2024-07-081-1/+1
| * rust: kernel: make impl_has_work compatible with more genericsRoland Xu2024-07-081-7/+9
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-253-0/+225
|\ \
| * | firmware_loader: fix soundness issue in `request_internal`Danilo Krummrich2024-07-101-7/+20
| * | firmware_loader: annotate doctests as `no_run`Danilo Krummrich2024-07-101-2/+6
| * | device: rust: improve safety commentsDanilo Krummrich2024-06-201-3/+6
| * | firmware: rust: improve safety commentsDanilo Krummrich2024-06-201-7/+6
| * | rust: add firmware abstractionsDanilo Krummrich2024-06-182-0/+103
| * | rust: add abstraction for struct deviceDanilo Krummrich2024-06-182-0/+103
* | | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-191-13/+6
|\ \ \
| * \ \ Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka2024-07-151-13/+6
| |\ \ \ | | |_|/ | |/| |
| | * | slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka2024-07-031-13/+6
| | |/
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-159-0/+948
|\ \ \ | |/ / |/| |
| * | rust: block: do not use removed queue flag APIAndreas Hindborg2024-06-201-14/+3
| * | rust: block: do not use removed queue limit APIAndreas Hindborg2024-06-151-13/+7
| * | rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg2024-06-149-0/+965
| |/
* / rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
|/
* Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-141-0/+63
|\
| * rust: time: doc: Add missing C header linksBoqun Feng2024-05-011-0/+3
| * rust: time: Add KtimeAlice Ryhl2024-04-111-0/+60
* | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-1422-174/+677
|\ \
| * | rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9
| * | rust: kernel: remove redundant importsMiguel Ojeda2024-05-0515-27/+5
| * | rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda2024-05-051-0/+6
| * | rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington2024-05-052-6/+3
| * | rust: update `dbg!()` to format column numberRaghav Narang2024-05-051-3/+4
| * | rust: init: change the generated name of guard variablesBenno Lossin2024-05-051-14/+14
| * | rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl2024-05-051-0/+62
| * | rust: sync: add `ArcBorrow::from_raw`Alice Ryhl2024-05-051-18/+58
| * | rust: types: Make Opaque::get constBoqun Feng2024-05-051-1/+1
| * | rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-169-15/+14
| * | rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-166-41/+50
| * | rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-162-16/+16
| * | rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-165-31/+149
| * | rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-166-9/+70
| * | rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-163-12/+68
| * | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-161-0/+1
| * | rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-164-0/+52
| * | rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-163-3/+8
| * | rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin2024-04-071-15/+18
| * | rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-071-1/+18
| * | rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich2024-04-021-1/+86
| * | rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-291-1/+0
| * | rust: add `Module::as_ptr`Alice Ryhl2024-03-291-0/+7
| |/