summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf2010-10-243-32/+48
| * | | | | | | | KVM: PPC: Force enable nap on KVMAlexander Graf2010-10-241-0/+3
| * | | | | | | | KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31Alexander Graf2010-10-242-5/+24
| * | | | | | | | KVM: PPC: Update int_pending also on dequeueAlexander Graf2010-10-241-0/+3
| * | | | | | | | KVM: PPC: Make PV mtmsr work with r30 and r31Alexander Graf2010-10-242-16/+40
| * | | | | | | | KVM: PPC: Add mtsrin PV codeAlexander Graf2010-10-243-0/+111
| * | | | | | | | KVM: PPC: Put segment registers in shared pageAlexander Graf2010-10-245-12/+11
| * | | | | | | | KVM: PPC: Interpret SR registers on demandAlexander Graf2010-10-243-48/+46
| * | | | | | | | KVM: PPC: Move BAT handling code into spr handlerAlexander Graf2010-10-241-32/+16
| * | | | | | | | KVM: PPC: Add feature bitmap for magic pageAlexander Graf2010-10-243-7/+21
| * | | | | | | | KVM: PPC: Remove unused defineAlexander Graf2010-10-241-1/+0
| * | | | | | | | KVM: PPC: Revert "KVM: PPC: Use kernel hash function"Alexander Graf2010-10-242-4/+17
| * | | | | | | | KVM: PPC: Move slb debugging to tracepointsAlexander Graf2010-10-242-17/+78
| * | | | | | | | KVM: PPC: Make invalidation code more reliableAlexander Graf2010-10-241-6/+8
| * | | | | | | | KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf2010-10-241-2/+0
| * | | | | | | | KVM: PPC: Preload magic page when in kernel modeAlexander Graf2010-10-241-0/+10
| * | | | | | | | KVM: PPC: Add tracepoints for generic spte flushesAlexander Graf2010-10-242-15/+26
| * | | | | | | | KVM: PPC: Fix sid map search after flushAlexander Graf2010-10-241-2/+2
| * | | | | | | | KVM: PPC: Move pte invalidate debug code to tracepointAlexander Graf2010-10-242-2/+30
| * | | | | | | | KVM: PPC: Add tracepoint for generic mmu mapAlexander Graf2010-10-242-0/+32
| * | | | | | | | KVM: PPC: Move book3s_64 mmu map debug print to trace pointAlexander Graf2010-10-242-11/+36
| * | | | | | | | KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf2010-10-242-22/+55
| * | | | | | | | KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM caseAlexander Graf2010-10-242-4/+3
| * | | | | | | | KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()Wei Yongjun2010-10-241-1/+3
| * | | | | | | | KVM: PPC: Move KVM trampolines before __end_interruptsAlexander Graf2010-10-242-6/+6
| * | | | | | | | KVM: PPC: Make long relocations be ulongAlexander Graf2010-10-242-4/+4
| * | | | | | | | KVM: PPC: Use MSR_DR for external load_upAlexander Graf2010-10-241-9/+19
| * | | | | | | | KVM: PPC: Add book3s_32 tlbie flush accelerationAlexander Graf2010-10-242-5/+39
| * | | | | | | | KVM: PPC: correctly check gfn_to_pfn() return valueGleb Natapov2010-10-242-2/+2
| * | | | | | | | KVM: PPC: RCU'ify the Book3s MMUAlexander Graf2010-10-242-19/+61
| * | | | | | | | KVM: PPC: Book3S_32 MMU debug compile fixesAlexander Graf2010-10-241-2/+2
| * | | | | | | | KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf2010-10-241-0/+38
| * | | | | | | | KVM: PPC: PV wrteeiAlexander Graf2010-10-242-0/+91
| * | | | | | | | KVM: PPC: PV mtmsrd L=0 and mtmsrAlexander Graf2010-10-242-0/+135
| * | | | | | | | KVM: PPC: PV mtmsrd L=1Alexander Graf2010-10-242-0/+101
| * | | | | | | | KVM: PPC: PV assembler helpersAlexander Graf2010-10-241-0/+30
| * | | | | | | | KVM: PPC: Introduce branch patching helperAlexander Graf2010-10-241-0/+14
| * | | | | | | | KVM: PPC: Introduce kvm_tmp frameworkAlexander Graf2010-10-241-2/+40
| * | | | | | | | KVM: PPC: PV tlbsync to nopAlexander Graf2010-10-241-0/+12
| * | | | | | | | KVM: PPC: PV instructions to loads and storesAlexander Graf2010-10-241-0/+109
| * | | | | | | | KVM: PPC: KVM PV guest stubsAlexander Graf2010-10-241-0/+95
| * | | | | | | | KVM: PPC: Generic KVM PV guest supportAlexander Graf2010-10-245-1/+65
| * | | | | | | | KVM: PPC: Expose magic page support to guestAlexander Graf2010-10-242-0/+13
| * | | | | | | | KVM: PPC: Magic Page Book3s supportAlexander Graf2010-10-246-12/+81
| * | | | | | | | KVM: PPC: First magic page stepsAlexander Graf2010-10-241-0/+2
| * | | | | | | | KVM: PPC: Make PAM a defineAlexander Graf2010-10-242-2/+5
| * | | | | | | | KVM: PPC: Tell guest about pending interruptsAlexander Graf2010-10-243-0/+15
| * | | | | | | | KVM: PPC: Add PV guest scratch registersAlexander Graf2010-10-241-0/+3
| * | | | | | | | KVM: PPC: Add PV guest critical sectionsAlexander Graf2010-10-243-2/+32
| * | | | | | | | KVM: PPC: Implement hypervisor interfaceAlexander Graf2010-10-247-4/+232