summaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorLines
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...Miguel Ojeda-45/+150
2025-05-16rust: sync: rcu: Mark Guard methods as inlineI Hsin Cheng-0/+5
2025-05-14rust: drm: gem: Implement AlwaysRefCounted for all gem objects automaticallyLyude Paul-23/+24
2025-05-14rust: drm: gem: s/into_gem_obj()/as_raw()/Lyude Paul-19/+9
2025-05-14rust: drm: gem: Refactor IntoGEMObject::from_gem_obj() to as_ref()Lyude Paul-26/+43
2025-05-14rust: drm: gem: Use NonNull for Object::devLyude Paul-3/+3
2025-05-12rust: configfs: introduce rust support for configfsAndreas Hindborg-0/+1051
2025-05-12rust: devres: fix doctest build under `!CONFIG_PCI`Miguel Ojeda-0/+1
2025-05-11task: rust: rework how current is accessedAlice Ryhl-118/+129
2025-05-11rust: miscdevice: add mmap supportAlice Ryhl-0/+45
2025-05-11mm: rust: add VmaNew for f_ops->mmap()Alice Ryhl-1/+185
2025-05-11mm: rust: add mmput_async supportAlice Ryhl-0/+51
2025-05-11mm: rust: add lock_vma_under_rcuAlice Ryhl-0/+60
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl-1/+78
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl-0/+233
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl-0/+211
2025-05-12rust: replace rustdoc references to alloc::formatAndrew Ballance-17/+34
2025-05-12rust: convert raw URLs to Markdown autolinks in commentsXizhe Yin-4/+4
2025-05-12rust: clarify the language unstable features in useMiguel Ojeda-7/+21
2025-05-12rust: uaccess: take advantage of the prelude and `Result`'s defaultsMiguel Ojeda-3/+1
2025-05-12rust: static_assert: add optional messageAltan Ozlu-2/+7
2025-05-12rust: page: optimize rust symbol generation for PageKunwu Chan-0/+2
2025-05-07rust: alloc: add Vec::insert_within_capacityAlice Ryhl-1/+73
2025-05-07rust: alloc: add Vec::removeAlice Ryhl-1/+52
2025-05-07rust: alloc: add Vec::retainAlice Ryhl-0/+72
2025-05-07rust: alloc: add Vec::drain_allAlice Ryhl-0/+59
2025-05-07rust: alloc: add Vec::push_within_capacityAlice Ryhl-4/+65
2025-05-07rust: alloc: add Vec::popAlice Ryhl-0/+31
2025-05-07rust: alloc: add Vec::clearAlice Ryhl-0/+20
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda-23/+23
2025-05-07rust: allow Rust 1.87.0's `clippy::ptr_eq` lintMiguel Ojeda-0/+6
2025-05-04rust: devres: implement Devres::access()Danilo Krummrich-0/+38
2025-05-04rust: revocable: implement Revocable::access()Danilo Krummrich-0/+12
2025-05-01rust: xarray: Add an abstraction for XArrayTamir Duberstein-0/+276
2025-05-01rust: types: add `ForeignOwnable::PointedTo`Tamir Duberstein-49/+70
2025-04-29rust: device: conditionally expect `dead_code` for `parent()`Miguel Ojeda-0/+1
2025-04-29rust: time: Introduce Instant typeFUJITA Tomonori-38/+39
2025-04-29rust: time: Introduce Delta typeFUJITA Tomonori-0/+88
2025-04-29rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to KtimeFUJITA Tomonori-1/+1
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori-6/+22
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina-2/+325
2025-04-24rust: drm: file: Add File abstractionAsahi Lina-2/+106
2025-04-24rust: drm: add DRM driver registrationAsahi Lina-1/+60
2025-04-24rust: drm: add device abstractionAsahi Lina-8/+200
2025-04-24rust: drm: add driver abstractionsAsahi Lina-0/+121
2025-04-24rust: drm: ioctl: Add DRM ioctl abstractionAsahi Lina-0/+169
2025-04-23rust: alloc: replace `Vec::set_len` with `inc_len`Tamir Duberstein-15/+14
2025-04-23rust: alloc: refactor `Vec::truncate` using `dec_len`Tamir Duberstein-17/+8
2025-04-23rust: alloc: add `Vec::dec_len`Tamir Duberstein-0/+20
2025-04-23rust: alloc: add Vec::len() <= Vec::capacity invariantTamir Duberstein-6/+9