aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-20KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti1-7/+4
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier1-2/+4
2008-07-20KVM: PIT: support mode 3Aurelien Jarno1-0/+1
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison1-3/+3
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti1-3/+6
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-1/+13
2008-05-18KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti1-1/+1
2008-05-04KVM: PIT: support mode 4Marcelo Tosatti1-0/+2
2008-05-01rename div64_64 to div64_u64Roman Zippel1-3/+3
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity1-1/+1
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+10
2008-04-27KVM: Add reset support for in kernel PITSheng Yang1-11/+19
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang1-0/+7
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+586