Age | Commit message (Expand) | Author | Files | Lines |
2025-04-09 | NTB/msi: Switch MSI descriptor locking to lock guard() | Thomas Gleixner | 1 | -14/+8 |
2025-04-04 | Merge tag 'ntb-6.15' of https://github.com/jonmason/ntb | Linus Torvalds | 6 | -16/+14 |
2025-03-28 | Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+14 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2025-03-18 | ntb_hw_amd: Add NTB PCI ID for new gen CPU | Basavaraj Natikar | 1 | -0/+1 |
2025-03-18 | ntb: reduce stack usage in idt_scan_mws | Arnd Bergmann | 1 | -11/+7 |
2025-03-18 | ntb: use 64-bit arithmetic for the MSI doorbell mask | Fedor Pchelkin | 1 | -1/+1 |
2025-03-18 | ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk() | Markus Elfring | 1 | -3/+1 |
2025-03-18 | ntb: intel: Fix using link status DB's | Nikita Shubin | 1 | -0/+3 |
2025-03-18 | ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_trans | Yajun Deng | 1 | -1/+1 |
2025-03-13 | NTB/msi: Switch MSI descriptor locking to lock guard() | Thomas Gleixner | 1 | -14/+8 |
2025-02-18 | ntb: ntb_pingpong: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
2024-10-30 | ntb: idt: Replace deprecated PCI functions | Philipp Stanner | 1 | -4/+9 |
2024-09-20 | ntb: Force physically contiguous allocation of rx ring buffers | Dave Jiang | 1 | -5/+18 |
2024-09-20 | ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remo... | Kaixin Wang | 1 | -0/+1 |
2024-09-20 | ntb: idt: Fix the cacography in ntb_hw_idt.c | zhang jiao | 1 | -1/+1 |
2024-09-20 | NTB: epf: don't misuse kernel-doc marker | Randy Dunlap | 1 | -1/+1 |
2024-09-20 | NTB: ntb_transport: fix all kernel-doc warnings | Randy Dunlap | 1 | -3/+5 |
2024-09-20 | ntb: Constify struct bus_type | Christophe JAILLET | 2 | -3/+3 |
2024-09-20 | ntb_perf: Fix printk format | Max Hawking | 1 | -1/+1 |
2024-09-20 | ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir() | Jinjie Ruan | 1 | -1/+1 |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2024-06-10 | PCI: switchtec: Make switchtec_class constant | Greg Kroah-Hartman | 1 | -1/+1 |
2024-04-25 | ntb: idt: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY | Damien Le Moal | 1 | -1/+1 |
2024-02-16 | NTB: fix possible name leak in ntb_register_device() | Yang Yingliang | 1 | -1/+7 |
2023-08-22 | ntb: Check tx descriptors outstanding instead of head/tail for tx queue | Dave Jiang | 1 | -1/+1 |
2023-08-22 | ntb: Fix calculation ntb_transport_tx_free_entry() | Dave Jiang | 1 | -1/+1 |
2023-08-22 | ntb: Drop packets when qp link is down | Dave Jiang | 1 | -1/+5 |
2023-08-22 | ntb: Clean up tx tail index on link down | Dave Jiang | 1 | -2/+9 |
2023-08-18 | ntb: amd: Drop unnecessary error check for debugfs_create_dir | Ruan Jinjie | 1 | -7/+4 |
2023-08-18 | NTB: ntb_tool: Switch to memdup_user_nul() helper | Ruan Jinjie | 1 | -10/+3 |
2023-08-18 | dtivers: ntb: fix parameter check in perf_setup_dbgfs() | Minjie Du | 1 | -1/+1 |
2023-08-18 | ntb: Remove error checking for debugfs_create_dir() | Wang Ming | 1 | -2/+0 |
2023-07-08 | ntb: hw: amd: Fix debugfs_create_dir error checking | Anup Sharma | 1 | -1/+1 |
2023-07-08 | ntb: intel: Remove redundant pci_clear_master | Cai Huoqing | 1 | -2/+0 |
2023-07-08 | ntb: epf: Remove redundant pci_clear_master | Cai Huoqing | 1 | -8/+4 |
2023-07-08 | ntb_hw_amd: Remove redundant pci_clear_master | Cai Huoqing | 1 | -2/+0 |
2023-07-08 | ntb: idt: drop redundant pci_enable_pcie_error_reporting() | Bjorn Helgaas | 1 | -12/+5 |
2023-07-08 | NTB: ntb_tool: Add check for devm_kcalloc | Jiasheng Jiang | 1 | -0/+2 |
2023-07-08 | NTB: ntb_transport: fix possible memory leak while device_register() fails | Yang Yingliang | 1 | -1/+1 |
2023-07-08 | ntb: intel: Fix error handling in intel_ntb_pci_driver_init() | Yuan Can | 1 | -1/+6 |
2023-07-08 | NTB: amd: Fix error handling in amd_ntb_pci_driver_init() | Yuan Can | 1 | -1/+6 |
2023-07-08 | ntb: idt: Fix error handling in idt_pci_driver_init() | Yuan Can | 1 | -1/+6 |
2023-04-03 | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman | 1 | -4/+2 |
2022-08-09 | NTB: epf: Allow more flexibility in the memory BAR map method | Frank Li | 1 | -13/+35 |
2022-08-09 | ntb: intel: add GNR support for Intel PCIe gen5 NTB | Dave Jiang | 3 | -5/+16 |
2022-08-09 | NTB: ntb_tool: uninitialized heap data in tool_fn_write() | Dan Carpenter | 1 | -3/+5 |
2022-08-09 | ntb: idt: fix clang -Wformat warnings | Justin Stitt | 1 | -3/+3 |
2022-01-28 | ntb: intel: fix port config status offset for SPR | Dave Jiang | 2 | -1/+32 |
2022-01-23 | NTB/msi: Use struct_size() helper in devm_kzalloc() | Gustavo A. R. Silva | 1 | -4/+2 |
2022-01-17 | Merge tag 'ntb-5.17' of git://github.com/jonmason/ntb | Linus Torvalds | 3 | -15/+16 |
2022-01-11 | ntb_hw_switchtec: Fix a minor issue in config_req_id_table() | Kelvin Cao | 1 | -1/+1 |
2022-01-11 | ntb_hw_switchtec: Remove code for disabling ID protection | Kelvin Cao | 1 | -3/+0 |
2022-01-11 | ntb_hw_switchtec: Update the way of getting VEP instance ID | Kelvin Cao | 1 | -3/+5 |
2022-01-11 | ntb_hw_switchtec: AND with the part_map for a valid tpart_vec | Jeremy Pallotta | 1 | -0/+1 |
2022-01-11 | ntb_hw_switchtec: Fix bug with more than 32 partitions | Wesley Sheng | 1 | -7/+5 |
2022-01-11 | ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all | Jeremy Pallotta | 1 | -2/+2 |
2022-01-11 | ntb_hw_switchtec: fix the spelling of "its" | Randy Dunlap | 1 | -1/+1 |
2022-01-11 | NTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc comment | Yang Li | 1 | -1/+2 |
2022-01-11 | ntb_hw_amd: Add NTB PCI ID for new gen CPU | Sanjay R Mehta | 1 | -0/+2 |
2021-12-16 | NTB/msi: Convert to msi_on_each_desc() | Thomas Gleixner | 1 | -6/+13 |
2021-09-07 | Merge tag 'ntb-5.15' of git://github.com/jonmason/ntb | Linus Torvalds | 7 | -38/+11 |
2021-09-05 | NTB: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 3 | -33/+6 |
2021-09-05 | ntb: ntb_pingpong: remove redundant initialization of variables msg_data and ... | Colin Ian King | 1 | -1/+1 |
2021-09-04 | NTB: perf: Fix an error code in perf_setup_inbuf() | Yang Li | 1 | -0/+1 |
2021-09-04 | NTB: Fix an error code in ntb_msit_probe() | Yang Li | 1 | -1/+3 |
2021-09-04 | ntb: intel: remove invalid email address in header comment | Dave Jiang | 1 | -3/+0 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 2 | -6/+2 |
2021-02-23 | NTB: Add support for EPF PCI Non-Transparent Bridge | Kishon Vijay Abraham I | 5 | -0/+762 |
2020-12-27 | Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb | Linus Torvalds | 4 | -3/+44 |
2020-12-15 | NTB/msi: Use irq_has_action() | Thomas Gleixner | 1 | -3/+1 |
2020-12-06 | ntb: intel: add Intel NTB LTR vendor support for gen4 NTB | Dave Jiang | 3 | -1/+42 |
2020-12-06 | ntb: idt: fix error check in ntb_hw_idt.c | Wang Qing | 1 | -2/+2 |
2020-10-25 | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntb | Linus Torvalds | 3 | -5/+3 |
2020-08-24 | NTB: Use struct_size() helper in devm_kzalloc() | Gustavo A. R. Silva | 1 | -4/+1 |
2020-08-24 | ntb: intel: Fix memleak in intel_ntb_pci_probe | Dinghao Liu | 1 | -1/+1 |
2020-08-23 | NTB: hw: amd: fix an issue about leak system resources | Kaige Li | 1 | -0/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-08-14 | ntb: intel: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 3 | -3/+3 |
2020-06-05 | NTB: perf: Fix race condition when run with ntb_test | Logan Gunthorpe | 1 | -2/+8 |
2020-06-05 | NTB: perf: Fix support for hardware that doesn't have port numbers | Logan Gunthorpe | 1 | -0/+10 |
2020-06-05 | NTB: perf: Don't require one more memory window than number of peers | Logan Gunthorpe | 1 | -1/+1 |
2020-06-05 | NTB: ntb_pingpong: Choose doorbells based on port number | Logan Gunthorpe | 1 | -8/+6 |
2020-06-05 | NTB: Fix the default port and peer numbers for legacy drivers | Logan Gunthorpe | 1 | -6/+2 |
2020-06-05 | NTB: Revert the change to use the NTB device dev for DMA allocations | Logan Gunthorpe | 1 | -1/+0 |
2020-06-05 | NTB: ntb_tool: reading the link file should not end in a NULL byte | Logan Gunthorpe | 1 | -2/+1 |
2020-06-05 | ntb_perf: avoid false dma unmap of destination address | Sanjay R Mehta | 1 | -9/+2 |
2020-06-05 | ntb_perf: increase sleep time from one milli sec to one sec | Sanjay R Mehta | 1 | -2/+2 |
2020-06-05 | ntb_tool: pass correct struct device to dma_alloc_coherent | Sanjay R Mehta | 1 | -3/+3 |
2020-06-05 | ntb_perf: pass correct struct device to dma_alloc_coherent | Sanjay R Mehta | 1 | -4/+4 |
2020-06-05 | ntb: hw: remove the code that sets the DMA mask | Logan Gunthorpe | 3 | -14/+0 |
2020-06-05 | ntb: intel: fix static declaration | Dave Jiang | 1 | -1/+1 |
2020-06-05 | ntb: intel: add hw workaround for NTB BAR alignment | Dave Jiang | 3 | -13/+79 |
2020-04-20 | ntb: intel: Add Icelake (gen4) support for Intel NTB | Dave Jiang | 7 | -27/+640 |
2020-04-13 | NTB: Fix static check warning in perf_clear_test | Jiasen Lin | 1 | -2/+2 |
2020-04-03 | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2020-03-28 | PCI/AER: Rationalize error status register clearing | Kuppuswamy Sathyanarayanan | 1 | -2/+2 |
2020-03-13 | NTB: add pci shutdown handler for AMD NTB | Arindam Nath | 1 | -0/+17 |
2020-03-13 | NTB: send DB event when driver is loaded or un-loaded | Arindam Nath | 2 | -2/+56 |
2020-03-13 | NTB: remove redundant setting of DB valid mask | Arindam Nath | 1 | -2/+0 |
2020-03-13 | NTB: return link up status correctly for PRI and SEC | Arindam Nath | 2 | -5/+60 |
2020-03-13 | NTB: add helper functions to set and clear sideinfo | Arindam Nath | 2 | -10/+37 |
2020-03-13 | NTB: move ntb_ctrl handling to init and deinit | Arindam Nath | 1 | -10/+10 |
2020-03-13 | NTB: handle link up, D0 and D3 events correctly | Arindam Nath | 1 | -0/+6 |
2020-03-13 | NTB: handle link down event correctly | Arindam Nath | 1 | -3/+6 |
2020-03-13 | NTB: remove handling of peer_sta from amd_link_is_up | Arindam Nath | 1 | -11/+0 |
2020-03-13 | NTB: set peer_sta within event handler itself | Arindam Nath | 1 | -2/+4 |
2020-03-13 | NTB: return the side info status from amd_poll_link | Arindam Nath | 2 | -8/+5 |
2020-03-13 | NTB: define a new function to get link status | Arindam Nath | 1 | -43/+50 |
2020-03-13 | NTB: Enable link up and down event notification | Arindam Nath | 1 | -0/+5 |
2020-03-13 | NTB: clear interrupt status register | Arindam Nath | 1 | -0/+3 |
2020-03-13 | NTB: Fix access to link status and control register | Arindam Nath | 1 | -3/+37 |
2020-03-13 | NTB: ntb_transport: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -29/+29 |
2020-03-13 | ntb_hw_switchtec: Fix ntb_mw_clear_trans error if size == 0 | Alexander Fomichev | 1 | -1/+1 |
2020-03-13 | ntb_tool: Fix printk format | Helge Deller | 1 | -7/+7 |
2020-03-13 | NTB: ntb_perf: Fix address err in perf_copy_chunk | Jiasen Lin | 1 | -10/+47 |
2020-03-12 | NTB: Fix an error in get link status | Jiasen Lin | 2 | -3/+2 |
2019-12-07 | Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb | Linus Torvalds | 1 | -0/+1 |
2019-12-07 | NTB: Add Hygon Device ID | Jiasen Lin | 1 | -0/+1 |
2019-10-16 | ntb: ntb_pingpong: no need to check the return value of debugfs calls | Greg Kroah-Hartman | 1 | -4/+1 |
2019-09-23 | NTB: fix IDT Kconfig typos/spellos | Randy Dunlap | 1 | -3/+3 |
2019-09-23 | ntb_hw_amd: Add memory window support for new AMD hardware | Sanjay R Mehta | 2 | -6/+24 |
2019-09-23 | ntb_hw_amd: Add a new NTB PCI device ID | Sanjay R Mehta | 2 | -2/+2 |
2019-09-23 | NTB: ntb_transport: remove redundant assignment to rc | Colin Ian King | 1 | -1/+1 |
2019-09-23 | ntb_hw_switchtec: make ntb_mw_set_trans() work when addr == 0 | Alexander Fomichev | 1 | -1/+1 |
2019-09-23 | ntb: point to right memory window index | Sanjay R Mehta | 1 | -1/+1 |
2019-08-05 | NTB/msi: remove incorrect MODULE defines | Logan Gunthorpe | 1 | -5/+0 |
2019-07-21 | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb | Linus Torvalds | 12 | -44/+1110 |
2019-06-13 | NTB: Add MSI interrupt support to ntb_transport | Logan Gunthorpe | 1 | -1/+168 |
2019-06-13 | NTB: Introduce NTB MSI Test Client | Logan Gunthorpe | 3 | -0/+443 |
2019-06-13 | NTB: Introduce MSI library | Logan Gunthorpe | 3 | -1/+428 |
2019-06-13 | NTB: Rename ntb.c to support multiple source files in the module | Logan Gunthorpe | 2 | -0/+2 |
2019-06-13 | ntb_hw_switchtec: Fix setup MW with failure bug | Joey Zhang | 1 | -27/+39 |
2019-06-13 | ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for cross... | Wesley Sheng | 1 | -0/+3 |
2019-06-13 | ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function | Joey Zhang | 1 | -4/+7 |
2019-06-13 | NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask() | Dan Carpenter | 1 | -1/+1 |
2019-06-13 | ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev() | Dan Carpenter | 1 | -1/+1 |
2019-06-13 | NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed | Logan Gunthorpe | 1 | -0/+1 |
2019-06-13 | NTB: ntb_hw_amd: set peer limit register | Sanjay R Mehta | 1 | -4/+4 |
2019-06-13 | NTB: ntb_perf: Clear stale values in doorbell and command SPAD register | Sanjay R Mehta | 1 | -0/+8 |
2019-06-13 | NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers | Sanjay R Mehta | 1 | -2/+2 |
2019-06-13 | NTB: ntb_perf: Increased the number of message retries to 1000 | Sanjay R Mehta | 1 | -1/+1 |
2019-06-13 | ntb: intel: Make intel_ntb3_peer_db_addr static | YueHaibing | 1 | -3/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -10/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 14 | -0/+14 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2 | -10/+0 |
2019-03-15 | Merge tag 'ntb-5.1' of git://github.com/jonmason/ntb | Linus Torvalds | 5 | -15/+99 |
2019-02-13 | NTB: add new parameter to peer_db_addr() db_bit and db_data | Leonid Ravich | 4 | -10/+62 |
2019-02-11 | NTB: ntb_transport: Ensure the destination buffer is mapped for TX DMA | Logan Gunthorpe | 1 | -2/+26 |
2019-02-11 | NTB: ntb_transport: Free MWs in ntb_transport_link_cleanup() | Joey Zhang | 1 | -0/+3 |
2019-02-11 | ntb_hw_switchtec: Added support of >=4G memory windows | Paul Selles | 1 | -2/+7 |
2019-02-11 | ntb_hw_switchtec: debug print 64bit aligned crosslink BAR Numbers | Paul Selles | 1 | -1/+1 |
2019-01-28 | Merge 5.0-rc4 into char-misc-next | Greg Kroah-Hartman | 1 | -4/+4 |
2019-01-22 | ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header | Logan Gunthorpe | 1 | -32/+4 |
2019-01-22 | ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks | Logan Gunthorpe | 1 | -29/+1 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 1 | -4/+4 |
2018-11-01 | ntb: idt: Alter the driver info comments | Serge Semin | 3 | -9/+8 |
2018-11-01 | ntb: idt: Discard temperature sensor IRQ handler | Serge Semin | 2 | -43/+3 |
2018-11-01 | ntb: idt: Add basic hwmon sysfs interface | Serge Semin | 3 | -1/+206 |
2018-11-01 | ntb: idt: Alter temperature read method | Serge Semin | 2 | -17/+152 |
2018-10-31 | NTB: transport: Try harder to alloc an aligned MW buffer | Aaron Sierra | 1 | -23/+63 |
2018-10-31 | ntb: ntb_transport: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+2 |
2018-10-31 | ntb: idt: Set PCIe bus address to BARLIMITx | Serge Semin | 1 | -1/+1 |
2018-10-31 | NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks | Gustavo A. R. Silva | 1 | -4/+4 |
2018-10-31 | ntb: intel: fix return value for ndev_vec_mask() | Dave Jiang | 1 | -1/+1 |
2018-06-29 | switchtec: Use generic PCI Vendor ID and Class Code | Doug Meyer | 1 | -1/+2 |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -6/+6 |
2018-06-12 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 3 | -6/+6 |
2018-06-11 | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat... | Jia-Ju Bai | 1 | -2/+2 |
2018-06-11 | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup... | Jia-Ju Bai | 1 | -1/+1 |
2018-06-11 | NTB: ntb_hw_idt: fix typo 'can by' to 'can be' | Wolfram Sang | 1 | -1/+1 |
2018-06-11 | ntb: intel: change references of skx to gen3 | Dave Jiang | 4 | -130/+126 |
2018-06-11 | ntb: intel: split out the gen3 code | Dave Jiang | 6 | -657/+754 |
2018-06-11 | ntb: intel: header definitions refactor | Dave Jiang | 4 | -142/+237 |
2018-01-28 | NTB: ntb_perf: fix cast to restricted __le32 | Serge Semin | 1 | -15/+13 |
2018-01-28 | ntb_perf: Fix an error code in perf_copy_chunk() | Dan Carpenter | 1 | -1/+2 |
2018-01-28 | ntb_hw_switchtec: Make function switchtec_ntb_remove() static | Wei Yongjun | 1 | -2/+2 |
2018-01-28 | NTB: ntb_tool: fix memory leak on 'buf' on error exit path | Colin Ian King | 1 | -1/+3 |
2018-01-28 | NTB: ntb_perf: fix printing of resource_size_t | Arnd Bergmann | 1 | -2/+2 |
2018-01-28 | NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology | Serge Semin | 1 | -1/+1 |
2018-01-28 | NTB: ntb_perf: Add full multi-port NTB API support | Serge Semin | 1 | -601/+1219 |
2018-01-28 | NTB: ntb_tool: Add full multi-port NTB API support | Serge Semin | 1 | -580/+1240 |
2018-01-28 | NTB: ntb_pp: Add full multi-port NTB API support | Serge Semin | 1 | -165/+282 |
2018-01-28 | NTB: Set dma mask and dma coherent mask to NTB devices | Serge Semin | 4 | -2/+15 |
2018-01-28 | NTB: Rename NTB messaging API methods | Serge Semin | 1 | -15/+12 |
2018-01-28 | ntb_hw_switchtec: fix logic error | Arnd Bergmann | 1 | -1/+1 |
2018-01-28 | ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans() | Logan Gunthorpe | 1 | -0/+13 |
2018-01-28 | ntb_transport: Fix bug with max_mw_size parameter | Logan Gunthorpe | 1 | -0/+3 |
2018-01-28 | ntb_hw_switchtec: Force down the link before initializing | Logan Gunthorpe | 1 | -7/+50 |
2018-01-28 | ntb_hw_switchtec: Crosslink doorbells and messages | Logan Gunthorpe | 1 | -10/+55 |
2018-01-28 | ntb_hw_switchtec: Add initialization code for crosslink | Logan Gunthorpe | 1 | -5/+197 |
2018-01-28 | ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more general | Logan Gunthorpe | 1 | -36/+56 |
2018-01-28 | ntb_hw_switchtec: Create helper function to setup reserved LUT MWs | Logan Gunthorpe | 1 | -29/+43 |
2018-01-28 | ntb_hw_switchtec: Keep track of the number of LUT windows used by the driver | Logan Gunthorpe | 1 | -4/+8 |
2018-01-28 | ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setups | Kelvin Cao | 1 | -9/+48 |
2018-01-28 | NTB: switchtec_ntb: Add new line on appropriate printks | Jon Mason | 1 | -21/+21 |
2018-01-28 | NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing" | Colin Ian King | 1 | -1/+1 |
2018-01-28 | ntb: remove Intel Atom NTB driver support | Dave Jiang | 2 | -363/+4 |
2018-01-28 | ntb: remove unneeded DRIVER_LICENSE #defines | Greg Kroah-Hartman | 4 | -8/+4 |