deliverable/linux.git
2015-03-30  Nadav AmitKVM: x86: BSF and BSR emulation change register unnecas...
2015-03-30  Nadav AmitKVM: x86: POPA emulation may not clear bits [63:32]
2015-03-30  Nadav AmitKVM: x86: CMOV emulation on legacy mode is wrong
2015-03-30  Petr Matousekkvm: x86: i8259: return initialized data on invalid...
2015-03-30  Paolo BonziniMerge tag 'kvm_mips_20150327' of git://git./linux/kerne...
2015-03-27  James HoganMIPS: KVM: Wire up MSA capability
2015-03-27  James HoganMIPS: KVM: Expose MSA registers
2015-03-27  James HoganMIPS: KVM: Add MSA exception handling
2015-03-27  James HoganMIPS: KVM: Emulate MSA bits in COP0 interface
2015-03-27  James HoganMIPS: KVM: Add base guest MSA support
2015-03-27  James HoganMIPS: KVM: Wire up FPU capability
2015-03-27  James HoganMIPS: KVM: Expose FPU registers
2015-03-27  James HoganMIPS: KVM: Add FP exception handling
2015-03-27  James HoganMIPS: KVM: Emulate FPU bits in COP0 interface
2015-03-27  James HoganMIPS: KVM: Add base guest FPU support
2015-03-27  James HoganMIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
2015-03-27  James HoganMIPS: KVM: Add Config4/5 and writing of Config registers
2015-03-27  James HoganMIPS: KVM: Simplify default guest Config registers
2015-03-27  James HoganMIPS: KVM: Clean up register definitions a little
2015-03-27  James HoganMIPS: KVM: Drop pr_info messages on init/exit
2015-03-27  James HoganMIPS: KVM: Sort kvm_mips_get_reg() registers
2015-03-27  James HoganMIPS: KVM: Implement PRid CP0 register access
2015-03-27  James HoganMIPS: KVM: Handle TRAP exceptions from guest kernel
2015-03-27  James HoganMIPS: Clear [MSA]FPE CSR.Cause after notify_die()
2015-03-27  James HoganMIPS: KVM: Handle MSA Disabled exceptions from guest
2015-03-27  James HoganMerge branch '4.1-fp' of git://git.linux-mips.org/ralf...
2015-03-27  James HoganMIPS: MSA: Fix big-endian FPR_IDX implementation
2015-03-27  James HoganRevert "MIPS: Don't assume 64-bit FP registers for...
2015-03-27  Paul BurtonMIPS: disable FPU if the mode is unsupported
2015-03-27  Paul BurtonMIPS: prevent FP context set via ptrace being discarded
2015-03-27  Paul BurtonMIPS: Ensure FCSR cause bits are clear after invoking...
2015-03-27  Paul BurtonMIPS: clear MSACSR cause bits when handling MSA FP...
2015-03-27  Paul BurtonMIPS: wrap cfcmsa & ctcmsa accesses for toolchains...
2015-03-27  Paul BurtonMIPS: remove MSA macro recursion
2015-03-27  Paul BurtonMIPS: assume at as source/dest of MSA copy/insert instr...
2015-03-27  Paul BurtonMIPS: Push .set mips64r* into the functions needing it
2015-03-27  James HoganMIPS: lose_fpu(): Disable FPU when MSA enabled
2015-03-27  Jan KiszkaKVM: nVMX: Add support for rdtscp
2015-03-24  Radim KrčmářKVM: x86: inline kvm_ioapic_handles_vector()
2015-03-23  Marcelo TosattiMerge tag 'kvm-s390-next-20150318' of git://git./linux...
2015-03-23  Marcelo Tosattix86: kvm: Revert "remove sched notifier for cross-cpu...
2015-03-19  Takuya YoshikawaKVM: Eliminate extra function calls in kvm_get_dirty_lo...
2015-03-19  Bandan DasKVM: SVM: Fix confusing message if no exit handlers...
2015-03-18  Xiubo LiKVM: x86: For the symbols used locally only should...
2015-03-18  Xiubo LiKVM: x86: Avoid using plain integer as NULL pointer...
2015-03-17  Michael MuellerKVM: s390: represent SIMD cap in kvm facility
2015-03-17  Michael MuellerKVM: s390: drop SIMD bit from kvm_s390_fac_list_mask
2015-03-17  Jason J. HerneKVM: s390: Create ioctl for Getting/Setting guest stora...
2015-03-17  Ekaterina TumanovaKVM: s390: introduce post handlers for STSI
2015-03-17  Thomas HuthKVM: s390: Add MEMOP ioctls for reading/writing guest...
2015-03-17  Alexander YaryginKVM: s390: Add access register mode
2015-03-17  Alexander YaryginKVM: s390: Optimize paths where get_vcpu_asce() is...
2015-03-17  Alexander YaryginKVM: s390: Guest's memory access functions get access...
2015-03-17  Alexander YaryginKVM: s390: Fix low-address protection for real addresses
2015-03-17  Dominik DingelKVM: s390: cleanup jump lables in kvm_arch_init_vm
2015-03-17  Geert UytterhoevenKVM: s390: Spelling s/intance/instance/
2015-03-13  Jan KiszkaKVM: nVMX: Do not emulate #UD while in guest mode
2015-03-13  Jan KiszkaKVM: x86: Fix re-execution of patched vmmcall
2015-03-13  David Kaplanx86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE
2015-03-13  Marcelo TosattiMerge tag 'kvm-s390-next-20150306' of git://git./linux...
2015-03-13  Christian BorntraegerKVM: MAINTAINERS: add file arch/x86/kernel/kvm.c|kvmclock.c
2015-03-10  David Kaplankvm: svm: make wbinvd faster
2015-03-10  Joel Schoppkvm: x86: make kvm_emulate_* consistant
2015-03-10  Xiubo LiKVM: Use pr_info/pr_err in kvm_main.c
2015-03-10  Xiubo LiKVM: Fix indentation in kvm_main.c
2015-03-10  Xiubo LiKVM: no space before tabs in kvm_main.c
2015-03-10  Xiubo LiKVM: Missing blank line after declarations in kvm_main.c
2015-03-10  Xiubo LiKVM: EXPORT_SYMBOL should immediately follow its function
2015-03-10  Xiubo LiKVM: Fix ERROR: do not initialise statics to 0 or NULL...
2015-03-10  Xiubo LiKVM: Fix WARNING: labels should not be indented in...
2015-03-10  Xiubo LiKVM: Fix WARNINGs for 'sizeof(X)' instead of 'sizeof...
2015-03-10  Thomas HuthKVM: Get rid of kvm_kvfree()
2015-03-10  Christian BorntraegerKVM: make halt_poll_ns static
2015-03-10  Wincy VanKVM: ioapic: Record edge-triggered interrupts delivery...
2015-03-10  Kevin MulveyKVM: fix checkpatch.pl errors in kvm/irqchip.c
2015-03-10  Kevin MulveyKVM: white space formatting in kvm_main.c
2015-03-10  David KaplanKVM: SVM: use kvm_register_write()/read()
2015-03-10  Linus TorvaldsMerge git://git.kernel.org/pub/scm/virt/kvm/kvm
2015-03-10  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge tag 'trace-fixes-v4.0-rc2-2' of git://git./linux...
2015-03-10  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2015-03-10  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge tag 'regulator-v4.0-rc2' of git://git./linux...
2015-03-10  Linus TorvaldsMerge tag 'spi-v4.0-rc2' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge tag 'fbdev-fixes-4.0' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge branch 'for-4.0-fixes' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge branch 'for-4.0-fixes' of git://git./linux/kernel...
2015-03-10  Linus TorvaldsMerge branch 'for-4.0-fixes' of git://git./linux/kernel...
2015-03-09  Jon Paul Maloytipc: fix bug in link failover handling
2015-03-09  Francesco Ruggerinet: delete stale packet_mclist entries
2015-03-09  Josh Cartwrightnet: macb: constify macb configuration data
2015-03-09  David S. MillerMerge tag 'linux-can-fixes-for-4.0-20150309' of git...
2015-03-09  Steven Rostedt... ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled
2015-03-09  Pratyush Anandftrace: Fix en(dis)able graph caller when en(dis)abling...
2015-03-09  Steven Rostedt... ftrace: Clear REGS_EN and TRAMP_EN flags on disabling...
2015-03-09  James MorrisMerge branch 'for-current' of https://github.com/PeterH...
2015-03-09  Marc Kleine... MAINTAINERS: add Marc Kleine-Budde as co maintainer...
2015-03-09  Marc Kleine... MAINTAINERS: linux-can moved to github
2015-03-09  Ahmed S. Darwishcan: kvaser_usb: Read all messages in a bulk-in URB...
next
This page took 0.040999 seconds and 5 git commands to generate.