Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | KVM: SVM: optimize nested vmrun | Joerg Roedel | 2009-09-10 | 1 | -7/+21 | |
| * | | | | | | | | | | | KVM: SVM: optimize nested #vmexit | Joerg Roedel | 2009-09-10 | 1 | -35/+33 | |
| * | | | | | | | | | | | KVM: SVM: add helper functions for global interrupt flag | Joerg Roedel | 2009-09-10 | 1 | -8/+25 | |
| * | | | | | | | | | | | x86: Export kmap_atomic_to_page() | Avi Kivity | 2009-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions | Gleb Natapov | 2009-09-10 | 1 | -24/+12 | |
| * | | | | | | | | | | | KVM: Call ack notifiers from PIC when guest OS acks an IRQ. | Gleb Natapov | 2009-09-10 | 1 | -14/+4 | |
| * | | | | | | | | | | | KVM: Call kvm_vcpu_kick() inside pic spinlock | Gleb Natapov | 2009-09-10 | 2 | -10/+1 | |
| * | | | | | | | | | | | KVM: fix EFER read buffer overflow | Roel Kluin | 2009-09-10 | 1 | -2/+5 | |
| * | | | | | | | | | | | KVM: ignore reads to perfctr msrs | Amit Shah | 2009-09-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | KVM: VMX: Optimize vmx_get_cpl() | Avi Kivity | 2009-09-10 | 1 | -4/+1 | |
| * | | | | | | | | | | | KVM: x86: Disallow hypercalls for guest callers in rings > 0 | Jan Kiszka | 2009-09-10 | 1 | -0/+6 | |
| * | | | | | | | | | | | KVM: MMU: fix bogus alloc_mmu_pages assignment | Marcelo Tosatti | 2009-09-10 | 1 | -8/+0 | |
| * | | | | | | | | | | | KVM: MMU: make __kvm_mmu_free_some_pages handle empty list | Izik Eidus | 2009-09-10 | 1 | -1/+2 | |
| * | | | | | | | | | | | KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs() | Bartlomiej Zolnierkiewicz | 2009-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: report 1GB page support to userspace | Joerg Roedel | 2009-09-10 | 4 | -1/+16 | |
| * | | | | | | | | | | | KVM: MMU: enable gbpages by increasing nr of pagesizes | Joerg Roedel | 2009-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: MMU: shadow support for 1gb pages | Joerg Roedel | 2009-09-10 | 3 | -36/+22 | |
| * | | | | | | | | | | | KVM: MMU: make page walker aware of mapping levels | Joerg Roedel | 2009-09-10 | 2 | -25/+44 | |
| * | | | | | | | | | | | KVM: MMU: make direct mapping paths aware of mapping levels | Joerg Roedel | 2009-09-10 | 3 | -38/+53 | |
| * | | | | | | | | | | | KVM: MMU: rename is_largepage_backed to mapping_level | Joerg Roedel | 2009-09-10 | 2 | -35/+69 | |
| * | | | | | | | | | | | KVM: MMU: make rmap code aware of mapping levels | Joerg Roedel | 2009-09-10 | 1 | -25/+28 | |
| * | | | | | | | | | | | KVM: limit lapic periodic timer frequency | Marcelo Tosatti | 2009-09-10 | 1 | -0/+9 | |
| * | | | | | | | | | | | KVM: Align cr8 threshold when userspace changes cr8 | Mikhail Ershov | 2009-09-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | KVM: VMX: Avoid to return ENOTSUPP to userland | Jan Kiszka | 2009-09-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: PIT: Unregister ack notifier callback when freeing | Gleb Natapov | 2009-09-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl | Sheng Yang | 2009-09-10 | 3 | -5/+30 | |
| * | | | | | | | | | | | KVM: x86: use kvm_get_gdt() and kvm_read_ldt() | Akinobu Mita | 2009-09-10 | 2 | -6/+5 | |
| * | | | | | | | | | | | KVM: x86: use get_desc_base() and get_desc_limit() | Akinobu Mita | 2009-09-10 | 1 | -13/+5 | |
| * | | | | | | | | | | | KVM: MMU: fix missing locking in alloc_mmu_pages | Marcelo Tosatti | 2009-09-10 | 1 | -0/+2 | |
| * | | | | | | | | | | | KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load() | Sheng Yang | 2009-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: silence lapic kernel messages that can be triggered by a guest | Gleb Natapov | 2009-09-10 | 1 | -4/+4 | |
| * | | | | | | | | | | | KVM: Reduce runnability interface with arch support code | Gleb Natapov | 2009-09-10 | 2 | -2/+6 | |
| * | | | | | | | | | | | KVM: Move kvm_cpu_get_interrupt() declaration to x86 code | Gleb Natapov | 2009-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: Move exception handling to the same place as other events | Gleb Natapov | 2009-09-10 | 1 | -12/+9 | |
| * | | | | | | | | | | | KVM: MMU: Fix MMU_DEBUG compile breakage | Joerg Roedel | 2009-09-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | KVM: add ioeventfd support | Gregory Haskins | 2009-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: make io_bus interface more robust | Gregory Haskins | 2009-09-10 | 2 | -3/+26 | |
| * | | | | | | | | | | | KVM: PIT support for HPET legacy mode | Beth Kon | 2009-09-10 | 4 | -6/+87 | |
| * | | | | | | | | | | | KVM: Always report x2apic as supported feature | Gleb Natapov | 2009-09-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | KVM: No need to kick cpu if not in a guest mode | Gleb Natapov | 2009-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: Add trace points in irqchip code | Gleb Natapov | 2009-09-10 | 3 | -0/+92 | |
| * | | | | | | | | | | | KVM: fix MMIO_CONF_BASE MSR access | Andre Przywara | 2009-09-10 | 1 | -0/+8 | |
| * | | | | | | | | | | | KVM: Trace shadow page lifecycle | Avi Kivity | 2009-09-10 | 2 | -4/+109 | |
| * | | | | | | | | | | | KVM: MMU: Trace guest pagetable walker | Avi Kivity | 2009-09-10 | 3 | -3/+128 | |
| * | | | | | | | | | | | Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs" | Jan Kiszka | 2009-09-10 | 1 | -7/+1 | |
| * | | | | | | | | | | | KVM: handle AMD microcode MSR | Andre Przywara | 2009-09-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | KVM: Fix apic_mmio_write return for unaligned write | Sheng Yang | 2009-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | KVM: x2apic interface to lapic | Gleb Natapov | 2009-09-10 | 3 | -59/+173 | |
| * | | | | | | | | | | | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov | 2009-09-10 | 5 | -10/+39 | |
| * | | | | | | | | | | | KVM: Trace apic registers using their symbolic names | Avi Kivity | 2009-09-10 | 1 | -2/+12 |