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-10-21
KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
Colin Ian King
1
-1
/
+1
2017-10-12
MIPS: KVM: Fix modular KVM under QEMU
James Hogan
3
-1
/
+13
2017-03-16
KVM: MIPS: Flush KVM entry code from icache globally
James Hogan
1
-2
/
+2
2017-02-23
KVM: MIPS: Precalculate MMIO load resume PC
James Hogan
1
-10
/
+15
2017-02-23
MIPS: KVM: Fix unused variable build warning
Nicholas Mc Guire
1
-6
/
+0
2017-02-23
KVM: MIPS: Make ERET handle ERL before EXL
James Hogan
1
-4
/
+4
2016-11-20
KVM: MIPS: Drop other CPU ASIDs on guest MMU changes
James Hogan
1
-8
/
+53
2016-11-20
MIPS: KVM: Check for pfn noslot case
James Hogan
1
-1
/
+1
2016-11-20
gpio: Fix OF build problem on UM
Linus Walleij
1
-1
/
+1
2016-11-20
MIPS: KVM: Propagate kseg0/mapped tlb fault errors
James Hogan
2
-14
/
+37
2016-11-20
MIPS: KVM: Fix gfn range check in kseg0 tlb faults
James Hogan
1
-1
/
+1
2016-11-20
MIPS: KVM: Add missing gfn range check
James Hogan
1
-8
/
+15
2016-11-20
MIPS: KVM: Fix mapped fault broken commpage handling
James Hogan
1
-13
/
+24
2016-08-22
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
James Hogan
2
-35
/
+28
2016-08-22
MIPS: KVM: Fix timer IRQ race when freezing timer
James Hogan
1
-5
/
+23
2015-12-18
MIPS: KVM: Uninit VCPU in vcpu_create error path
James Hogan
1
-1
/
+4
2015-12-18
MIPS: KVM: Fix CACHE immediate offset sign extension
James Hogan
1
-1
/
+1
2015-12-18
MIPS: KVM: Fix ASID restoration logic
James Hogan
1
-6
/
+10
2015-07-09
KVM: mips: use id_to_memslot correctly
Paolo Bonzini
1
-1
/
+1
2015-06-12
MIPS: KVM: Do not sign extend on unsigned MMIO load
Nicholas Mc Guire
1
-1
/
+1
2015-05-05
MIPS: KVM: Handle MSA Disabled exceptions from guest
James Hogan
3
-0
/
+33
2015-03-18
KVM: MIPS: Fix trace event to save PC directly
James Hogan
1
-3
/
+3
2015-03-02
KVM: MIPS: Don't leak FPU/DSP to guest
James Hogan
2
-4
/
+4
2014-06-25
MIPS: KVM: Fix memory leak on VCPU
Deng-Cheng Zhu
1
-0
/
+1
2014-05-30
MIPS: KVM: Remove redundant semicolon
James Hogan
1
-1
/
+1
2014-05-30
MIPS: KVM: Remove redundant NULL checks before kfree()
James Hogan
1
-9
/
+3
2014-05-30
MIPS: KVM: Quieten kvm_info() logging
James Hogan
2
-22
/
+21
2014-05-30
MIPS: KVM: Remove ifdef DEBUG around kvm_debug
James Hogan
3
-28
/
+0
2014-05-30
MIPS: KVM: Fix kvm_debug bit-rottage
James Hogan
2
-10
/
+10
2014-05-30
MIPS: KVM: Make kvm_mips_comparecount_{func,wakeup} static
James Hogan
1
-2
/
+2
2014-05-30
MIPS: KVM: Add count frequency KVM register
James Hogan
3
-0
/
+57
2014-05-30
MIPS: KVM: Add master disable count interface
James Hogan
3
-14
/
+142
2014-05-30
MIPS: KVM: Rewrite count/compare timer emulation
James Hogan
3
-33
/
+397
2014-05-30
MIPS: KVM: Migrate hrtimer to follow VCPU
James Hogan
1
-0
/
+23
2014-05-30
MIPS: KVM: Deliver guest interrupts after local_irq_disable()
James Hogan
1
-1
/
+1
2014-05-30
MIPS: KVM: Add CP0_HWREna KVM register access
James Hogan
1
-0
/
+7
2014-05-30
MIPS: KVM: Add CP0_UserLocal KVM register access
James Hogan
1
-0
/
+7
2014-05-30
MIPS: KVM: Add CP0_Count/Compare KVM register access
James Hogan
2
-0
/
+52
2014-05-30
MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.h
James Hogan
1
-31
/
+0
2014-05-30
MIPS: KVM: Add CP0_EPC KVM register access
James Hogan
1
-1
/
+8
2014-05-30
MIPS: KVM: Use tlb_write_random
James Hogan
1
-6
/
+4
2014-05-30
MIPS: KVM: Use local_flush_icache_range to fix RI on XBurst
James Hogan
4
-40
/
+12
2014-05-30
MIPS: KVM: Allocate at least 16KB for exception handlers
James Hogan
1
-1
/
+1
2014-05-29
MIPS: KVM: remove the stale memory alias support function unalias_gfn
Deng-Cheng Zhu
1
-5
/
+0
2014-03-19
MIPS: KVM: Remove dead code in CP0 emulation
James Hogan
1
-7
/
+0
2014-03-19
MIPS: KVM: Consult HWREna before emulating RDHWR
James Hogan
1
-14
/
+16
2014-03-19
MIPS: KVM: Pass reserved instruction exceptions to guest
James Hogan
1
-3
/
+4
2014-01-24
mips: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-24
MIPS: KVM: remove shadow_tlb code
James Hogan
2
-131
/
+0
2014-01-24
MIPS: KVM: use common EHINV aware UNIQUE_ENTRYHI
James Hogan
1
-3
/
+1
[next]