summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel
2010-10-24KVM: MMU: Let is_rsvd_bits_set take mmu context instead of vcpuJoerg Roedel
2010-10-24KVM: MMU: Introduce kvm_init_shadow_mmu helper functionJoerg Roedel
2010-10-24KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel
2010-10-24KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel
2010-10-24KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel
2010-10-24KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel
2010-10-24KVM: MMU: Check for root_level instead of long modeJoerg Roedel
2010-10-24KVM: x86: Emulate MSR_EBC_FREQUENCY_IDJes Sorensen
2010-10-24x86: Define MSR_EBC_FREQUENCY_IDJes Sorensen
2010-10-24KVM: SVM: Clean up rip handling in vmrun emulationRoedel, Joerg
2010-10-24KVM: SVM: Restore correct registers after sel_cr0 intercept emulationJoerg Roedel
2010-10-24KVM: MMU: Fix 32 bit legacy paging with NPTJoerg Roedel
2010-10-24KVM: PPC: Move of include to __KERNEL__ sectionAlexander Graf
2010-10-24KVM: PPC: Add documentation for magic page enhancementsAlexander Graf
2010-10-24KVM: PPC: Fix compile error in e500_tlb.cAlexander Graf
2010-10-24KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bugKyle Moffett
2010-10-24KVM: PPC: Document KVM_INTERRUPT ioctlAlexander Graf
2010-10-24KVM: PPC: Implement level interrupts for BookEAlexander Graf
2010-10-24KVM: PPC: Expose level based interrupt capAlexander Graf
2010-10-24KVM: PPC: Implement Level interrupts on Book3SAlexander Graf
2010-10-24KVM: PPC: Enable napping only for Book3s_64Alexander Graf
2010-10-24KVM: PPC: allow ppc440gp to pass the compatibility checkHollis Blanchard
2010-10-24KVM: PPC: fix compilation of "dump tlbs" debug functionHollis Blanchard
2010-10-24KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard
2010-10-24KVM: PPC: Don't put MSR_POW in MSRAlexander Graf
2010-10-24KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf
2010-10-24KVM: PPC: Force enable nap on KVMAlexander Graf
2010-10-24KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31Alexander Graf
2010-10-24KVM: PPC: Update int_pending also on dequeueAlexander Graf
2010-10-24KVM: PPC: Make PV mtmsr work with r30 and r31Alexander Graf
2010-10-24KVM: PPC: Add mtsrin PV codeAlexander Graf
2010-10-24KVM: PPC: Put segment registers in shared pageAlexander Graf
2010-10-24KVM: PPC: Interpret SR registers on demandAlexander Graf
2010-10-24KVM: PPC: Move BAT handling code into spr handlerAlexander Graf
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf
2010-10-24KVM: PPC: Remove unused defineAlexander Graf
2010-10-24KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf
2010-10-24KVM: PPC: Move slb debugging to tracepointsAlexander Graf
2010-10-24KVM: PPC: Make invalidation code more reliableAlexander Graf
2010-10-24KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf
2010-10-24KVM: PPC: Preload magic page when in kernel modeAlexander Graf
2010-10-24KVM: PPC: Add tracepoints for generic spte flushesAlexander Graf
2010-10-24KVM: PPC: Fix sid map search after flushAlexander Graf
2010-10-24KVM: PPC: Move pte invalidate debug code to tracepointAlexander Graf
2010-10-24KVM: PPC: Add tracepoint for generic mmu mapAlexander Graf
2010-10-24KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf
2010-10-24KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf
2010-10-24KVM: ia64: define kvm_lapic_enabled() to fix a compile errorTakuya Yoshikawa