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
starfive-6.6.48-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
/
mips
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-28
KVM: MIPS: Implement VZ support
James Hogan
1
-0
/
+20
2017-02-03
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
James Hogan
1
-17
/
+218
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
James Hogan
1
-19
/
+37
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
James Hogan
1
-23
/
+26
2017-02-03
KVM: MIPS/MMU: Handle dirty logging on GPA faults
James Hogan
1
-4
/
+70
2017-02-03
KVM: MIPS/MMU: Use generic dirty log & protect helper
James Hogan
1
-0
/
+22
2017-02-03
KVM: MIPS/MMU: Add GPA PT mkclean helper
James Hogan
1
-0
/
+124
2017-02-03
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
James Hogan
1
-1
/
+0
2017-02-03
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
1
-8
/
+13
2017-02-03
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
James Hogan
1
-3
/
+18
2017-02-03
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
1
-0
/
+51
2017-02-03
KVM: MIPS: Update vcpu->mode and vcpu->cpu
James Hogan
1
-0
/
+2
2017-02-03
KVM: MIPS/MMU: Convert guest physical map to page table
James Hogan
1
-33
/
+260
2017-02-03
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
1
-5
/
+4
2017-02-03
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
1
-19
/
+0
2017-02-03
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
1
-1
/
+1
2017-02-03
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
1
-72
/
+5
2017-02-03
KVM: MIPS/MMU: Convert commpage fault handling to page tables
James Hogan
1
-0
/
+21
2017-02-03
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
1
-59
/
+34
2017-02-03
KVM: MIPS/MMU: Convert KSeg0 faults to page tables
James Hogan
1
-15
/
+64
2017-02-03
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
1
-0
/
+95
2017-02-03
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
1
-0
/
+134
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
1
-4
/
+4
2017-02-03
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
1
-51
/
+0
2017-02-03
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
1
-2
/
+2
2017-02-03
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
1
-34
/
+12
2016-10-26
KVM: MIPS: Fix lazy user ASID regenerate for SMP
James Hogan
1
-4
/
+0
2016-09-29
Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Radim Krčmář
1
-2
/
+14
2016-09-29
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
1
-0
/
+4
2016-09-29
KVM: MIPS: Split kernel/user ASID regeneration
James Hogan
1
-2
/
+10
2016-08-19
MIPS: KVM: Check for pfn noslot case
James Hogan
1
-1
/
+1
2016-08-12
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
1
-3
/
+9
2016-08-12
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
1
-1
/
+1
2016-08-12
MIPS: KVM: Add missing gfn range check
James Hogan
1
-8
/
+15
2016-08-12
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
1
-21
/
+28
2016-08-01
MIPS: KVM: Use kmap instead of CKSEG0ADDR()
James Hogan
1
-1
/
+6
2016-06-16
MIPS: KVM: Use host CCA for TLB mappings
James Hogan
1
-8
/
+10
2016-06-14
MIPS: KVM: Dump guest tlbs if kvm_get_inst() fails
James Hogan
1
-0
/
+1
2016-06-14
MIPS: KVM: Use va in kvm_get_inst()
James Hogan
1
-8
/
+7
2016-06-14
MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h
James Hogan
1
-10
/
+12
2016-06-14
MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*
James Hogan
1
-9
/
+11
2016-06-14
MIPS: KVM: Drop unused hpa0/hpa1 args from function
James Hogan
1
-11
/
+2
2016-06-14
MIPS: KVM: Simplify even/odd TLB handling
James Hogan
1
-9
/
+2
2016-06-14
MIPS: KVM: Don't indirect KVM functions
James Hogan
1
-2
/
+2
2016-06-14
MIPS: KVM: Move non-TLB handling code out of tlb.c
James Hogan
1
-0
/
+380