summaryrefslogtreecommitdiff
path: root/rust/kernel/opp.rs
AgeCommit message (Expand)Author
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-07-21rust: kernel: remove `fmt!`, fix clippy::uninlined-format-argsTamir Duberstein
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar
2025-06-23rust: opp: use c_* types via kernel preludeAbhinav Ananthu
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-05-27rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc testViresh Kumar
2025-05-26rust: opp: Make the doctest example depend on CONFIG_OFViresh Kumar
2025-05-20rust: opp: Extend OPP abstractions with cpufreq supportViresh 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