summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-131-5/+8
|\
| * rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho2024-04-161-1/+0
| * rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho2024-04-161-1/+0
| * rust: alloc: introduce the `VecExt` traitWedson Almeida Filho2024-04-161-0/+1
| * rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho2024-04-161-3/+1
| * 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: add `container_of!` macroWedson Almeida Filho2024-02-251-0/+32
* rust: kernel: stop using ptr_metadata featureAlice Ryhl2024-02-181-1/+0
* rust: kernel: add srctree-relative doclinksValentin Obst2024-02-181-1/+1
* rust: time: add msecs to jiffies conversionAlice Ryhl2024-01-281-0/+1
* rust: upgrade to Rust 1.75.0Miguel Ojeda2024-01-221-1/+0
* rust: core abstractions for network PHY driversFUJITA Tomonori2023-12-151-0/+3
* rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl2023-09-251-0/+1
* rust: workqueue: add low-level workqueue bindingsAlice Ryhl2023-09-251-0/+1
* rust: sync: add `Arc::{from_raw, into_raw}`Wedson Almeida Filho2023-09-251-0/+1
* Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2023-08-291-3/+0
|\
| * rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma2023-08-151-3/+0
* | rust: support running Rust documentation tests as KUnit onesMiguel Ojeda2023-07-191-0/+2
|/
* rust: upgrade to Rust 1.68.2Miguel Ojeda2023-05-311-4/+0
* rust: ioctl: Add ioctl number manipulation functionsAsahi Lina2023-04-221-0/+1
* rust: uapi: Add UAPI crateAsahi Lina2023-04-221-0/+1
* rust: add basic `Task`Wedson Almeida Filho2023-04-221-0/+1
* rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin2023-04-121-1/+0
* rust: add pin-init API coreBenno Lossin2023-04-121-0/+6
* rust: enable the `pin_macro` featureBenno Lossin2023-04-121-0/+1
* rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina2023-04-101-0/+1
* rust: types: introduce `ForeignOwnable`Wedson Almeida Filho2023-02-011-0/+1
* rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho2023-01-161-0/+1
* rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho2023-01-161-0/+2
* rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho2023-01-161-0/+1
* rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho2023-01-161-0/+1
* rust: types: add `Either` typeWedson Almeida Filho2022-12-041-0/+1
* rust: build_assert: add `build_{error,assert}!` macrosGary Guo2022-12-041-0/+4
* rust: static_assert: add `static_assert!` macroMiguel Ojeda2022-12-041-0/+1
* rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin2022-12-041-0/+2
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-041-0/+1
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+78