summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-221-1/+2
|\
| * KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorPaul Mackerras2019-12-181-1/+2
* | KVM: PPC: Book3S HV: Fix regression on big endian hostsMarcus Comstedt2019-12-171-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-12-045-0/+968
|\|
| * KVM: PPC: Book3S HV: Support reset of secure guestBharata B Rao2019-11-282-0/+102
| * KVM: PPC: Book3S HV: Handle memory plug/unplug to secure VMBharata B Rao2019-11-283-0/+64
| * KVM: PPC: Book3S HV: Radix changes for secure guestBharata B Rao2019-11-282-0/+54
| * KVM: PPC: Book3S HV: Shared pages support for secure guestsBharata B Rao2019-11-281-4/+81
| * KVM: PPC: Book3S HV: Support for running secure guestsBharata B Rao2019-11-283-0/+671
* | Merge tag 'powerpc-spectre-rsb' of powerpc-CVE-2019-18660.bundleLinus Torvalds2019-11-271-0/+30
|\ \ | |/ |/|
| * KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-141-0/+30
* | Merge tag 'kvm-ppc-next-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-251-15/+29
|\ \
| * | KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz2019-11-211-6/+7
| * | KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz2019-11-211-9/+22
* | | Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-0114-158/+248
|\| |
| * | KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE modeNicholas Piggin2019-10-221-0/+5
| * | KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interruptsNicholas Piggin2019-10-221-0/+15
| * | KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-223-57/+56
| * | KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-226-61/+62
| * | KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-222-2/+2
| * | KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPsGreg Kurz2019-10-222-0/+13
| * | KVM: PPC: Book3S HV: XIVE: Make VP block size configurableGreg Kurz2019-10-223-25/+62
| * | KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helperGreg Kurz2019-10-223-18/+36
| * | KVM: PPC: Book3S HV: XIVE: Show VP id in debugfsGreg Kurz2019-10-222-4/+4
| * | KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocatedGreg Kurz2019-10-222-7/+6
| * | KVM: PPC: E500: Replace current->mm by kvm->mmLeonardo Bras2019-10-221-3/+3
| * | KVM: PPC: Reduce calls to get current->mm by storing the value locallyLeonardo Bras2019-10-221-5/+6
| * | KVM: PPC: Report single stepping capabilityFabiano Rosas2019-10-211-0/+2
| |/
* / KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-222-2/+2
|/
* KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in useGreg Kurz2019-10-153-10/+32
* powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe2019-10-091-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-10-041-4/+4
|\
| * kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-09-301-4/+4
* | powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V2019-09-241-10/+32
* | powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V2019-09-241-1/+1
* | KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flagMichael Roth2019-09-241-1/+1
* | powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-213-11/+16
|/
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-205-27/+89
|\
| * powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+6
| * powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin2019-09-051-1/+1
| * powerpc/64s/radix: tidy up TLB flushing codeNicholas Piggin2019-09-051-1/+1
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-303-27/+87
| |\
| | * powerpc/kvm: Use UV_RETURN ucall to return to ultravisorSukadev Bhattiprolu2019-08-301-6/+33
| | * KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-302-19/+48
| | * KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2019-08-302-4/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-08-194-27/+91
| |\|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1811-44/+126
|\ \ \
| * \ \ Merge tag 'kvm-ppc-next-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-09-1011-49/+140
| |\ \ \
| | * | | 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