index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-15
MIPS: KVM: Use mipsregs.h defs for config registers
James Hogan
2
-72
/
+3
2016-06-15
MIPS: KVM: Report more accurate CP0_Config fields to guest
James Hogan
1
-5
/
+15
2016-06-15
MIPS: Add define for Config.VI (virtual icache) bit
James Hogan
2
-1
/
+2
2016-06-15
MIPS: KVM: Use host CCA for TLB mappings
James Hogan
2
-9
/
+12
2016-06-15
MIPS: KVM: Move commpage so 0x0 is unmapped
James Hogan
4
-14
/
+20
2016-06-15
MIPS: KVM: Add KScratch registers
James Hogan
5
-1
/
+104
2016-06-15
MIPS: KVM: Emulate RDHWR CPUNum register
James Hogan
1
-1
/
+1
2016-06-15
MIPS: KVM: Allow ULRI to restrict UserLocal register
James Hogan
1
-2
/
+12
2016-06-15
MIPS: KVM: Don't hardcode restored HWREna
James Hogan
3
-3
/
+7
2016-06-15
MIPS: Clean up RDHWR handling
James Hogan
4
-14
/
+35
2016-06-15
MIPS: KVM: List FPU/MSA registers
James Hogan
1
-0
/
+58
2016-06-15
MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu()
James Hogan
1
-1
/
+1
2016-06-15
MIPS: KVM: Make KVM_GET_REG_LIST dynamic
James Hogan
3
-7
/
+37
2016-06-15
MIPS: KVM: Pass all unknown registers to callbacks
James Hogan
1
-20
/
+2
2016-06-15
MIPS: KVM: Convert emulation to use asm/inst.h
James Hogan
4
-114
/
+126
2016-06-15
MIPS: KVM: Factor writing of translated guest instructions
James Hogan
1
-58
/
+34
2016-06-15
MIPS: KVM: Fix translation of MFC0 ErrCtl
James Hogan
1
-1
/
+1
2016-06-14
MIPS: KVM: Print unknown load/store encodings
James Hogan
1
-2
/
+4
2016-06-14
MIPS: KVM: Dump guest tlbs if kvm_get_inst() fails
James Hogan
1
-0
/
+1
2016-06-14
MIPS: KVM: Trace guest register access emulation
James Hogan
2
-12
/
+107
2016-06-14
MIPS: KVM: Add guest mode switch trace events
James Hogan
2
-0
/
+52
2016-06-14
MIPS: KVM: Add kvm_asid_change trace event
James Hogan
2
-4
/
+25
2016-06-14
MIPS: KVM: Clean up kvm_exit trace event
James Hogan
5
-63
/
+45
2016-06-14
MIPS: KVM: Add kvm_aux trace event
James Hogan
2
-0
/
+57
2016-06-14
MIPS: KVM: Generalise fpu_inuse for other state
James Hogan
3
-27
/
+27
2016-06-14
MIPS: KVM: Use va in kvm_get_inst()
James Hogan
1
-8
/
+7
2016-06-14
MIPS: KVM: Combine handle_tlb_ld/st_miss
James Hogan
1
-52
/
+19
2016-06-14
MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h
James Hogan
3
-28
/
+28
2016-06-14
MIPS: KVM: Simplify TLB_* macros
James Hogan
1
-5
/
+3
2016-06-14
MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*
James Hogan
4
-30
/
+32
2016-06-14
MIPS: KVM: Use dump_tlb_all() for kvm_mips_dump_host_tlbs()
James Hogan
1
-38
/
+4
2016-06-14
MIPS: KVM: Clean up TLB management hazards
James Hogan
1
-22
/
+5
2016-06-14
MIPS: KVM: Restore host EBase from ebase variable
James Hogan
5
-6
/
+3
2016-06-14
MIPS: KVM: Drop unused hpa0/hpa1 args from function
James Hogan
3
-19
/
+5
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
4
-32
/
+3
2016-06-14
MIPS: KVM: Move non-TLB handling code out of tlb.c
James Hogan
4
-360
/
+389
2016-06-14
MIPS: KVM: Make various Cause variables 32-bit
James Hogan
4
-61
/
+61
2016-06-14
MIPS: KVM: Convert code to kernel sized types
James Hogan
6
-98
/
+98
2016-06-14
MIPS: KVM: Convert headers to kernel sized types
James Hogan
6
-102
/
+98
2016-06-14
MIPS: KVM: Drop unused kvm_mips_sync_icache()
James Hogan
1
-26
/
+0
2016-06-14
MIPS: KVM: Drop unused host_cp0_entryhi
James Hogan
4
-8
/
+2
2016-06-14
MIPS: KVM: Drop unused guest_inst from kvm_vcpu_arch
James Hogan
2
-3
/
+0
2016-06-14
MIPS: KVM: Fix CACHE triggered exception emulation
James Hogan
1
-0
/
+3
2016-06-14
MIPS: KVM: Don't unwind PC when emulating CACHE
James Hogan
1
-6
/
+10
2016-06-14
MIPS: KVM: Include bit 31 in segment matches
James Hogan
1
-1
/
+1
2016-06-14
MIPS: KVM: Fix modular KVM under QEMU
James Hogan
4
-1
/
+13
2016-05-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
58
-248
/
+353
2016-05-28
MIPS: Add missing FROZEN hotplug notifier transitions
Anna-Maria Gleixner
1
-1
/
+1
2016-05-28
MIPS: Build microMIPS VDSO for microMIPS kernels
James Hogan
1
-0
/
+1
[next]