summaryrefslogtreecommitdiffstats
path: root/rust
Commit message (Expand)AuthorAgeFilesLines
* rust: remove `params` from `module` macro exampleAswin Unnikrishnan4 days1-12/+0
* kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICEMiguel Ojeda7 days1-1/+0
* rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho7 days1-1/+1
* rust: phy: implement `Send` for `Registration`Wedson Almeida Filho7 days1-0/+4
* rust: macros: fix soundness issue in `module!` macroBenno Lossin13 days1-75/+115
* rust: init: remove impl Zeroable for InfallibleLaine Taffin Altman2024-04-041-2/+9
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-2/+2
|\
| * kbuild: unexport abs_srctree and abs_objtreeMasahiro Yamada2024-03-101-2/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-03-141-1/+5
|\ \
| * | arm64: rust: Enable Rust support for AArch64Jamie Cunliffe2024-02-091-0/+1
| * | rust: Refactor the build target to allow the use of builtin targetsJamie Cunliffe2024-02-091-1/+4
| |/
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-121-12/+12
|\ \
| * | rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori2024-01-271-8/+8
| * | rust: phy: use `srctree`-relative linksFUJITA Tomonori2024-01-271-4/+4
| |/
* | Merge tag 'wq-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2024-03-111-1/+5
|\ \
| * | workqueue: rust: sync with `WORK_CPU_UNBOUND` changeMiguel Ojeda2024-02-011-1/+5
| |/
* | rust: upgrade to Rust 1.76.0Miguel Ojeda2024-02-297-42/+123
* | kbuild: mark `rustc` (and others) invocations as recursiveMiguel Ojeda2024-02-291-24/+24
* | rust: add `container_of!` macroWedson Almeida Filho2024-02-251-0/+32
* | rust: str: implement `Display` and `Debug` for `BStr`Yutaro Ohno2024-02-251-7/+178
* | 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