aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/time.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
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