aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel2009-09-101-60/+49
* KVM: SVM: cache nested interceptsJoerg Roedel2009-09-101-7/+23
* KVM: SVM: move nested svm state into seperate structJoerg Roedel2009-09-101-29/+33
* KVM: SVM: complete interrupts after handling nested exitsJoerg Roedel2009-09-101-2/+3
* KVM: SVM: copy only necessary parts of the control area on vmrun/vmexitJoerg Roedel2009-09-101-2/+34
* KVM: SVM: optimize nested vmrunJoerg Roedel2009-09-101-7/+21
* KVM: SVM: optimize nested #vmexitJoerg Roedel2009-09-101-35/+33
* KVM: SVM: add helper functions for global interrupt flagJoerg Roedel2009-09-101-8/+25
* x86: Export kmap_atomic_to_page()Avi Kivity2009-09-101-0/+1
* KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functionsGleb Natapov2009-09-101-24/+12
* KVM: Call ack notifiers from PIC when guest OS acks an IRQ.Gleb Natapov2009-09-101-14/+4
* KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov2009-09-102-10/+1
* KVM: fix EFER read buffer overflowRoel Kluin2009-09-101-2/+5
* KVM: ignore reads to perfctr msrsAmit Shah2009-09-101-0/+3
* KVM: VMX: Optimize vmx_get_cpl()Avi Kivity2009-09-101-4/+1
* KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka2009-09-101-0/+6
* KVM: MMU: fix bogus alloc_mmu_pages assignmentMarcelo Tosatti2009-09-101-8/+0
* KVM: MMU: make __kvm_mmu_free_some_pages handle empty listIzik Eidus2009-09-101-1/+2
* KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz2009-09-101-1/+1
* KVM: report 1GB page support to userspaceJoerg Roedel2009-09-104-1/+16
* KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel2009-09-101-1/+1
* KVM: MMU: shadow support for 1gb pagesJoerg Roedel2009-09-103-36/+22
* KVM: MMU: make page walker aware of mapping levelsJoerg Roedel2009-09-102-25/+44
* KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel2009-09-103-38/+53
* KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel2009-09-102-35/+69
* KVM: MMU: make rmap code aware of mapping levelsJoerg Roedel2009-09-101-25/+28
* KVM: limit lapic periodic timer frequencyMarcelo Tosatti2009-09-101-0/+9
* KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov2009-09-101-0/+2
* KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka2009-09-101-2/+2
* KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov2009-09-101-0/+2
* KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-103-5/+30
* KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita2009-09-102-6/+5
* KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita2009-09-101-13/+5
* KVM: s390: remove unused structsGleb Natapov2009-09-101-9/+0
* KVM: MMU: fix missing locking in alloc_mmu_pagesMarcelo Tosatti2009-09-101-0/+2
* KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()Sheng Yang2009-09-101-1/+1
* KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov2009-09-101-4/+4
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-105-35/+10
* KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-101-0/+1
* KVM: Move exception handling to the same place as other eventsGleb Natapov2009-09-101-12/+9
* KVM: MMU: Fix MMU_DEBUG compile breakageJoerg Roedel2009-09-101-2/+2
* KVM: add ioeventfd supportGregory Haskins2009-09-101-0/+1
* KVM: make io_bus interface more robustGregory Haskins2009-09-102-3/+26
* KVM: PIT support for HPET legacy modeBeth Kon2009-09-104-6/+87
* KVM: Always report x2apic as supported featureGleb Natapov2009-09-101-0/+3
* KVM: No need to kick cpu if not in a guest modeGleb Natapov2009-09-101-0/+1
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-103-0/+92
* KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara2009-09-101-0/+8
* KVM: Trace shadow page lifecycleAvi Kivity2009-09-102-4/+109
* KVM: MMU: Trace guest pagetable walkerAvi Kivity2009-09-103-3/+128