summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2024-08-25rust: kernel: use docs.kernel.org links in code documentationMichael Vetter2-11/+11
2024-08-23rust: list: add ListArcFieldAlice Ryhl2-0/+99
2024-08-23rust: list: support heterogeneous listsAlice Ryhl2-1/+177
2024-08-23rust: list: add cursorAlice Ryhl1-0/+82
2024-08-23rust: list: add iteratorsAlice Ryhl1-0/+102
2024-08-23rust: list: add ListAlice Ryhl2-5/+331
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl2-0/+146
2024-08-23rust: list: add struct with prev/next pointersAlice Ryhl1-0/+119
2024-08-23rust: list: add tracking for ListArcAlice Ryhl2-3/+170
2024-08-23rust: list: add ListArcAlice Ryhl3-0/+361
2024-08-23rust: init: add `assert_pinned` macroBenno Lossin2-0/+97
2024-08-22rust: init: add `write_[pin_]init` functionsBenno Lossin2-25/+61
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin1-1/+30
2024-08-21rust: kernel: fix typos in code commentsMichael Vetter2-3/+3
2024-08-21rust: block: fix wrong usage of lockdep APIAndreas Hindborg1-4/+2
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg1-1/+1
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda1-1/+1
2024-08-21rust: sort blk includes in bindings_helper.hAlice Ryhl1-1/+1
2024-08-19rust: kbuild: auto generate helper exportsGary Guo18-42/+15
2024-08-19objtool/kbuild/rust: enable objtool for RustMiguel Ojeda1-8/+14
2024-08-19rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda1-0/+12
2024-08-19rust: kbuild: split up helpers.cAndreas Hindborg19-242/+299
2024-08-19rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda1-1/+4
2024-08-19rust: types: improve `ForeignOwnable` documentationBenno Lossin1-1/+4
2024-08-19rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl1-0/+27
2024-08-19rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel2-27/+37
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3-5/+8
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda2-2/+5
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu1-1/+1
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh1-1/+1
2024-07-31rust: firmware: fix invalid rustdoc linkAndrew Ballance1-1/+1
2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda1-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds14-89/+835
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-0/+227
2024-07-19Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-13/+6
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds11-0/+969
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka1-13/+6
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda1-2/+2
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda2-0/+2
2024-07-10rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda1-9/+4
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda1-1/+1
2024-07-10firmware_loader: fix soundness issue in `request_internal`Danilo Krummrich1-7/+20
2024-07-10firmware_loader: annotate doctests as `no_run`Danilo Krummrich1-2/+6
2024-07-09rust: add abstraction for `struct page`Alice Ryhl5-0/+279
2024-07-09rust: uaccess: add typed accessors for userspace pointersAlice Ryhl2-2/+141
2024-07-09rust: uaccess: add userspace pointersWedson Almeida Filho3-0/+328
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2-0/+9
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl1-1/+1
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda1-62/+8