aboutsummaryrefslogtreecommitdiffstats
path: root/rust (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar3-0/+302
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar3-0/+32
2025-05-20rust: macros: enable use of hyphens in module namesAnisse Astier1-8/+12
2025-05-19rust: clk: Add initial abstractionsViresh Kumar2-0/+335
2025-05-19rust: clk: Add helpers for Rust codeViresh Kumar3-0/+68
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar2-0/+331
2025-05-19rust: cpumask: Add few more helpersViresh Kumar1-0/+25
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda5-29/+506
2025-05-18Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda9-10/+279
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda11-49/+381
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...Miguel Ojeda6-45/+150
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng1-0/+5
2025-05-14rust: drm: gem: Implement AlwaysRefCounted for all gem objects automaticallyLyude Paul1-23/+24
2025-05-14rust: drm: gem: s/into_gem_obj()/as_raw()/Lyude Paul1-19/+9
2025-05-14rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()Lyude Paul1-26/+43
2025-05-14rust: drm: gem: Use NonNull for Object::devLyude Paul1-3/+3
2025-05-12drm: nova-drm: add initial driver skeletonDanilo Krummrich1-0/+1
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg4-0/+1057
2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda1-0/+1
2025-05-11task: rust: rework how current is accessedAlice Ryhl1-118/+129
2025-05-11rust: miscdevice: add mmap supportAlice Ryhl1-0/+45
2025-05-11mm: rust: add VmaNew for f_ops->mmap()Alice Ryhl1-1/+185
2025-05-11mm: rust: add mmput_async supportAlice Ryhl1-0/+51
2025-05-11mm: rust: add lock_vma_under_rcuAlice Ryhl2-0/+65
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl1-1/+78
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl3-0/+239
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl4-0/+251
2025-05-12rust: replace rustdoc references to alloc::formatAndrew Ballance2-17/+34
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin4-4/+4
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda1-7/+21
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda1-3/+1
2025-05-12rust: static_assert: add optional messageAltan Ozlu1-2/+7
2025-05-12rust: page: optimize rust symbol generation for PageKunwu Chan1-0/+2
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl2-1/+73
2025-05-07rust: alloc: add Vec::removeAlice Ryhl2-1/+52
2025-05-07rust: alloc: add Vec::retainAlice Ryhl1-0/+72
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl1-0/+59
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl2-4/+65
2025-05-07rust: alloc: add Vec::popAlice Ryhl1-0/+31
2025-05-07rust: alloc: add Vec::clearAlice Ryhl1-0/+20
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda5-49/+34
2025-05-07rust: clean Rust 1.88.0's `unnecessary_transmutes` lintMiguel Ojeda2-0/+2
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda2-0/+6
2025-05-04rust: devres: implement Devres::access()Danilo Krummrich1-0/+38
2025-05-04rust: revocable: implement Revocable::access()Danilo Krummrich1-0/+12
2025-05-01rust: pin-init: improve documentation for `Zeroable` derive macrosBenno Lossin1-6/+18
2025-05-01rust: pin-init: fix typosBenno Lossin1-1/+1
2025-05-01rust: pin-init: add `MaybeZeroable` derive macroBenno Lossin4-1/+120
2025-05-01rust: pin-init: allow `Zeroable` derive macro to also be applied to unionsBenno Lossin1-0/+30
2025-05-01rust: pin-init: allow `pub` fields in `derive(Zeroable)`Benno Lossin1-1/+1