aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s.c
AgeCommit message (Expand)Author
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa
2010-10-24KVM: PPC: Implement Level interrupts on Book3SAlexander Graf
2010-10-24KVM: PPC: Don't put MSR_POW in MSRAlexander Graf
2010-10-24KVM: PPC: Update int_pending also on dequeueAlexander Graf
2010-10-24KVM: PPC: Put segment registers in shared pageAlexander Graf
2010-10-24KVM: PPC: Interpret SR registers on demandAlexander Graf
2010-10-24KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf
2010-10-24KVM: PPC: Preload magic page when in kernel modeAlexander Graf
2010-10-24KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf
2010-10-24KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()Wei Yongjun
2010-10-24KVM: PPC: Magic Page Book3s supportAlexander Graf
2010-10-24KVM: PPC: Make PAM a defineAlexander Graf
2010-10-24KVM: PPC: Tell guest about pending interruptsAlexander Graf
2010-10-24KVM: PPC: Add PV guest critical sectionsAlexander Graf
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf
2010-10-24KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf
2010-10-24KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf
2010-10-24KVM: PPC: Convert DAR to shared page.Alexander Graf
2010-10-24KVM: PPC: Convert DSISR to shared pageAlexander Graf
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf
2010-08-01KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf
2010-05-17KVM: PPC: Improve split modeAlexander Graf
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf
2010-05-17KVM: PPC: Add Book3S compatibility codeAlexander Graf
2010-05-17KVM: PPC: Emulate segment faultAlexander Graf
2010-05-17KVM: PPC: Extract MMU initAlexander Graf
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf
2010-05-17KVM: PPC: Load VCPU for register fetchingAlexander Graf
2010-05-17KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf
2010-05-17KVM: PPC: Split instruction reading outAlexander Graf
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf
2010-04-25KVM: PPC: Memset vcpu to zerosAlexander Graf
2010-04-25KVM: PPC: Allocate vcpu struct using vmallocAlexander Graf
2010-04-25KVM: PPC: Enable program interrupt to do MMIOAlexander Graf
2010-04-25KVM: PPC: Make ext giveup non-staticAlexander Graf