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
/
kvm
/
mips.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-01
MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase
James Hogan
1
-0
/
+12
2016-07-05
MIPS: KVM: Don't save/restore lo/hi for r6
James Hogan
1
-0
/
+6
2016-07-05
MIPS: KVM: Relative branch to common exit handler
James Hogan
1
-5
/
+7
2016-07-05
MIPS: KVM: Dynamically choose scratch registers
James Hogan
1
-0
/
+4
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
1
-25
/
+12
2016-07-01
KVM: remove kvm_guest_enter/exit wrappers
Paolo Bonzini
1
-2
/
+2
2016-06-15
MIPS: KVM: Add KScratch registers
James Hogan
1
-0
/
+71
2016-06-15
MIPS: KVM: List FPU/MSA registers
James Hogan
1
-0
/
+58
2016-06-15
MIPS: KVM: Make KVM_GET_REG_LIST dynamic
James Hogan
1
-7
/
+22
2016-06-15
MIPS: KVM: Pass all unknown registers to callbacks
James Hogan
1
-20
/
+2
2016-06-14
MIPS: KVM: Add guest mode switch trace events
James Hogan
1
-0
/
+4
2016-06-14
MIPS: KVM: Clean up kvm_exit trace event
James Hogan
1
-15
/
+2
2016-06-14
MIPS: KVM: Add kvm_aux trace event
James Hogan
1
-0
/
+11
2016-06-14
MIPS: KVM: Generalise fpu_inuse for other state
James Hogan
1
-19
/
+19
2016-06-14
MIPS: KVM: Restore host EBase from ebase variable
James Hogan
1
-3
/
+0
2016-06-14
MIPS: KVM: Don't indirect KVM functions
James Hogan
1
-17
/
+1
2016-06-14
MIPS: KVM: Convert code to kernel sized types
James Hogan
1
-4
/
+4
2016-06-14
MIPS: KVM: Fix modular KVM under QEMU
James Hogan
1
-1
/
+10
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+1
2016-05-10
MIPS: KVM: Add missing disable FPU hazard barriers
James Hogan
1
-1
/
+4
2016-05-10
MIPS: KVM: Fix preemption warning reading FPU capability
James Hogan
1
-1
/
+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
MIPS: KVM: Add missing newline to kvm_err()
James Hogan
1
-1
/
+1
2016-01-24
MIPS: Move Cause.ExcCode trap codes to mipsregs.h
James Hogan
1
-16
/
+16
2016-01-24
MIPS: KVM: Make kvm_mips_{init,exit}() static
James Hogan
1
-2
/
+2
2015-11-18
MIPS: KVM: Uninit VCPU in vcpu_create error path
James Hogan
1
-1
/
+4
2015-09-16
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
1
-0
/
+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-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
1
-0
/
+10
2015-03-27
MIPS: KVM: Add base guest MSA support
James Hogan
1
-16
/
+116
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
1
-0
/
+7
2015-03-27
MIPS: KVM: Add base guest FPU support
James Hogan
1
-0
/
+126
2015-03-27
MIPS: KVM: Add Config4/5 and writing of Config registers
James Hogan
1
-0
/
+14
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
1
-0
/
+7
2015-03-27
MIPS: KVM: Handle MSA Disabled exceptions from guest
James Hogan
1
-0
/
+4
2015-02-06
kvm: add halt_poll_ns module parameter
Paolo Bonzini
1
-0
/
+1
[next]