index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add serial console support
Gerd Hoffmann
2017-09-22
1
-0
/
+1
*
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
2015-10-15
1
-3
/
+1
*
Add minimal support for machines without hardware interrupts
Kevin O'Connor
2015-08-24
1
-6
/
+25
*
rtc: Support disabling the RTC timer irq support
Kevin O'Connor
2015-08-17
1
-1
/
+12
*
ps2: Support mode for polling the PS2 port instead of using irqs
Kevin O'Connor
2015-07-14
1
-0
/
+2
*
Support for BIOS interrupt handler
Stefan Berger
2015-05-21
1
-0
/
+13
*
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
2013-09-28
1
-105
/
+34
*
Move PIT setup from clock.c to hw/timer.c.
Kevin O'Connor
2013-09-28
1
-11
/
+30
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-3
/
+3
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.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
-4
/
+4
*
Rename check_tsc() (and similar) to timer_check() and use u32.
Kevin O'Connor
2013-07-21
1
-2
/
+2
*
Improve accuracy of internal timers.
Kevin O'Connor
2013-07-20
1
-1
/
+1
*
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
2013-07-20
1
-2
/
+1
*
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
2013-07-20
1
-238
/
+2
*
PIC code cleanups.
Kevin O'Connor
2013-07-14
1
-3
/
+3
*
Minor - improve comments and grouping of handle_08().
Kevin O'Connor
2013-03-03
1
-3
/
+3
*
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
2013-03-03
1
-1
/
+0
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-3
/
+3
*
Don't calibrate TSC if PMTIMER is already set up
David Woodhouse
2013-02-12
1
-4
/
+10
*
Determine century during init and store in VARLOW mem during runtime.
Kevin O'Connor
2013-02-09
1
-10
/
+16
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-6
/
+6
*
add acpi pmtimer support
Gerd Hoffmann
2012-09-10
1
-0
/
+31
*
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
2012-06-02
1
-4
/
+4
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-8
/
+12
*
Rename wait_irq to yield_toirq.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
Convert timer code EBDA variables to VARLOW variables.
Kevin O'Connor
2012-05-20
1
-15
/
+17
*
Add TSC emulation layer for 386/486 CPUs.
Kevin O'Connor
2012-02-01
1
-4
/
+56
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-1
/
+0
*
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
2010-07-28
1
-2
/
+2
*
Fix integer truncating bug in calc_future_timer().
Kevin O'Connor
2010-07-26
1
-2
/
+2
*
Don't use RTC to time boot menu delay.
Kevin O'Connor
2010-05-23
1
-0
/
+4
*
Generalize timer based delay code.
Kevin O'Connor
2010-05-23
1
-1
/
+25
*
Rename check_time() to check_tsc().
Kevin O'Connor
2010-05-23
1
-3
/
+3
*
Add support for USB mice.
Kevin O'Connor
2010-05-01
1
-2
/
+2
*
Extend time for rtc to be ready.
Kevin O'Connor
2010-03-13
1
-7
/
+8
*
Enable irqs in kbd/clock calls that caller might "spin" on.
Kevin O'Connor
2010-03-13
1
-0
/
+1
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
1
-2
/
+0
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-10
/
+10
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-8
/
+8
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-8
/
+32
*
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
2009-10-24
1
-14
/
+24
*
Handle tsc rollover.
Kevin O'Connor
2009-10-22
1
-6
/
+6
*
Expand USB OHCI support.
Kevin O'Connor
2009-10-17
1
-0
/
+6
*
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
2009-09-28
1
-0
/
+3
*
Replace clock conversion constants with defines.
Kevin O'Connor
2009-09-27
1
-8
/
+11
*
Support sleeping until an irq fires, and use where applicable.
Kevin O'Connor
2009-09-20
1
-3
/
+1
*
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
2009-09-09
1
-6
/
+6
[next]