summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_64_vio.c
AgeCommit message (Expand)Author
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-10-27Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2023-10-19powerpc: Remove extern from function implementationsBenjamin Gray
2023-09-14KVM: PPC: Always use the GPR accessorsJordan Niethe
2023-03-16KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth
2022-11-24KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Deming Wang
2022-06-29KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy
2022-04-21KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy
2021-10-20KVM: PPC: Replace zero-length array with flexible array memberLen Baker
2021-08-06KVM: Move last_used_slot logic out of search_memslotsDavid Matlack
2020-09-22KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng
2020-09-22KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng
2020-05-27KVM: PPC: Book3S: Fix some RCU-list locksQian Cai
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu
2020-01-17KVM: PPC: Book3S: Replace current->mm by kvm->mmLeonardo Bras
2019-10-22KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson
2019-08-30KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy
2019-08-30KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner
2019-04-30KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy
2019-04-30KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy
2019-04-05KVM: PPC: Book3S: Protect memslots while validating user addressAlexey Kardashevskiy
2019-02-22KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy
2019-02-19KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy
2018-12-21powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy
2018-10-20KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy
2018-10-09KVM: PPC: Remove redundand permission bits removalAlexey Kardashevskiy
2018-10-09KVM: PPC: Propagate errors to the guest when failed instead of ignoringAlexey Kardashevskiy
2018-10-09KVM: PPC: Validate TCEs against preregistered memory page sizesAlexey Kardashevskiy
2018-10-02KVM: PPC: Inform the userspace about TCE update failuresAlexey Kardashevskiy
2018-10-02KVM: PPC: Validate all tces before updating tablesAlexey Kardashevskiy
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-08-13Merge branch 'fixes' into nextMichael Ellerman
2018-08-06Merge tag 'v4.18-rc6' into HEADPaolo Bonzini
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy
2018-07-18KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tablesAlexey Kardashevskiy
2018-07-16KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy
2018-05-17KVM: PPC: Book3S: Change return type to vm_fault_tSouptick Joarder
2018-05-17KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parametersAlexey Kardashevskiy
2018-05-17KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...Alexey Kardashevskiy
2018-05-17KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCEAlexey Kardashevskiy
2017-10-14KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCUAlexey Kardashevskiy
2017-08-30KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras
2017-08-25KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras
2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy
2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy
2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy