aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-24KVM: PPC: Convert DAR to shared page.Alexander Graf5-14/+14
2010-10-24KVM: PPC: Convert DSISR to shared pageAlexander Graf3-9/+10
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf15-82/+91
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf3-1/+22
2010-10-13powerpc/Makefiles: Change to new flag variablesmatt mooney1-1/+1
2010-10-13powerpc: Remove pr_<level> uses of KERN_<level>Joe Perches1-2/+2
2010-09-02powerpc: Remove fpscr use from [kvm_]cvt_{fd,df}Andreas Schwab2-32/+20
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-08-02KVM: Use u64 for frame data typesJoerg Roedel1-1/+2
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf4-187/+31
2010-08-01KVM: PPC: Add generic hpte management functionsAlexander Graf1-0/+277
2010-08-01KVM: PPC: Make BAT only guest segments workAlexander Graf1-4/+4
2010-08-01KVM: PPC: Use kernel hash functionAlexander Graf2-17/+4
2010-08-01KVM: PPC: Remove obsolete kvmppc_mmu_find_pteAlexander Graf2-40/+0
2010-08-01KVM: Remove memory alias supportAvi Kivity1-5/+0
2010-08-01KVM: PPC: fix uninitialized variable warning in kvm_ppc_core_deliver_interruptsAsias He1-1/+1
2010-08-01KVM: PPC: fix build warning in kvm_arch_vcpu_ioctl_runDenis Kirjanov1-1/+1
2010-08-01KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab3-79/+82