Age | Commit message (Expand) | Author | Files | Lines |
2022-06-29 | KVM: PPC: Do not warn when userspace asked for too big TCE table | Alexey Kardashevskiy | 1 | -1/+1 |
2022-05-18 | KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers | Alexey Kardashevskiy | 1 | -0/+43 |
2022-04-21 | KVM: PPC: Fix TCE handling for VFIO | Alexey Kardashevskiy | 1 | -22/+23 |
2021-10-21 | KVM: PPC: Replace zero-length array with flexible array member | Len Baker | 1 | -2/+1 |
2021-08-06 | KVM: Move last_used_slot logic out of search_memslots | David Matlack | 1 | -1/+1 |
2020-09-22 | KVM: PPC: Book3S: Fix symbol undeclared warnings | Wang Wensheng | 1 | -1/+1 |
2020-09-22 | KVM: PPC: Book3S: Remove redundant initialization of variable ret | Jing Xiangfeng | 1 | -1/+1 |
2020-05-27 | KVM: PPC: Book3S: Fix some RCU-list locks | Qian Cai | 1 | -4/+14 |
2020-03-16 | KVM: Remove unnecessary asm/kvm_host.h includes | Peter Xu | 1 | -1/+0 |
2020-01-17 | KVM: PPC: Book3S: Replace current->mm by kvm->mm | Leonardo Bras | 1 | -4/+6 |
2019-10-22 | KVM: Add separate helper for putting borrowed reference to kvm | Sean Christopherson | 1 | -1/+1 |
2019-08-30 | KVM: PPC: Book3S: Invalidate multiple TCEs at once | Alexey Kardashevskiy | 1 | -9/+20 |
2019-08-30 | KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling | Alexey Kardashevskiy | 1 | -2/+4 |
2019-07-17 | mm: add account_locked_vm utility function | Daniel Jordan | 1 | -40/+4 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner | 1 | -12/+1 |
2019-04-30 | KVM: PPC: Book3S: Allocate guest TCEs on demand too | Alexey Kardashevskiy | 1 | -14/+58 |
2019-04-30 | KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers | Alexey Kardashevskiy | 1 | -4/+20 |
2019-04-05 | KVM: PPC: Book3S: Protect memslots while validating user address | Alexey Kardashevskiy | 1 | -3/+3 |
2019-02-22 | KVM: PPC: Book3S: Improve KVM reference counting | Alexey Kardashevskiy | 1 | -3/+4 |
2019-02-19 | KVM: PPC: Release all hardware TCE tables attached to a group | Alexey Kardashevskiy | 1 | -1/+0 |
2018-12-21 | powerpc/vfio/iommu/kvm: Do not pin device memory | Alexey Kardashevskiy | 1 | -8/+10 |
2018-10-20 | KVM: PPC: Optimize clearing TCEs for sparse tables | Alexey Kardashevskiy | 1 | -3/+2 |
2018-10-09 | KVM: PPC: Remove redundand permission bits removal | Alexey Kardashevskiy | 1 | -8/+4 |
2018-10-09 | KVM: PPC: Propagate errors to the guest when failed instead of ignoring | Alexey Kardashevskiy | 1 | -14/+6 |
2018-10-09 | KVM: PPC: Validate TCEs against preregistered memory page sizes | Alexey Kardashevskiy | 1 | -0/+35 |
2018-10-02 | KVM: PPC: Inform the userspace about TCE update failures | Alexey Kardashevskiy | 1 | -4/+4 |
2018-10-02 | KVM: PPC: Validate all tces before updating tables | Alexey Kardashevskiy | 1 | -0/+18 |
2018-08-19 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -3/+2 |
2018-08-13 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -1/+1 |
2018-08-06 | Merge tag 'v4.18-rc6' into HEAD | Paolo Bonzini | 1 | -1/+1 |
2018-07-30 | powerpc: remove unnecessary inclusion of asm/tlbflush.h | Christophe Leroy | 1 | -1/+0 |
2018-07-18 | KVM: PPC: Check if IOMMU page is contained in the pinned physical page | Alexey Kardashevskiy | 1 | -1/+1 |
2018-07-18 | KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables | Alexey Kardashevskiy | 1 | -3/+2 |
2018-07-16 | KVM: PPC: Make iommu_table::it_userspace big endian | Alexey Kardashevskiy | 1 | -5/+6 |
2018-05-17 | KVM: PPC: Book3S: Change return type to vm_fault_t | Souptick Joarder | 1 | -1/+1 |
2018-05-17 | KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parameters | Alexey Kardashevskiy | 1 | -1/+2 |
2018-05-17 | KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica... | Alexey Kardashevskiy | 1 | -14/+50 |
2018-05-17 | KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCE | Alexey Kardashevskiy | 1 | -1/+1 |
2017-10-14 | KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU | Alexey Kardashevskiy | 1 | -9/+14 |
2017-08-30 | KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list | Paul Mackerras | 1 | -11/+10 |
2017-08-25 | KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce() | Paul Mackerras | 1 | -22/+34 |
2017-04-20 | KVM: PPC: VFIO: Add in-kernel acceleration for VFIO | Alexey Kardashevskiy | 1 | -2/+304 |
2017-04-20 | KVM: PPC: Pass kvm* to kvmppc_find_table() | Alexey Kardashevskiy | 1 | -3/+4 |
2017-04-20 | KVM: PPC: Align the table size to system page size | Alexey Kardashevskiy | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -2/+2 |
2017-02-09 | KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce() | Wei Yongjun | 1 | -0/+1 |
2016-07-14 | powerpc/kvm: Clarify __user annotations | Daniel Axtens | 1 | -1/+2 |
2016-03-22 | KVM: PPC: Create a virtual-mode only TCE table handlers | Alexey Kardashevskiy | 1 | -0/+52 |
2016-03-20 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |