summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-051-13/+19
* kvm: add halt-polling cpu usage statsDavid Matlack2020-05-151-0/+2
* kvm: Replace vcpu->swait with rcuwaitDavidlohr Bueso2020-05-132-14/+11
* Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini2020-05-139-55/+22
|\
| * KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu2020-05-071-0/+1
| * Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-04-212-8/+10
| |\
| | * KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functionsPaul Mackerras2020-04-212-8/+10
| * | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-04-081-2/+0
| |\ \
| | * | vhost: refine vhost and vringh kconfigJason Wang2020-04-011-2/+0
| * | | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual2020-04-071-1/+1
| * | | Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-04-056-44/+10
| |\ \ \ | | |_|/ | |/| |
| | * | powerpc/64s/exception: Move KVM test to common codeNicholas Piggin2020-04-012-18/+0
| | * | powerpc/kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-03-044-26/+10
* | | | KVM: Remove redundant argument to kvm_arch_vcpu_ioctl_runTianjia Zhang2020-04-211-1/+2
* | | | kvm_host: unify VM_STAT and VCPU_STAT definitions in a single placeEmanuele Giuseppe Esposito2020-04-212-54/+48
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-0323-189/+217
|\ \ \
| * | | KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-311-2/+2
| * | | KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-263-0/+43
| * | | KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour2020-03-241-1/+2
| * | | KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour2020-03-241-11/+21
| * | | KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas2020-03-241-0/+3
| * | | KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-198-25/+0
| * | | KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-194-3/+4
| * | | KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz2020-03-192-2/+1
| * | | KVM: PPC: Use fallthrough;Joe Perches2020-03-195-7/+6
| * | | KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guestsMichael Roth2020-03-191-0/+1
| * | | KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-03-192-7/+37
| * | | KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman2020-03-191-1/+1
| * | | KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handlerPaul Mackerras2020-03-191-62/+57
| * | | KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-166-6/+0
| * | | KVM: Terminate memslot walks via used_slotsSean Christopherson2020-03-161-1/+1
| * | | KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson2020-03-161-5/+1
| * | | KVM: Provide common implementation for generic dirty log functionsSean Christopherson2020-03-162-0/+10
| * | | KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson2020-03-165-16/+9
| * | | KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson2020-03-161-1/+1
| * | | KVM: Drop kvm_arch_create_memslot()Sean Christopherson2020-03-161-6/+0
| * | | KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson2020-03-165-38/+21
| |/ /
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2020-04-021-0/+3
|\ \ \ | |_|/ |/| |
| * | mm: handle multiple owners of device private pages in migrate_vmaChristoph Hellwig2020-03-261-0/+1
| * | memremap: add an owner field to struct dev_pagemapChristoph Hellwig2020-03-261-0/+2
| |/
* / KVM: PPC: Fix kernel crash with PR KVMGreg Kurz2020-03-202-2/+1
|/
* Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-043-5/+5
|\
| * powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2Jordan Niethe2020-01-251-0/+2
| * powerpc: use probe_user_read() and probe_user_write()Christophe Leroy2020-01-251-4/+2
| * KVM: PPC: Book3S HV: XIVE: Fix typo in commentGreg Kurz2020-01-231-1/+1
* | Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-01-308-22/+51
|\ \
| * | KVM: PPC: Book3S PR: Fix -Werror=return-type build failureDavid Michael2020-01-291-0/+1
| * | KVM: PPC: Book3S HV: Release lock on page-out failure pathBharata B Rao2020-01-291-1/+1
| * | KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcallSukadev Bhattiprolu2020-01-172-0/+31
| * | KVM: PPC: Add skip_page_out parameter to uvmem functionsSukadev Bhattiprolu2020-01-173-4/+4