index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
James Hogan
2
-59
/
+0
2017-02-03
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
James Hogan
2
-30
/
+1
2017-02-03
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
James Hogan
1
-3
/
+3
2017-02-03
KVM: MIPS: Use uaccess to read/modify guest instructions
James Hogan
3
-92
/
+22
2017-02-03
KVM: MIPS: Drop vm_init() callback
James Hogan
3
-25
/
+0
2017-02-03
KVM: MIPS/MMU: Convert commpage fault handling to page tables
James Hogan
3
-77
/
+22
2017-02-03
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
James Hogan
3
-125
/
+38
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
3
-0
/
+102
2017-02-03
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
James Hogan
3
-2
/
+148
2017-02-03
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
James Hogan
2
-12
/
+34
2017-02-03
KVM: MIPS/TLB: Fix off-by-one in TLB invalidate
James Hogan
1
-2
/
+2
2017-02-03
KVM: MIPS: Add fast path TLB refill handler
James Hogan
2
-3
/
+83
2017-02-03
KVM: MIPS: Support NetLogic KScratch registers
James Hogan
1
-5
/
+20
2017-02-03
KVM: MIPS/T&E: Activate GVA page tables in guest context
James Hogan
2
-5
/
+21
2017-02-03
KVM: MIPS/T&E: Allocate GVA -> HPA page tables
James Hogan
2
-1
/
+69
2017-02-03
KVM: MIPS: Wire up vcpu uninit
James Hogan
2
-0
/
+10
2017-02-03
KVM: MIPS/T&E: active_mm = init_mm in guest context
James Hogan
2
-1
/
+46
2017-02-03
KVM: MIPS/T&E: Restore host asid on return to host
James Hogan
1
-7
/
+20
2017-02-03
KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
James Hogan
2
-41
/
+50
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
6
-45
/
+43
2017-02-03
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2
-53
/
+54
2017-02-03
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
2
-8
/
+8
2017-02-03
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
1
-34
/
+12
2017-02-03
KVM: MIPS: Drop partial KVM_NMI implementation
James Hogan
1
-16
/
+0
2017-02-02
MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...
Markus Elfring
1
-7
/
+2
2017-01-05
KVM: MIPS: Flush KVM entry code from icache globally
James Hogan
1
-2
/
+2
2017-01-05
KVM: MIPS: Don't clobber CP0_Status.UX
James Hogan
1
-1
/
+4
2016-10-26
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
1
-9
/
+15
2016-10-26
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
1
-4
/
+4
2016-10-26
KVM: MIPS: Fix lazy user ASID regenerate for SMP
James Hogan
2
-5
/
+4
2016-10-19
KVM: MIPS: Add missing uaccess.h include
James Hogan
1
-0
/
+1
2016-10-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
5
-7
/
+2
2016-10-05
MIPS: kvm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
5
-5
/
+0
2016-10-05
MIPS: KVM: Use __local_flush_icache_user_range()
James Hogan
1
-2
/
+2
2016-09-29
Merge tag 'kvm_mips_4.9_1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Radim Krčmář
4
-16
/
+126
2016-09-29
KVM: MIPS: Drop dubious EntryHi optimisation
James Hogan
1
-2
/
+1
2016-09-29
KVM: MIPS: Invalidate TLB by regenerating ASIDs
James Hogan
3
-5
/
+47
2016-09-29
KVM: MIPS: Split kernel/user ASID regeneration
James Hogan
1
-2
/
+10
2016-09-29
KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
James Hogan
1
-10
/
+53
2016-09-16
kvm: add stubs for arch specific debugfs support
Luiz Capitulino
1
-0
/
+10
2016-09-08
KVM: MIPS: Emulate MMIO via TLB miss for EVA
James Hogan
1
-0
/
+18
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
2
-12
/
+35
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: Reset CP0_PageMask during host TLB flush
James Hogan
1
-0
/
+2
2016-08-01
MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX()
James Hogan
1
-1
/
+1
2016-08-01
MIPS: KVM: Sign extend MFC0/RDHWR results
James Hogan
1
-3
/
+4
[next]