summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/book3s_64_vio_hv.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-191-672/+0
* KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-211-22/+22
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-1/+1
|\
| * KVM: Move last_used_slot logic out of search_memslotsDavid Matlack2021-08-061-1/+1
* | KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy2021-08-301-3/+6
|/
* KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlersNicholas Piggin2021-06-101-12/+0
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng2020-09-221-1/+1
* powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-1/+1
* powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update.Aneesh Kumar K.V2020-05-051-29/+9
* powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functionsAneesh Kumar K.V2020-05-051-6/+24
* KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu2020-03-161-1/+0
* KVM: PPC: Book3S: Invalidate multiple TCEs at onceAlexey Kardashevskiy2019-08-301-10/+28
* KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handlingAlexey Kardashevskiy2019-08-301-2/+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-17/+49
* KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy2019-04-301-27/+24
* KVM: PPC: Optimize clearing TCEs for sparse tablesAlexey Kardashevskiy2018-10-201-3/+3
* KVM: PPC: Remove redundand permission bits removalAlexey Kardashevskiy2018-10-091-13/+9
* KVM: PPC: Propagate errors to the guest when failed instead of ignoringAlexey Kardashevskiy2018-10-091-14/+7
* KVM: PPC: Validate TCEs against preregistered memory page sizesAlexey Kardashevskiy2018-10-091-7/+25
* KVM: PPC: Inform the userspace about TCE update failuresAlexey Kardashevskiy2018-10-021-3/+3
* KVM: PPC: Validate all tces before updating tablesAlexey Kardashevskiy2018-10-021-0/+4
* KVM: PPC: Avoid marking DMA-mapped pages dirty in real modeAlexey Kardashevskiy2018-09-121-8/+31
* Merge branch 'fixes' into nextMichael Ellerman2018-08-131-2/+4
|\
| * KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-181-2/+4
* | powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-301-1/+0
* | powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-0/+1
* | powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-161-2/+2
* | powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-161-8/+0
* | KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-5/+5
|/
* KVM: PPC: Add pt_regs into kvm_vcpu_arch and move vcpu->arch.gpr[] into itSimon Guo2018-05-181-1/+1
* KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...Alexey Kardashevskiy2018-05-171-6/+44
* KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCEAlexey Kardashevskiy2018-05-171-1/+1
* KVM: PPC: Remove unused kvm_unmap_hva callbackPaul Mackerras2018-03-191-1/+1
* powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-171-1/+11
* KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlersPaul Mackerras2017-05-121-0/+13
* KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy2017-04-201-1/+200
* KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-201-24/+7
* KVM: PPC: Use preregistered memory API to access TCE listAlexey Kardashevskiy2017-04-201-16/+42
* KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy2017-04-201-6/+7
* KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.hPaul Mackerras2016-12-011-1/+0
* KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.hGeliang Tang2016-11-211-1/+0
* KVM: PPC: Book3S HV: sparse: prototypes for functions called from assemblerDaniel Axtens2016-11-211-0/+1
* KVM: PPC: Create a virtual-mode only TCE table handlersAlexey Kardashevskiy2016-03-221-5/+3
* 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 @offset to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-021-2/+5
* | KVM: PPC: Add @page_shift to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-021-11/+10
* | KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-161-4/+146