aboutsummaryrefslogtreecommitdiff
path: root/src/hw/timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-26timer: Handle decrements of PIT counterRoman Bolshakov1-1/+1
2020-03-16timer: add tsctimer_setfreq()Gerd Hoffmann1-1/+25
2017-11-02timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor1-24/+31
2015-08-24Add minimal support for machines without hardware interruptsKevin O'Connor1-0/+2
2015-07-23timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timerKevin O'Connor1-15/+8
2014-11-12Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.cKevin O'Connor1-1/+1
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-2/+7
2013-09-28Move PIT setup from clock.c to hw/timer.c.Kevin O'Connor1-25/+33
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-4/+5
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+241