| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: do not execute halted vcpus | Marcelo Tosatti | 2008-10-15 | 1 | -3/+2 |
* | KVM: make irq ack notifier functions static | Harvey Harrison | 2008-10-15 | 1 | -1/+1 |
* | KVM: Use kvm_set_irq to inject interrupts | Amit Shah | 2008-10-15 | 1 | -4/+2 |
* | KVM: Handle spurious acks for PIT interrupts | Avi Kivity | 2008-10-15 | 1 | -1/+1 |
* | KVM: PIT: fix injection logic and count | Marcelo Tosatti | 2008-10-15 | 1 | -35/+35 |
* | KVM: only abort guest entry if timer count goes from 0->1 | Marcelo Tosatti | 2008-07-20 | 1 | -7/+4 |
* | KVM: kvm_io_device: extend in_range() to manage len and write attribute | Laurent Vivier | 2008-07-20 | 1 | -2/+4 |
* | KVM: PIT: support mode 3 | Aurelien Jarno | 2008-07-20 | 1 | -0/+1 |
* | KVM: add statics were possible, function definition in lapic.h | Harvey Harrison | 2008-07-20 | 1 | -3/+3 |
* | KVM: close timer injection race window in __vcpu_run | Marcelo Tosatti | 2008-06-24 | 1 | -3/+6 |
* | KVM: migrate PIT timer | Marcelo Tosatti | 2008-06-06 | 1 | -1/+13 |
* | KVM: PIT: take inject_pending into account when emulating hlt | Marcelo Tosatti | 2008-05-18 | 1 | -1/+1 |
* | KVM: PIT: support mode 4 | Marcelo Tosatti | 2008-05-04 | 1 | -0/+2 |
* | rename div64_64 to div64_u64 | Roman Zippel | 2008-05-01 | 1 | -3/+3 |
* | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* | Avi Kivity | 2008-04-27 | 1 | -1/+1 |
* | KVM: hlt emulation should take in-kernel APIC/PIT timers into account | Marcelo Tosatti | 2008-04-27 | 1 | -0/+10 |
* | KVM: Add reset support for in kernel PIT | Sheng Yang | 2008-04-27 | 1 | -11/+19 |
* | KVM: Add save/restore supporting of in kernel PIT | Sheng Yang | 2008-04-27 | 1 | -0/+7 |
* | KVM: In kernel PIT model | Sheng Yang | 2008-04-27 | 1 | -0/+586 |