index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-30
KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
Colin Ian King
1
-1
/
+1
2017-01-12
KVM: MIPS: Flush KVM entry code from icache globally
James Hogan
1
-2
/
+2
2017-01-12
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
2016-08-01
MIPS: KVM: Fix 64-bit big endian dynamic translation
James Hogan
1
-0
/
+8
2016-08-01
MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase
James Hogan
1
-0
/
+12
2016-08-01
MIPS: KVM: Use 64-bit CP0_EBase when appropriate
James Hogan
1
-3
/
+22
2016-08-01
MIPS: KVM: Set CP0_Status.KX on MIPS64
James Hogan
1
-2
/
+8
2016-08-01
MIPS: KVM: Make entry code MIPS64 friendly
James Hogan
1
-24
/
+24
2016-08-01
MIPS: KVM: Use kmap instead of CKSEG0ADDR()
James Hogan
2
-7
/
+17
2016-08-01
MIPS: KVM: Use virt_to_phys() to get commpage PFN
James Hogan
1
-1
/
+1
2016-07-05
MIPS: KVM: Emulate generic QEMU machine on r6 T&E
James Hogan
1
-1
/
+7
2016-07-05
MIPS: KVM: Decode RDHWR more strictly
James Hogan
1
-1
/
+3
2016-07-05
MIPS: KVM: Recognise r6 CACHE encoding
James Hogan
2
-2
/
+24
2016-07-05
MIPS: KVM: Support r6 compact branch emulation
James Hogan
1
-6
/
+46
2016-07-05
MIPS: KVM: Don't save/restore lo/hi for r6
James Hogan
2
-12
/
+10
2016-07-05
MIPS: KVM: Fix fpu.S misassembly with r6
James Hogan
1
-2
/
+5
2016-07-05
MIPS: KVM: Save k0 straight into VCPU structure
James Hogan
1
-22
/
+15
2016-07-05
MIPS: KVM: Relative branch to common exit handler
James Hogan
2
-11
/
+24
2016-07-05
MIPS: KVM: Dynamically choose scratch registers
James Hogan
2
-15
/
+83
2016-07-05
MIPS: KVM: Drop redundant restore of DDATA_LO
James Hogan
1
-4
/
+0
2016-07-05
MIPS: KVM: Check MSA presence at uasm time
James Hogan
1
-20
/
+15
2016-07-05
MIPS: KVM: Omit FPU handling entry code if possible
James Hogan
1
-12
/
+15
2016-07-05
MIPS: KVM: Add dumping of generated entry code
James Hogan
1
-0
/
+25
2016-07-05
MIPS; KVM: Convert exception entry to uasm
James Hogan
6
-632
/
+636
2016-07-01
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
1
-2
/
+2
2016-06-23
MIPS: KVM: Combine entry trace events into class
James Hogan
1
-40
/
+22
2016-06-15
MIPS: KVM: Use mipsregs.h defs for config registers
James Hogan
1
-5
/
+3
2016-06-15
MIPS: KVM: Report more accurate CP0_Config fields to guest
James Hogan
1
-5
/
+15
[next]