aboutsummaryrefslogtreecommitdiffstats
path: root/src/linux/timer.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Improve timer vs task priority checkKevin O'Connor2024-10-261-1/+1
* linux: Use Unix signals to notify when a timer is pendingKevin O'Connor2021-11-021-23/+87
* linux: Don't use timer_repeat_until for linux "irq" pollingKevin O'Connor2021-04-211-29/+9
* linux: Rework timer_check_periodic() to use ticksKevin O'Connor2021-04-191-11/+11
* linux: Move timer fields into a structKevin O'Connor2021-04-191-31/+37
* linux: Avoid calling timer_read_time() in timer_dispatch() when not neededKevin O'Connor2021-04-181-3/+15
* linux: Simplify timer dispatch codeKevin O'Connor2021-04-181-54/+50
* linux: Fix local timer_repeat_until cache in timer.cKevin O'Connor2021-04-181-1/+1
* linux: Wait in timer dispatch for up to 2usKevin O'Connor2020-06-071-2/+2
* linux: add support for Linux hardware PWMJanne Grunau2019-04-051-3/+0
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-171-1/+1
* linux: Remove unneeded includes from timer.cKevin O'Connor2017-10-231-2/+0
* sched: Don't shutdown on a "timer in the past" if already shutdownKevin O'Connor2017-10-121-3/+2
* linux: Initial support for running Klipper in a Linux real-time processKevin O'Connor2017-09-201-0/+233