summaryrefslogtreecommitdiff
path: root/rust/kernel
AgeCommit message (Expand)Author
13 daysMerge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
14 daysMerge branch 'pm-cpufreq'Rafael J. Wysocki
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar
2025-05-21net: phy: pass PHY driver to .match_phy_device OPChristian Marangi
2025-05-21Merge tag 'cpufreq-arm-updates-6.16' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar
2025-05-20rust: opp: Add abstractions for the configuration optionsViresh Kumar
2025-05-20rust: opp: Add abstractions for the OPP tableViresh Kumar
2025-05-20rust: opp: Add initial abstractions for OPP frameworkViresh Kumar
2025-05-20rust: cpu: Add from_cpu()Viresh Kumar
2025-05-19rust: clk: Add initial abstractionsViresh Kumar
2025-05-19rust: cpumask: Add initial abstractionsViresh Kumar
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-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-04-29rust: device: conditionally expect `dead_code` for `parent()`Miguel Ojeda
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
2025-04-22rust/revocable: add try_access_with() convenience methodAlexandre Courbot
2025-04-19rust: auxiliary: add auxiliary registrationDanilo Krummrich
2025-04-19rust: auxiliary: add auxiliary device / driver abstractionsDanilo Krummrich