summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_64_vio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()Wei Yongjun2017-02-091-0/+1
* powerpc/kvm: Clarify __user annotationsDaniel Axtens2016-07-141-1/+2
* KVM: PPC: Create a virtual-mode only TCE table handlersAlexey Kardashevskiy2016-03-221-0/+52
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-1/+1
|\
| * powerpc/mm: Move hash related mmu-*.h headers to book3s/Aneesh Kumar K.V2016-03-031-1/+1
* | KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-021-3/+7
* | KVM: PPC: Add @page_shift to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-021-11/+11