aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/time/hrtimer (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04rust: hrtimer: Add HrTimerCallbackContext and ::forward()Lyude Paul4-6/+33
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda4-8/+24
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori4-8/+24
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein2-2/+2
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori4-5/+5
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg1-0/+120
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg1-0/+108
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg1-0/+104
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg1-3/+1
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg1-0/+102