aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka1-17/+3
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa1-3/+1
2010-11-05KVM: PPC: BookE: Load the lower half of MSRScott Wood1-1/+1
2010-11-05KVM: PPC: BookE: fix sleep with interrupts disabledScott Wood1-2/+0
2010-11-05KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood1-1/+1
2010-11-05KVM: PPC: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-390/+984
2010-10-24KVM: PPC: Fix compile error in e500_tlb.cAlexander Graf1-1/+2
2010-10-24KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bugKyle Moffett1-2/+1
2010-10-24KVM: PPC: Implement level interrupts for BookEAlexander Graf2-3/+18
2010-10-24KVM: PPC: Expose level based interrupt capAlexander Graf1-0/+1
2010-10-24KVM: PPC: Implement Level interrupts on Book3SAlexander Graf1-3/+27
2010-10-24KVM: PPC: allow ppc440gp to pass the compatibility checkHollis Blanchard1-1/+2
2010-10-24KVM: PPC: fix compilation of "dump tlbs" debug functionHollis Blanchard1-0/+1
2010-10-24KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard1-2/+6
2010-10-24KVM: PPC: Don't put MSR_POW in MSRAlexander Graf1-1/+5
2010-10-24KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf2-30/+35
2010-10-24KVM: PPC: Update int_pending also on dequeueAlexander Graf1-0/+3
2010-10-24KVM: PPC: Put segment registers in shared pageAlexander Graf3-11/+10
2010-10-24KVM: PPC: Interpret SR registers on demandAlexander Graf2-38/+45
2010-10-24KVM: PPC: Move BAT handling code into spr handlerAlexander Graf1-32/+16
2010-10-24KVM: PPC: Add feature bitmap for magic pageAlexander Graf1-1/+4
2010-10-24KVM: PPC: Remove unused defineAlexander Graf1-1/+0
2010-10-24KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf2-4/+17
2010-10-24KVM: PPC: Move slb debugging to tracepointsAlexander Graf2-17/+78
2010-10-24KVM: PPC: Make invalidation code more reliableAlexander Graf1-6/+8
2010-10-24KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf1-2/+0
2010-10-24KVM: PPC: Preload magic page when in kernel modeAlexander Graf1-0/+10
2010-10-24KVM: PPC: Add tracepoints for generic spte flushesAlexander Graf2-15/+26
2010-10-24KVM: PPC: Fix sid map search after flushAlexander Graf1-2/+2
2010-10-24KVM: PPC: Move pte invalidate debug code to tracepointAlexander Graf2-2/+30
2010-10-24KVM: PPC: Add tracepoint for generic mmu mapAlexander Graf2-0/+32
2010-10-24KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf2-11/+36
2010-10-24KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf2-22/+55
2010-10-24KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()Wei Yongjun1-1/+3
2010-10-24KVM: PPC: Make long relocations be ulongAlexander Graf1-2/+2
2010-10-24KVM: PPC: Use MSR_DR for external load_upAlexander Graf1-9/+19
2010-10-24KVM: PPC: Add book3s_32 tlbie flush accelerationAlexander Graf1-5/+35
2010-10-24KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov2-2/+2
2010-10-24KVM: PPC: RCU'ify the Book3s MMUAlexander Graf1-19/+59
2010-10-24KVM: PPC: Book3S_32 MMU debug compile fixesAlexander Graf1-2/+2
2010-10-24KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf1-0/+38
2010-10-24KVM: PPC: Expose magic page support to guestAlexander Graf1-0/+11
2010-10-24KVM: PPC: Magic Page Book3s supportAlexander Graf5-12/+80
2010-10-24KVM: PPC: Make PAM a defineAlexander Graf1-2/+2
2010-10-24KVM: PPC: Tell guest about pending interruptsAlexander Graf2-0/+14
2010-10-24KVM: PPC: Add PV guest critical sectionsAlexander Graf2-2/+31
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf3-3/+48
2010-10-24KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf3-24/+32
2010-10-24KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf5-21/+26