aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/cpufreq.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-5/+5
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+7
2025-06-28rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich1-4/+7
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar1-4/+4
2025-06-23rust: cpufreq: use c_ types from kernel preludeAbhinav Ananthu1-23/+15
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-06-19rust: cpufreq: Ensure C ABI compatibility in all unsafeAbhinav Ananthu1-13/+13
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar1-8/+19
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar1-37/+109
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds1-2/+2
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 Kumar1-0/+365