aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2024-02-25rust: str: implement `Display` and `Debug` for `BStr`Gravatar Yutaro Ohno 1-7/+178
2024-02-25rust: module: place generated init_module() function in .init.textGravatar Thomas Bertschinger 1-1/+6
2024-02-25rust: types: add `try_from_foreign()` methodGravatar Obei Sideg 1-0/+19
2024-02-18rust: kernel: stop using ptr_metadata featureGravatar Alice Ryhl 2-10/+7
2024-02-18rust: kernel: add reexports for macrosGravatar Alice Ryhl 6-17/+18
2024-02-18rust: locked_by: shorten doclink previewGravatar Valentin Obst 1-2/+5
2024-02-18rust: kernel: remove unneeded doclink targetsGravatar Valentin Obst 1-10/+0
2024-02-18rust: kernel: add doclinksGravatar Valentin Obst 3-24/+40
2024-02-18rust: kernel: add blank lines in front of code blocksGravatar Valentin Obst 1-0/+3
2024-02-18rust: kernel: mark code fragments in docs with backticksGravatar Valentin Obst 4-7/+8
2024-02-18rust: kernel: unify spelling of refcount in docsGravatar Valentin Obst 2-6/+6
2024-02-18rust: str: move SAFETY comment in front of unsafe blockGravatar Valentin Obst 1-1/+1
2024-02-18rust: str: use `NUL` instead of 0 in doc commentsGravatar Valentin Obst 1-2/+2
2024-02-18rust: kernel: add srctree-relative doclinksGravatar Valentin Obst 2-1/+3
2024-02-18rust: ioctl: end top-level module docs with full stopGravatar Valentin Obst 1-1/+1
2024-02-18rust: error: improve unsafe code in exampleGravatar Valentin Obst 1-7/+3
2024-02-18rust: kernel: fix multiple typos in documentationGravatar Valentin Obst 7-16/+16
2024-02-18rust: bindings: Order headers alphabeticallyGravatar Mika Westerberg 1-2/+2
2024-02-09arm64: rust: Enable Rust support for AArch64Gravatar Jamie Cunliffe 1-0/+1
2024-02-09rust: Refactor the build target to allow the use of builtin targetsGravatar Jamie Cunliffe 1-1/+4
2024-02-01workqueue: rust: sync with `WORK_CPU_UNBOUND` changeGravatar Miguel Ojeda 1-1/+5
2024-01-28rust: sync: update integer types in CondVarGravatar Alice Ryhl 2-19/+34
2024-01-28rust: sync: add `CondVar::wait_timeout`Gravatar Alice Ryhl 4-10/+61
2024-01-28rust: time: add msecs to jiffies conversionGravatar Alice Ryhl 3-0/+22
2024-01-28rust: sync: add `CondVar::notify_sync`Gravatar Alice Ryhl 1-0/+10
2024-01-27rust: phy: use VTABLE_DEFAULT_ERRORGravatar FUJITA Tomonori 1-8/+8
2024-01-27rust: phy: use `srctree`-relative linksGravatar FUJITA Tomonori 1-4/+4
2024-01-22rust: sync: `CondVar` rename "wait_list" to "wait_queue_head"Gravatar Charalampos Mitrodimas 1-8/+12
2024-01-22rust: upgrade to Rust 1.75.0Gravatar Miguel Ojeda 6-23/+49
2024-01-11Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 22-61/+225
2023-12-21rust: support `srctree`-relative linksGravatar Miguel Ojeda 11-14/+15
2023-12-21rust: sync: Makes `CondVar::wait()` an uninterruptible waitGravatar Boqun Feng 1-14/+14
2023-12-21rust: upgrade to Rust 1.74.1Gravatar Miguel Ojeda 4-15/+112
2023-12-15net: phy: add Rust Asix PHY driverGravatar FUJITA Tomonori 1-0/+2
2023-12-15rust: net::phy add module_phy_driver macroGravatar FUJITA Tomonori 1-0/+146
2023-12-15rust: core abstractions for network PHY driversGravatar FUJITA Tomonori 4-0/+767
2023-12-14rust: Suppress searching builtin sysrootGravatar Matthew Maurer 1-0/+3
2023-12-14rust: macros: improve `#[vtable]` documentationGravatar Benno Lossin 2-7/+35
2023-12-14rust: macros: update 'paste!' macro to accept string literalsGravatar Trevor Gross 2-3/+29
2023-12-14rust: bindings: rename const binding using sedGravatar Gary Guo 4-7/+6
2023-12-13rust: Ignore preserve-most functionsGravatar Matthew Maurer 1-0/+4
2023-12-13rust: replace <linux/module.h> with <linux/export.h> in rust/exports.cGravatar Masahiro Yamada 1-1/+1
2023-12-13rust: kernel: str: Implement Debug for CStringGravatar Asahi Lina 1-0/+6
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2023-10-30Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-2/+740
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 16-333/+255
2023-10-19rust: docs: fix logo replacementGravatar Miguel Ojeda 1-8/+7
2023-10-15rust: Use grep -Ev rather than relying on GNU grepGravatar Matthew Maurer 1-2/+2
2023-10-15rust: Use awk instead of recent xargsGravatar Matthew Maurer 1-3/+1
2023-10-15rust: upgrade to Rust 1.73.0Gravatar Miguel Ojeda 7-57/+61