aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/rust/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-10rust: time: Fix compile error in impl_has_hr_timer macroFUJITA Tomonori1-1/+1
2025-05-22rust: workaround `bindgen` issue with forward references to `enum` typesMiguel Ojeda1-4/+2
2025-04-29rust: hrtimer: Add Ktime temporarilyFUJITA Tomonori5-6/+22
2025-03-25Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/linux into rust-nextMiguel Ojeda5-0/+952
2025-03-22rust: hrtimer: add clocksource selection through `ClockId`Andreas Hindborg1-2/+3
2025-03-22rust: hrtimer: add `HrTimerMode`Andreas Hindborg1-3/+79
2025-03-22rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`Andreas Hindborg2-0/+123
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`Andreas Hindborg2-0/+110
2025-03-22rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`Andreas Hindborg2-0/+106
2025-03-22rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`Andreas Hindborg1-0/+33
2025-03-22rust: hrtimer: add `UnsafeHrTimerPointer`Andreas Hindborg1-0/+31
2025-03-22rust: hrtimer: allow timer restart from timer handlerAndreas Hindborg2-4/+20
2025-03-11rust: hrtimer: implement `HrTimerPointer` for `Arc`Andreas Hindborg2-1/+105
2025-03-11rust: hrtimer: introduce hrtimer supportAndreas Hindborg1-0/+351