Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | timer: Avoid integer overflows in usec and nsec calculations | Kevin O'Connor | 2017-11-02 | 1 | -24/+31 |
* | Add minimal support for machines without hardware interrupts | Kevin O'Connor | 2015-08-24 | 1 | -0/+2 |
* | timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer | Kevin O'Connor | 2015-07-23 | 1 | -15/+8 |
* | Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c | Kevin O'Connor | 2014-11-12 | 1 | -1/+1 |
* | Remove ioport.h; disperse its contents to other header files. | Kevin O'Connor | 2013-09-28 | 1 | -2/+7 |
* | Move PIT setup from clock.c to hw/timer.c. | Kevin O'Connor | 2013-09-28 | 1 | -25/+33 |
* | Move function definitions for output.c from util.h to new file output.h. | Kevin O'Connor | 2013-09-18 | 1 | -4/+5 |
* | Move stacks.c definitions from util.h to new file stacks.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Split x86 specific functions out of util.c/h to new files x86.c/h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Move code centered around specific hardware devices to src/hw/ | Kevin O'Connor | 2013-09-02 | 1 | -0/+241 |