summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
2022-05-15Merge tag 'powerpc-5.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-11KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson
2022-04-21KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy
2022-03-28powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy
2022-03-28Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-08KVM: use __vcalloc for very large allocationsPaolo Bonzini
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin
2022-03-08KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin
2022-03-08powerpc/pseries: Interface to represent PAPR firmware attributesPratik R. Sampat
2022-03-07KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin
2022-03-04KVM: PPC: Book3S HV: remove unnecessary castsNour-eddine Taleb
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig
2022-02-03KVM: PPC: Decrement module refcount if init_vm failsFabiano Rosas
2022-02-03KVM: PPC: Book3S HV: Free allocated memory if module init failsFabiano Rosas
2022-02-03KVM: PPC: Book3S HV: Delay setting of kvm opsFabiano Rosas
2022-02-03KVM: PPC: Book3S HV: Check return value of kvmppc_radix_initFabiano Rosas
2022-02-02powerpc/kvm: no need to initialise statics to 0Jason Wang
2022-02-02KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy
2022-01-31KVM: PPC: Book3s: mmio: Deliver DSI after emulation failureFabiano Rosas
2022-01-31KVM: PPC: mmio: Return to guest after emulation failureFabiano Rosas
2022-01-31KVM: PPC: mmio: Reject instructions that access more than mmio.data sizeFabiano Rosas
2022-01-31KVM: PPC: Fix vmx/vsx mixup in mmio emulationFabiano Rosas
2022-01-31KVM: PPC: Book3S HV: Stop returning internal values to userspaceFabiano Rosas
2022-01-25KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-12-19Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2021-12-15Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-12-14KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson
2021-12-09KVM: powerpc: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: Force PPC to define its own rcuwait objectSean Christopherson
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero
2021-12-08KVM: Use interval tree to do fast hva lookup in memslotsMaciej S. Szmigiero
2021-12-08KVM: Stop passing kvm_userspace_memory_region to arch memslot hooksSean Christopherson
2021-12-08KVM: PPC: Avoid referencing userspace memory region in memslot updatesSean Christopherson
2021-12-08KVM: Let/force architectures to deal with arch specific memslot dataSean Christopherson
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-08KVM: Move wiping of the kvm->vcpus array to common codeMarc Zyngier
2021-12-02KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUESTAlexey Kardashevskiy
2021-12-02KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy
2021-12-02KVM: PPC: Book3S HV P9: Remove unused ri_set local variableNicholas Piggin