index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
time
/
hrtimer.rs
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-04
rust: hrtimer: Add HrTimer::expires()
Lyude Paul
1
-0
/
+23
2025-09-04
rust: hrtimer: Add forward_now() to HrTimer and HrTimerCallbackContext
Lyude Paul
1
-0
/
+19
2025-09-04
rust: hrtimer: Add HrTimerCallbackContext and ::forward()
Lyude Paul
1
-3
/
+60
2025-09-04
rust: hrtimer: Add HrTimer::raw_forward() and forward()
Lyude Paul
1
-0
/
+40
2025-09-04
rust: hrtimer: Add HrTimerInstant
Lyude Paul
1
-0
/
+5
2025-09-04
rust: hrtimer: Document the return value for HrTimerHandle::cancel()
Lyude Paul
1
-0
/
+2
2025-07-17
rust: time: Pass correct timer mode ID to hrtimer_start_range_ns
Lyude Paul
1
-1
/
+1
2025-07-16
Merge tag 'rust-timekeeping-for-v6.17' of https://github.com/Rust-for-Linux/l...
Miguel Ojeda
1
-99
/
+203
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
1
-1
/
+1
2025-06-30
rust: time: Seal the HrTimerMode trait
FUJITA Tomonori
1
-1
/
+20
2025-06-24
rust: time: Remove Ktime in hrtimer
FUJITA Tomonori
1
-16
/
+0
2025-06-24
rust: time: Make HasHrTimer generic over HrTimerMode
FUJITA Tomonori
1
-13
/
+42
2025-06-24
rust: time: Add HrTimerExpires trait
FUJITA Tomonori
1
-36
/
+92
2025-06-24
rust: time: Replace HrTimerMode enum with trait-based mode types
FUJITA Tomonori
1
-74
/
+90
2025-06-16
rust: time: Replace ClockId enum with ClockSource trait
FUJITA Tomonori
1
-3
/
+3
2025-06-10
rust: time: Fix compile error in impl_has_hr_timer macro
FUJITA Tomonori
1
-1
/
+1
2025-05-22
rust: workaround `bindgen` issue with forward references to `enum` types
Miguel Ojeda
1
-4
/
+2
2025-04-29
rust: hrtimer: Add Ktime temporarily
FUJITA Tomonori
1
-1
/
+17
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
1
-0
/
+520
2025-03-22
rust: hrtimer: add clocksource selection through `ClockId`
Andreas Hindborg
1
-2
/
+3
2025-03-22
rust: hrtimer: add `HrTimerMode`
Andreas Hindborg
1
-3
/
+79
2025-03-22
rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
Andreas Hindborg
1
-0
/
+3
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
1
-0
/
+2
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
1
-0
/
+2
2025-03-22
rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
Andreas Hindborg
1
-0
/
+33
2025-03-22
rust: hrtimer: add `UnsafeHrTimerPointer`
Andreas Hindborg
1
-0
/
+31
2025-03-22
rust: hrtimer: allow timer restart from timer handler
Andreas Hindborg
1
-1
/
+19
2025-03-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
1
-1
/
+3
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg
1
-0
/
+351