summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'fixes' into nextMichael Ellerman2022-05-191-5/+21
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf2022-05-111-5/+21
* | | powerpc: Add missing headersChristophe Leroy2022-05-082-0/+2
* | | powerpc: fix typos in commentsJulia Lawall2022-05-059-11/+11
* | | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-242-44/+45
|\| |
| * | KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-212-44/+45
| |/
* / KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-214-16/+17
|/
* powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-285-17/+96
|\
| * KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-081-0/+17
| * KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin2022-03-081-0/+20
| * KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-082-9/+26
| * KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin2022-03-071-8/+33
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-2516-117/+122
|\ \
| * | powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-082-2/+0
| * | powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat2022-03-081-0/+1
| |/
| * KVM: PPC: Book3S HV: remove unnecessary castsNour-eddine Taleb2022-03-043-3/+3
| * KVM: PPC: Decrement module refcount if init_vm failsFabiano Rosas2022-02-031-2/+7
| * KVM: PPC: Book3S HV: Free allocated memory if module init failsFabiano Rosas2022-02-031-4/+11
| * KVM: PPC: Book3S HV: Delay setting of kvm opsFabiano Rosas2022-02-031-5/+7
| * KVM: PPC: Book3S HV: Check return value of kvmppc_radix_initFabiano Rosas2022-02-031-1/+4
| * powerpc/kvm: no need to initialise statics to 0Jason Wang2022-02-021-1/+1
| * KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2022-02-0211-78/+47
| * KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas2022-01-312-7/+25
| * KVM: PPC: mmio: Return to guest after emulation failureFabiano Rosas2022-01-311-3/+3
| * KVM: PPC: mmio: Reject instructions that access more than mmio.data sizeFabiano Rosas2022-01-311-11/+5
| * KVM: PPC: Fix vmx/vsx mixup in mmio emulationFabiano Rosas2022-01-311-2/+2
| * KVM: PPC: Book3S HV: Stop returning internal values to userspaceFabiano Rosas2022-01-311-0/+8
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-241-1/+1
|\ \
| * | KVM: use __vcalloc for very large allocationsPaolo Bonzini2022-03-081-1/+1
| |/
* | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
* | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
|/
* KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2022-01-252-3/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-1619-92/+78
|\
| * Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-12-1913-672/+1389
| |\
| * | KVM: powerpc: Use Makefile.kvm for common filesDavid Woodhouse2021-12-091-6/+2
| * | Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini2021-12-081-1/+4
| |\ \
| * | | KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson2021-12-084-4/+4
| * | | KVM: Force PPC to define its own rcuwait objectSean Christopherson2021-12-081-1/+2
| * | | KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero2021-12-084-12/+13
| * | | KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero2021-12-081-0/+1
| * | | KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson2021-12-081-2/+0
| * | | KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson2021-12-085-19/+7
| * | | KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson2021-12-085-21/+27
| * | | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-0810-24/+27
| * | | KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier2021-12-081-9/+1
* | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-12-153-15/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson2021-12-141-2/+3
| * | | KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUESTAlexey Kardashevskiy2021-12-021-1/+1
| * | | KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy2021-12-021-2/+6