aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: 44x: fix DCR read/writeAlexander Graf2013-01-171-0/+2
* Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-2310-21/+309
|\
| * KVM: PPC: booke: add sregs supportScott Wood2011-05-227-10/+259
| * KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood2011-05-222-1/+13
| * KVM: PPC: use ticks, not usecs, for exit timingStuart Yoder2011-05-221-4/+17
| * KVM: PPC: fix exit accounting for SPRs, tlbwe, tlbsxScott Wood2011-05-223-3/+6
| * KVM: PPC: e500: emulate SVRScott Wood2011-05-222-0/+3
| * KVM: PPC: Fix issue clearing exit timing countersBharat Bhushan2011-05-112-3/+11
* | powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2011-05-201-0/+2
* | powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras2011-05-201-1/+1
* | powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV modePaul Mackerras2011-04-202-4/+4
* | powerpc: Base support for exceptions using HSRR0/1Benjamin Herrenschmidt2011-04-202-2/+9
* | powerpc: In HV mode, use HSPRG0 for PACABenjamin Herrenschmidt2011-04-201-3/+1
|/
* KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser2011-03-172-12/+16
* KVM: Clean up vm creation and releaseJan Kiszka2011-01-121-17/+3
* KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa2011-01-121-3/+1
* KVM: PPC: BookE: Load the lower half of MSRScott Wood2010-11-051-1/+1
* KVM: PPC: BookE: fix sleep with interrupts disabledScott Wood2010-11-051-2/+0
* KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit().Scott Wood2010-11-051-1/+1
* KVM: PPC: fix information leak to userlandVasiliy Kulikov2010-11-051-0/+1
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-2421-390/+984
|\
| * KVM: PPC: Fix compile error in e500_tlb.cAlexander Graf2010-10-241-1/+2
| * KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bugKyle Moffett2010-10-241-2/+1
| * KVM: PPC: Implement level interrupts for BookEAlexander Graf2010-10-242-3/+18
| * KVM: PPC: Expose level based interrupt capAlexander Graf2010-10-241-0/+1
| * KVM: PPC: Implement Level interrupts on Book3SAlexander Graf2010-10-241-3/+27
| * KVM: PPC: allow ppc440gp to pass the compatibility checkHollis Blanchard2010-10-241-1/+2
| * KVM: PPC: fix compilation of "dump tlbs" debug functionHollis Blanchard2010-10-241-0/+1
| * KVM: PPC: initialize IVORs in addition to IVPRHollis Blanchard2010-10-241-2/+6
| * KVM: PPC: Don't put MSR_POW in MSRAlexander Graf2010-10-241-1/+5
| * KVM: PPC: Implement correct SID mapping on Book3s_32Alexander Graf2010-10-242-30/+35
| * KVM: PPC: Update int_pending also on dequeueAlexander Graf2010-10-241-0/+3
| * KVM: PPC: Put segment registers in shared pageAlexander Graf2010-10-243-11/+10
| * KVM: PPC: Interpret SR registers on demandAlexander Graf2010-10-242-38/+45
| * KVM: PPC: Move BAT handling code into spr handlerAlexander Graf2010-10-241-32/+16
| * KVM: PPC: Add feature bitmap for magic pageAlexander Graf2010-10-241-1/+4
| * 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 leakage of error page in kvmppc_patch_dcbz()Wei Yongjun2010-10-241-1/+3
| * KVM: PPC: Make long relocations be ulongAlexander Graf2010-10-241-2/+2