aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-26KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler statePaul Mackerras1-0/+19
2013-04-26KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controllerBenjamin Herrenschmidt1-1/+1
2013-04-26KVM: PPC: debug stub interface parameter definedBharat Bhushan1-0/+6
2013-04-17Added ONE_REG interface for debug instructionBharat Bhushan1-0/+6
2013-03-22KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras1-2/+1
2012-10-05KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+48
2012-10-05KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+68
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan1-0/+9
2012-04-08powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64Benjamin Herrenschmidt1-0/+3
2012-04-08KVM: PPC: booke: rework rescheduling checksAlexander Graf1-1/+3
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras1-39/+0
2012-03-05KVM: PPC: booke: Improve timer register emulationScott Wood1-0/+8
2012-03-05KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASnScott Wood1-8/+8
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood1-1/+1
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-1/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-07-12KVM: PPC: Deliver program interrupts right away instead of queueing themPaul Mackerras1-5/+3
2011-07-12KVM: PPC: Split out code from book3s.c into book3s_pr.cPaul Mackerras1-988/+7
2011-07-12KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3sPaul Mackerras1-4/+5
2011-07-12KVM: PPC: Fix machine checks on 32-bit Book3SPaul Mackerras1-2/+3
2011-07-12KVM: PPC: Resolve real-mode handlers through function exportsAlexander Graf1-2/+2
2011-05-20powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras1-1/+1
2011-03-17KVM: PPC: Fix SPRG get/set for Book3S and BookEPeter Tyser1-6/+8
2011-01-12KVM: replace vmalloc and memset with vzallocTakuya Yoshikawa1-3/+1
2010-10-24KVM: PPC: Implement Level interrupts on Book3SAlexander Graf1-3/+27
2010-10-24KVM: PPC: Don't put MSR_POW in MSRAlexander Graf1-1/+5
2010-10-24KVM: PPC: Update int_pending also on dequeueAlexander Graf1-0/+3
2010-10-24KVM: PPC: Put segment registers in shared pageAlexander Graf1-4/+3
2010-10-24KVM: PPC: Interpret SR registers on demandAlexander Graf1-2/+2
2010-10-24KVM: PPC: Don't flush PTEs on NX/RO hitAlexander Graf1-2/+0
2010-10-24KVM: PPC: Preload magic page when in kernel modeAlexander Graf1-0/+10
2010-10-24KVM: PPC: Move EXIT_DEBUG partially to tracepointsAlexander Graf1-22/+4
2010-10-24KVM: PPC: fix leakage of error page in kvmppc_patch_dcbz()Wei Yongjun1-1/+3
2010-10-24KVM: PPC: Magic Page Book3s supportAlexander Graf1-3/+32
2010-10-24KVM: PPC: Make PAM a defineAlexander Graf1-2/+2
2010-10-24KVM: PPC: Tell guest about pending interruptsAlexander Graf1-0/+7
2010-10-24KVM: PPC: Add PV guest critical sectionsAlexander Graf1-2/+16
2010-10-24KVM: PPC: Implement hypervisor interfaceAlexander Graf1-2/+7
2010-10-24KVM: PPC: Convert SPRG[0-4] to shared pageAlexander Graf1-8/+8
2010-10-24KVM: PPC: Convert SRR0 and SRR1 to shared pageAlexander Graf1-6/+6
2010-10-24KVM: PPC: Convert DAR to shared page.Alexander Graf1-7/+7
2010-10-24KVM: PPC: Convert DSISR to shared pageAlexander Graf1-5/+6
2010-10-24KVM: PPC: Convert MSR to shared pageAlexander Graf1-30/+35
2010-10-24KVM: PPC: Introduce shared pageAlexander Graf1-1/+8
2010-08-01KVM: PPC: Make use of hash based Shadow MMUAlexander Graf1-2/+12
2010-08-01KVM: PPC: elide struct thread_struct instances from stackAndreas Schwab1-22/+27
2010-08-01KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity1-16/+0
2010-05-19KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctlsAvi Kivity1-0/+10
2010-05-19KVM: Let vcpu structure alignment be determined at runtimeAvi Kivity1-1/+2
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1