summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: list: add ListArcFieldAlice Ryhl2024-08-232-0/+99
* rust: list: support heterogeneous listsAlice Ryhl2024-08-232-1/+177
* rust: list: add cursorAlice Ryhl2024-08-231-0/+82
* rust: list: add iteratorsAlice Ryhl2024-08-231-0/+102
* rust: list: add ListAlice Ryhl2024-08-232-5/+331
* rust: list: add macro for implementing ListItemAlice Ryhl2024-08-232-0/+146
* rust: list: add struct with prev/next pointersAlice Ryhl2024-08-231-0/+119
* rust: list: add tracking for ListArcAlice Ryhl2024-08-232-3/+170
* rust: list: add ListArcAlice Ryhl2024-08-233-0/+361
* rust: init: add `assert_pinned` macroBenno Lossin2024-08-232-0/+97
* rust: init: add `write_[pin_]init` functionsBenno Lossin2024-08-222-25/+61
* rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin2024-08-221-1/+30
* rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda2024-08-181-1/+4
* rust: types: improve `ForeignOwnable` documentationBenno Lossin2024-08-181-1/+4
* rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl2024-08-181-0/+27
* rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel2024-08-182-27/+37
* 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