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