aboutsummaryrefslogtreecommitdiff
path: root/rust
AgeCommit message (Expand)AuthorFilesLines
2025-05-25rust: compile libcore with edition 2024 for 1.87+Gary Guo1-6/+8
2025-05-25rust: dma: add missing Markdown code spanMiguel Ojeda1-1/+1
2025-05-25rust: task: add missing Markdown code spans and intra-doc linksMiguel Ojeda1-2/+2
2025-05-25rust: pci: fix docs related to missing Markdown code spansMiguel Ojeda1-6/+9
2025-05-25rust: alloc: add missing Markdown code spanMiguel Ojeda1-1/+1
2025-05-25rust: alloc: add missing Markdown code spansMiguel Ojeda1-2/+2
2025-05-25rust: platform: fix docs related to missing Markdown code spansMiguel Ojeda1-4/+5
2025-05-23rust: add C FFI types to the preludeMiguel Ojeda1-0/+5
2025-05-23rust: use absolute paths in macros referencing core and kernelIgor Korotin9-40/+41
2025-05-23rust: arm: fix unknown (to Clang) argument '-mno-fdpic'Rudraksha Gupta1-1/+1
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda2-4/+24
2025-05-22rust: list: Add examples for linked listI Hsin Cheng1-0/+108
2025-05-22rust: list: Use "List::is_empty()" to perform checking when possibleI Hsin Cheng1-2/+2
2025-05-22rust: module: place cleanup_module() in .exit.text sectionFUJITA Tomonori1-0/+1
2025-05-22rust: remove unneeded Rust 1.87.0 `allow(clippy::ptr_eq)`Miguel Ojeda2-6/+0
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-21rust: miscdevice: fix typo in MiscDevice::ioctl documentationChristian Schrefl1-1/+1
2025-05-20rust: str: fix typo in commentJihed Chaibi1-1/+1
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-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/...Miguel Ojeda5-29/+506
2025-05-18Merge tag 'pin-init-v6.16' of https://github.com/Rust-for-Linux/linux into ru...Miguel Ojeda9-10/+279
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux ...Miguel Ojeda11-49/+381
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linu...Miguel Ojeda6-45/+150
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