summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-08-163-5/+8
|\
| * rust: add intrinsics to fix `-Os` buildsMiguel Ojeda2024-08-102-2/+5
| * kbuild: rust: skip -fmin-function-alignment in bindgen flagsZehui Xu2024-08-101-1/+1
| * rust: Support latest version of `rust-analyzer`Sarthak Singh2024-08-071-1/+1
| * rust: macros: indent list item in `module!`'s docsMiguel Ojeda2024-07-291-1/+1
* | 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-2714-89/+835
|\
| * rust: relax most deny-level lints to warningsMiguel Ojeda2024-07-101-2/+2
| * rust: allow `dead_code` for never constructed bindingsMiguel Ojeda2024-07-102-0/+2
| * rust: init: simplify from `map_err` to `inspect_err`Miguel Ojeda2024-07-101-9/+4
| * rust: macros: indent list item in `paste!`'s docsMiguel Ojeda2024-07-101-1/+1
| * rust: add abstraction for `struct page`Alice Ryhl2024-07-085-0/+279
| * rust: uaccess: add typed accessors for userspace pointersAlice Ryhl2024-07-082-2/+141
| * rust: uaccess: add userspace pointersWedson Almeida Filho2024-07-083-0/+328
| * rust: alloc: add __GFP_HIGHMEM flagAlice Ryhl2024-07-082-0/+9
| * rust: alloc: fix typo in docs for GFP_NOWAITAlice Ryhl2024-07-081-1/+1
| * kbuild: rust: remove now-unneeded `rusttest` custom sysroot handlingMiguel Ojeda2024-07-081-62/+8
| * rust: kernel: make impl_has_work compatible with more genericsRoland Xu2024-07-081-7/+9
| * rust: add 'firmware' field support to module! macroFUJITA Tomonori2024-07-082-2/+48
| * rust: fix datatype in docs for `module` macro argumentsAswin Unnikrishnan2024-07-081-5/+5
| * rust: add example for `alias` argument in `module` macro documentationAswin Unnikrishnan2024-07-081-0/+1
* | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-251-1/+1
|\ \
| * | arch: um: rust: Add i386 support for RustDavid Gow2024-07-031-1/+1
| |/
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-255-0/+227
|\ \
| * | 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-183-0/+104
| * | rust: add abstraction for struct deviceDanilo Krummrich2024-06-183-0/+104
* | | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-07-181-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-1511-0/+969
|\ \ \ | |/ / |/| |
| * | rust: block: fix generated bindings after refactoring of featuresAndreas Hindborg2024-06-281-0/+2
| * | 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-141-13/+7
| * | rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg2024-06-1411-0/+984
| |/
* / rust: avoid unused import warning in `rusttest`Miguel Ojeda2024-06-111-2/+5
|/
* Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-05-221-1/+1
|\
| * LoongArch: rust: Switch to use built-in rustc targetWANG Rui2024-05-141-1/+1
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-0/+8
|\ \
| * | rust: add a rust helper for krealloc()Kent Overstreet2024-04-251-0/+8
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-2/+2
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-101-3/+3
| |/ /
* | | 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-1343-10032/+779
|\ \ \ | |_|/ |/| |
| * | rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich2024-05-081-2/+9