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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-27
MIPS: KVM: Expose FPU registers
James Hogan
2
-11
/
+98
2015-03-27
MIPS: KVM: Add FP exception handling
James Hogan
5
-3
/
+88
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
7
-1
/
+333
2015-03-27
MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
James Hogan
3
-0
/
+20
2015-03-27
MIPS: KVM: Add Config4/5 and writing of Config registers
James Hogan
4
-2
/
+126
2015-03-27
MIPS: KVM: Simplify default guest Config registers
James Hogan
2
-31
/
+9
2015-03-27
MIPS: KVM: Clean up register definitions a little
James Hogan
2
-55
/
+68
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
2
-0
/
+8
2015-03-27
MIPS: KVM: Handle TRAP exceptions from guest kernel
James Hogan
5
-0
/
+71
2015-03-27
MIPS: Clear [MSA]FPE CSR.Cause after notify_die()
James Hogan
3
-12
/
+21
2015-03-27
MIPS: KVM: Handle MSA Disabled exceptions from guest
James Hogan
4
-0
/
+35
2015-03-27
Merge branch '4.1-fp' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr i...
James Hogan
9
-245
/
+249
2015-03-27
MIPS: MSA: Fix big-endian FPR_IDX implementation
James Hogan
1
-1
/
+1
2015-03-27
Revert "MIPS: Don't assume 64-bit FP registers for context switch"
James Hogan
3
-194
/
+128
2015-03-27
MIPS: disable FPU if the mode is unsupported
Paul Burton
1
-7
/
+12
2015-03-27
MIPS: prevent FP context set via ptrace being discarded
Paul Burton
1
-6
/
+24
2015-03-27
MIPS: Ensure FCSR cause bits are clear after invoking FPU emulator
Paul Burton
1
-8
/
+9
2015-03-27
MIPS: clear MSACSR cause bits when handling MSA FP exception
Paul Burton
1
-1
/
+10
2015-03-27
MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support
Paul Burton
1
-4
/
+20
2015-03-27
MIPS: remove MSA macro recursion
Paul Burton
1
-3
/
+31
2015-03-27
MIPS: assume at as source/dest of MSA copy/insert instructions
Paul Burton
1
-16
/
+12
2015-03-27
MIPS: Push .set mips64r* into the functions needing it
Paul Burton
2
-9
/
+5
2015-03-27
MIPS: lose_fpu(): Disable FPU when MSA enabled
James Hogan
1
-0
/
+1
2015-03-26
KVM: nVMX: Add support for rdtscp
Jan Kiszka
2
-2
/
+8
2015-03-23
KVM: x86: inline kvm_ioapic_handles_vector()
Radim Krčmář
2
-8
/
+7
2015-03-23
Merge tag 'kvm-s390-next-20150318' of git://git.kernel.org/pub/scm/linux/kern...
Marcelo Tosatti
9
-124
/
+574
2015-03-23
x86: kvm: Revert "remove sched notifier for cross-cpu migrations"
Marcelo Tosatti
3
-8
/
+53
2015-03-18
KVM: SVM: Fix confusing message if no exit handlers are installed
Bandan Das
1
-1
/
+1
2015-03-17
KVM: x86: For the symbols used locally only should be static type
Xiubo Li
3
-6
/
+10
2015-03-17
KVM: x86: Avoid using plain integer as NULL pointer warning
Xiubo Li
1
-1
/
+1
2015-03-17
KVM: s390: represent SIMD cap in kvm facility
Michael Mueller
3
-9
/
+22
2015-03-17
KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask
Michael Mueller
1
-1
/
+0
2015-03-17
KVM: s390: Create ioctl for Getting/Setting guest storage keys
Jason J. Herne
1
-0
/
+123
2015-03-17
KVM: s390: introduce post handlers for STSI
Ekaterina Tumanova
3
-1
/
+22
2015-03-17
KVM: s390: Add MEMOP ioctls for reading/writing guest memory
Thomas Huth
3
-0
/
+98
2015-03-17
KVM: s390: Add access register mode
Alexander Yarygin
2
-35
/
+202
2015-03-17
KVM: s390: Optimize paths where get_vcpu_asce() is invoked
Alexander Yarygin
1
-13
/
+12
2015-03-17
KVM: s390: Guest's memory access functions get access registers
Alexander Yarygin
8
-48
/
+81
2015-03-17
KVM: s390: Fix low-address protection for real addresses
Alexander Yarygin
3
-8
/
+9
2015-03-17
KVM: s390: cleanup jump lables in kvm_arch_init_vm
Dominik Dingel
1
-9
/
+5
2015-03-17
KVM: s390: Spelling s/intance/instance/
Geert Uytterhoeven
1
-1
/
+1
2015-03-13
KVM: nVMX: Do not emulate #UD while in guest mode
Jan Kiszka
1
-0
/
+4
2015-03-13
KVM: x86: Fix re-execution of patched vmmcall
Jan Kiszka
1
-14
/
+3
2015-03-13
x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE
David Kaplan
1
-2
/
+5
2015-03-12
Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kern...
Marcelo Tosatti
12
-53
/
+195
2015-03-10
kvm: svm: make wbinvd faster
David Kaplan
1
-1
/
+7
2015-03-10
kvm: x86: make kvm_emulate_* consistant
Joel Schopp
4
-11
/
+24
[next]