summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_pr.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+3
2013-04-26KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman1-0/+1
2013-04-26KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan1-2/+0
2013-04-26Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan1-1/+1
2013-03-18powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei1-1/+1
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-1/+1
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+5
2013-02-15powerpc/kvm/book3s_pr: Fix compilation on 32-bit machinesPaul Mackerras1-0/+1
2013-01-10KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf1-0/+5
2013-01-10powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie1-0/+18
2012-12-06KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras1-1/+1
2012-12-06KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras1-51/+61
2012-10-05KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras1-0/+26
2012-10-05KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras1-12/+11
2012-10-05KVM: PPC: Book3S HV: Fix updates of vcpu->cpuPaul Mackerras1-1/+2
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras1-1/+6
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras1-0/+12
2012-10-05KVM: PPC: Add return value to core_check_requestsAlexander Graf1-1/+5
2012-10-05KVM: PPC: Add return value in prepare_to_enterAlexander Graf1-6/+6
2012-10-05KVM: PPC: Move kvm_guest_enter call into generic codeAlexander Graf1-2/+0
2012-10-05KVM: PPC: Book3S: PR: Rework irq disablingAlexander Graf1-14/+7
2012-10-05KVM: PPC: Consistentify vcpu exit pathAlexander Graf1-2/+6
2012-10-05KVM: PPC: Book3S: PR: Indicate we're out of guest modeAlexander Graf1-0/+1
2012-10-05KVM: PPC: Exit guest context while handling exitAlexander Graf1-0/+2
2012-10-05KVM: PPC: Book3S: PR: Only do resched check once per exitAlexander Graf1-1/+1
2012-10-05KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier supportAlexander Graf1-0/+47
2012-10-05KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_prAlexander Graf1-16/+6
2012-10-05KVM: PPC: PR: Use generic tracepoint for guest exitAlexander Graf1-1/+1
2012-08-06KVM: do not release the error pageXiao Guangrong1-3/+1
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt1-0/+25
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt1-0/+7
2012-05-06KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf1-0/+3
2012-04-08powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64Benjamin Herrenschmidt1-0/+18
2012-04-08KVM: PPC: Ignore unhalt request from kvm_vcpu_blockAlexander Graf1-0/+1
2012-04-08KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7Alexander Graf1-0/+4
2012-04-08KVM: PPC: Pass EA to updating emulation opsAlexander Graf1-0/+1
2012-04-03KVM: PPC: Book3S: PR: Fix preemptionAlexander Graf1-2/+1
2012-04-03KVM: PPC: Book3S: Compile fix for ppc32 in HIOR access codeAlexander Graf1-2/+4
2012-04-02powerpc/kvm: Fallout from system.h disintegrationBenjamin Herrenschmidt1-0/+1
2012-03-28Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-27/+151
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-05KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific codePaul Mackerras1-0/+32
2012-03-05KVM: PPC: Add support for explicit HIOR settingAlexander Graf1-2/+4
2012-03-05KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bitPaul Mackerras1-0/+39
2012-03-05KVM: PPC: Book3S: PR: Fix signal check raceAlexander Graf1-0/+20
2012-03-05KVM: PPC: Use get/set for to_svcpu to help preemptionAlexander Graf1-20/+42
2012-03-05KVM: PPC: Book3s: PR: No irq_disable in vcpu_runAlexander Graf1-2/+0
2012-03-05KVM: PPC: Book3s: PR: Disable preemption in vcpu_runAlexander Graf1-2/+11
2012-03-05KVM: PPC: Move prepare_to_enter call site into subarch codeScott Wood1-0/+2
2012-03-05KVM: PPC: Rename deliver_interrupts to prepare_to_enterScott Wood1-1/+1