summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: SVM: get rid of nested_svm_vmexit_realJoerg Roedel1-12/+40
2009-09-10KVM: SVM: simplify nested_svm_check_exceptionJoerg Roedel1-11/+8
2009-09-10KVM: SVM: do nested vmexit in nested_svm_exit_handledJoerg Roedel1-23/+19
2009-09-10KVM: SVM: consolidate nested_svm_exit_handledJoerg Roedel1-60/+49
2009-09-10KVM: SVM: cache nested interceptsJoerg Roedel1-7/+23
2009-09-10KVM: SVM: move nested svm state into seperate structJoerg Roedel1-29/+33
2009-09-10KVM: SVM: complete interrupts after handling nested exitsJoerg Roedel1-2/+3
2009-09-10KVM: SVM: copy only necessary parts of the control area on vmrun/vmexitJoerg Roedel1-2/+34
2009-09-10KVM: SVM: optimize nested vmrunJoerg Roedel1-7/+21
2009-09-10KVM: SVM: optimize nested #vmexitJoerg Roedel1-35/+33
2009-09-10KVM: SVM: add helper functions for global interrupt flagJoerg Roedel1-8/+25
2009-09-10x86: Export kmap_atomic_to_page()Avi Kivity1-0/+1
2009-09-10KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functionsGleb Natapov1-24/+12
2009-09-10KVM: Call ack notifiers from PIC when guest OS acks an IRQ.Gleb Natapov1-14/+4
2009-09-10KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov2-10/+1
2009-09-10KVM: fix EFER read buffer overflowRoel Kluin1-2/+5
2009-09-10KVM: ignore reads to perfctr msrsAmit Shah1-0/+3
2009-09-10KVM: VMX: Optimize vmx_get_cpl()Avi Kivity1-4/+1
2009-09-10KVM: x86: Disallow hypercalls for guest callers in rings > 0Jan Kiszka1-0/+6
2009-09-10KVM: MMU: fix bogus alloc_mmu_pages assignmentMarcelo Tosatti1-8/+0
2009-09-10KVM: MMU: make __kvm_mmu_free_some_pages handle empty listIzik Eidus1-1/+2
2009-09-10KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()Bartlomiej Zolnierkiewicz1-1/+1
2009-09-10KVM: report 1GB page support to userspaceJoerg Roedel4-1/+16
2009-09-10KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel1-1/+1
2009-09-10KVM: MMU: shadow support for 1gb pagesJoerg Roedel3-36/+22
2009-09-10KVM: MMU: make page walker aware of mapping levelsJoerg Roedel2-25/+44
2009-09-10KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel3-38/+53
2009-09-10KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel2-35/+69
2009-09-10KVM: MMU: make rmap code aware of mapping levelsJoerg Roedel1-25/+28
2009-09-10KVM: limit lapic periodic timer frequencyMarcelo Tosatti1-0/+9
2009-09-10KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov1-0/+2
2009-09-10KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka1-2/+2
2009-09-10KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov1-0/+2
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang3-5/+30
2009-09-10KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita2-6/+5
2009-09-10KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita1-13/+5
2009-09-10KVM: s390: remove unused structsGleb Natapov1-9/+0
2009-09-10KVM: MMU: fix missing locking in alloc_mmu_pagesMarcelo Tosatti1-0/+2
2009-09-10KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()Sheng Yang1-1/+1
2009-09-10KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov1-4/+4
2009-09-10KVM: Reduce runnability interface with arch support codeGleb Natapov5-35/+10
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov1-0/+1
2009-09-10KVM: Move exception handling to the same place as other eventsGleb Natapov1-12/+9
2009-09-10KVM: MMU: Fix MMU_DEBUG compile breakageJoerg Roedel1-2/+2
2009-09-10KVM: add ioeventfd supportGregory Haskins1-0/+1
2009-09-10KVM: make io_bus interface more robustGregory Haskins2-3/+26
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon4-6/+87
2009-09-10KVM: Always report x2apic as supported featureGleb Natapov1-0/+3
2009-09-10KVM: No need to kick cpu if not in a guest modeGleb Natapov1-0/+1
2009-09-10KVM: Add trace points in irqchip codeGleb Natapov3-0/+92