summaryrefslogtreecommitdiff
path: root/drivers/ntb
AgeCommit message (Expand)Author
2025-05-02ntb_hw_amd: Add NTB PCI ID for new gen CPUBasavaraj Natikar
2025-05-02ntb: reduce stack usage in idt_scan_mwsArnd Bergmann
2025-04-25ntb: use 64-bit arithmetic for the MSI doorbell maskFedor Pchelkin
2025-04-10ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()Markus Elfring
2025-04-10ntb: intel: Fix using link status DB'sNikita Shubin
2025-04-10ntb_hw_switchtec: Fix shift-out-of-bounds in switchtec_ntb_mw_set_transYajun Deng
2024-10-17ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remo...Kaixin Wang
2024-10-17ntb: Force physically contiguous allocation of rx ring buffersDave Jiang
2024-10-17ntb_perf: Fix printk formatMax Hawking
2024-10-17ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()Jinjie Ruan
2024-03-26NTB: fix possible name leak in ntb_register_device()Yang Yingliang
2023-09-13ntb: Fix calculation ntb_transport_tx_free_entry()Dave Jiang
2023-09-13ntb: Clean up tx tail index on link downDave Jiang
2023-09-13ntb: Drop packets when qp link is downDave Jiang
2023-07-23NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang
2023-07-23NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang
2023-07-23ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can
2023-07-23NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can
2023-07-23ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can
2022-08-09NTB: epf: Allow more flexibility in the memory BAR map methodFrank Li
2022-08-09ntb: intel: add GNR support for Intel PCIe gen5 NTBDave Jiang
2022-08-09NTB: ntb_tool: uninitialized heap data in tool_fn_write()Dan Carpenter
2022-08-09ntb: idt: fix clang -Wformat warningsJustin Stitt
2022-01-28ntb: intel: fix port config status offset for SPRDave Jiang
2022-01-23NTB/msi: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds
2022-01-11ntb_hw_switchtec: Fix a minor issue in config_req_id_table()Kelvin Cao
2022-01-11ntb_hw_switchtec: Remove code for disabling ID protectionKelvin Cao
2022-01-11ntb_hw_switchtec: Update the way of getting VEP instance IDKelvin Cao
2022-01-11ntb_hw_switchtec: AND with the part_map for a valid tpart_vecJeremy Pallotta
2022-01-11ntb_hw_switchtec: Fix bug with more than 32 partitionsWesley Sheng
2022-01-11ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_allJeremy Pallotta
2022-01-11ntb_hw_switchtec: fix the spelling of "its"Randy Dunlap
2022-01-11NTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc commentYang Li
2022-01-11ntb_hw_amd: Add NTB PCI ID for new gen CPUSanjay R Mehta
2021-12-16NTB/msi: Convert to msi_on_each_desc()Thomas Gleixner
2021-09-07Merge tag 'ntb-5.15' of git://github.com/jonmason/ntbLinus Torvalds
2021-09-05NTB: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-09-05ntb: ntb_pingpong: remove redundant initialization of variables msg_data and ...Colin Ian King
2021-09-04NTB: perf: Fix an error code in perf_setup_inbuf()Yang Li
2021-09-04NTB: Fix an error code in ntb_msit_probe()Yang Li
2021-09-04ntb: intel: remove invalid email address in header commentDave Jiang
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-02-23NTB: Add support for EPF PCI Non-Transparent BridgeKishon Vijay Abraham I
2020-12-27Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds
2020-12-15NTB/msi: Use irq_has_action()Thomas Gleixner
2020-12-06ntb: intel: add Intel NTB LTR vendor support for gen4 NTBDave Jiang
2020-12-06ntb: idt: fix error check in ntb_hw_idt.cWang Qing
2020-10-25Merge tag 'ntb-5.10' of git://github.com/jonmason/ntbLinus Torvalds
2020-08-24NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva