summaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-131-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
* | 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: 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-282-0/+21
* | 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-221-1/+0
|/
* Merge tag 'rust-6.8' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-01-1111-27/+37
|\
| * rust: support `srctree`-relative linksMiguel Ojeda2023-12-219-12/+12
| * rust: sync: Makes `CondVar::wait()` an uninterruptible waitBoqun Feng2023-12-211-14/+14
| * rust: macros: improve `#[vtable]` documentationBenno Lossin2023-12-141-0/+4
| * rust: bindings: rename const binding using sedGary Guo2023-12-141-1/+1
| * rust: kernel: str: Implement Debug for CStringAsahi Lina2023-12-131-0/+6
* | rust: net::phy add module_phy_driver macroFUJITA Tomonori2023-12-151-0/+146
* | rust: core abstractions for network PHY driversFUJITA Tomonori2023-12-153-0/+764
|/
* Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-10-313-2/+726
|\
| * rust: workqueue: add examplesAlice Ryhl2023-09-251-0/+106
| * rust: workqueue: add `try_spawn` helper methodAlice Ryhl2023-09-251-0/+43