index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
time
Age
Commit message (
Expand
)
Author
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
2025-06-30
rust: time: Add wrapper for fsleep() function
FUJITA Tomonori
2025-06-30
rust: time: Seal the HrTimerMode trait
FUJITA Tomonori
2025-06-24
rust: time: Remove Ktime in hrtimer
FUJITA Tomonori
2025-06-24
rust: time: Make HasHrTimer generic over HrTimerMode
FUJITA Tomonori
2025-06-24
rust: time: Add HrTimerExpires trait
FUJITA Tomonori
2025-06-24
rust: time: Replace HrTimerMode enum with trait-based mode types
FUJITA Tomonori
2025-06-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
2025-06-10
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
2025-03-22
rust: hrtimer: add clocksource selection through `ClockId`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `HrTimerMode`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
Andreas Hindborg
2025-03-22
rust: hrtimer: add `UnsafeHrTimerPointer`
Andreas Hindborg
2025-03-22
rust: hrtimer: allow timer restart from timer handler
Andreas Hindborg
2025-03-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg