summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_vio.c
Commit message (Expand)AuthorAgeFilesLines
* Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2023-10-271-2/+2
|\
| * KVM: PPC: Always use the GPR accessorsJordan Niethe2023-09-141-2/+2
* | powerpc: Remove extern from function implementationsBenjamin Gray2023-10-191-4/+4
|/
* KVM: PPC: Standardize on "int" return types in the powerpc KVM codeThomas Huth2023-03-161-2/+2
* KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()Deming Wang2022-11-241-3/+3
* KVM: PPC: Do not warn when userspace asked for too big TCE tableAlexey Kardashevskiy2022-06-291-1/+1
* KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-0/+43
* KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-211-22/+23
* KVM: PPC: Replace zero-length array with flexible array memberLen Baker2021-10-201-2/+1
* KVM: Move last_used_slot logic out of search_memslotsDavid Matlack2021-08-061-1/+1
* KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-221-1/+1
* KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
* KVM: PPC: Book3S: Fix some RCU-list locksQian Cai2020-05-271-4/+14
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* KVM: PPC: Book3S: Replace current->mm by kvm->mmLeonardo Bras2020-01-171-4/+6
* KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-221-1/+1
* KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-301-9/+20
* KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2019-08-301-2/+4
* mm: add account_locked_vm utility functionDaniel Jordan2019-07-161-40/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266Thomas Gleixner2019-06-051-12/+1
* KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy2019-04-301-14/+58
* KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy2019-04-301-4/+20
* KVM: PPC: Book3S: Protect memslots while validating user addressAlexey Kardashevskiy2019-04-051-3/+3
* KVM: PPC: Book3S: Improve KVM reference countingAlexey Kardashevskiy2019-02-221-3/+4
* KVM: PPC: Release all hardware TCE tables attached to a groupAlexey Kardashevskiy2019-02-191-1/+0
* powerpc/vfio/iommu/kvm: Do not pin device memoryAlexey Kardashevskiy2018-12-211-8/+10
* KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-201-3/+2
* KVM: PPC: Remove redundand permission bits removalAlexey Kardashevskiy2018-10-091-8/+4
* KVM: PPC: Propagate errors to the guest when failed instead of ignoringAlexey Kardashevskiy2018-10-091-14/+6
* KVM: PPC: Validate TCEs against preregistered memory page sizesAlexey Kardashevskiy2018-10-091-0/+35
* KVM: PPC: Inform the userspace about TCE update failuresAlexey Kardashevskiy2018-10-021-4/+4
* KVM: PPC: Validate all tces before updating tablesAlexey Kardashevskiy2018-10-021-0/+18
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-3/+2
|\
| * Merge tag 'v4.18-rc6' into HEADPaolo Bonzini2018-08-061-1/+1
| |\
| * | KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tablesAlexey Kardashevskiy2018-07-181-3/+2
* | | Merge branch 'fixes' into nextMichael Ellerman2018-08-131-1/+1
|\ \ \ | | |/ | |/|
| * | KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-181-1/+1
| |/
* | powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
* | KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-5/+6
|/
* KVM: PPC: Book3S: Change return type to vm_fault_tSouptick Joarder2018-05-171-1/+1
* KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parametersAlexey Kardashevskiy2018-05-171-1/+2
* KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...Alexey Kardashevskiy2018-05-171-14/+50
* KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCEAlexey Kardashevskiy2018-05-171-1/+1
* KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCUAlexey Kardashevskiy2017-10-141-9/+14
* KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras2017-08-301-11/+10
* KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras2017-08-251-22/+34
* KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-2/+304
* KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-201-3/+4
* KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy2017-04-201-1/+1