index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
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
2016-03-03
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
1
-1
/
+1
2016-03-02
KVM: PPC: Add support for 64bit TCE windows
Alexey Kardashevskiy
1
-3
/
+7
2016-03-02
KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
Alexey Kardashevskiy
1
-11
/
+11
2016-02-16
KVM: PPC: Add support for multiple-TCE hcalls
Alexey Kardashevskiy
1
-2
/
+58
2016-02-16
KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4K
Alexey Kardashevskiy
1
-1
/
+2
[next]