1. e6a73f2 IB/ocrdma: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  2. a487a0b IB/nes: Remove a superfluous assignment statement by Bart Van Assche · 8 years ago
  3. 26e3727 IB/mthca: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  4. 9b0c289 IB/mlx5: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  5. d66c88a8 IB/mlx4: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  6. f2296ad IB/i40iw: Remove a superfluous assignment statement by Bart Van Assche · 8 years ago
  7. fecd02e IB/hns: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  8. 3067771 IB/hfi1: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  9. d08868a IB/cxgb4: Set dev.parent instead of dma_device by Bart Van Assche · 8 years ago
  10. 91f734b IB/cxgb3: Set dev.parent instead of dma_device by Bart Van Assche · 8 years ago
  11. 1e35a08 IB/core: Use dev.parent instead of dma_device by Bart Van Assche · 8 years ago
  12. 97a9ea8 IB/core: Initialize ib_device.dev.parent earlier by Bart Van Assche · 8 years ago
  13. 5f0cb80 IB/qib: Remove DMA mapping code by Bart Van Assche · 8 years ago
  14. e6d356d IB/hf1: Remove DMA mapping code by Bart Van Assche · 8 years ago
  15. d43dbac IB/core: Change the type of an ib_dma_alloc_coherent() argument by Bart Van Assche · 8 years ago
  16. 69324c2 RDS: IB: Remove an unused structure member by Bart Van Assche · 8 years ago
  17. 6532c38 IB/core: Remove ib_dma_*map_single_attrs() by Bart Van Assche · 8 years ago
  18. 551199a lib/dma-virt: Add dma_virt_ops by Bart Van Assche · 8 years ago
  19. 7844572 lib/dma-noop: Only build dma_noop_ops for s390 and m32r by Bart Van Assche · 8 years ago
  20. 1eec9e2 lib/dma-noop: Clarify a comment by Bart Van Assche · 8 years ago
  21. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  22. ca6e8e1 treewide: Consolidate set_dma_ops() implementations by Bart Van Assche · 8 years ago
  23. 5657933 treewide: Move dma_ops from struct dev_archdata into struct device by Bart Van Assche · 8 years ago
  24. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  25. 102c5ce RDMA/cma: use cached port state when bind loopback by Jack Wang · 8 years ago
  26. 93b1f29 RDMA/cma: resolve to first active ib port by Jack Wang · 8 years ago
  27. 9e2c3f1 RDMA/core: export ib_get_cached_port_state by Jack Wang · 8 years ago
  28. aaaca12 RDMA/core: add port state cache by Jack Wang · 8 years ago
  29. 27d41d2 IB/ipoib: Change list_del to list_del_init in the tx object by Feras Daoud · 8 years ago
  30. c586071 IB/ipoib: Replace list_del of the neigh->list with list_del_init by Feras Daoud · 8 years ago
  31. 13ee429 IB/ipoib: Use debug prints instead of warnings in RNR WC status by Feras Daoud · 8 years ago
  32. d32b9a8 IB/ipoib: Add detailed error message to dev_queue_xmit call by Feras Daoud · 8 years ago
  33. 89a3987 IB/ipoib: rtnl_unlock can not come after free_netdev by Feras Daoud · 8 years ago
  34. 0a0007f IB/ipoib: Fix deadlock between rmmod and set_mode by Feras Daoud · 8 years ago
  35. 1c3098c IB/ipoib: Fix deadlock over vlan_mutex by Feras Daoud · 8 years ago
  36. 80b5b35 IB/ipoib: Set device connection mode only when needed by Feras Daoud · 8 years ago
  37. 29da686 IB/ipoib: When given an invalid UD MTU, give debug msg by Feras Daoud · 8 years ago
  38. db287ec RDMA/ocrdma: Replace BUG() with BUG_ON() by ssh10 · 8 years ago
  39. b462b06 RDMA/cxgb4: Use AF_INET for sin_family field by ssh10 · 8 years ago
  40. 55efcfc RDMA/core: Fix incorrect structure packing for booleans by Jason Gunthorpe · 8 years ago
  41. df15856 RDMA/qedr: restructure functions that create/destroy QPs by Amrani, Ram · 8 years ago
  42. bb75f33 RDMA/qib: use rb_entry() by Geliang Tang · 8 years ago
  43. e8f4eb3 RDMA/hfi1: drop pci_link_reset() by Cao jin · 8 years ago
  44. 850d087 RDMA/qib: drop qib_pci_link_reset() by Cao jin · 8 years ago
  45. 7f6856b RDMA/i40iw: use designated initializers by Kees Cook · 8 years ago
  46. 6554c9f RDMA/nes: use designated initializers by Kees Cook · 8 years ago
  47. c5540a0 IB/rxe: Fix an skb leak by Bart Van Assche · 8 years ago
  48. 839f5ac IB/rxe: Remove a pointless indirection layer by Bart Van Assche · 8 years ago
  49. ab17654 IB/rxe: Fix reference leaks in memory key invalidation code by Bart Van Assche · 8 years ago
  50. b3a4599 IB/rxe: Fix a MR reference leak in check_rkey() by Bart Van Assche · 8 years ago
  51. 18d3451 IB/rxe: Generate a completion for all failed work requests by Bart Van Assche · 8 years ago
  52. 723ec9a IB/rxe: Introduce functions for queue draining by Bart Van Assche · 8 years ago
  53. 642c7cb IB/rxe: Add a runtime check in alloc_index() by Bart Van Assche · 8 years ago
  54. 43553b4 IB/rxe: Issue warnings once by Bart Van Assche · 8 years ago
  55. 32404fb IB/rxe: Let the compiler check the type of the cleanup functions by Bart Van Assche · 8 years ago
  56. 046ef24 IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() arguments by Bart Van Assche · 8 years ago
  57. 967335a IB/rxe: Remove superfluous casts by Bart Van Assche · 8 years ago
  58. 175f124 IB/rxe: Remove an unused variable and an unused argument by Bart Van Assche · 8 years ago
  59. c8b8218 IB/rxe: Remove an unused function by Bart Van Assche · 8 years ago
  60. 2bec3ba IB/rxe: Constify the pool name by Bart Van Assche · 8 years ago
  61. 8d8f083 IB/rxe: Suppress sparse warnings by Bart Van Assche · 8 years ago
  62. 69ae543 RDMA: Adding ethertype ETH_P_IBOE by Selvin Xavier · 8 years ago
  63. fa83b79 RDMA/core: Unify style of IOCTL commands by Leon Romanovsky · 8 years ago
  64. 10b31e7 RDMA/core: Rename RDMA magic number by Leon Romanovsky · 8 years ago
  65. 8edec0b RDMA/core: Move HFI1 IOCTL declarations to common file by Leon Romanovsky · 8 years ago
  66. 38e8b67 RDMA/hfi1: Avoid redeclaration error by Leon Romanovsky · 8 years ago
  67. 06393bc RDMA/core: Move legacy MAD IOCTL declarations to common file by Leon Romanovsky · 8 years ago
  68. 843debb RDMA/core: Commonize RDMA IOCTL declarations location by Leon Romanovsky · 8 years ago
  69. a121103 Linux 4.10-rc3 by Linus Torvalds · 8 years ago
  70. 83280e9 Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  71. cc250e2 Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  72. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  73. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  74. b0b9b3d mm: stop leaking PageTables by Hugh Dickins · 8 years ago
  75. 87bc610 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  76. 01d0f71 MAINTAINERS: add greybus subsystem mailing list by Greg Kroah-Hartman · 8 years ago
  77. 308c470 Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  78. d72f0de Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  79. baaf031 Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  80. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  81. b1ee5170 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  82. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  83. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  84. 65cdc40 Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  85. 7397e1e Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  86. b937a86 Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  87. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  88. f1dabf0 Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  89. 7e2b9d8 Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  90. 3baad65 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  91. 88ba6ca Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  92. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  93. ed40875 Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  94. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago
  95. c433eb7 Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  96. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  97. b400792 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  98. 383378d Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  99. 421463b hyper-v: Add myself as additional MAINTAINER by Stephen Hemminger · 8 years ago
  100. 674aea0 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device by Oliver Neukum · 8 years ago