Age | Commit message (Expand) | Author |
2011-01-12 | KVM: Avoid double interrupt injection with vapic | Avi Kivity |
2010-10-24 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2010-10-24 | KVM: fix typo in copyright notice | Nicolas Kaiser |
2010-10-24 | KVM: Check for pending events before attempting injection | Avi Kivity |
2010-09-22 | x86, cleanups: Use clear_page/copy_page rather than memset/memcpy | Jan Beulich |
2010-08-01 | KVM: Add mini-API for vcpu->requests | Avi Kivity |
2010-08-01 | KVM: x86: Allow any LAPIC to accept PIC interrupts | Chris Lalancette |
2010-08-01 | KVM: x86: fix -DDEBUG oops | Zachary Amsden |
2010-08-01 | KVM: Update Red Hat copyrights | Avi Kivity |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-01 | KVM: Add HYPER-V apic access MSRs | Gleb Natapov |
2010-01-25 | KVM: Fix race between APIC TMR and IRR | Avi Kivity |
2009-12-27 | KVM: LAPIC: make sure IRR bitmap is scanned after vm load | Marcelo Tosatti |
2009-12-03 | KVM: remove duplicated #include | Huang Weiyi |
2009-12-03 | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov |
2009-12-03 | KVM: Move IO APIC to its own lock | Gleb Natapov |
2009-10-16 | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti |
2009-10-04 | KVM: fix LAPIC timer period overflow | Aurelien Jarno |
2009-09-10 | KVM: fix misreporting of coalesced interrupts by kvm tracer | Gleb Natapov |
2009-09-10 | KVM: limit lapic periodic timer frequency | Marcelo Tosatti |
2009-09-10 | KVM: silence lapic kernel messages that can be triggered by a guest | Gleb Natapov |
2009-09-10 | KVM: Add trace points in irqchip code | Gleb Natapov |
2009-09-10 | KVM: Fix apic_mmio_write return for unaligned write | Sheng Yang |
2009-09-10 | KVM: x2apic interface to lapic | Gleb Natapov |
2009-09-10 | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov |
2009-09-10 | KVM: remove in_range from io devices | Michael S. Tsirkin |
2009-09-10 | KVM: convert custom marker based tracing to event traces | Marcelo Tosatti |
2009-09-10 | KVM: Optimize searching for highest IRR | Gleb Natapov |
2009-09-10 | KVM: Use pointer to vcpu instead of vcpu_id in timer code. | Gleb Natapov |
2009-09-10 | KVM: Introduce kvm_vcpu_is_bsp() function. | Gleb Natapov |
2009-09-10 | KVM: switch irq injection/acking data structures to irq_lock | Marcelo Tosatti |
2009-09-10 | KVM: Cleanup LAPIC interface | Jan Kiszka |
2009-09-10 | KVM: cleanup io_device code | Gregory Haskins |
2009-06-10 | KVM: fix apic_debug instances | Glauber Costa |
2009-06-10 | KVM: make 'lapic_timer_ops' and 'kpit_ops' static | Hannes Eder |
2009-06-10 | KVM: APIC: get rid of deliver_bitmask | Gleb Natapov |
2009-06-10 | KVM: change the way how lowest priority vcpu is calculated | Gleb Natapov |
2009-06-10 | KVM: consolidate ioapic/ipi interrupt delivery logic | Gleb Natapov |
2009-06-10 | KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts | Gleb Natapov |
2009-06-10 | KVM: unify part of generic timer handling | Marcelo Tosatti |
2009-06-10 | KVM: bit ops for deliver_bitmap | Sheng Yang |
2009-06-10 | KVM: Update intr delivery func to accept unsigned long* bitmap | Sheng Yang |
2009-02-15 | KVM: x86: fix LAPIC pending count calculation | Marcelo Tosatti |
2008-12-31 | KVM: x86: Optimize NMI watchdog delivery | Jan Kiszka |
2008-12-31 | KVM: x86: Fix and refactor NMI watchdog emulation | Jan Kiszka |
2008-12-31 | KVM: Kick NMI receiving VCPU | Jan Kiszka |
2008-12-31 | KVM: x86: Enable NMI Watchdog via in-kernel PIT source | Jan Kiszka |
2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven |
2008-10-15 | KVM: x86: Silence various LAPIC-related host kernel messages | Jan Kiszka |
2008-10-15 | KVM: x86: do not execute halted vcpus | Marcelo Tosatti |