summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_hv.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-301-6/+9
|\
| * KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-171-0/+3
| * KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-171-1/+1
| * KVM: PPC: Book3S: Replace current->mm by kvm->mmLeonardo Bras2020-01-171-5/+5
* | KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson2020-01-241-11/+6
* | KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson2020-01-241-15/+5
* | KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson2020-01-241-1/+3
|/
* KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorPaul Mackerras2019-12-181-1/+2
* KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-281-0/+90
* KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-281-0/+24
* KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-281-0/+29
* KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE modeNicholas Piggin2019-10-221-0/+5
* KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-221-43/+0
* KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-221-0/+22
* powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-211-4/+7
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-0/+6
|\
| * powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+6
* | KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras2019-08-271-1/+8
* | KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras2019-08-271-5/+10
|/
* KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseriesSuraj Jitindar Singh2019-07-151-0/+11
* KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nestingSuraj Jitindar Singh2019-07-151-0/+2
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-2/+11
|\
| * KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entrySuraj Jitindar Singh2019-06-201-2/+9
| * KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decre...Suraj Jitindar Singh2019-06-201-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()Suraj Jitindar Singh2019-05-301-0/+1
* | KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9Paul Mackerras2019-05-301-2/+5
* | KVM: PPC: Book3S HV: Don't take kvm->lock around kvm_for_each_vcpuPaul Mackerras2019-05-291-8/+1
* | KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setupPaul Mackerras2019-05-291-8/+23
|/
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-04-301-1/+2
|\
| * powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-201-1/+2
* | KVM: PPC: Book3S HV: Save/restore vrsave register in kvmhv_p9_guest_entry()Suraj Jitindar Singh2019-04-301-0/+2
* | KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-301-48/+7
* | KVM: PPC: Book3S HV: smb->smp comment fixupPalmer Dabbelt2019-04-301-1/+1
* | KVM: PPC: Book3S HV: Fix lockdep warning when entering the guestAlexey Kardashevskiy2019-04-301-7/+8
* | KVM: PPC: Book3S HV: Implement virtual mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-301-0/+80
* | KVM: PPC: Book3S HV: Perserve PSSCR FAKE_SUSPEND bit on guest exitSuraj Jitindar Singh2019-04-051-1/+3
|/
* Merge tag 'kvm-ppc-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-02-221-15/+32
|\
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-02-221-4/+21
| |\
| | * powerpc/64s: Better printing of machine check info for guest MCEsPaul Mackerras2019-02-211-2/+2
| | * KVM: PPC: Book3S HV: Simplify machine check handlingPaul Mackerras2019-02-211-2/+16
| | * KVM: PPC: Book3S HV: Context switch AMR on Power9Michael Ellerman2019-02-211-1/+4
| * | KVM: PPC: Book3S HV: Fix build failure without IOMMU supportJordan Niethe2019-02-221-0/+2
| * | KVM: PPC: Book3S: Allow XICS emulation to work in nested hosts using XIVEPaul Mackerras2019-02-191-8/+8
| * | KVM: PPC: Book3S HV: Replace kmalloc_node+memset with kzalloc_nodewangbo2019-02-191-3/+1
| |/
* | KVM: Never start grow vCPU halt_poll_ns from value below halt_poll_ns_grow_startNir Weiner2019-02-201-3/+2
* | KVM: Expose the initial start value in grow_halt_poll_ns() as a module parameterNir Weiner2019-02-201-2/+1
* | KVM: grow_halt_poll_ns() should never shrink vCPU halt_poll_nsNir Weiner2019-02-201-1/+4
|/
* KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUEST to access quadrants...Suraj Jitindar Singh2018-12-171-1/+5
* KVM: PPC: Book3S HV: Allow passthrough of an emulated device to an L2 guestSuraj Jitindar Singh2018-12-171-4/+8
OpenPOWER on IntegriCloud