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