summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2008-07-201-7/+4Star
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-2/+4
* KVM: PIT: support mode 3Aurelien Jarno2008-07-201-0/+1
* KVM: add statics were possible, function definition in lapic.hHarvey Harrison2008-07-201-3/+3
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-3/+6
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+13
* KVM: PIT: take inject_pending into account when emulating hltMarcelo Tosatti2008-05-181-1/+1
* KVM: PIT: support mode 4Marcelo Tosatti2008-05-041-0/+2
* rename div64_64 to div64_u64Roman Zippel2008-05-011-3/+3
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-271-1/+1
* KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-271-0/+10
* KVM: Add reset support for in kernel PITSheng Yang2008-04-271-11/+19
* KVM: Add save/restore supporting of in kernel PITSheng Yang2008-04-271-0/+7
* KVM: In kernel PIT modelSheng Yang2008-04-271-0/+586