aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/i8254.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-31KVM: x86: Optimize NMI watchdog deliveryJan Kiszka1-5/+6
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka1-6/+9
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka1-0/+15
2008-11-11KVM: Fix pit memory leak if unable to allocate irq source idAvi Kivity1-1/+3
2008-10-28KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang1-2/+9
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-43/+40
2008-10-15KVM: x86: do not execute halted vcpusMarcelo Tosatti1-3/+2
2008-10-15KVM: make irq ack notifier functions staticHarvey Harrison1-1/+1
2008-10-15KVM: Use kvm_set_irq to inject interruptsAmit Shah1-4/+2
2008-10-15KVM: Handle spurious acks for PIT interruptsAvi Kivity1-1/+1
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti1-35/+35
2008-09-05hrtimer: convert kvm to the new hrtimer apisArjan van de Ven1-3/+3
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