summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
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 Kiszka2-0/+7
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: fix kvm_init() error handlingXiao Guangrong1-1/+1
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: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka1-2/+1
2009-09-10KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov1-0/+2
2009-09-10KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang4-5/+32
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 Natapov7-40/+11
2009-09-10KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2-1/+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 Haskins5-4/+293
2009-09-10KVM: make io_bus interface more robustGregory Haskins6-15/+79
2009-09-10KVM: add module parameters documentationAndre Przywara1-0/+39
2009-09-10KVM: PIT support for HPET legacy modeBeth Kon5-6/+93
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 Natapov6-0/+152
2009-09-10KVM: ignore msi request if !levelMichael S. Tsirkin1-1/+3
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara1-0/+8
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity2-4/+109