Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-07-21 | Shift CPU TSC down to reduce need for 64bit variables. | Kevin O'Connor | 1 | -24/+28 |
2013-07-20 | Rename cpu_khz to TimerKHz. | Kevin O'Connor | 1 | -12/+12 |
2013-07-20 | Improve accuracy of internal timers. | Kevin O'Connor | 1 | -17/+21 |
2013-07-20 | Add helper functions to convert timer irqs to milliseconds. | Kevin O'Connor | 1 | -3/+16 |
2013-07-20 | Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY. | Kevin O'Connor | 1 | -1/+2 |
2013-07-20 | Move internal timer code from clock.c to a new file timer.c. | Kevin O'Connor | 1 | -0/+225 |