Age | Commit message (Expand) | Author | Files | Lines |
2009-03-24 | KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked | Avi Kivity | 1 | -0/+15 |
2009-03-24 | KVM: Properly lock PIT creation | Avi Kivity | 1 | -2/+0 |
2009-03-24 | KVM: PIT: provide an option to disable interrupt reinjection | Marcelo Tosatti | 1 | -0/+4 |
2009-02-15 | KVM: PIT: fix i8254 pending count read | Marcelo Tosatti | 1 | -1/+1 |
2008-12-31 | KVM: x86: Optimize NMI watchdog delivery | Jan Kiszka | 1 | -5/+6 |
2008-12-31 | KVM: x86: Fix and refactor NMI watchdog emulation | Jan Kiszka | 1 | -6/+9 |
2008-12-31 | KVM: x86: Enable NMI Watchdog via in-kernel PIT source | Jan Kiszka | 1 | -0/+15 |
2008-11-11 | KVM: Fix pit memory leak if unable to allocate irq source id | Avi Kivity | 1 | -1/+3 |
2008-10-28 | KVM: Fix guest shared interrupt with in-kernel irqchip | Sheng Yang | 1 | -2/+9 |
2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 1 | -43/+40 |
2008-10-15 | KVM: x86: do not execute halted vcpus | Marcelo Tosatti | 1 | -3/+2 |
2008-10-15 | KVM: make irq ack notifier functions static | Harvey Harrison | 1 | -1/+1 |
2008-10-15 | KVM: Use kvm_set_irq to inject interrupts | Amit Shah | 1 | -4/+2 |
2008-10-15 | KVM: Handle spurious acks for PIT interrupts | Avi Kivity | 1 | -1/+1 |
2008-10-15 | KVM: PIT: fix injection logic and count | Marcelo Tosatti | 1 | -35/+35 |
2008-09-05 | hrtimer: convert kvm to the new hrtimer apis | Arjan van de Ven | 1 | -3/+3 |
2008-07-20 | KVM: only abort guest entry if timer count goes from 0->1 | Marcelo Tosatti | 1 | -7/+4 |
2008-07-20 | KVM: kvm_io_device: extend in_range() to manage len and write attribute | Laurent Vivier | 1 | -2/+4 |
2008-07-20 | KVM: PIT: support mode 3 | Aurelien Jarno | 1 | -0/+1 |
2008-07-20 | KVM: add statics were possible, function definition in lapic.h | Harvey Harrison | 1 | -3/+3 |
2008-06-24 | KVM: close timer injection race window in __vcpu_run | Marcelo Tosatti | 1 | -3/+6 |
2008-06-06 | KVM: migrate PIT timer | Marcelo Tosatti | 1 | -1/+13 |
2008-05-18 | KVM: PIT: take inject_pending into account when emulating hlt | Marcelo Tosatti | 1 | -1/+1 |
2008-05-04 | KVM: PIT: support mode 4 | Marcelo Tosatti | 1 | -0/+2 |
2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 1 | -3/+3 |
2008-04-27 | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* | Avi Kivity | 1 | -1/+1 |
2008-04-27 | KVM: hlt emulation should take in-kernel APIC/PIT timers into account | Marcelo Tosatti | 1 | -0/+10 |
2008-04-27 | KVM: Add reset support for in kernel PIT | Sheng Yang | 1 | -11/+19 |
2008-04-27 | KVM: Add save/restore supporting of in kernel PIT | Sheng Yang | 1 | -0/+7 |
2008-04-27 | KVM: In kernel PIT model | Sheng Yang | 1 | -0/+586 |