aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
9 daysrust: remove `params` from `module` macro exampleGravatar Aswin Unnikrishnan 1-12/+0
12 dayskbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEGravatar Miguel Ojeda 1-1/+0
12 daysrust: kernel: require `Send` for `Module` implementationsGravatar Wedson Almeida Filho 1-1/+1
12 daysrust: phy: implement `Send` for `Registration`Gravatar Wedson Almeida Filho 1-0/+4
2024-04-16rust: macros: fix soundness issue in `module!` macroGravatar Benno Lossin 1-75/+115
2024-04-04rust: init: remove impl Zeroable for InfallibleGravatar Laine Taffin Altman 1-2/+9
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+5
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-12/+12
2024-03-11Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+5
2024-03-10kbuild: unexport abs_srctree and abs_objtreeGravatar Masahiro Yamada 1-2/+2
2024-02-29rust: upgrade to Rust 1.76.0Gravatar Miguel Ojeda 7-42/+123
2024-02-29kbuild: mark `rustc` (and others) invocations as recursiveGravatar Miguel Ojeda 1-24/+24
2024-02-25rust: add `container_of!` macroGravatar Wedson Almeida Filho 1-0/+32
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