summaryrefslogtreecommitdiffstats
path: root/rust/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2 days1-0/+63
|\
| * rust: time: doc: Add missing C header linksBoqun Feng2024-05-011-0/+3
| * rust: time: Add KtimeAlice Ryhl2024-04-111-0/+60
* | Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds3 days22-174/+677
|\ \
| * | rust: alloc: fix dangling pointer in VecExt<T>::reserve()Danilo Krummrich9 days1-2/+9
| * | rust: kernel: remove redundant importsMiguel Ojeda11 days15-27/+5
| * | rust: sync: implement `Default` for `LockClassKey`Miguel Ojeda11 days1-0/+6
| * | rust: remove unneeded `kernel::prelude` imports from doctestsNell Shamrell-Harrington11 days2-6/+3
| * | rust: update `dbg!()` to format column numberRaghav Narang11 days1-3/+4
| * | rust: init: change the generated name of guard variablesBenno Lossin11 days1-14/+14
| * | rust: sync: add `Arc::into_unique_or_drop`Alice Ryhl11 days1-0/+62
| * | rust: sync: add `ArcBorrow::from_raw`Alice Ryhl11 days1-18/+58
| * | rust: types: Make Opaque::get constBoqun Feng11 days1-1/+1
| * | rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-169-15/+14
| * | rust: init: update `init` module to take allocation flagsWedson Almeida Filho2024-04-166-41/+50
| * | rust: sync: update `Arc` and `UniqueArc` to take allocation flagsWedson Almeida Filho2024-04-162-16/+16
| * | rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-165-31/+149
| * | rust: alloc: introduce the `BoxExt` traitWedson Almeida Filho2024-04-166-9/+70
| * | rust: alloc: introduce allocation flagsWedson Almeida Filho2024-04-163-12/+68
| * | kbuild: use the upstream `alloc` crateWedson Almeida Filho2024-04-161-0/+1
| * | rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-164-0/+52
| * | rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-163-3/+8
| * | rust: workqueue: add `#[pin_data]` to `Work`Benno Lossin2024-04-071-15/+18
| * | rust: macros: allow generic parameter default values in `#[pin_data]`Benno Lossin2024-04-071-1/+18
| * | rust: str: add {make,to}_{upper,lower}case() to CStringDanilo Krummrich2024-04-021-1/+86
| * | rust: upgrade to Rust 1.77.1Miguel Ojeda2024-03-291-1/+0
| * | rust: add `Module::as_ptr`Alice Ryhl2024-03-291-0/+7
| |/
* | rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho2024-04-231-1/+1
* | rust: phy: implement `Send` for `Registration`Wedson Almeida Filho2024-04-231-0/+4
* | rust: init: remove impl Zeroable for InfallibleLaine Taffin Altman2024-04-041-2/+9
|/
* 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: 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: 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