index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
2017-03-28
KVM: MIPS: Implement VZ support
James Hogan
2017-02-03
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
James Hogan
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
James Hogan
2017-02-03
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
James Hogan
2017-02-03
KVM: MIPS/MMU: Handle dirty logging on GPA faults
James Hogan
2017-02-03
KVM: MIPS/MMU: Use generic dirty log & protect helper
James Hogan
2017-02-03
KVM: MIPS/MMU: Add GPA PT mkclean helper
James Hogan
2017-02-03
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
James Hogan
2017-02-03
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
James Hogan
2017-02-03
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
James Hogan
2017-02-03
KVM: MIPS/T&E: Add lockless GVA access helpers
James Hogan
2017-02-03
KVM: MIPS: Update vcpu->mode and vcpu->cpu
James Hogan
2017-02-03
KVM: MIPS/MMU: Convert guest physical map to page table
James Hogan
2017-02-03
KVM: MIPS: Improve kvm_get_inst() error return
James Hogan
2017-02-03
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
James Hogan
2017-02-03
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
2017-02-03
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
2017-02-03
KVM: MIPS/MMU: Convert commpage fault handling to page tables
James Hogan
2017-02-03
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
2017-02-03
KVM: MIPS/MMU: Convert KSeg0 faults to page tables
James Hogan
2017-02-03
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
James Hogan
2017-02-03
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
2017-02-03
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2017-02-03
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
2017-02-03
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
2016-10-26
KVM: MIPS: Fix lazy user ASID regenerate for SMP
James Hogan
2016-09-29
Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Radim Krčmář
2016-09-29
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
2016-09-29
KVM: MIPS: Split kernel/user ASID regeneration
James Hogan
2016-08-19
MIPS: KVM: Check for pfn noslot case
James Hogan
2016-08-12
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2016-08-12
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
2016-08-12
MIPS: KVM: Add missing gfn range check
James Hogan
2016-08-12
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
2016-08-01
MIPS: KVM: Use kmap instead of CKSEG0ADDR()
James Hogan
2016-06-15
MIPS: KVM: Use host CCA for TLB mappings
James Hogan
2016-06-14
MIPS: KVM: Dump guest tlbs if kvm_get_inst() fails
James Hogan
2016-06-14
MIPS: KVM: Use va in kvm_get_inst()
James Hogan
2016-06-14
MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h
James Hogan
2016-06-14
MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*
James Hogan
2016-06-14
MIPS: KVM: Drop unused hpa0/hpa1 args from function
James Hogan
2016-06-14
MIPS: KVM: Simplify even/odd TLB handling
James Hogan
2016-06-14
MIPS: KVM: Don't indirect KVM functions
James Hogan
2016-06-14
MIPS: KVM: Move non-TLB handling code out of tlb.c
James Hogan