Age | Commit message (Expand) | Author | Files | Lines |
2011-01-12 | KVM: replace vmalloc and memset with vzalloc | Takuya Yoshikawa | 1 | -3/+1 |
2010-10-24 | KVM: PPC: Implement Level interrupts on Book3S | Alexander Graf | 1 | -3/+27 |
2010-10-24 | KVM: PPC: Don't put MSR_POW in MSR | Alexander Graf | 1 | -1/+5 |
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 | 1 | -4/+3 |
2010-10-24 | KVM: PPC: Interpret SR registers on demand | Alexander Graf | 1 | -2/+2 |
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: Move EXIT_DEBUG partially to tracepoints | Alexander Graf | 1 | -22/+4 |
2010-10-24 | KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz() | Wei Yongjun | 1 | -1/+3 |
2010-10-24 | KVM: PPC: Magic Page Book3s support | Alexander Graf | 1 | -3/+32 |
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 | 1 | -0/+7 |
2010-10-24 | KVM: PPC: Add PV guest critical sections | Alexander Graf | 1 | -2/+16 |
2010-10-24 | KVM: PPC: Implement hypervisor interface | Alexander Graf | 1 | -2/+7 |
2010-10-24 | KVM: PPC: Convert SPRG[0-4] to shared page | Alexander Graf | 1 | -8/+8 |
2010-10-24 | KVM: PPC: Convert SRR0 and SRR1 to shared page | Alexander Graf | 1 | -6/+6 |
2010-10-24 | KVM: PPC: Convert DAR to shared page. | Alexander Graf | 1 | -7/+7 |
2010-10-24 | KVM: PPC: Convert DSISR to shared page | Alexander Graf | 1 | -5/+6 |
2010-10-24 | KVM: PPC: Convert MSR to shared page | Alexander Graf | 1 | -30/+35 |
2010-10-24 | KVM: PPC: Introduce shared page | Alexander Graf | 1 | -1/+8 |
2010-08-01 | KVM: PPC: Make use of hash based Shadow MMU | Alexander Graf | 1 | -2/+12 |
2010-08-01 | KVM: PPC: elide struct thread_struct instances from stack | Andreas Schwab | 1 | -22/+27 |
2010-08-01 | KVM: move vcpu locking to dispatcher for generic vcpu ioctls | Avi Kivity | 1 | -16/+0 |
2010-05-19 | KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls | Avi Kivity | 1 | -0/+10 |
2010-05-19 | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity | 1 | -1/+2 |
2010-05-19 | KVM: powerpc: use of kzalloc/kfree requires including slab.h | Stephen Rothwell | 1 | -0/+1 |
2010-05-17 | KVM: PPC: Enable native paired singles | Alexander Graf | 1 | -0/+19 |
2010-05-17 | KVM: PPC: Improve split mode | Alexander Graf | 1 | -14/+14 |
2010-05-17 | KVM: PPC: Make Performance Counters work | Alexander Graf | 1 | -0/+3 |
2010-05-17 | KVM: PPC: Convert u64 -> ulong | Alexander Graf | 1 | -3/+3 |
2010-05-17 | KVM: PPC: Check max IRQ prio | Alexander Graf | 1 | -1/+1 |
2010-05-17 | KVM: PPC: Add Book3S compatibility code | Alexander Graf | 1 | -1/+25 |
2010-05-17 | KVM: PPC: Emulate segment fault | Alexander Graf | 1 | -0/+23 |
2010-05-17 | KVM: PPC: Extract MMU init | Alexander Graf | 1 | -7/+1 |
2010-05-17 | KVM: PPC: Improve indirect svcpu accessors | Alexander Graf | 1 | -53/+72 |
2010-05-17 | KVM: PPC: Disable MSR_FEx for Cell hosts | Alexander Graf | 1 | -0/+4 |
2010-05-17 | KVM: PPC: Fix dcbz emulation | Alexander Graf | 1 | -34/+22 |
2010-05-17 | KVM: PPC: Make build work without CONFIG_VSX/ALTIVEC | Alexander Graf | 1 | -0/+8 |
2010-05-17 | KVM: PPC: Add OSI hypercall interface | Alexander Graf | 1 | -6/+18 |
2010-05-17 | KVM: PPC: Implement alignment interrupt | Alexander Graf | 1 | -0/+10 |
2010-05-17 | KVM: PPC: Load VCPU for register fetching | Alexander Graf | 1 | -0/+8 |
2010-05-17 | KVM: PPC: Don't reload FPU with invalid values | Alexander Graf | 1 | -0/+5 |
2010-05-17 | KVM: PPC: Split instruction reading out | Alexander Graf | 1 | -8/+16 |
2010-05-17 | KVM: PPC: Allow userspace to unset the IRQ line | Alexander Graf | 1 | -0/+6 |
2010-05-17 | KVM: PPC: Ensure split mode works | Alexander Graf | 1 | -22/+24 |
2010-04-25 | KVM: PPC: Memset vcpu to zeros | Alexander Graf | 1 | -0/+1 |
2010-04-25 | KVM: PPC: Allocate vcpu struct using vmalloc | Alexander Graf | 1 | -4/+3 |
2010-04-25 | KVM: PPC: Enable program interrupt to do MMIO | Alexander Graf | 1 | -0/+4 |
2010-04-25 | KVM: PPC: Make ext giveup non-static | Alexander Graf | 1 | -2/+1 |