aboutsummaryrefslogtreecommitdiffstats
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2026-05-11rust: alloc: add Box::zeroed()Danilo Krummrich1-0/+22
2026-05-10rust: pin-init: examples: fix `useless_borrows_in_formatting` clippy warningGary Guo3-3/+3
2026-05-10rust: pin-init: internal: remove `collect_tuple` polyfill after MSRV bumpGary Guo1-19/+8
2026-05-10rust: pin-init: internal: turn `PhantomPinned` error into warningsGary Guo2-1/+15
2026-05-10rust: pin-init: cleanup workaround for old Rust compilerGary Guo2-24/+3
2026-05-10rust: pin-init: fix badge URL in READMEGary Guo1-1/+1
2026-05-10rust: pin-init: internal: adjust license identifier of `zeroable.rs`Benno Lossin1-1/+1
2026-05-10rust: pin-init: internal: remove redundant `#[pin]` filteringGary Guo1-4/+0
2026-05-10rust: pin-init: internal: add missing where clause to projection typesMohamad Alsadhan1-1/+3
2026-05-10rust: pin-init: extend `impl_zeroable_option` macro to handle genericsMohamad Alsadhan1-15/+14
2026-05-10rust: pin-init: cleanup `Zeroable` and `ZeroableOptions`Mohamad Alsadhan1-23/+23
2026-05-10rust: pin-init: bump minimum Rust version to 1.82Gary Guo7-18/+0
2026-05-10rust: pin-init: examples: mark as `#[inline]` all `From::from()`s for `Error`Alistair Francis1-0/+2
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds3-109/+105
2026-05-05drm/gpuvm: rust: add RUST_DRM_GPUVM option to KconfigAlice Ryhl2-3/+3
2026-05-05rust: gpuvm: add GpuVmCore::sm_map()Alice Ryhl2-6/+170
2026-05-05rust: gpuvm: add GpuVmCore::sm_unmap()Alice Ryhl4-5/+306
2026-05-05rust: gpuvm: add GpuVa structAlice Ryhl3-4/+185
2026-05-05rust: gpuvm: add GpuVm::obtain()Alice Ryhl3-3/+277
2026-05-05rust: drm: add base GPUVM immediate mode abstractionAsahi Lina5-0/+283
2026-05-03rust: drm: fix unsound initialization in drm::Device::newEliot Courtney1-6/+16
2026-05-01rust: drm: gem: clean up GEM state in init failure caseEliot Courtney1-2/+11
2026-04-30rust: pin-init: fix incorrect accessor reference lifetimeGary Guo2-68/+66
2026-04-30rust: pin-init: internal: move alignment check to `make_field_check`Gary Guo1-41/+37
2026-04-30rust: arch: um: Fix building 32-bit UML with GCCDavid Gow1-0/+2
2026-04-28rust: ACPI: fix missing match data for PRP0001Markus Probst3-13/+78
2026-04-27rust/drm: import ARef from sync crateMukesh Kumar Chaurasiya (IBM)1-4/+2
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-2/+247
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+2
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds22-270/+2374
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-130/+493
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+6
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds8-425/+2004
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds50-489/+1062
2026-04-08Merge tag 'pin-init-v7.1' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda10-36/+75
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda10-129/+800
2026-04-07rust: sizes: add SizeConstants trait for device address space constantsJohn Hubbard1-44/+128
2026-04-07rust: kernel: update `file_with_nul` commentMiguel Ojeda1-1/+1
2026-04-07rust: declare cfi_encoding for lru_statusAlice Ryhl4-1/+6
2026-04-07rust: kbuild: update `bindgen --rust-target` version and replace commentMiguel Ojeda1-14/+2
2026-04-07rust: block: update `const_refs_to_static` MSRV TODO commentMiguel Ojeda1-3/+1
2026-04-07rust: macros: simplify code using `feature(extract_if)`Miguel Ojeda2-4/+8
2026-04-07rust: alloc: simplify with `NonNull::add()` now that it is stableMiguel Ojeda1-7/+1
2026-04-07rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`Miguel Ojeda1-27/+6
2026-04-07rust: kbuild: remove `feature(...)`s that are now stableMiguel Ojeda2-23/+0
2026-04-07rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`Miguel Ojeda1-4/+1
2026-04-07rust: remove `RUSTC_HAS_COERCE_POINTEE` and simplify codeMiguel Ojeda4-74/+6
2026-04-07rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify codeMiguel Ojeda3-53/+0
2026-04-07rust: allow globally `clippy::incompatible_msrv`Miguel Ojeda1-1/+0
2026-04-07rust: bump Clippy's MSRV and clean `incompatible_msrv` allowsMiguel Ojeda2-3/+0