summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-24KVM: MMU: Optimize page unshadowingAvi Kivity
2009-03-24KVM: SVM: Add microcode patch level dummyAlexander Graf
2009-03-24KVM: Add support to disable MSI for assigned deviceSheng Yang
2009-03-24KVM: Remove duplicated prototype of kvm_arch_destroy_vmSheng Yang
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard
2009-03-24KVM: Properly lock PIT creationAvi Kivity
2009-03-24KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)Avi Kivity
2009-03-24KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...Avi Kivity
2009-03-24KVM: x86 emulator: Make emulate_pop() a little more genericAvi Kivity
2009-03-24KVM: VMX: Prevent exit handler from running if emulating due to invalid stateAvi Kivity
2009-03-24KVM: VMX: don't clobber segment AR if emulating invalid stateAvi Kivity
2009-03-24KVM: VMX: Fix guest state validity checksAvi Kivity
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard
2009-03-24KVM: ppc: distinguish between interrupts and prioritiesHollis Blanchard
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard
2009-03-24KVM: ppc: ifdef iccci with CONFIG_44xHollis Blanchard
2009-03-24KVM: ppc: No need to include core-header for KVM in asm-offsets.c currentlyHollis Blanchard
2009-03-24KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard
2009-03-24KVM: ppc: split out common Book E instruction emulationHollis Blanchard
2009-03-24KVM: ppc: use macros instead of hardcoded literals for instruction decodingHollis Blanchard
2009-03-24KVM: ppc: remove last 44x-specific bits from booke.cHollis Blanchard
2009-03-24KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard
2009-03-24KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard
2009-03-24KVM: ppc: small cosmetic changes to Book E DTLB miss handlerHollis Blanchard
2009-03-24KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard
2009-03-24KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific headerHollis Blanchard
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti
2009-03-24KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity
2009-03-24KVM: remove the vmap usageIzik Eidus
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti
2009-03-24KVM: MMU: Drop walk_shadow()Avi Kivity
2009-03-24KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity
2009-03-24KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()Avi Kivity
2009-03-24KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity
2009-03-24KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity
2009-03-24KVM: Advertise guest debug capability per-archJan Kiszka
2009-03-24KVM: Fix vmload and friends misinterpreted as lidtAvi Kivity
2009-03-24KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity
2009-03-24KVM: ia64: Code cleanupXiantao Zhang
2009-03-24KVM: Remove old kvm_guest_debug structsJan Kiszka
2009-03-24KVM: ia64: stack get/restore patchJes Sorensen
2009-03-24KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka
2009-03-24KVM: VMX: Allow single-stepping when uninterruptibleJan Kiszka