index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
Files
Lines
2024-11-03
fdget(), trivial conversions
Al Viro
1
-16
/
+5
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-2
/
+2
2024-06-16
KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
Michael Ellerman
1
-5
/
+13
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
1
-0
/
+1
2023-10-27
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-2
/
+2
2023-10-19
powerpc: Remove extern from function implementations
Benjamin Gray
1
-4
/
+4
2023-09-14
KVM: PPC: Always use the GPR accessors
Jordan Niethe
1
-2
/
+2
2023-03-16
KVM: PPC: Standardize on "int" return types in the powerpc KVM code
Thomas Huth
1
-2
/
+2
2022-11-24
KVM: PPC: Book3s: Use arg->size directly in kvm_vm_ioctl_create_spapr_tce()
Deming Wang
1
-3
/
+3
2022-06-29
KVM: PPC: Do not warn when userspace asked for too big TCE table
Alexey Kardashevskiy
1
-1
/
+1
2022-05-19
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-20
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-16
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
[next]