summaryrefslogtreecommitdiff
path: root/rust/kernel/time
AgeCommit message (Expand)Author
2025-07-17rust: time: Pass correct timer mode ID to hrtimer_start_range_nsLyude Paul
2025-07-16Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...Miguel Ojeda
2025-07-15rust: types: rename Opaque::raw_get to cast_intoAlice Ryhl
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori
2025-06-30rust: time: Seal the HrTimerMode traitFUJITA Tomonori
2025-06-24rust: time: Remove Ktime in hrtimerFUJITA Tomonori
2025-06-24rust: time: Make HasHrTimer generic over HrTimerModeFUJITA Tomonori
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori
2025-06-24rust: time: Replace HrTimerMode enum with trait-based mode typesFUJITA Tomonori
2025-06-22rust: enable `clippy::ptr_as_ptr` lintTamir Duberstein
2025-06-16rust: time: Replace ClockId enum with ClockSource traitFUJITA Tomonori
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg
2025-03-22rust: hrtimer: add `HrTimerMode`Andreas Hindborg
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg
2025-03-22rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`Andreas Hindborg
2025-03-22rust: hrtimer: add `UnsafeHrTimerPointer`Andreas Hindborg
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg