1. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  2. 4201a99 ntb: intel: remove b2b memory window workaround for Skylake NTB by Dave Jiang · 7 years ago
  3. 3a814a0 NTB: make idt_89hpes_cfg const by Bhumika Goyal · 7 years ago
  4. 87d11e6 NTB: switchtec_ntb: Add memory window support by Logan Gunthorpe · 7 years ago
  5. b9a4aca NTB: switchtec_ntb: Implement scratchpad registers by Logan Gunthorpe · 7 years ago
  6. 6619bf9 NTB: switchtec_ntb: Implement doorbell registers by Logan Gunthorpe · 7 years ago
  7. 0ee28f2 NTB: switchtec_ntb: Add link management by Logan Gunthorpe · 7 years ago
  8. e099b45 NTB: switchtec_ntb: Add skeleton NTB driver by Logan Gunthorpe · 7 years ago
  9. 3dd4db4 NTB: switchtec_ntb: Initialize hardware for doorbells and messages by Logan Gunthorpe · 7 years ago
  10. ec0467c NTB: switchtec_ntb: Initialize hardware for memory windows by Logan Gunthorpe · 7 years ago
  11. 33dea5a NTB: switchtec_ntb: Introduce initial NTB driver by Logan Gunthorpe · 7 years ago
  12. 980c41c NTB: Ensure ntb_mw_get_align() is only called when the link is up by Logan Gunthorpe · 7 years ago
  13. f3fd2af ntb: transport shouldn't disable link due to bogus values in SPADs by Dave Jiang · 7 years ago
  14. bc240ee ntb: use correct mw_count function in ntb_tool and ntb_transport by Logan Gunthorpe · 7 years ago
  15. 32e0f5b ntb: Add error path/handling to Debug FS entry creation by Gary R Hook · 7 years ago
  16. 8407dd6 ntb: Add more debugfs support for ntb_perf testing options by Gary R Hook · 8 years ago
  17. 0b93a6d ntb: Remove debug-fs variables from the context structure by Gary R Hook · 8 years ago
  18. e9410ff ntb: Add a module option to control affinity of DMA channels by Gary R Hook · 8 years ago
  19. bf2a952 NTB: Add IDT 89HPESxNTx PCIe-switches support by Serge Semin · 8 years ago
  20. 48ea021 ntb_hw_intel: Style fixes: open code macros that just obfuscate code by Logan Gunthorpe · 8 years ago
  21. 0f9bfb9 ntb_hw_amd: Style fixes: open code macros that just obfuscate code by Logan Gunthorpe · 8 years ago
  22. bc3e49a NTB: Add Messaging NTB API by Serge Semin · 8 years ago
  23. d67288a NTB: Alter Scratchpads API to support multi-ports devices by Serge Semin · 8 years ago
  24. 443b9a1 NTB: Alter MW API to support multi-ports devices by Serge Semin · 8 years ago
  25. 4e8c11b NTB: Alter link-state API to support multi-port devices by Serge Semin · 8 years ago
  26. 1e53011 NTB: Add indexed ports NTB API by Serge Semin · 8 years ago
  27. 88931ec ntb: no sleep in ntb_async_tx_submit by Allen Hubbe · 7 years ago
  28. 5eb449e ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits by Dave Jiang · 7 years ago
  29. 8e8496e ntb_transport: fix bug calculating num_qps_mw by Logan Gunthorpe · 7 years ago
  30. cb827ee ntb_transport: fix qp count bug by Logan Gunthorpe · 7 years ago
  31. 94fc795 ntb: Correct modinfo usage statement for ntb_perf by Gary R Hook · 8 years ago
  32. 939ada5 ntb: ntb_hw_intel: link_poll isn't clearing the pending status properly by Dave Jiang · 8 years ago
  33. 8fcd095 ntb_transport: Pick an unused queue by Thomas VanSelus · 8 years ago
  34. 9644347 ntb: ntb_perf missing dmaengine_unmap_put by Dave Jiang · 8 years ago
  35. dd62245 NTB: ntb_transport: fix debugfs_remove_recursive by Allen Hubbe · 8 years ago
  36. dfb7d24 ntb_transport: Remove unnecessary call to ntb_peer_spad_read by Steve Wahl · 8 years ago
  37. 28734e8 NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy by Christophe JAILLET · 8 years ago
  38. 09e71a6 ntb: fix SKX NTB config space size register offsets by Dave Jiang · 8 years ago
  39. b17faba ntb_transport: Limit memory windows based on available, scratchpads by Shyam Sundar S K · 8 years ago
  40. 872deb2 NTB: Register and offset values fix for memory window by Shyam Sundar S K · 8 years ago
  41. e5b0d2d NTB: add support for hotplug feature by Xiangliang Yu · 8 years ago
  42. 783dfa6 ntb: Adding Skylake Xeon NTB support by Dave Jiang · 8 years ago
  43. 819baf8 ntb_perf: potential info leak in debugfs by Dan Carpenter · 8 years ago
  44. 25ea9f2 ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev by Dave Jiang · 8 years ago
  45. cdc0898 ntb: make DMA_OUT_RESOURCE_TO HZ independent by Nicholas Mc Guire · 8 years ago
  46. c0a8803 ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent by Nicholas Mc Guire · 8 years ago
  47. 49b89de NTB: ntb_hw_intel: Fix typo in module parameter descriptions by Wei Yongjun · 8 years ago
  48. cedecbc ntb_pingpong: Fix db_init parameter description by Wei Yongjun · 8 years ago
  49. 7220357 ntb: add DMA error handling for RX DMA by Dave Jiang · 8 years ago
  50. 9cabc26 ntb: add DMA error handling for TX DMA by Dave Jiang · 8 years ago
  51. 95f1464 NTB: ntb_hw_intel: use local variable pdev by Allen Hubbe · 8 years ago
  52. 4089527 NTB: ntb_hw_intel: show BAR size in debugfs info by Allen Hubbe · 8 years ago
  53. 35539b5 ntb_perf: clear link_is_up flag when the link goes down. by Logan Gunthorpe · 8 years ago
  54. 20572ee ntb_pingpong: Add a debugfs file to get the ping count by Logan Gunthorpe · 8 years ago
  55. bfcaa39 ntb_tool: Add link status and files to debugfs by Logan Gunthorpe · 8 years ago
  56. 717146a ntb_tool: Postpone memory window initialization for the user by Logan Gunthorpe · 8 years ago
  57. 26dc638 ntb_perf: Wait for link before running test by Logan Gunthorpe · 8 years ago
  58. 58fd0f3 ntb_perf: Return results by reading the run file by Logan Gunthorpe · 8 years ago
  59. da573ea ntb_perf: Improve thread handling to increase robustness by Logan Gunthorpe · 8 years ago
  60. fd2ecd8 ntb_perf: Schedule based on time not on performance by Logan Gunthorpe · 8 years ago
  61. 19645a0 ntb_transport: Check the number of spads the hardware supports by Logan Gunthorpe · 8 years ago
  62. 8b71d28 ntb_tool: Add memory window debug support by Logan Gunthorpe · 8 years ago
  63. 4aae977 ntb_perf: Allow limiting the size of the memory windows by Logan Gunthorpe · 8 years ago
  64. a754a8f NTB: allocate number transport entries depending on size of ring size by Dave Jiang · 9 years ago
  65. 625f080 ntb_tool: BUG: Ensure the buffer size is large enough to return all spads by Logan Gunthorpe · 8 years ago
  66. c792eba ntb_tool: Fix infinite loop bug when writing spad/peer_spad file by Logan Gunthorpe · 8 years ago
  67. 4f1b50c NTB: Remove _addr functions from ntb_hw_amd by Allen Hubbe · 9 years ago
  68. 838850e NTB: Fix incorrect clean up routine in ntb_perf by Dave Jiang · 9 years ago
  69. ddc8f6f NTB: Fix incorrect return check in ntb_perf by Dave Jiang · 9 years ago
  70. 2572c7f ntb: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
  71. ee5f750 ntb: add missing setup of translation window by Dave Jiang · 9 years ago
  72. 84f7668 ntb: stop link work when we do not have memory by Dave Jiang · 9 years ago
  73. e902133 ntb: stop tasklet from spinning forever during shutdown. by Dave Jiang · 9 years ago
  74. 1985a88 ntb: perf test: fix address space confusion by Arnd Bergmann · 9 years ago
  75. 03beaec NTB: Fix macro parameter conflict with field name by Allen Hubbe · 9 years ago
  76. a1b3695 NTB: Add support for AMD PCI-Express Non-Transparent Bridge by Xiangliang Yu · 9 years ago
  77. 8a7b6a7 ntb: ntb perf tool by Dave Jiang · 9 years ago
  78. 8c874cc NTB: Address out of DMA descriptor issue with NTB by Dave Jiang · 9 years ago
  79. 703872c NTB: Clear property bits in BAR value by Dave Jiang · 9 years ago
  80. 179f912 NTB: ntb_process_tx error path bug by Jon Mason · 9 years ago
  81. fdcb4b2 NTB: fix 32-bit compiler warning by Arnd Bergmann · 9 years ago
  82. 8b782fa NTB: unify translation addresses by Dave Jiang · 9 years ago
  83. c92ba3c NTB: invalid buf pointer in multi-MW setups by Jon Mason · 9 years ago
  84. 70d4687 NTB: remove unused variable by Sudip Mukherjee · 9 years ago
  85. d4adee0 NTB: fix access of free-ed pointer by Sudip Mukherjee · 9 years ago
  86. 04afde4 NTB: Fix issue where we may be accessing NULL ptr by Dave Jiang · 9 years ago
  87. 9a07826 NTB: Fix range check on memory window index by Allen Hubbe · 9 years ago
  88. 2aa2a77 NTB: Improve index handling in B2B MW workaround by Allen Hubbe · 9 years ago
  89. 569410ca NTB: Use unique DMA channels for TX and RX by Dave Jiang · 9 years ago
  90. 905921e NTB: Remove dma_sync_wait from ntb_async_rx by Allen Hubbe · 9 years ago
  91. d98ef99 NTB: Clean up QP stats info by Dave Jiang · 9 years ago
  92. 3151000 NTB: Make the transport list in order of discovery by Dave Jiang · 9 years ago
  93. 0a5d19d NTB: Add PCI Device IDs for Broadwell Xeon by Dave Jiang · 9 years ago
  94. e74bfee NTB: Add flow control to the ntb_netdev by Dave Jiang · 9 years ago
  95. e15f940 ntb: avoid format string in dev_set_name by Kees Cook · 9 years ago
  96. 30a4bb1 NTB: Fix dereference before check by Allen Hubbe · 9 years ago
  97. 8c9edf6 NTB: Fix zero size or integer overflow in ntb_set_mw by Allen Hubbe · 9 years ago
  98. 8b5a22d NTB: Schedule to receive on QP link up by Allen Hubbe · 9 years ago
  99. 260bee9 NTB: Fix oops in debugfs when transport is half-up by Dave Jiang · 9 years ago
  100. c8650fd NTB: Fix transport stats for multiple devices by Dave Jiang · 9 years ago