summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-064-9/+9
|\
| * rust: alloc: eschew `Box<MaybeUninit<T>>::write`Jubilee Young2024-08-271-2/+4
| * rust: kernel: fix typos in code commentsMichael Vetter2024-08-212-3/+3
| * rust: block: fix wrong usage of lockdep APIAndreas Hindborg2024-08-211-4/+2
* | rust: net::phy unified genphy_read_status function for C22 and C45 registersFUJITA Tomonori2024-08-302-10/+30
* | rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori2024-08-302-23/+204
* | rust: net::phy implement AsRef<kernel::device::Device> traitFUJITA Tomonori2024-08-301-7/+17
* | rust: net::phy support probe callbackFUJITA Tomonori2024-08-301-0/+25
* | rust: sizes: add commonly used constantsFUJITA Tomonori2024-08-302-0/+27
|/
* rust: firmware: fix invalid rustdoc linkAndrew Ballance2024-07-311-1/+1
* 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