1. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 5 months ago
  2. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  3. 7f78c68 NTB: ntb_transport: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  4. 5e2cbf1 NTB: ntb_transport: remove redundant assignment to rc by Colin Ian King · 5 years ago
  5. 2b0569b NTB: Add MSI interrupt support to ntb_transport by Logan Gunthorpe · 6 years ago
  6. 51cb8db NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed by Logan Gunthorpe · 6 years ago
  7. c59666b NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMA by Logan Gunthorpe · 6 years ago
  8. 9143595 NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup() by Joey Zhang · 6 years ago
  9. fc5d182 NTB: transport: Try harder to alloc an aligned MW buffer by Aaron Sierra · 6 years ago
  10. 846429b ntb: ntb_transport: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  11. b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  12. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  13. c9160b6 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_create_queue by Jia-Ju Bai · 7 years ago
  14. 82edcc7 ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup_qp_mw by Jia-Ju Bai · 7 years ago
  15. cbd2744 ntb_transport: Fix bug with max_mw_size parameter by Logan Gunthorpe · 7 years ago
  16. 980c41c NTB: Ensure ntb_mw_get_align() is only called when the link is up by Logan Gunthorpe · 7 years ago
  17. f3fd2af ntb: transport shouldn't disable link due to bogus values in SPADs by Dave Jiang · 7 years ago
  18. bc240ee ntb: use correct mw_count function in ntb_tool and ntb_transport by Logan Gunthorpe · 7 years ago
  19. d67288a NTB: Alter Scratchpads API to support multi-ports devices by Serge Semin · 8 years ago
  20. 443b9a1 NTB: Alter MW API to support multi-ports devices by Serge Semin · 8 years ago
  21. 1e53011 NTB: Add indexed ports NTB API by Serge Semin · 8 years ago
  22. 88931ec ntb: no sleep in ntb_async_tx_submit by Allen Hubbe · 8 years ago
  23. 8e8496e ntb_transport: fix bug calculating num_qps_mw by Logan Gunthorpe · 8 years ago
  24. cb827ee ntb_transport: fix qp count bug by Logan Gunthorpe · 8 years ago
  25. 8fcd095 ntb_transport: Pick an unused queue by Thomas VanSelus · 8 years ago
  26. dd62245 NTB: ntb_transport: fix debugfs_remove_recursive by Allen Hubbe · 8 years ago
  27. dfb7d24 ntb_transport: Remove unnecessary call to ntb_peer_spad_read by Steve Wahl · 8 years ago
  28. b17faba ntb_transport: Limit memory windows based on available, scratchpads by Shyam Sundar S K · 8 years ago
  29. c0a8803 ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent by Nicholas Mc Guire · 8 years ago
  30. 7220357 ntb: add DMA error handling for RX DMA by Dave Jiang · 8 years ago
  31. 9cabc26 ntb: add DMA error handling for TX DMA by Dave Jiang · 8 years ago
  32. 19645a0 ntb_transport: Check the number of spads the hardware supports by Logan Gunthorpe · 9 years ago
  33. a754a8f NTB: allocate number transport entries depending on size of ring size by Dave Jiang · 9 years ago
  34. 84f7668 ntb: stop link work when we do not have memory by Dave Jiang · 9 years ago
  35. e902133 ntb: stop tasklet from spinning forever during shutdown. by Dave Jiang · 9 years ago
  36. 8c874cc NTB: Address out of DMA descriptor issue with NTB by Dave Jiang · 9 years ago
  37. 179f912 NTB: ntb_process_tx error path bug by Jon Mason · 9 years ago
  38. fdcb4b2 NTB: fix 32-bit compiler warning by Arnd Bergmann · 9 years ago
  39. c92ba3c NTB: invalid buf pointer in multi-MW setups by Jon Mason · 9 years ago
  40. 70d4687 NTB: remove unused variable by Sudip Mukherjee · 9 years ago
  41. d4adee0 NTB: fix access of free-ed pointer by Sudip Mukherjee · 9 years ago
  42. 04afde4 NTB: Fix issue where we may be accessing NULL ptr by Dave Jiang · 9 years ago
  43. 569410ca NTB: Use unique DMA channels for TX and RX by Dave Jiang · 9 years ago
  44. 905921e NTB: Remove dma_sync_wait from ntb_async_rx by Allen Hubbe · 9 years ago
  45. d98ef99 NTB: Clean up QP stats info by Dave Jiang · 9 years ago
  46. 3151000 NTB: Make the transport list in order of discovery by Dave Jiang · 9 years ago
  47. e74bfee NTB: Add flow control to the ntb_netdev by Dave Jiang · 9 years ago
  48. 30a4bb1 NTB: Fix dereference before check by Allen Hubbe · 9 years ago
  49. 8c9edf6 NTB: Fix zero size or integer overflow in ntb_set_mw by Allen Hubbe · 9 years ago
  50. 8b5a22d NTB: Schedule to receive on QP link up by Allen Hubbe · 9 years ago
  51. 260bee9 NTB: Fix oops in debugfs when transport is half-up by Dave Jiang · 9 years ago
  52. c8650fd NTB: Fix transport stats for multiple devices by Dave Jiang · 9 years ago
  53. da2e5ae NTB: Fix ntb_transport out-of-order RX update by Allen Hubbe · 9 years ago
  54. 7eb3878 NTB: Print driver name and version in module init by Dave Jiang · 10 years ago
  55. 9891417 NTB: Increase transport MTU to 64k from 16k by Dave Jiang · 10 years ago
  56. a41ef05 NTB: Default to CPU memcpy for performance by Dave Jiang · 10 years ago
  57. 06917f7 NTB: Improve performance with write combining by Dave Jiang · 10 years ago
  58. 1199aa6 NTB: Use NUMA memory and DMA chan in transport by Allen Hubbe · 10 years ago
  59. 2876228 NTB: Rate limit ntb_qp_link_work by Allen Hubbe · 10 years ago
  60. 2849b5d7 NTB: Reset transport QP link stats on down by Allen Hubbe · 10 years ago
  61. c0900b3 NTB: Do not advance transport RX on link down by Allen Hubbe · 10 years ago
  62. e22e0b9 NTB: Differentiate transport link down messages by Allen Hubbe · 10 years ago
  63. 0f69a7d NTB: Read peer info from local SPAD in transport by Dave Jiang · 10 years ago
  64. e26a584 NTB: Split ntb_hw_intel and ntb_transport drivers by Allen Hubbe · 10 years ago
  65. ec110bc NTB: Move files in preparation for NTB abstraction by Allen Hubbe · 10 years ago
  66. 3cc5ba1 ntb: Add alignment check to meet hardware requirement by Dave Jiang · 10 years ago
  67. a1413cf NTB: correct the spread of queues over mw's by Jon Mason · 11 years ago
  68. 53ca4fe NTB: Code Style Clean-up by Jon Mason · 11 years ago
  69. 403c63c NTB: client event cleanup by Jon Mason · 11 years ago
  70. b954851 Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb by Linus Torvalds · 11 years ago
  71. e8aeb60 NTB: Disable interrupts and poll under high load by Jon Mason · 12 years ago
  72. 9468119 NTB: correct dmaengine_get/put usage by Jon Mason · 11 years ago
  73. fca4d51 NTB: Fix ntb_transport link down race by Jon Mason · 11 years ago
  74. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  75. 6f57fd0 NTB: convert to dmaengine_unmap_data by Bartlomiej Zolnierkiewicz · 11 years ago
  76. f9a2cf8 NTB: Comment Fix by Jon Mason · 11 years ago
  77. 3daa3a0 NTB: Remove unused variable by Jon Mason · 11 years ago
  78. 4979388 NTB: Rename Variables for NTB-RP by Jon Mason · 11 years ago
  79. 282a2fe NTB: Use DMA Engine to Transmit and Receive by Jon Mason · 12 years ago
  80. 948d3a6 NTB: Xeon Errata Workaround by Jon Mason · 12 years ago
  81. 1517a3f NTB: Correct debugfs to work with more than 1 NTB Device by Jon Mason · 11 years ago
  82. 8b19d45 NTB: Multiple NTB client fix by Jon Mason · 12 years ago
  83. c336acd NTB: memcpy lockup workaround by Jon Mason · 12 years ago
  84. c9d534c NTB: Correctly handle receive buffers of the minimal size by Jon Mason · 12 years ago
  85. 90f9e93 NTB: reset tx_index on link toggle by Jon Mason · 12 years ago
  86. b77b263 NTB: Link toggle memory leak by Jon Mason · 12 years ago
  87. 113fc50 NTB: Handle 64bit BAR sizes by Jon Mason · 12 years ago
  88. cc0f868 NTB: fix pointer math issues by Dan Carpenter · 12 years ago
  89. 186f27f NTB: variable dereferenced before check by Jon Mason · 12 years ago
  90. 7446564 NTB: Fix Sparse Warnings by Jon Mason · 12 years ago
  91. 448c6fb NTB: Out of free receive entries issue by Jon Mason · 12 years ago
  92. 793c20e NTB: Remove reads across NTB by Jon Mason · 12 years ago
  93. d7237e2 NTB: correct stack usage warning in debugfs_read by Jon Mason · 12 years ago
  94. f766755 NTB: whitespace cleanups by Jon Mason · 12 years ago
  95. 170d35a NTB: namespacecheck cleanups by Jon Mason · 12 years ago
  96. d66d7ac NTB: use simple_open for debugfs by Jon Mason · 12 years ago
  97. 7b4f2d3 NTB: No sleeping in interrupt context by Jon Mason · 12 years ago
  98. ef114ed NTB: separate transmit and receive windows by Jon Mason · 12 years ago
  99. 842c1dd NTB: correct memory barrier by Jon Mason · 12 years ago
  100. 8222b40 NTB: Handle ntb client device probes without present hardware by Jon Mason · 12 years ago