summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2024-01-0322-61/+225
|\
| * rust: support `srctree`-relative linksMiguel Ojeda2023-12-2111-14/+15
| * rust: sync: Makes `CondVar::wait()` an uninterruptible waitBoqun Feng2023-12-211-14/+14
| * rust: upgrade to Rust 1.74.1Miguel Ojeda2023-12-214-15/+112
| * rust: Suppress searching builtin sysrootMatthew Maurer2023-12-141-0/+3
| * rust: macros: improve `#[vtable]` documentationBenno Lossin2023-12-142-7/+35
| * rust: macros: update 'paste!' macro to accept string literalsTrevor Gross2023-12-142-3/+29
| * rust: bindings: rename const binding using sedGary Guo2023-12-144-7/+6
| * rust: Ignore preserve-most functionsMatthew Maurer2023-12-131-0/+4
| * rust: replace <linux/module.h> with <linux/export.h> in rust/exports.cMasahiro Yamada2023-12-131-1/+1
| * rust: kernel: str: Implement Debug for CStringAsahi Lina2023-12-131-0/+6
* | net: phy: add Rust Asix PHY driverFUJITA Tomonori2023-12-151-0/+2
* | rust: net::phy add module_phy_driver macroFUJITA Tomonori2023-12-151-0/+146
* | rust: core abstractions for network PHY driversFUJITA Tomonori2023-12-154-0/+767
|/
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-0/+2
|\
| * rust: Respect HOSTCC when linking for hostMatthew Maurer2023-10-141-0/+2
* | Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-305-2/+740
|\ \
| * | rust: workqueue: add examplesAlice Ryhl2023-09-251-0/+106
| * | rust: workqueue: add `try_spawn` helper methodAlice Ryhl2023-09-251-0/+43
| * | rust: workqueue: implement `WorkItemPointer` for pointer typesAlice Ryhl2023-09-251-1/+96
| * | rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl2023-09-253-1/+270
| * | rust: workqueue: define built-in queuesWedson Almeida Filho2023-09-251-0/+71
| * | rust: workqueue: add low-level workqueue bindingsAlice Ryhl2023-09-253-0/+111
| * | rust: sync: add `Arc::{from_raw, into_raw}`Wedson Almeida Filho2023-09-252-2/+45
| |/
* | Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-10-3016-333/+255
|\ \
| * | rust: Use grep -Ev rather than relying on GNU grepMatthew Maurer2023-10-151-2/+2
| * | rust: Use awk instead of recent xargsMatthew Maurer2023-10-151-3/+1
| * | rust: upgrade to Rust 1.73.0Miguel Ojeda2023-10-157-57/+61
| * | rust: print: use explicit link in documentationMiguel Ojeda2023-10-151-0/+1
| * | rust: task: remove redundant explicit linkMiguel Ojeda2023-10-151-1/+1
| * | rust: kernel: remove `#[allow(clippy::new_ret_no_self)]`Gary Guo2023-10-053-12/+10
| * | rust: upgrade to Rust 1.72.1Miguel Ojeda2023-10-056-264/+185
| * | rust: arc: add explicit `drop()` around `Box::from_raw()`Miguel Ojeda2023-10-051-1/+1
| |/
* | rust: docs: fix logo replacementMiguel Ojeda2023-10-191-8/+7
* | rust: fix bindgen build error with fstrict-flex-arraysAndrea Righi2023-10-121-0/+1
* | rust: error: Markdown style nitManmohan Shukla2023-10-121-1/+1
* | rust: error: fix the description for `ECHILD`Wedson Almeida Filho2023-10-121-1/+1
|/
* Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-301-6/+9
|\
| * docs: Move rustdoc output, cross-reference itCarlos Bilbao2023-07-211-6/+9
* | Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-2925-735/+1324
|\ \
| * | rust: init: update expanded macro explanationBenno Lossin2023-08-211-57/+69
| * | rust: init: add `{pin_}chain` functions to `{Pin}Init<T, E>`Benno Lossin2023-08-212-1/+143
| * | rust: init: make `PinInit<T, E>` a supertrait of `Init<T, E>`Benno Lossin2023-08-212-13/+20
| * | rust: init: implement `Zeroable` for `UnsafeCell<T>` and `Opaque<T>`Benno Lossin2023-08-211-1/+7
| * | rust: init: add support for arbitrary paths in init macrosBenno Lossin2023-08-211-19/+35
| * | rust: init: add functions to create array initializersBenno Lossin2023-08-211-0/+88
| * | rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fieldsBenno Lossin2023-08-212-2/+129
| * | rust: init: make initializer values inaccessible after initializingBenno Lossin2023-08-211-9/+11
| * | rust: init: wrap type checking struct initializers in a closureBenno Lossin2023-08-211-4/+4
| * | rust: init: make guards in the init macros hygienicBenno Lossin2023-08-213-86/+56