summaryrefslogtreecommitdiffstats
path: root/rust/kernel/cpufreq.rs
AgeCommit message (Expand)AuthorLines
2025-08-03Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-5/+5
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+7
2025-06-28rust: devres: replace Devres::new_foreign_owned()Danilo Krummrich-4/+7
2025-06-24rust: Use consistent "# Examples" heading style in rustdocViresh Kumar-4/+4
2025-06-23rust: cpufreq: use c_ types from kernel preludeAbhinav Ananthu-23/+15
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein-1/+1
2025-06-19rust: cpufreq: Ensure C ABI compatibility in all unsafeAbhinav Ananthu-13/+13
2025-06-12rust: Use CpuId in place of raw CPU numbersViresh Kumar-8/+19
2025-06-10cpufreq: Convert `/// SAFETY` lines to `# Safety` sectionsViresh Kumar-37/+109
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-2/+2
2025-05-20rust: cpufreq: Extend abstractions for driver registrationViresh Kumar-3/+500
2025-05-20rust: cpufreq: Extend abstractions for policy and driver opsViresh Kumar-2/+461
2025-05-20rust: cpufreq: Add initial abstractions for cpufreq frameworkViresh Kumar-0/+365