aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/time/hrtimer/pin_mut.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda1-2/+6
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori1-2/+6
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein1-1/+1
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori1-2/+2
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg1-0/+108