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
2016-06-01
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
James Hogan
2
-35
/
+28
2016-06-01
MIPS: KVM: Fix timer IRQ race when freezing timer
James Hogan
1
-5
/
+23
2016-04-03
MIPS: Fix misspellings in comments.
Adam Buchbinder
2
-2
/
+2
2016-03-14
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2016-03-02
mips/kvm: fix ioctl error handling
Michael S. Tsirkin
1
-2
/
+2
2016-02-25
KVM: Use simple waitqueue for vcpu->wq
Marcelo Tosatti
1
-4
/
+4
2016-01-24
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
9
-183
/
+103
2016-01-24
MIPS: KVM: Add missing newline to kvm_err()
James Hogan
1
-1
/
+1
2016-01-24
MIPS: Move KVM specific opcodes into asm/inst.h
James Hogan
3
-27
/
+3
2016-01-24
MIPS: KVM: Use cacheops.h definitions
James Hogan
1
-22
/
+8
2016-01-24
MIPS: Move Cause.ExcCode trap codes to mipsregs.h
James Hogan
3
-55
/
+56
2016-01-24
MIPS: KVM: Make kvm_mips_{init,exit}() static
James Hogan
1
-2
/
+2
2016-01-24
MIPS: KVM: Refactor added offsetof()s
James Hogan
1
-7
/
+3
2016-01-24
MIPS: KVM: Convert EXPORT_SYMBOL to _GPL
James Hogan
2
-19
/
+19
2016-01-24
MIPS: KVM: Drop unused kvm_mips_host_tlb_inv_index()
James Hogan
1
-37
/
+0
2016-01-24
MIPS: KVM: Trivial whitespace and style fixes
James Hogan
3
-13
/
+11
2016-01-15
kvm: rename pfn_t to kvm_pfn_t
Dan Williams
2
-8
/
+8
2015-11-18
MIPS: KVM: Uninit VCPU in vcpu_create error path
James Hogan
1
-1
/
+4
2015-11-18
MIPS: KVM: Fix CACHE immediate offset sign extension
James Hogan
1
-1
/
+1
2015-11-18
MIPS: KVM: Fix ASID restoration logic
James Hogan
1
-6
/
+10
2015-11-11
MIPS: Fix duplicate CP0_* definitions.
James Hogan
1
-8
/
+0
2015-09-16
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
1
-0
/
+1
2015-06-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-5
/
+8
2015-06-06
MIPS: KVM: Do not sign extend on unsigned MMIO load
Nicholas Mc Guire
1
-1
/
+1
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
1
-0
/
+1
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
1
-2
/
+2
2015-05-26
KVM: use kvm_memslots whenever possible
Paolo Bonzini
1
-1
/
+3
2015-05-19
KVM: mips: use id_to_memslot correctly
Paolo Bonzini
1
-1
/
+1
2015-05-12
MIPS: KVM: Fix unused variable build warning
Nicholas Mc Guire
1
-6
/
+0
2015-05-07
KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}
Christian Borntraeger
1
-2
/
+2
2015-03-27
MIPS: KVM: Wire up MSA capability
James Hogan
1
-0
/
+18
2015-03-27
MIPS: KVM: Expose MSA registers
James Hogan
1
-0
/
+65
2015-03-27
MIPS: KVM: Add MSA exception handling
James Hogan
4
-2
/
+124
2015-03-27
MIPS: KVM: Emulate MSA bits in COP0 interface
James Hogan
1
-2
/
+35
2015-03-27
MIPS: KVM: Add base guest MSA support
James Hogan
4
-18
/
+302
2015-03-27
MIPS: KVM: Wire up FPU capability
James Hogan
1
-0
/
+37
2015-03-27
MIPS: KVM: Expose FPU registers
James Hogan
1
-1
/
+71
2015-03-27
MIPS: KVM: Add FP exception handling
James Hogan
4
-3
/
+80
2015-03-27
MIPS: KVM: Emulate FPU bits in COP0 interface
James Hogan
1
-11
/
+100
2015-03-27
MIPS: KVM: Add base guest FPU support
James Hogan
5
-1
/
+268
2015-03-27
MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
James Hogan
2
-0
/
+18
2015-03-27
MIPS: KVM: Add Config4/5 and writing of Config registers
James Hogan
3
-2
/
+113
2015-03-27
MIPS: KVM: Simplify default guest Config registers
James Hogan
1
-6
/
+9
2015-03-27
MIPS: KVM: Drop pr_info messages on init/exit
James Hogan
1
-3
/
+0
2015-03-27
MIPS: KVM: Sort kvm_mips_get_reg() registers
James Hogan
1
-3
/
+3
2015-03-27
MIPS: KVM: Implement PRid CP0 register access
James Hogan
1
-0
/
+7
2015-03-27
MIPS: KVM: Handle TRAP exceptions from guest kernel
James Hogan
4
-0
/
+63
2015-03-27
MIPS: KVM: Handle MSA Disabled exceptions from guest
James Hogan
3
-0
/
+33
2015-03-02
KVM: MIPS: Enable after disabling interrupt
Tapasweni Pathak
1
-0
/
+1
2015-03-02
KVM: MIPS: Fix trace event to save PC directly
James Hogan
1
-3
/
+3
[next]