aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/hpet.c
Commit message (Expand)AuthorAgeFilesLines
* x86/HPET: basic cleanupAndrew Cooper2013-10-081-9/+9
* x86/hpet: warn about and clear reserved set config register bitsJan Beulich2012-03-281-1/+2
* x86/hpet: use asm/hpet.h in HVM emulation codeJan Beulich2012-03-271-57/+34
* x86: split struct domainJan Beulich2011-04-051-2/+1
* hvm save: Introduce hvm_load_entry_zeroextend().Keir Fraser2010-12-151-1/+1
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* x86 hvm: Use 'x' as parameter name for macros converting betweenKeir Fraser2009-07-081-5/+5
* x86,hvm: Allow delivery of timer interrupts to VCPUs != 0Keir Fraser2009-07-071-1/+1
* x86,hvm: cleanup hpet.c vcpu handling same as i8254.c/rtc.cKeir Fraser2009-07-071-15/+21
* x86, hvm: Allow 100us periodic virtual timersKeir Fraser2008-10-221-3/+3
* Port HPET device model to vpt timer subsystemKeir Fraser2008-10-221-143/+186
* hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-241-8/+8
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-0/+5
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-151-6/+15
* x86 hvm: Allow HPET to be configured as a per-domain config option.Keir Fraser2008-02-111-1/+2
* hvm: hpet: Tidy up hpet_to_ns_limit calculation.Keir Fraser2008-01-111-1/+1
* hvm: hpet: Clamp period to sane values to prevent excessive looping inKeir Fraser2008-01-091-6/+18
* hvm: hpet: Fix overflow when converting to nanoseconds.Keir Fraser2008-01-081-2/+6
* hvm: hpet: Fix per-timer enable/disable.Keir Fraser2008-01-081-12/+6
* hvm: Fix 2 type mismatches in vlapic.h and hpet.c for 32-bit build XenKeir Fraser2007-11-281-1/+1
* hvm: Do not crash guest if it does an unaligned access to an HPETKeir Fraser2007-11-211-2/+6
* hvm: Do not include full hvm_hw_hpet in 'struct domain'. It is veryKeir Fraser2007-10-031-6/+78
* hvm: Add locking to platform timers.Keir Fraser2007-06-151-2/+39
* hvm: Reintroduce hpet_migrate_timers(), as it is not covered by vptKeir Fraser2007-06-151-0/+3
* hvm: Lower HPET frequency to 1/32 of the TSC.kfraser@localhost.localdomain2007-03-191-9/+15
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-1/+1
* [HVM] Save/restore: misc tidyingTim Deegan2007-02-051-0/+3
* [HVM] Save/restore: save HPET registersTim Deegan2007-01-311-6/+36
* [HVM] Save/restore cleanups 03: IRQTim Deegan2007-01-201-3/+2
* [HVM] Fix slow wallclock in x64 Vista. This is due to confusing akfraser@localhost.localdomain2007-01-181-6/+18
* [HVM] Remove unneeded vcpu_kick() from HPET device model.kfraser@localhost.localdomain2007-01-101-2/+0
* [HVM] Minor HPET fixes/ and cleanups.kaf24@localhost.localdomain2006-12-301-8/+10
* [HVM] Fix HPET timer to support 8-byte accesses, erroneous updateskaf24@localhost.localdomain2006-12-291-284/+150
* [HVM] Route ISA IRQ 0 to IOAPIC GSI 2, just like 99% of native systems.kaf24@localhost.localdomain2006-12-261-48/+5
* [HVM] Emulates HPET in hypervisor and extend ACPI tables.kfraser@localhost.localdomain2006-12-211-0/+584