summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara1-0/+8
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity2-4/+109
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity3-3/+128
2009-09-10Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka1-7/+1
2009-09-10KVM: handle AMD microcode MSRAndre Przywara1-0/+1
2009-09-10KVM: Fix apic_mmio_write return for unaligned writeSheng Yang1-1/+1
2009-09-10KVM: x2apic interface to lapicGleb Natapov3-59/+173
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov5-10/+39
2009-09-10KVM: Trace apic registers using their symbolic namesAvi Kivity1-2/+12
2009-09-10KVM: Trace mmioAvi Kivity1-1/+10
2009-09-10KVM: Ignore PCI ECS I/O enablementAndre Przywara1-0/+3
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin5-153/+98
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin2-3/+4
2009-09-10KVM: switch pit creation to slots_lockMichael S. Tsirkin1-2/+2
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti6-32/+0
2009-09-10KVM: powerpc: convert marker probes to event traceMarcelo Tosatti6-15/+126
2009-09-10KVM: introduce module parameter for ignoring unknown MSRs accessesAndre Przywara1-4/+20
2009-09-10KVM: ignore reads from AMDs C1E enabled MSRAndre Przywara1-0/+1