index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
linux
/
timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched: Improve timer vs task priority check
Kevin O'Connor
2024-10-26
1
-1
/
+1
*
linux: Use Unix signals to notify when a timer is pending
Kevin O'Connor
2021-11-02
1
-23
/
+87
*
linux: Don't use timer_repeat_until for linux "irq" polling
Kevin O'Connor
2021-04-21
1
-29
/
+9
*
linux: Rework timer_check_periodic() to use ticks
Kevin O'Connor
2021-04-19
1
-11
/
+11
*
linux: Move timer fields into a struct
Kevin O'Connor
2021-04-19
1
-31
/
+37
*
linux: Avoid calling timer_read_time() in timer_dispatch() when not needed
Kevin O'Connor
2021-04-18
1
-3
/
+15
*
linux: Simplify timer dispatch code
Kevin O'Connor
2021-04-18
1
-54
/
+50
*
linux: Fix local timer_repeat_until cache in timer.c
Kevin O'Connor
2021-04-18
1
-1
/
+1
*
linux: Wait in timer dispatch for up to 2us
Kevin O'Connor
2020-06-07
1
-2
/
+2
*
linux: add support for Linux hardware PWM
Janne Grunau
2019-04-05
1
-3
/
+0
*
command: Always pass a string to the DECL_CONSTANT() macro
Kevin O'Connor
2019-03-17
1
-1
/
+1
*
linux: Remove unneeded includes from timer.c
Kevin O'Connor
2017-10-23
1
-2
/
+0
*
sched: Don't shutdown on a "timer in the past" if already shutdown
Kevin O'Connor
2017-10-12
1
-3
/
+2
*
linux: Initial support for running Klipper in a Linux real-time process
Kevin O'Connor
2017-09-20
1
-0
/
+233