summaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)Author
2026-05-27rust: pci: implement Sync for Device<Bound>Danilo Krummrich
2026-05-27rust: driver core: drop drvdata before devres releaseDanilo Krummrich
2026-05-27rust: driver: decouple driver private data from driver typeDanilo Krummrich
2026-05-27rust: driver: move 'static bounds to constructorGary Guo
2026-05-27rust: alloc: remove `'static` bound on `ForeignOwnable`Gary Guo
2026-05-27rust: pci: use 'static lifetime for PCI BAR resource namesDanilo Krummrich
2026-05-27rust: module_param: use `pr_warn_once!` for null pointer warningAndreas Hindborg
2026-05-25opp: rust: mark OPP methods as inlineNicolás Antinori
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-23rust: miscdevice: remove redundant importsAlvin Sun
2026-05-23rust: miscdevice: use vertical import styleAlvin Sun
2026-05-20rust: alloc: cleanup doctest imports to "kernel vertical" styleDanilo Krummrich
2026-05-20rust: alloc: cleanup imports and use "kernel vertical" styleDanilo Krummrich
2026-05-20rust: fmt: use vertical import styleKe Sun
2026-05-20rust: doc: disable doc inlining for all prelude itemsGary Guo
2026-05-18rust: pin-init: internal: project using full slotGary Guo
2026-05-18rust: pin-init: internal: project slots instead of referencesGary Guo
2026-05-18rust: pin-init: internal: make `make_closure` inherent methodsGary Guo
2026-05-18rust: pin-init: internal: use marker on drop guard type for pinned fieldsGary Guo
2026-05-18rust: pin-init: internal: init: handle code blocks earlyGary Guo
2026-05-14rust: pin-init: internal: add `PhantomInvariant` and `PhantomInvariantLifetime`Gary Guo
2026-05-14rust: pin-init: internal: pin_data: add struct to record field infoMohamad Alsadhan
2026-05-14rust: pin-init: internal: pin_data: use closure for `handle_field`Gary Guo
2026-05-13Merge patch series "rust: auxiliary: replace drvdata() with registration data"Danilo Krummrich
2026-05-12rust: alloc: fix `Vec::extend_with` SAFETY commentHsiu Che Yu
2026-05-12rust: alloc: add doc test for `Vec::extend_with`Hsiu Che Yu
2026-05-12rust: alloc: fix assert in `Vec::reserve` doc testHsiu Che Yu
2026-05-11rust: driver core: remove drvdata() and driver_typeDanilo Krummrich
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich
2026-05-11rust: alloc: add Box::zeroed()Danilo Krummrich
2026-05-10rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warningGary Guo
2026-05-10rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bumpGary Guo
2026-05-10rust: pin-init: internal: turn `PhantomPinned` error into warningsGary Guo
2026-05-10rust: pin-init: cleanup workaround for old Rust compilerGary Guo
2026-05-10rust: pin-init: fix badge URL in READMEGary Guo
2026-05-10rust: pin-init: internal: adjust license identifier of `zeroable.rs`Benno Lossin
2026-05-10rust: pin-init: internal: remove redundant `#[pin]` filteringGary Guo
2026-05-10rust: pin-init: internal: add missing where clause to projection typesMohamad Alsadhan
2026-05-10rust: pin-init: extend `impl_zeroable_option` macro to handle genericsMohamad Alsadhan
2026-05-10rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`Mohamad Alsadhan
2026-05-10rust: pin-init: bump minimum Rust version to 1.82Gary Guo
2026-05-10rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-05-05drm/gpuvm: rust: add RUST_DRM_GPUVM option to KconfigAlice Ryhl
2026-05-05rust: gpuvm: add GpuVmCore::sm_map()Alice Ryhl
2026-05-05rust: gpuvm: add GpuVmCore::sm_unmap()Alice Ryhl
2026-05-05rust: gpuvm: add GpuVa structAlice Ryhl
2026-05-05rust: gpuvm: add GpuVm::obtain()Alice Ryhl
2026-05-05rust: drm: add base GPUVM immediate mode abstractionAsahi Lina
2026-05-03rust: drm: fix unsound initialization in drm::Device::newEliot Courtney