1. 98119ad MIPS: KVM: Handle MSA Disabled exceptions from guest by James Hogan · 10 years ago
  2. 8e6c949 Merge branch '4.1-fp' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr into kvm_mips_queue by James Hogan · 10 years ago
  3. 1f3a2c6 MIPS: MSA: Fix big-endian FPR_IDX implementation by James Hogan · 10 years ago
  4. 466aec5 Revert "MIPS: Don't assume 64-bit FP registers for context switch" by James Hogan · 10 years ago
  5. 84ab45b MIPS: disable FPU if the mode is unsupported by Paul Burton · 10 years ago
  6. ac9ad83 MIPS: prevent FP context set via ptrace being discarded by Paul Burton · 10 years ago
  7. ad70c13 MIPS: Ensure FCSR cause bits are clear after invoking FPU emulator by Paul Burton · 10 years ago
  8. 091be55 MIPS: clear MSACSR cause bits when handling MSA FP exception by Paul Burton · 10 years ago
  9. e1bebba MIPS: wrap cfcmsa & ctcmsa accesses for toolchains with MSA support by Paul Burton · 10 years ago
  10. a3a49810 MIPS: remove MSA macro recursion by Paul Burton · 10 years ago
  11. f23ce38 MIPS: assume at as source/dest of MSA copy/insert instructions by Paul Burton · 10 years ago
  12. 631afc6 MIPS: Push .set mips64r* into the functions needing it by Paul Burton · 10 years ago
  13. acaf6a9 MIPS: lose_fpu(): Disable FPU when MSA enabled by James Hogan · 10 years ago
  14. b3a2a90 KVM: nVMX: Add support for rdtscp by Jan Kiszka · 10 years ago
  15. a123374f KVM: x86: inline kvm_ioapic_handles_vector() by Radim Krčmář · 10 years ago
  16. bbf4aef Merge tag 'kvm-s390-next-20150318' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue by Marcelo Tosatti · 10 years ago
  17. 0a4e6be x86: kvm: Revert "remove sched notifier for cross-cpu migrations" by Marcelo Tosatti · 10 years ago
  18. 58d2930 KVM: Eliminate extra function calls in kvm_get_dirty_log_protect() by Takuya Yoshikawa · 10 years ago
  19. faac245 KVM: SVM: Fix confusing message if no exit handlers are installed by Bandan Das · 10 years ago
  20. 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
  21. 795a149 KVM: x86: Avoid using plain integer as NULL pointer warning by Xiubo Li · 10 years ago
  22. 18280d8 KVM: s390: represent SIMD cap in kvm facility by Michael Mueller · 10 years ago
  23. 400ac6c KVM: s390: drop SIMD bit from kvm_s390_fac_list_mask by Michael Mueller · 10 years ago
  24. 30ee2a9 KVM: s390: Create ioctl for Getting/Setting guest storage keys by Jason J. Herne · 10 years ago
  25. e44fc8c KVM: s390: introduce post handlers for STSI by Ekaterina Tumanova · 10 years ago
  26. 41408c2 KVM: s390: Add MEMOP ioctls for reading/writing guest memory by Thomas Huth · 10 years ago
  27. 664b497 KVM: s390: Add access register mode by Alexander Yarygin · 10 years ago
  28. 75a1812 KVM: s390: Optimize paths where get_vcpu_asce() is invoked by Alexander Yarygin · 10 years ago
  29. 8ae04b8 KVM: s390: Guest's memory access functions get access registers by Alexander Yarygin · 10 years ago
  30. dd9e5b7 KVM: s390: Fix low-address protection for real addresses by Alexander Yarygin · 10 years ago
  31. 40f5b73 KVM: s390: cleanup jump lables in kvm_arch_init_vm by Dominik Dingel · 10 years ago
  32. 1e8d242 KVM: s390: Spelling s/intance/instance/ by Geert Uytterhoeven · 10 years ago
  33. ae1f576 KVM: nVMX: Do not emulate #UD while in guest mode by Jan Kiszka · 10 years ago
  34. b34a805 KVM: x86: Fix re-execution of patched vmmcall by Jan Kiszka · 10 years ago
  35. 5e57518 x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE by David Kaplan · 10 years ago
  36. 2b25385 Merge tag 'kvm-s390-next-20150306' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into queue by Marcelo Tosatti · 10 years ago
  37. 1662e86 KVM: MAINTAINERS: add file arch/x86/kernel/kvm.c|kvmclock.c by Christian Borntraeger · 10 years ago
  38. dab429a kvm: svm: make wbinvd faster by David Kaplan · 10 years ago
  39. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  40. 1170adc KVM: Use pr_info/pr_err in kvm_main.c by Xiubo Li · 10 years ago
  41. 20e87b7 KVM: Fix indentation in kvm_main.c by Xiubo Li · 10 years ago
  42. b7d409d KVM: no space before tabs in kvm_main.c by Xiubo Li · 10 years ago
  43. f95ef0c KVM: Missing blank line after declarations in kvm_main.c by Xiubo Li · 10 years ago
  44. ee54315 KVM: EXPORT_SYMBOL should immediately follow its function by Xiubo Li · 10 years ago
  45. f4fee93 KVM: Fix ERROR: do not initialise statics to 0 or NULL in kvm_main.c by Xiubo Li · 10 years ago
  46. a642a17 KVM: Fix WARNING: labels should not be indented in kvm_main.c by Xiubo Li · 10 years ago
  47. 893bdbf KVM: Fix WARNINGs for 'sizeof(X)' instead of 'sizeof X' in kvm_main.c by Xiubo Li · 10 years ago
  48. 548ef28 KVM: Get rid of kvm_kvfree() by Thomas Huth · 10 years ago
  49. 0fa9778 KVM: make halt_poll_ns static by Christian Borntraeger · 10 years ago
  50. 5bda6ee KVM: ioapic: Record edge-triggered interrupts delivery status by Wincy Van · 10 years ago
  51. ae548c5 KVM: fix checkpatch.pl errors in kvm/irqchip.c by Kevin Mulvey · 10 years ago
  52. bfda0e8 KVM: white space formatting in kvm_main.c by Kevin Mulvey · 10 years ago
  53. 668f198 KVM: SVM: use kvm_register_write()/read() by David Kaplan · 10 years ago
  54. affb817 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  55. ec0e6bd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  56. e7901af Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  57. 36bef88 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  58. e93df63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  59. 068c65c Merge tag 'regulator-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 10 years ago
  60. d08edd8 Merge tag 'spi-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  61. eca8dac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  62. ecddad6 Merge tag 'fbdev-fixes-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  63. c0e99a7 Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  64. f930713 Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 10 years ago
  65. b695f31 Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  66. e6441ba tipc: fix bug in link failover handling by Jon Paul Maloy · 10 years ago
  67. 82f1709 net: delete stale packet_mclist entries by Francesco Ruggeri · 10 years ago
  68. 0b2eb3e net: macb: constify macb configuration data by Josh Cartwright · 10 years ago
  69. d037250 Merge tag 'linux-can-fixes-for-4.0-20150309' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 10 years ago
  70. 524a386 ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled by Steven Rostedt (Red Hat) · 10 years ago
  71. 1619dc3 ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl by Pratyush Anand · 10 years ago
  72. b24d443 ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl by Steven Rostedt (Red Hat) · 10 years ago
  73. 4d08a36 Merge branch 'for-current' of https://github.com/PeterHuewe/linux-tpmdd into for-linus by James Morris · 10 years ago
  74. f7214cf MAINTAINERS: add Marc Kleine-Budde as co maintainer for CAN networking layer by Marc Kleine-Budde · 10 years ago
  75. 84b0d71 MAINTAINERS: linux-can moved to github by Marc Kleine-Budde · 10 years ago
  76. 2fec510 can: kvaser_usb: Read all messages in a bulk-in URB buffer by Ahmed S. Darwish · 10 years ago
  77. deb2701 can: kvaser_usb: Avoid double free on URB submission failures by Ahmed S. Darwish · 10 years ago
  78. b0d4724 can: peak_usb: fix missing ctrlmode_ init for every dev by Stephane Grosjean · 10 years ago
  79. 969439016 can: add missing initialisations in CAN related skbuffs by Oliver Hartkopp · 10 years ago
  80. c247f05 ip: fix error queue empty skb handling by Willem de Bruijn · 10 years ago
  81. 8edfe3b bgmac: Clean warning messages by Peter Senna Tschudin · 10 years ago
  82. 9eccca0 Linux 4.0-rc3 by Linus Torvalds · 10 years ago
  83. 1711fd9a sunrpc: fix braino in ->poll() by Al Viro · 10 years ago
  84. 1163d50 Merge tag 'usb-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  85. bbbce51 Merge tag 'tty-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  86. 47df986 Merge tag 'staging-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  87. 29191c7 Merge tag 'char-misc-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  88. b0bc657 Merge tag 'cc-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  89. 4eb8d6e Input: psmouse - disable "palm detection" in the focaltech driver by Mathias Gottschlag · 10 years ago
  90. 4ec212f Input: psmouse - disable changing resolution/rate/scale for FocalTech by Mathias Gottschlag · 10 years ago
  91. 679d83e Input: psmouse - ensure that focaltech reports consistent coordinates by Mathias Gottschlag · 10 years ago
  92. 3e98452 Input: psmouse - remove hardcoded touchpad size from the focaltech driver by Mathias Gottschlag · 10 years ago
  93. 2cf3afc Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  94. 374dab2 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  95. 9aae0df Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  96. c37bc68 TTY: fix tty_wait_until_sent maximum timeout by Johan Hovold · 10 years ago
  97. 79fbf4a TTY: fix tty_wait_until_sent on 64-bit machines by Johan Hovold · 10 years ago
  98. f528bf4 USB: serial: fix infinite wait_until_sent timeout by Johan Hovold · 10 years ago
  99. 6b270fd TTY: bfin_jtag_comm: remove incorrect wait_until_sent operation by Johan Hovold · 10 years ago
  100. 2c3fbe3 net: irda: fix wait_until_sent poll timeout by Johan Hovold · 10 years ago