aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-52/+72
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-05-31mm: rust: make CONFIG_MMU ifdefs more narrowAlice Ryhl2-52/+72
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-118/+990
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki6-0/+3168
2025-05-30rust: file: improve safety commentsPekka Ristola1-4/+5
2025-05-30rust: file: mark `LocalFile` as `repr(transparent)`Pekka Ristola1-0/+1
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds15-67/+1595
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar1-1/+1
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+1051
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar1-0/+1
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi1-0/+1
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki10-58/+3281
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie15-67/+1595
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar1-0/+70
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar1-3/+500
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar1-2/+461
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar2-0/+367
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar1-2/+293
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar1-1/+486
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar2-0/+301
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar2-0/+31
2025-05-19rust: clk: Add initial abstractionsViresh Kumar2-0/+335
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar2-0/+331
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-12rust: configfs: introduce rust support for configfsAndreas Hindborg2-0/+1051
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 Ryhl1-0/+60
2025-05-11mm: rust: add vm_insert_pageAlice Ryhl1-1/+78
2025-05-11mm: rust: add vm_area_struct methods that require read accessAlice Ryhl2-0/+233
2025-05-11mm: rust: add abstraction for struct mm_structAlice Ryhl2-0/+211
2025-05-07rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lintMiguel Ojeda1-23/+23
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-04-29rust: device: conditionally expect `dead_code` for `parent()`Miguel Ojeda1-0/+1
2025-04-28rust: drm: gem: Add GEM object abstractionAsahi Lina4-2/+325
2025-04-24rust: drm: file: Add File abstractionAsahi Lina4-2/+106
2025-04-24rust: drm: add DRM driver registrationAsahi Lina2-1/+60
2025-04-24rust: drm: add device abstractionAsahi Lina3-8/+200