summaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorLines
2024-08-22rust: init: add `write_[pin_]init` functionsBenno Lossin-25/+61
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin-1/+30
2024-08-21rust: kernel: fix typos in code commentsMichael Vetter-3/+3
2024-08-21rust: block: fix wrong usage of lockdep APIAndreas Hindborg-4/+2
2024-08-21rust: kbuild: fix export of bss symbolsAndreas Hindborg-1/+1
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda-1/+1
2024-08-21rust: sort blk includes in bindings_helper.hAlice Ryhl-1/+1
2024-08-19rust: kbuild: auto generate helper exportsGary Guo-42/+15
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda-8/+14
2024-08-18rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda-0/+12
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg-242/+299
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda-1/+4
2024-08-18rust: types: improve `ForeignOwnable` documentationBenno Lossin-1/+4
2024-08-18rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl-0/+27
2024-08-18rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel-27/+37
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-5/+8
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda-2/+5
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu-1/+1
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh-1/+1
2024-07-31rust: firmware: fix invalid rustdoc linkAndrew Ballance-1/+1
2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda-1/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds-89/+835
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+227
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds-13/+6
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-0/+969
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka-13/+6
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda-2/+2
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda-0/+2
2024-07-10rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda-9/+4
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda-1/+1
2024-07-10firmware_loader: fix soundness issue in `request_internal`Danilo Krummrich-7/+20
2024-07-10firmware_loader: annotate doctests as `no_run`Danilo Krummrich-2/+6
2024-07-08rust: add abstraction for `struct page`Alice Ryhl-0/+279
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl-2/+141
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho-0/+328
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl-0/+9
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl-1/+1
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda-62/+8
2024-07-08rust: kernel: make impl_has_work compatible with more genericsRoland Xu-7/+9
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori-2/+48
2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan-5/+5
2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan-0/+1
2024-07-03slab, rust: extend kmalloc() alignment guarantees to remove Rust paddingVlastimil Babka-13/+6
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow-1/+1
2024-06-28rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg-0/+2
2024-06-20device: rust: improve safety commentsDanilo Krummrich-3/+6
2024-06-20firmware: rust: improve safety commentsDanilo Krummrich-7/+6
2024-06-20rust: block: do not use removed queue flag APIAndreas Hindborg-14/+3
2024-06-18rust: add firmware abstractionsDanilo Krummrich-0/+104