index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: kvm: Use vm_get_page_prot to get protection bits
Thomas Bogendoerfer
2020-11-19
1
-1
/
+3
*
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
2020-08-21
1
-1
/
+2
*
KVM: MIPS: Use common KVM implementation of MMU memory caches
Sean Christopherson
2020-07-09
1
-35
/
+5
*
KVM: MIPS: Account pages used for GPA page tables
Sean Christopherson
2020-07-09
1
-1
/
+1
*
KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
Sean Christopherson
2020-07-09
1
-8
/
+4
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-10
/
+10
*
mips: add support for folded p4d page tables
Mike Rapoport
2019-11-22
1
-4
/
+12
*
mips: drop __pXd_offset() macros that duplicate pXd_index() ones
Mike Rapoport
2019-11-22
1
-12
/
+12
*
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2018-12-21
1
-1
/
+2
*
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
2018-09-07
1
-10
/
+0
*
KVM: MIPS: Implement VZ support
James Hogan
2017-03-28
1
-0
/
+20
*
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
James Hogan
2017-02-03
1
-17
/
+218
*
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
James Hogan
2017-02-03
1
-19
/
+37
*
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
James Hogan
2017-02-03
1
-23
/
+26
*
KVM: MIPS/MMU: Handle dirty logging on GPA faults
James Hogan
2017-02-03
1
-4
/
+70
*
KVM: MIPS/MMU: Use generic dirty log & protect helper
James Hogan
2017-02-03
1
-0
/
+22
*
KVM: MIPS/MMU: Add GPA PT mkclean helper
James Hogan
2017-02-03
1
-0
/
+124
*
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
James Hogan
2017-02-03
1
-1
/
+0
*
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
2017-02-03
1
-8
/
+13
*
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
James Hogan
2017-02-03
1
-3
/
+18
*
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
2017-02-03
1
-0
/
+51
*
KVM: MIPS: Update vcpu->mode and vcpu->cpu
James Hogan
2017-02-03
1
-0
/
+2
*
KVM: MIPS/MMU: Convert guest physical map to page table
James Hogan
2017-02-03
1
-33
/
+260
*
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
2017-02-03
1
-5
/
+4
*
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
1
-19
/
+0
*
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
2017-02-03
1
-1
/
+1
*
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
2017-02-03
1
-72
/
+5
*
KVM: MIPS/MMU: Convert commpage fault handling to page tables
James Hogan
2017-02-03
1
-0
/
+21
*
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
2017-02-03
1
-59
/
+34
*
KVM: MIPS/MMU: Convert KSeg0 faults to page tables
James Hogan
2017-02-03
1
-15
/
+64
*
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
2017-02-03
1
-0
/
+95
*
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
1
-0
/
+134
*
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2017-02-03
1
-4
/
+4
*
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2017-02-03
1
-51
/
+0
*
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
2017-02-03
1
-2
/
+2
*
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
2017-02-03
1
-34
/
+12
*
KVM: MIPS: Fix lazy user ASID regenerate for SMP
James Hogan
2016-10-26
1
-4
/
+0
*
Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Radim Krčmář
2016-09-29
1
-2
/
+14
|
\
|
*
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
2016-09-29
1
-0
/
+4
|
*
KVM: MIPS: Split kernel/user ASID regeneration
James Hogan
2016-09-29
1
-2
/
+10
*
|
MIPS: KVM: Check for pfn noslot case
James Hogan
2016-08-19
1
-1
/
+1
|
/
*
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2016-08-12
1
-3
/
+9
*
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
2016-08-12
1
-1
/
+1
*
MIPS: KVM: Add missing gfn range check
James Hogan
2016-08-12
1
-8
/
+15
*
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
2016-08-12
1
-21
/
+28
*
MIPS: KVM: Use kmap instead of CKSEG0ADDR()
James Hogan
2016-08-01
1
-1
/
+6
*
MIPS: KVM: Use host CCA for TLB mappings
James Hogan
2016-06-15
1
-8
/
+10
*
MIPS: KVM: Dump guest tlbs if kvm_get_inst() fails
James Hogan
2016-06-14
1
-0
/
+1
*
MIPS: KVM: Use va in kvm_get_inst()
James Hogan
2016-06-14
1
-8
/
+7
*
MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h
James Hogan
2016-06-14
1
-10
/
+12
[next]