summaryrefslogtreecommitdiff
path: root/rust/kernel/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2024-08-23rust: list: add ListArcAlice Ryhl1-0/+1
2024-07-27Merge tag 'rust-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-0/+2
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2024-07-09rust: add abstraction for `struct page`Alice Ryhl1-0/+1
2024-07-09rust: uaccess: add userspace pointersWedson Almeida Filho1-0/+1
2024-06-18rust: add firmware abstractionsDanilo Krummrich1-0/+2
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich1-0/+1
2024-06-14rust: block: introduce `kernel::block::mq` moduleAndreas Hindborg1-0/+2
2024-05-14Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-5/+8
2024-04-23rust: kernel: require `Send` for `Module` implementationsWedson Almeida Filho1-1/+1
2024-04-16rust: kernel: remove usage of `allocator_api` unstable featureWedson Almeida Filho1-1/+0
2024-04-16rust: alloc: update `VecExt` to take allocation flagsWedson Almeida Filho1-1/+0
2024-04-16rust: alloc: introduce the `VecExt` traitWedson Almeida Filho1-0/+1
2024-04-16rust: kernel: move `allocator` module under `alloc`Wedson Almeida Filho1-3/+1
2024-03-29rust: upgrade to Rust 1.77.1Miguel Ojeda1-1/+0
2024-03-29rust: add `Module::as_ptr`Alice Ryhl1-0/+7
2024-02-25rust: add `container_of!` macroWedson Almeida Filho1-0/+32
2024-02-18rust: kernel: stop using ptr_metadata featureAlice Ryhl1-1/+0
2024-02-18rust: kernel: add srctree-relative doclinksValentin Obst1-1/+1
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl1-0/+1
2024-01-22rust: upgrade to Rust 1.75.0Miguel Ojeda1-1/+0
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+3
2023-09-25rust: workqueue: add helper for defining work_struct fieldsAlice Ryhl1-0/+1
2023-09-25rust: workqueue: add low-level workqueue bindingsAlice Ryhl1-0/+1
2023-09-25rust: sync: add `Arc::{from_raw, into_raw}`Wedson Almeida Filho1-0/+1
2023-08-29Merge tag 'rust-6.6' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-3/+0
2023-08-15rust: bindgen: upgrade to 0.65.1Aakash Sen Sharma1-3/+0
2023-07-19rust: support running Rust documentation tests as KUnit onesMiguel Ojeda1-0/+2
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-4/+0
2023-04-22rust: ioctl: Add ioctl number manipulation functionsAsahi Lina1-0/+1
2023-04-22rust: uapi: Add UAPI crateAsahi Lina1-0/+1
2023-04-22rust: add basic `Task`Wedson Almeida Filho1-0/+1
2023-04-12rust: sync: reduce stack usage of `UniqueArc::try_new_uninit`Benno Lossin1-1/+0
2023-04-12rust: add pin-init API coreBenno Lossin1-0/+6
2023-04-12rust: enable the `pin_macro` featureBenno Lossin1-0/+1
2023-04-10rust: Enable the new_uninit feature for kernel and driver cratesAsahi Lina1-0/+1
2023-02-01rust: types: introduce `ForeignOwnable`Wedson Almeida Filho1-0/+1
2023-01-17rust: sync: add support for dispatching on Arc and ArcBorrow.Wedson Almeida Filho1-0/+1
2023-01-17rust: sync: allow coercion from `Arc<T>` to `Arc<U>`Wedson Almeida Filho1-0/+2
2023-01-17rust: sync: allow type of `self` to be `Arc<T>` or variantsWedson Almeida Filho1-0/+1
2023-01-17rust: sync: add `Arc` for ref-counted allocationsWedson Almeida Filho1-0/+1
2022-12-04rust: types: add `Either` typeWedson Almeida Filho1-0/+1
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo1-0/+4
2022-12-04rust: static_assert: add `static_assert!` macroMiguel Ojeda1-0/+1
2022-12-04rust: std_vendor: add `dbg!` macro based on `std`'s oneNiklas Mohrin1-0/+2
2022-12-04rust: error: add `From` implementations for `Error`Wedson Almeida Filho1-0/+1
2022-09-28rust: add `kernel` crateWedson Almeida Filho1-0/+78