Age | Commit message (Expand) | Author | Files | Lines |
2011-03-17 | KVM: PPC: Fix SPRG get/set for Book3S and BookE | Peter Tyser | 2 | -12/+16 |
2011-01-12 | KVM: Clean up vm creation and release | Jan Kiszka | 1 | -17/+3 |
2011-01-12 | KVM: replace vmalloc and memset with vzalloc | Takuya Yoshikawa | 1 | -3/+1 |
2010-11-05 | KVM: PPC: BookE: Load the lower half of MSR | Scott Wood | 1 | -1/+1 |
2010-11-05 | KVM: PPC: BookE: fix sleep with interrupts disabled | Scott Wood | 1 | -2/+0 |
2010-11-05 | KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit(). | Scott Wood | 1 | -1/+1 |
2010-11-05 | KVM: PPC: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+1 |
2010-10-24 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 21 | -390/+984 |
2010-10-24 | KVM: PPC: Fix compile error in e500_tlb.c | Alexander Graf | 1 | -1/+2 |
2010-10-24 | KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug | Kyle Moffett | 1 | -2/+1 |
2010-10-24 | KVM: PPC: Implement level interrupts for BookE | Alexander Graf | 2 | -3/+18 |
2010-10-24 | KVM: PPC: Expose level based interrupt cap | Alexander Graf | 1 | -0/+1 |
2010-10-24 | KVM: PPC: Implement Level interrupts on Book3S | Alexander Graf | 1 | -3/+27 |
2010-10-24 | KVM: PPC: allow ppc440gp to pass the compatibility check | Hollis Blanchard | 1 | -1/+2 |
2010-10-24 | KVM: PPC: fix compilation of "dump tlbs" debug function | Hollis Blanchard | 1 | -0/+1 |
2010-10-24 | KVM: PPC: initialize IVORs in addition to IVPR | Hollis Blanchard | 1 | -2/+6 |
2010-10-24 | KVM: PPC: Don't put MSR_POW in MSR | Alexander Graf | 1 | -1/+5 |
2010-10-24 | KVM: PPC: Implement correct SID mapping on Book3s_32 | Alexander Graf | 2 | -30/+35 |
2010-10-24 | KVM: PPC: Update int_pending also on dequeue | Alexander Graf | 1 | -0/+3 |
2010-10-24 | KVM: PPC: Put segment registers in shared page | Alexander Graf | 3 | -11/+10 |
2010-10-24 | KVM: PPC: Interpret SR registers on demand | Alexander Graf | 2 | -38/+45 |
2010-10-24 | KVM: PPC: Move BAT handling code into spr handler | Alexander Graf | 1 | -32/+16 |
2010-10-24 | KVM: PPC: Add feature bitmap for magic page | Alexander Graf | 1 | -1/+4 |
2010-10-24 | KVM: PPC: Remove unused define | Alexander Graf | 1 | -1/+0 |
2010-10-24 | KVM: PPC: Revert "KVM: PPC: Use kernel hash function" | Alexander Graf | 2 | -4/+17 |
2010-10-24 | KVM: PPC: Move slb debugging to tracepoints | Alexander Graf | 2 | -17/+78 |
2010-10-24 | KVM: PPC: Make invalidation code more reliable | Alexander Graf | 1 | -6/+8 |
2010-10-24 | KVM: PPC: Don't flush PTEs on NX/RO hit | Alexander Graf | 1 | -2/+0 |
2010-10-24 | KVM: PPC: Preload magic page when in kernel mode | Alexander Graf | 1 | -0/+10 |
2010-10-24 | KVM: PPC: Add tracepoints for generic spte flushes | Alexander Graf | 2 | -15/+26 |
2010-10-24 | KVM: PPC: Fix sid map search after flush | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Move pte invalidate debug code to tracepoint | Alexander Graf | 2 | -2/+30 |
2010-10-24 | KVM: PPC: Add tracepoint for generic mmu map | Alexander Graf | 2 | -0/+32 |
2010-10-24 | KVM: PPC: Move book3s_64 mmu map debug print to trace point | Alexander Graf | 2 | -11/+36 |
2010-10-24 | KVM: PPC: Move EXIT_DEBUG partially to tracepoints | Alexander Graf | 2 | -22/+55 |
2010-10-24 | KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz() | Wei Yongjun | 1 | -1/+3 |
2010-10-24 | KVM: PPC: Make long relocations be ulong | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Use MSR_DR for external load_up | Alexander Graf | 1 | -9/+19 |
2010-10-24 | KVM: PPC: Add book3s_32 tlbie flush acceleration | Alexander Graf | 1 | -5/+35 |
2010-10-24 | KVM: PPC: correctly check gfn_to_pfn() return value | Gleb Natapov | 2 | -2/+2 |
2010-10-24 | KVM: PPC: RCU'ify the Book3s MMU | Alexander Graf | 1 | -19/+59 |
2010-10-24 | KVM: PPC: Book3S_32 MMU debug compile fixes | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Add get_pvinfo interface to query hypercall instructions | Alexander Graf | 1 | -0/+38 |
2010-10-24 | KVM: PPC: Expose magic page support to guest | Alexander Graf | 1 | -0/+11 |
2010-10-24 | KVM: PPC: Magic Page Book3s support | Alexander Graf | 5 | -12/+80 |
2010-10-24 | KVM: PPC: Make PAM a define | Alexander Graf | 1 | -2/+2 |
2010-10-24 | KVM: PPC: Tell guest about pending interrupts | Alexander Graf | 2 | -0/+14 |
2010-10-24 | KVM: PPC: Add PV guest critical sections | Alexander Graf | 2 | -2/+31 |
2010-10-24 | KVM: PPC: Implement hypervisor interface | Alexander Graf | 3 | -3/+48 |
2010-10-24 | KVM: PPC: Convert SPRG[0-4] to shared page | Alexander Graf | 3 | -24/+32 |