aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/timer.c
Commit message (Expand)AuthorAgeFilesLines
* timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor2017-11-021-24/+31
* Add minimal support for machines without hardware interruptsKevin O'Connor2015-08-241-0/+2
* timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timerKevin O'Connor2015-07-231-15/+8
* Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.cKevin O'Connor2014-11-121-1/+1
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-2/+7
* Move PIT setup from clock.c to hw/timer.c.Kevin O'Connor2013-09-281-25/+33
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+241