summaryrefslogtreecommitdiffstats
path: root/rust/kernel/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: sort Rust modulesMiguel Ojeda2024-09-261-1/+1
* Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-0/+2
|\
| * rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho2024-08-311-0/+1
| * rust: list: add ListArcAlice Ryhl2024-08-231-0/+1
* | rust: sizes: add commonly used constantsFUJITA Tomonori2024-08-301-0/+1
|/
* Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-07-271-0/+2
|\
| * rust: add abstraction for `struct page`Alice Ryhl2024-07-081-0/+1
| * rust: uaccess: add userspace pointersWedson Almeida Filho2024-07-081-0/+1
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-0/+3
|\ \
| * | rust: add firmware abstractionsDanilo Krummrich2024-06-181-0/+2
| * | rust: add abstraction for struct deviceDanilo Krummrich2024-06-181-0/+1
| |/
* / rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg2024-06-141-0/+2
|/
* Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-05-141-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