index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-14
MIPS: KVM: Clean up kvm_exit trace event
James Hogan
4
-41
/
+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
2
-23
/
+23
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
2
-21
/
+24
2016-06-14
MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo*
James Hogan
3
-24
/
+27
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
2
-4
/
+1
2016-06-14
MIPS: KVM: Drop unused hpa0/hpa1 args from function
James Hogan
2
-16
/
+4
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
3
-29
/
+3
2016-06-14
MIPS: KVM: Move non-TLB handling code out of tlb.c
James Hogan
3
-360
/
+385
2016-06-14
MIPS: KVM: Make various Cause variables 32-bit
James Hogan
3
-41
/
+41
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
5
-52
/
+51
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
2
-6
/
+2
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: Fix modular KVM under QEMU
James Hogan
3
-1
/
+12
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-50
/
+76
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+1
2016-05-13
MIPS: Define & use CP0_EBase bit definitions
James Hogan
1
-1
/
+2
2016-05-13
MIPS: Support extended ASIDs
Paul Burton
1
-0
/
+14
2016-05-13
MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips
Paul Burton
1
-11
/
+19
2016-05-13
MIPS: KVM/locore.S: Relax noat
James Hogan
1
-11
/
+5
2016-05-13
MIPS: KVM/locore.S: Only preserve callee saved registers
James Hogan
1
-47
/
+1
2016-05-13
MIPS: KVM: Abstract guest ASID mask
Paul Burton
2
-13
/
+15
2016-05-13
MIPS: Add & use CP0_EntryHi ASID definitions
James Hogan
1
-2
/
+2
2016-05-13
MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_run
James Hogan
1
-12
/
+0
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-05-10
MIPS: KVM: Fix preemptable kvm_mips_get_*_asid() calls
James Hogan
1
-8
/
+18
2016-05-10
MIPS: KVM: Fix timer IRQ race when writing CP0_Compare
James Hogan
2
-35
/
+28
2016-05-10
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
[prev]
[next]