| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2024-08-16 | 3 | -5/+8 |
|\ |
|
| * | rust: add intrinsics to fix `-Os` builds | Miguel Ojeda | 2024-08-10 | 2 | -2/+5 |
| * | kbuild: rust: skip -fmin-function-alignment in bindgen flags | Zehui Xu | 2024-08-10 | 1 | -1/+1 |
| * | rust: Support latest version of `rust-analyzer` | Sarthak Singh | 2024-08-07 | 1 | -1/+1 |
| * | rust: macros: indent list item in `module!`'s docs | Miguel Ojeda | 2024-07-29 | 1 | -1/+1 |
* | | rust: firmware: fix invalid rustdoc link | Andrew Ballance | 2024-07-31 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2024-07-27 | 14 | -89/+835 |
|\ |
|
| * | rust: relax most deny-level lints to warnings | Miguel Ojeda | 2024-07-10 | 1 | -2/+2 |
| * | rust: allow `dead_code` for never constructed bindings | Miguel Ojeda | 2024-07-10 | 2 | -0/+2 |
| * | rust: init: simplify from `map_err` to `inspect_err` | Miguel Ojeda | 2024-07-10 | 1 | -9/+4 |
| * | rust: macros: indent list item in `paste!`'s docs | Miguel Ojeda | 2024-07-10 | 1 | -1/+1 |
| * | rust: add abstraction for `struct page` | Alice Ryhl | 2024-07-08 | 5 | -0/+279 |
| * | rust: uaccess: add typed accessors for userspace pointers | Alice Ryhl | 2024-07-08 | 2 | -2/+141 |
| * | rust: uaccess: add userspace pointers | Wedson Almeida Filho | 2024-07-08 | 3 | -0/+328 |
| * | rust: alloc: add __GFP_HIGHMEM flag | Alice Ryhl | 2024-07-08 | 2 | -0/+9 |
| * | rust: alloc: fix typo in docs for GFP_NOWAIT | Alice Ryhl | 2024-07-08 | 1 | -1/+1 |
| * | kbuild: rust: remove now-unneeded `rusttest` custom sysroot handling | Miguel Ojeda | 2024-07-08 | 1 | -62/+8 |
| * | rust: kernel: make impl_has_work compatible with more generics | Roland Xu | 2024-07-08 | 1 | -7/+9 |
| * | rust: add 'firmware' field support to module! macro | FUJITA Tomonori | 2024-07-08 | 2 | -2/+48 |
| * | rust: fix datatype in docs for `module` macro arguments | Aswin Unnikrishnan | 2024-07-08 | 1 | -5/+5 |
| * | rust: add example for `alias` argument in `module` macro documentation | Aswin Unnikrishnan | 2024-07-08 | 1 | -0/+1 |
* | | Merge tag 'uml-for-linus-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-07-25 | 1 | -1/+1 |
|\ \ |
|
| * | | arch: um: rust: Add i386 support for Rust | David Gow | 2024-07-03 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2024-07-25 | 5 | -0/+227 |
|\ \ |
|
| * | | firmware_loader: fix soundness issue in `request_internal` | Danilo Krummrich | 2024-07-10 | 1 | -7/+20 |
| * | | firmware_loader: annotate doctests as `no_run` | Danilo Krummrich | 2024-07-10 | 1 | -2/+6 |
| * | | device: rust: improve safety comments | Danilo Krummrich | 2024-06-20 | 1 | -3/+6 |
| * | | firmware: rust: improve safety comments | Danilo Krummrich | 2024-06-20 | 1 | -7/+6 |
| * | | rust: add firmware abstractions | Danilo Krummrich | 2024-06-18 | 3 | -0/+104 |
| * | | rust: add abstraction for struct device | Danilo Krummrich | 2024-06-18 | 3 | -0/+104 |
* | | | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 2024-07-19 | 1 | -13/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'slab/for-6.11/buckets' into slab/for-next | Vlastimil Babka | 2024-07-15 | 1 | -13/+6 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | slab, rust: extend kmalloc() alignment guarantees to remove Rust padding | Vlastimil Babka | 2024-07-03 | 1 | -13/+6 |
| | |/ |
|
* | | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux | Linus Torvalds | 2024-07-15 | 11 | -0/+969 |
|\ \ \
| |/ /
|/| | |
|
| * | | rust: block: fix generated bindings after refactoring of features | Andreas Hindborg | 2024-06-28 | 1 | -0/+2 |
| * | | rust: block: do not use removed queue flag API | Andreas Hindborg | 2024-06-20 | 1 | -14/+3 |
| * | | rust: block: do not use removed queue limit API | Andreas Hindborg | 2024-06-15 | 1 | -13/+7 |
| * | | rust: block: introduce `kernel::block::mq` module | Andreas Hindborg | 2024-06-14 | 11 | -0/+984 |
| |/ |
|
* / | rust: avoid unused import warning in `rusttest` | Miguel Ojeda | 2024-06-11 | 1 | -2/+5 |
|/ |
|
* | Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Linus Torvalds | 2024-05-22 | 1 | -1/+1 |
|\ |
|
| * | LoongArch: rust: Switch to use built-in rustc target | WANG Rui | 2024-05-14 | 1 | -1/+1 |
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -0/+8 |
|\ \ |
|
| * | | rust: add a rust helper for krealloc() | Kent Overstreet | 2024-04-26 | 1 | -0/+8 |
* | | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2024-05-18 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | kbuild: use $(src) instead of $(srctree)/$(src) for source directory | Masahiro Yamada | 2024-05-09 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2024-05-14 | 1 | -0/+63 |
|\ \ \ |
|
| * | | | rust: time: doc: Add missing C header links | Boqun Feng | 2024-05-01 | 1 | -0/+3 |
| * | | | rust: time: Add Ktime | Alice Ryhl | 2024-04-11 | 1 | -0/+60 |
| |/ / |
|
* | | | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2024-05-14 | 43 | -10032/+779 |
|\ \ \
| |_|/
|/| | |
|
| * | | rust: alloc: fix dangling pointer in VecExt<T>::reserve() | Danilo Krummrich | 2024-05-08 | 1 | -2/+9 |