aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-52/+73
2025-06-02Merge tag 'vfs-6.16-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+6
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2025-05-31kcov: rust: add flags for KCOV with RustAlice Ryhl1-0/+1
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 Torvalds7-118/+1041
2025-05-30Merge branch 'pm-cpufreq'Rafael J. Wysocki12-8/+3287
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 Torvalds22-67/+1662
2025-05-28rust: add helper for mutex_trylockPaolo Bonzini1-0/+5
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 Torvalds4-0/+1057
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. Wysocki16-66/+3400
2025-05-21Merge tag 'nova-next-v6.16-2025-05-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie22-67/+1662
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 Kumar5-0/+379
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 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-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-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