summaryrefslogtreecommitdiff
path: root/rust/kernel/time.rs
AgeCommit message (Expand)Author
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori
2025-06-16rust: time: Add ktime_get() to ClockSource traitFUJITA Tomonori
2025-06-16rust: time: Make Instant generic over ClockSourceFUJITA Tomonori
2025-06-16rust: time: Replace ClockId enum with ClockSource traitFUJITA Tomonori
2025-06-16rust: time: Avoid 64-bit integer division on 32-bit architecturesFUJITA Tomonori
2025-04-29rust: time: Introduce Instant typeFUJITA Tomonori
2025-04-29rust: time: Introduce Delta typeFUJITA Tomonori
2025-04-29rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to KtimeFUJITA Tomonori
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg
2024-11-10rust: use custom FFI integer typesGary Guo
2024-05-01rust: time: doc: Add missing C header linksBoqun Feng
2024-04-11rust: time: Add KtimeAlice Ryhl
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl