summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)Author
2024-10-21rust: kernel: fix THIS_MODULE header path in ThisModule doc commentYutaro Ohno
2024-10-15rust: alloc: implement kernel `Vec` typeDanilo Krummrich
2024-10-15rust: alloc: remove extension of std's `Box`Danilo Krummrich
2024-10-10rust: kernel: move `FromBytes` and `AsBytes` traits to a new `transmute` moduleAliet Exposito Garcia
2024-10-07rust: enable arbitrary_self_types and remove `Receiver`Gary Guo
2024-10-07rust: start using the `#[expect(...)]` attributeMiguel Ojeda
2024-09-26rust: kernel: sort Rust modulesMiguel Ojeda
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho
2024-08-30rust: sizes: add commonly used constantsFUJITA Tomonori
2024-08-23rust: list: add ListArcAlice Ryhl
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-08rust: add abstraction for `struct page`Alice Ryhl
2024-07-08rust: uaccess: add userspace pointersWedson Almeida Filho
2024-06-18rust: add firmware abstractionsDanilo Krummrich
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg
2024-05-13Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2024-04-23rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda
2024-03-29rust: add `Module::as_ptr`Alice Ryhl
2024-02-25rust: add `container_of!` macroWedson Almeida Filho
2024-02-18rust: kernel: stop using ptr_metadata featureAlice Ryhl
2024-02-18rust: kernel: add srctree-relative doclinksValentin Obst
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl
2024-01-22rust: upgrade to Rust 1.75.0Miguel Ojeda
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl
2023-09-25rust: sync: add `Arc::{from_raw, into_raw}`Wedson Almeida Filho
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda
2023-04-22rust: ioctl: Add ioctl number manipulation functionsAsahi Lina
2023-04-22rust: uapi: Add UAPI crateAsahi Lina
2023-04-22rust: add basic `Task`Wedson Almeida Filho
2023-04-12rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin
2023-04-12rust: add pin-init API coreBenno Lossin
2023-04-12rust: enable the `pin_macro` featureBenno Lossin
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho
2023-01-16rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho
2023-01-16rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho
2023-01-16rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho