Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-01 | KVM: Add HYPER-V apic access MSRs | Gleb Natapov | 1 | -0/+31 |
2010-01-25 | KVM: Fix race between APIC TMR and IRR | Avi Kivity | 1 | -5/+6 |
2009-12-27 | KVM: LAPIC: make sure IRR bitmap is scanned after vm load | Marcelo Tosatti | 1 | -0/+1 |
2009-12-03 | KVM: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-12-03 | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov | 1 | -2/+0 |
2009-12-03 | KVM: Move IO APIC to its own lock | Gleb Natapov | 1 | -4/+1 |
2009-10-16 | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti | 1 | -1/+1 |
2009-10-04 | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 1 | -1/+1 |
2009-09-10 | KVM: fix misreporting of coalesced interrupts by kvm tracer | Gleb Natapov | 1 | -1/+1 |
2009-09-10 | KVM: limit lapic periodic timer frequency | Marcelo Tosatti | 1 | -0/+9 |
2009-09-10 | KVM: silence lapic kernel messages that can be triggered by a guest | Gleb Natapov | 1 | -4/+4 |
2009-09-10 | KVM: Add trace points in irqchip code | Gleb Natapov | 1 | -0/+4 |
2009-09-10 | KVM: Fix apic_mmio_write return for unaligned write | Sheng Yang | 1 | -1/+1 |
2009-09-10 | KVM: x2apic interface to lapic | Gleb Natapov | 1 | -58/+165 |
2009-09-10 | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov | 1 | -8/+30 |
2009-09-10 | KVM: remove in_range from io devices | Michael S. Tsirkin | 1 | -24/+20 |
2009-09-10 | KVM: convert custom marker based tracing to event traces | Marcelo Tosatti | 1 | -3/+4 |
2009-09-10 | KVM: Optimize searching for highest IRR | Gleb Natapov | 1 | -3/+21 |
2009-09-10 | KVM: Use pointer to vcpu instead of vcpu_id in timer code. | Gleb Natapov | 1 | -1/+1 |
2009-09-10 | KVM: Introduce kvm_vcpu_is_bsp() function. | Gleb Natapov | 1 | -3/+4 |
2009-09-10 | KVM: switch irq injection/acking data structures to irq_lock | Marcelo Tosatti | 1 | -0/+4 |
2009-09-10 | KVM: Cleanup LAPIC interface | Jan Kiszka | 1 | -12/+0 |
2009-09-10 | KVM: cleanup io_device code | Gregory Haskins | 1 | -7/+15 |
2009-06-10 | KVM: fix apic_debug instances | Glauber Costa | 1 | -2/+2 |
2009-06-10 | KVM: make 'lapic_timer_ops' and 'kpit_ops' static | Hannes Eder | 1 | -1/+1 |
2009-06-10 | KVM: APIC: get rid of deliver_bitmask | Gleb Natapov | 1 | -43/+16 |
2009-06-10 | KVM: change the way how lowest priority vcpu is calculated | Gleb Natapov | 1 | -37/+6 |
2009-06-10 | KVM: consolidate ioapic/ipi interrupt delivery logic | Gleb Natapov | 1 | -43/+26 |
2009-06-10 | KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts | Gleb Natapov | 1 | -18/+29 |
2009-06-10 | KVM: unify part of generic timer handling | Marcelo Tosatti | 1 | -55/+39 |
2009-06-10 | KVM: bit ops for deliver_bitmap | Sheng Yang | 1 | -3/+4 |
2009-06-10 | KVM: Update intr delivery func to accept unsigned long* bitmap | Sheng Yang | 1 | -4/+4 |
2009-02-15 | KVM: x86: fix LAPIC pending count calculation | Marcelo Tosatti | 1 | -51/+15 |
2008-12-31 | KVM: x86: Optimize NMI watchdog delivery | Jan Kiszka | 1 | -3/+20 |
2008-12-31 | KVM: x86: Fix and refactor NMI watchdog emulation | Jan Kiszka | 1 | -10/+10 |
2008-12-31 | KVM: Kick NMI receiving VCPU | Jan Kiszka | 1 | -0/+1 |
2008-12-31 | KVM: x86: Enable NMI Watchdog via in-kernel PIT source | Jan Kiszka | 1 | -5/+29 |
2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 1 | -25/+18 |
2008-10-15 | KVM: x86: Silence various LAPIC-related host kernel messages | Jan Kiszka | 1 | -9/+7 |
2008-10-15 | KVM: x86: do not execute halted vcpus | Marcelo Tosatti | 1 | -12/+4 |
2008-10-15 | KVM: irq ack notification | Marcelo Tosatti | 1 | -2/+5 |
2008-10-15 | KVM: x86: accessors for guest registers | Marcelo Tosatti | 1 | -2/+2 |
2008-09-06 | hrtimer: convert kvm to the new hrtimer apis | Arjan van de Ven | 1 | -4/+2 |
2008-07-20 | KVM: only abort guest entry if timer count goes from 0->1 | Marcelo Tosatti | 1 | -2/+2 |
2008-07-20 | KVM: kvm_io_device: extend in_range() to manage len and write attribute | Laurent Vivier | 1 | -1/+2 |
2008-07-20 | KVM: IOAPIC/LAPIC: Enable NMI support | Sheng Yang | 1 | -1/+2 |
2008-07-20 | KVM: VMX: move APIC_ACCESS trace entry to generic code | Joerg Roedel | 1 | -0/+4 |
2008-06-24 | KVM: close timer injection race window in __vcpu_run | Marcelo Tosatti | 1 | -0/+1 |
2008-05-18 | KVM: LAPIC: ignore pending timers if LVTT is disabled | Marcelo Tosatti | 1 | -1/+1 |