index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
opp.rs
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'rust-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-10-23
rust: opp: simplify callers of `to_c_str_array`
Tamir Duberstein
2025-10-22
rust: opp: use `CStr::as_char_ptr`
Tamir Duberstein
2025-10-22
rust: opp: fix broken rustdoc link
Tamir Duberstein
2025-09-29
Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'
Rafael J. Wysocki
2025-08-26
rust: opp: use to_result for error handling
Onur Özkan
2025-08-20
rust: opp: update ARef and AlwaysRefCounted imports from sync::aref
Shankari Anand
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-07-21
rust: kernel: remove `fmt!`, fix clippy::uninlined-format-args
Tamir Duberstein
2025-06-24
rust: Use consistent "# Examples" heading style in rustdoc
Viresh Kumar
2025-06-23
rust: opp: use c_* types via kernel prelude
Abhinav Ananthu
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-05-27
rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test
Viresh Kumar
2025-05-26
rust: opp: Make the doctest example depend on CONFIG_OF
Viresh Kumar
2025-05-20
rust: opp: Extend OPP abstractions with cpufreq support
Viresh Kumar
2025-05-20
rust: opp: Add abstractions for the configuration options
Viresh Kumar
2025-05-20
rust: opp: Add abstractions for the OPP table
Viresh Kumar
2025-05-20
rust: opp: Add initial abstractions for OPP framework
Viresh Kumar