summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
...
* | rust: module: place generated init_module() function in .init.textThomas Bertschinger2024-02-251-1/+6
* | rust: types: add `try_from_foreign()` methodObei Sideg2024-02-251-0/+19
* | rust: kernel: stop using ptr_metadata featureAlice Ryhl2024-02-182-10/+7
* | rust: kernel: add reexports for macrosAlice Ryhl2024-02-186-17/+18
* | rust: locked_by: shorten doclink previewValentin Obst2024-02-181-2/+5
* | rust: kernel: remove unneeded doclink targetsValentin Obst2024-02-181-10/+0
* | rust: kernel: add doclinksValentin Obst2024-02-183-24/+40
* | rust: kernel: add blank lines in front of code blocksValentin Obst2024-02-181-0/+3
* | rust: kernel: mark code fragments in docs with backticksValentin Obst2024-02-184-7/+8
* | rust: kernel: unify spelling of refcount in docsValentin Obst2024-02-182-6/+6
* | rust: str: move SAFETY comment in front of unsafe blockValentin Obst2024-02-181-1/+1
* | rust: str: use `NUL` instead of 0 in doc commentsValentin Obst2024-02-181-2/+2
* | rust: kernel: add srctree-relative doclinksValentin Obst2024-02-182-1/+3
* | rust: ioctl: end top-level module docs with full stopValentin Obst2024-02-181-1/+1
* | rust: error: improve unsafe code in exampleValentin Obst2024-02-181-7/+3
* | rust: kernel: fix multiple typos in documentationValentin Obst2024-02-187-16/+16
* | rust: bindings: Order headers alphabeticallyMika Westerberg2024-02-181-2/+2
* | rust: sync: update integer types in CondVarAlice Ryhl2024-01-282-19/+34
* | rust: sync: add `CondVar::wait_timeout`Alice Ryhl2024-01-284-10/+61
* | rust: time: add msecs to jiffies conversionAlice Ryhl2024-01-283-0/+22
* | rust: sync: add `CondVar::notify_sync`Alice Ryhl2024-01-281-0/+10
* | rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"Charalampos Mitrodimas2024-01-221-8/+12
* | rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-226-23/+49
|/
* Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-01-1122-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