summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2024-08-23rust: list: add ListArcFieldAlice Ryhl
2024-08-23rust: list: support heterogeneous listsAlice Ryhl
2024-08-23rust: list: add cursorAlice Ryhl
2024-08-23rust: list: add iteratorsAlice Ryhl
2024-08-23rust: list: add ListAlice Ryhl
2024-08-23rust: list: add macro for implementing ListItemAlice Ryhl
2024-08-23rust: list: add struct with prev/next pointersAlice Ryhl
2024-08-23rust: list: add tracking for ListArcAlice Ryhl
2024-08-23rust: list: add ListArcAlice Ryhl
2024-08-23rust: init: add `assert_pinned` macroBenno Lossin
2024-08-22rust: init: add `write_[pin_]init` functionsBenno Lossin
2024-08-22rust: kernel: add `drop_contents` to `BoxExt`Benno Lossin
2024-08-21rust: enable bindgen's `--enable-function-attribute-detection` flagMiguel Ojeda
2024-08-21rust: sort blk includes in bindings_helper.hAlice Ryhl
2024-08-19rust: kbuild: auto generate helper exportsGary Guo
2024-08-18objtool/kbuild/rust: enable objtool for RustMiguel Ojeda
2024-08-18rust: module: add static pointer to `{init,cleanup}_module()`Miguel Ojeda
2024-08-18rust: kbuild: split up helpers.cAndreas Hindborg
2024-08-18rust: error: allow `useless_conversion` for 32-bit buildsMiguel Ojeda
2024-08-18rust: types: improve `ForeignOwnable` documentationBenno Lossin
2024-08-18rust: implement ForeignOwnable for Pin<Box<T>>Alice Ryhl
2024-08-18rust: Implement the smart pointer `InPlaceInit` for `Arc`Alex Mantel
2024-08-16Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-08-10rust: add intrinsics to fix `-Os` buildsMiguel Ojeda
2024-08-10kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu
2024-08-07rust: Support latest version of `rust-analyzer`Sarthak Singh
2024-07-31rust: firmware: fix invalid rustdoc linkAndrew Ballance
2024-07-29rust: macros: indent list item in `module!`'s docsMiguel Ojeda
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-25Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-18Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-10rust: relax most deny-level lints to warningsMiguel Ojeda
2024-07-10rust: allow `dead_code` for never constructed bindingsMiguel Ojeda
2024-07-10rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda
2024-07-10rust: macros: indent list item in `paste!`'s docsMiguel Ojeda
2024-07-10firmware_loader: fix soundness issue in `request_internal`Danilo Krummrich
2024-07-10firmware_loader: annotate doctests as `no_run`Danilo Krummrich
2024-07-08rust: add abstraction for `struct page`Alice Ryhl
2024-07-08rust: uaccess: add typed accessors for userspace pointersAlice Ryhl
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho
2024-07-08rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl
2024-07-08rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl
2024-07-08kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda
2024-07-08rust: kernel: make impl_has_work compatible with more genericsRoland Xu
2024-07-08rust: add 'firmware' field support to module! macroFUJITA Tomonori
2024-07-08rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan
2024-07-08rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan