index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_vio.c
Age
Commit message (
Expand
)
Author
2020-05-27
KVM: PPC: Book3S: Fix some RCU-list locks
Qian Cai
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
2020-01-17
KVM: PPC: Book3S: Replace current->mm by kvm->mm
Leonardo Bras
2019-10-22
KVM: Add separate helper for putting borrowed reference to kvm
Sean Christopherson
2019-08-30
KVM: PPC: Book3S: Invalidate multiple TCEs at once
Alexey Kardashevskiy
2019-08-30
KVM: PPC: Book3S: Fix incorrect guest-to-user-translation error handling
Alexey Kardashevskiy
2019-07-16
mm: add account_locked_vm utility function
Daniel Jordan
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-04-30
KVM: PPC: Book3S: Allocate guest TCEs on demand too
Alexey Kardashevskiy
2019-04-30
KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlers
Alexey Kardashevskiy
2019-04-05
KVM: PPC: Book3S: Protect memslots while validating user address
Alexey Kardashevskiy
2019-02-22
KVM: PPC: Book3S: Improve KVM reference counting
Alexey Kardashevskiy
2019-02-19
KVM: PPC: Release all hardware TCE tables attached to a group
Alexey Kardashevskiy
2018-12-21
powerpc/vfio/iommu/kvm: Do not pin device memory
Alexey Kardashevskiy
2018-10-20
KVM: PPC: Optimize clearing TCEs for sparse tables
Alexey Kardashevskiy
2018-10-09
KVM: PPC: Remove redundand permission bits removal
Alexey Kardashevskiy
2018-10-09
KVM: PPC: Propagate errors to the guest when failed instead of ignoring
Alexey Kardashevskiy
2018-10-09
KVM: PPC: Validate TCEs against preregistered memory page sizes
Alexey Kardashevskiy
2018-10-02
KVM: PPC: Inform the userspace about TCE update failures
Alexey Kardashevskiy
2018-10-02
KVM: PPC: Validate all tces before updating tables
Alexey Kardashevskiy
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-13
Merge branch 'fixes' into next
Michael Ellerman
2018-08-06
Merge tag 'v4.18-rc6' into HEAD
Paolo Bonzini
2018-07-30
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
2018-07-18
KVM: PPC: Check if IOMMU page is contained in the pinned physical page
Alexey Kardashevskiy
2018-07-18
KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tables
Alexey Kardashevskiy
2018-07-16
KVM: PPC: Make iommu_table::it_userspace big endian
Alexey Kardashevskiy
2018-05-17
KVM: PPC: Book3S: Change return type to vm_fault_t
Souptick Joarder
2018-05-17
KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parameters
Alexey Kardashevskiy
2018-05-17
KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...
Alexey Kardashevskiy
2018-05-17
KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCE
Alexey Kardashevskiy
2017-10-14
KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
Alexey Kardashevskiy
2017-08-30
KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list
Paul Mackerras
2017-08-25
KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
Paul Mackerras
2017-04-20
KVM: PPC: VFIO: Add in-kernel acceleration for VFIO
Alexey Kardashevskiy
2017-04-20
KVM: PPC: Pass kvm* to kvmppc_find_table()
Alexey Kardashevskiy
2017-04-20
KVM: PPC: Align the table size to system page size
Alexey Kardashevskiy
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-09
KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
Wei Yongjun
2016-07-14
powerpc/kvm: Clarify __user annotations
Daniel Axtens
2016-03-22
KVM: PPC: Create a virtual-mode only TCE table handlers
Alexey Kardashevskiy
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
2016-03-02
KVM: PPC: Add support for 64bit TCE windows
Alexey Kardashevskiy
2016-03-02
KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
Alexey Kardashevskiy
2016-02-16
KVM: PPC: Add support for multiple-TCE hcalls
Alexey Kardashevskiy
2016-02-16
KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
Alexey Kardashevskiy
2016-02-16
KVM: PPC: Account TCE-containing pages in locked_vm
Alexey Kardashevskiy
2016-02-16
KVM: PPC: Use RCU for arch.spapr_tce_tables
Alexey Kardashevskiy
[next]