1. 9ea81f8 megaraid_sas: Add missing initial call to megasas_get_ld_vf_affiliation(). by Adam Radford · 10 years ago
  2. 4cbfea8 megaraid_sas: Fix LD/VF affiliation parsing by Adam Radford · 10 years ago
  3. e46b034 scsi_debug: bump inquiry version to SPC-4, update version descriptors by Douglas Gilbert · 10 years ago
  4. cd62b7d scsi_debug: give unit attention and other errors precedence over TSF by Douglas Gilbert · 10 years ago
  5. 01123ef scsi_debug: scsi_cmnd->cmnd check and casts unnecessary by Douglas Gilbert · 10 years ago
  6. 5d46ad7 fusion: fix excess parameter kernel-doc warning by Randy Dunlap · 10 years ago
  7. 132aa22 hpsa: refine the pci enable/disable handling by Tomas Henzl · 10 years ago
  8. 9e03284 pm8001: Update nvmd response data to request buffer by Suresh Thiagarajan · 10 years ago
  9. a07b671 be2iscsi: Bump the driver version by Jayamohan Kallickal · 10 years ago
  10. b7ab35b be2iscsi: Fix processing CQE before connection resources are freed by Jayamohan Kallickal · 10 years ago
  11. a3d313e be2iscsi: Fix updating the boot enteries in sysfs by Jayamohan Kallickal · 10 years ago
  12. 65c5efa be2iscsi: Fix the copyright year by Jayamohan Kallickal · 10 years ago
  13. 3903341 be2iscsi: Fix the sparse warning introduced in previous submission by Jayamohan Kallickal · 10 years ago
  14. fc38504 scsi: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  15. 8e5a948 qla2xxx: Remove restriction on starting remote device discovery on port update. by Chad Dupuis · 10 years ago
  16. 34c5801 qla2xxx: Move mailbox failure messages to a default debug level. by Chad Dupuis · 10 years ago
  17. f6e495a mptfusion: simplify rounding by Rasmus Villemoes · 10 years ago
  18. 84e32a0 qla2xxx: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  19. 6bfa690 mpt3sas: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  20. 52674c6 mpt2sas: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  21. 8ae80ed megaraid: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  22. dd08812 megaraid: Fail resume if MSI-X re-initialization failed by Alexander Gordeev · 10 years ago
  23. 18fce3c hpsa: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  24. 49bd1a8 hpsa: Fallback to MSI rather than to INTx if MSI-X failed by Alexander Gordeev · 10 years ago
  25. ed81d77 eata: remove driver_lock by Christoph Hellwig · 10 years ago
  26. 6fe8c1d scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev() by Subhash Jadavani · 10 years ago
  27. 50c4e96 scsi: don't store LUN bits in CDB[1] for USB mass-storage devices by Alan Stern · 10 years ago
  28. 64bdcbc scsi: add use_cmd_list flag by Kashyap.Desai@avagotech.com · 10 years ago
  29. 2eefd57 sd: Avoid sending medium write commands if device is write protected by Sujit Reddy Thumma · 10 years ago
  30. 74cf298 scsi: fix various kernel-doc problems in scsi_error.c by Randy Dunlap · 10 years ago
  31. 4b8c6ba scsi: fix regression that accidentally disabled block-based tcq by Christoph Hellwig · 10 years ago
  32. cbaa422 libiscsi: fix potential buffer overrun in __iscsi_conn_send_pdu by Mike Christie · 10 years ago
  33. f3b5933 ia64: Fix syscall number for memfd_create by Tony Luck · 10 years ago
  34. d6bb3e9 vfs: simplify and shrink stack frame of link_path_walk() by Linus Torvalds · 10 years ago
  35. 3630056 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  36. 9e82bf0 Linux 3.17-rc5 by Linus Torvalds · 10 years ago
  37. 83373f7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  38. 9226b5b vfs: avoid non-forwarding large load after small store in path lookup by Linus Torvalds · 10 years ago
  39. 5910cfd Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 10 years ago
  40. 4023bfc be careful with nd->inode in path_init() and follow_dotdot_rcu() by Al Viro · 10 years ago
  41. 7bd8837 don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() by Al Viro · 10 years ago
  42. 02c1be3 Merge tag 'ntb-3.17' of git://github.com/jonmason/ntb by Linus Torvalds · 10 years ago
  43. 8ac19f0 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  44. 938c04a Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linux into irq/urgent by Thomas Gleixner · 10 years ago
  45. 3cc5ba1 ntb: Add alignment check to meet hardware requirement by Dave Jiang · 10 years ago
  46. 9ef6bf6 MAINTAINERS: update NTB info by Jon Mason · 10 years ago
  47. a1413cf NTB: correct the spread of queues over mw's by Jon Mason · 10 years ago
  48. f5be3e2912 fix bogus read_seqretry() checks introduced in b37199e by Al Viro · 10 years ago
  49. 6f18493 move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) by Al Viro · 10 years ago
  50. f77ced6 [fix] lustre: d_make_root() does iput() on dentry allocation failure by Al Viro · 10 years ago
  51. 1536340 Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. 8920649 parisc: Implement new LWS CAS supporting 64 bit operations. by Guy Martin · 10 years ago
  53. 99d263d vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  54. 23d0db7 Make hash_64() use a 64-bit multiply when appropriate by Linus Torvalds · 10 years ago
  55. 72d9310 Make ARCH_HAS_FAST_MULTIPLIER a real config variable by Linus Torvalds · 10 years ago
  56. 186cec3 Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  57. 645cc09 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  58. fc486b0 Merge tag 'stable/for-linus-3.17-b-rc4-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  59. 474e941 alarmtimer: Lock k_itimer during timer callback by Richard Larocque · 10 years ago
  60. 265b81d alarmtimer: Do not signal SIGEV_NONE timers by Richard Larocque · 10 years ago
  61. e86fea7 alarmtimer: Return relative times in timer_gettime by Richard Larocque · 10 years ago
  62. d78c930 jiffies: Fix timeval conversion to jiffies by Andrew Hunter · 10 years ago
  63. 13c42c2 futex: Unlock hb->lock in futex_wait_requeue_pi() error path by Thomas Gleixner · 10 years ago
  64. 471cff7 Merge tag 'char-misc-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  65. a6988b3 Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  66. 09db9d6 Merge tag 'tty-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  67. 90a3c48 Merge tag 'usb-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  68. 602b536 Merge tag 'nfs-for-3.17-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  69. 7ed641b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  70. 9925cc1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  71. 753a6cb Merge tag 'iommu-fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 10 years ago
  72. 96ea975 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  73. 5874cfe Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  74. 850ebc0 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  75. 95389b0 KEYS: Fix termination condition in assoc array garbage collection by David Howells · 10 years ago
  76. e4cf39e video: ARM CLCD: Fix color model capabilities for DT platforms by Pawel Moll · 10 years ago
  77. 83502a5 drm/ast: AST2000 cannot be detected correctly by Y.C. Chen · 10 years ago
  78. 8f372e2 drm/ast: open key before detect chips by Y.C. Chen · 10 years ago
  79. c73f6fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  80. 7ee2d2d Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  81. 018cace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  82. e2c6098 Merge tag 'fixes-for-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 10 years ago
  83. 9604469 xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices by Mathias Nyman · 10 years ago
  84. 0eda06c usb: xhci: Fix OOPS in xhci error handling code by Al Cooper · 10 years ago
  85. c207e7c xhci: Fix null pointer dereference if xhci initialization fails by Mathias Nyman · 10 years ago
  86. c66f1c6 storage: Add single-LUN quirk for Jaz USB Adapter by Mark · 10 years ago
  87. a79e5bc uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check by Hans de Goede · 10 years ago
  88. 8381e57 Merge tag 'pm+acpi-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  89. d50582e xen/arm: remove mach_to_phys rbtree by Stefano Stabellini · 10 years ago
  90. 340720b xen/arm: reimplement xen_dma_unmap_page & friends by Stefano Stabellini · 10 years ago
  91. 5ebc77d xen/arm: introduce XENFEAT_grant_map_identity by Stefano Stabellini · 10 years ago
  92. eb35bdd arm64: flush TLS registers during exec by Will Deacon · 10 years ago
  93. 1497e84 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  94. 8b02c5e Merge tag 'pinctrl-v3.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  95. c8c16e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  96. d2be899 Merge branches 'acpi-rtc', 'acpi-lpss' and 'acpi-battery' by Rafael J. Wysocki · 10 years ago
  97. 1c00f73 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  98. d9f4acd Merge branch 'msm-fixes-3.17-rc4' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 10 years ago
  99. 3a10ba8 drm/msm: don't crash if no msm.vram param by Rob Clark · 10 years ago
  100. 28a38b6 drm/msm/hdmi: fix build break on non-CCF platforms by Rob Clark · 10 years ago