index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
rust: add udelay() function
FUJITA Tomonori
1
-0
/
+37
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
5
-9
/
+93
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
6
-107
/
+276
2025-07-15
rust: types: rename Opaque::raw_get to cast_into
Alice Ryhl
1
-1
/
+1
2025-06-30
rust: time: Add wrapper for fsleep() function
FUJITA Tomonori
1
-0
/
+49
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
5
-21
/
+66
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-22
rust: enable `clippy::ptr_as_ptr` lint
Tamir Duberstein
2
-2
/
+2
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
5
-6
/
+22
2025-03-25
Merge tag 'rust-hrtimer-for-v6.15-v3' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
5
-0
/
+952
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
2
-0
/
+123
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
Andreas Hindborg
2
-0
/
+110
2025-03-22
rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
Andreas Hindborg
2
-0
/
+106
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
2
-4
/
+20
2025-03-11
rust: hrtimer: implement `HrTimerPointer` for `Arc`
Andreas Hindborg
2
-1
/
+105
2025-03-11
rust: hrtimer: introduce hrtimer support
Andreas Hindborg
1
-0
/
+351