summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
2025-05-19rust: clk: Add initial abstractionsViresh Kumar
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar
2025-05-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...Miguel Ojeda
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng
2025-05-14rust: drm: gem: Implement AlwaysRefCounted for all gem objects automaticallyLyude Paul
2025-05-14rust: drm: gem: s/into_gem_obj()/as_raw()/Lyude Paul
2025-05-14rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()Lyude Paul
2025-05-14rust: drm: gem: Use NonNull for Object::devLyude Paul
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg
2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda
2025-05-11task: rust: rework how current is accessedAlice Ryhl
2025-05-11rust: miscdevice: add mmap supportAlice Ryhl
2025-05-11mm: rust: add VmaNew for f_ops->mmap()Alice Ryhl
2025-05-11mm: rust: add mmput_async supportAlice Ryhl
2025-05-11mm: rust: add lock_vma_under_rcuAlice Ryhl
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl
2025-05-12rust: replace rustdoc references to alloc::formatAndrew Ballance
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda
2025-05-12rust: static_assert: add optional messageAltan Ozlu
2025-05-12rust: page: optimize rust symbol generation for PageKunwu Chan
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::removeAlice Ryhl
2025-05-07rust: alloc: add Vec::retainAlice Ryhl
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl
2025-05-07rust: alloc: add Vec::popAlice Ryhl
2025-05-07rust: alloc: add Vec::clearAlice Ryhl
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda
2025-05-04rust: devres: implement Devres::access()Danilo Krummrich
2025-05-04rust: revocable: implement Revocable::access()Danilo Krummrich
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein
2025-04-29rust: device: conditionally expect `dead_code` for `parent()`Miguel Ojeda
2025-04-29rust: time: Introduce Instant typeFUJITA Tomonori
2025-04-29rust: time: Introduce Delta typeFUJITA Tomonori
2025-04-29rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to KtimeFUJITA Tomonori
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina
2025-04-24rust: drm: file: Add File abstractionAsahi Lina
2025-04-24rust: drm: add DRM driver registrationAsahi Lina
2025-04-24rust: drm: add device abstractionAsahi Lina
2025-04-24rust: drm: add driver abstractionsAsahi Lina
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina