aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-05-27rust: str: simplify KUnit tests `format!` macroMiguel Ojeda1-17/+1
2025-05-27rust: str: convert `rusttest` tests into KUnitMiguel Ojeda1-6/+4
2025-05-27rust: add `kunit_tests` to the preludeMiguel Ojeda2-3/+2
2025-05-27rust: kunit: support checked `-> Result`s in KUnit `#[test]`sMiguel Ojeda1-0/+25
2025-05-27rust: kunit: support KUnit-mapped `assert!` macros in `#[test]`sMiguel Ojeda1-1/+0
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/rcu/linuxLinus Torvalds1-0/+5
2025-05-26Merge tag 'configfs-for-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/a.hindborg/linuxLinus Torvalds2-0/+1051
2025-05-26rust: make section names pluralPatrick Miller2-2/+2
2025-05-26rust: list: fix path of `assert_pinned!`Benno Lossin1-1/+1
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar1-0/+1
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 Korotin5-10/+10
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda1-4/+2
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: 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/kernel/git/vireshk/pmRafael J. Wysocki10-58/+3281
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/nova into drm-nextDave 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-18Merge tag 'alloc-next-v6.16-2025-05-13' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda5-29/+506
2025-05-18Merge tag 'rust-xarray-for-v6.16' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda8-49/+346
2025-05-18Merge tag 'rust-timekeeping-for-v6.16-v2' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel 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-23/+40
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