aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/time.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04rust: time: Implement basic arithmetic operations for DeltaLyude Paul1-0/+98
2025-09-04rust: time: Implement Add<Delta>/Sub<Delta> for InstantLyude Paul1-1/+42
2025-09-04rust: hrtimer: Add HrTimer::expires()Lyude Paul1-1/+0
2025-09-04rust: time: Add Instant::from_ktime()Lyude Paul1-0/+23
2025-06-30rust: time: Add wrapper for fsleep() functionFUJITA Tomonori1-0/+1
2025-06-24rust: time: Add HrTimerExpires traitFUJITA Tomonori1-0/+5
2025-06-16rust: time: Add ktime_get() to ClockSource traitFUJITA Tomonori1-4/+28
2025-06-16rust: time: Make Instant generic over ClockSourceFUJITA Tomonori1-5/+17
2025-06-16rust: time: Replace ClockId enum with ClockSource traitFUJITA Tomonori1-66/+81
2025-06-16rust: time: Avoid 64-bit integer division on 32-bit architecturesFUJITA Tomonori1-4/+22
2025-04-29rust: time: Introduce Instant typeFUJITA Tomonori1-38/+39
2025-04-29rust: time: Introduce Delta typeFUJITA Tomonori1-0/+88
2025-04-29rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to KtimeFUJITA Tomonori1-1/+1
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg1-0/+66
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg1-0/+2
2024-11-10rust: use custom FFI integer typesGary Guo1-2/+2
2024-05-01rust: time: doc: Add missing C header linksBoqun Feng1-0/+3
2024-04-11rust: time: Add KtimeAlice Ryhl1-0/+60
2024-01-28rust: time: add msecs to jiffies conversionAlice Ryhl1-0/+20