ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-07 19:14:12 to 2023-07-24 06:01:59 UTC [more...]

[PATCH 1/5] PCI: endpoint: Make pci_epf_ops in pci_epf_driver const
 2023-07-24  6:01 UTC  (7+ messages)
` [PATCH 2/5] PCI: endpoint: pci-epf-mhi: Constify pci_epf_ops and pci_epf_event_ops
` [PATCH 3/5] PCI: endpoint: pci-epf-ntb: Constify pci_epf_ops
` [PATCH 4/5] PCI: endpoint: pci-epf-vntb: "
` [PATCH 5/5] PCI: endpoint: pci-epf-test: "

[PATCH 0/3] Add RC-to-EP doorbell with platform MSI controller
 2023-07-17 14:06 UTC  (7+ messages)
` [PATCH 1/3] PCI: endpoint: Add RC-to-EP doorbell support using "
` [PATCH 2/3] misc: pci_endpoint_test: Add doorbell test case
` [PATCH 3/3] tools: PCI: Add 'B' option for test doorbell

[PATCH v3] ntb: Remove error checking for debugfs_create_dir()
 2023-07-14 17:23 UTC  (15+ messages)
  ` 回复: "
      ` 回复: "
      ` [v3] "

[PATCH v1] dtivers: ntb: fix parameter check in perf_setup_dbgfs()
 2023-07-13 15:05 UTC  (2+ messages)
` [PATCH] drivers: "

[PATCH v2] ntb:Fix an NULL vs IS_ERR() bug for debugfs_create_dir() in tool_setup_dbgfs()
 2023-07-13  7:23 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH v1 1/1] ntb_netdev: Fix module_init problem
 2023-06-30 22:00 UTC  (2+ messages)

[PATCH v1 1/1] ntb.rst: Fix copy and paste error
 2023-06-29 23:32 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
 2023-06-13 15:41 UTC  (6+ messages)
  ` [EXT] "

[PATCH] ntb: hw: amd: Fix debugfs_create_dir error checking
 2023-05-12 20:24 UTC 

[PATCH] ntb: hw: intel: remove return value check of `ndev_init_debugfs`
 2023-04-24 15:33 UTC  (2+ messages)

[PATCH] NTB: remove all the checks of the return values
 2023-04-24  9:22 UTC 

[PATCH] PCI: endpoint: pci-epf-vntb: Add missing check for alloc_workqueue
 2023-04-08  9:33 UTC  (2+ messages)

[PATCH] PCI: endpoint: pci-epf-ntb: Add missing check for alloc_workqueue
 2023-04-08  9:33 UTC  (2+ messages)

[PATCH v3 4/9] scsi: lpfc: Change to use pci_aer_clear_uncorrect_error_status()
 2023-03-30 23:43 UTC  (4+ messages)

[PATCH v2 1/3] ntb_hw_amd: Remove redundant pci_clear_master
 2023-03-24  1:32 UTC  (3+ messages)
` [PATCH v2 2/3] ntb: epf: "
` [PATCH v2 3/3] ntb: intel: "

[PATCH 1/3] ntb_hw_amd: Remove redundant pci_clear_master
 2023-03-23 16:51 UTC  (6+ messages)
` [PATCH 2/3] ntb: epf: "
` [PATCH 3/3] ntb: intel: "

[PATCH v3 3/9] NTB: Remove pci_aer_clear_nonfatal_status() call
 2023-03-15 21:31 UTC  (2+ messages)

[PATCH v3 1/9] PCI/AER: Add pci_aer_clear_uncorrect_error_status() to PCI core
 2023-03-15 21:29 UTC  (2+ messages)

[PATCH] ntb: idt: Fix error handling in idt_pci_driver_init()
 2023-03-09 12:21 UTC  (2+ messages)

[PATCH] ntb: idt: drop redundant pci_enable_pcie_error_reporting()
 2023-03-09 12:01 UTC  (2+ messages)

[PATCH] ntb_tool: check null return of devm_kcalloc in tool_init_mws
 2023-03-07 16:33 UTC  (7+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH] PCI: endpoint: pci-epf-vntb: add kernel-doc for num_mws on epf_ntb_mw_bar_clear()
 2023-01-18 20:15 UTC  (2+ messages)

[PATCH v13 0/2] PCI: endpoint: pci-epf-vntb: using platform MSI as doorbell
 2023-01-09 17:51 UTC  (15+ messages)
` [PATCH v13 1/2] PCI: endpoint: pci-epf-vntb: change doorbell register offset calc mathod
    ` [EXT] "
` [PATCH v13 2/2] PCI: endpoint: pci-epf-vntb: using platform MSI as doorbell
    ` [EXT] "

[PATCH v2] PCI: endpoint: pci-epf-vntb: fix doc warning in pci-epf-vntb.c
 2023-01-03  1:53 UTC  (3+ messages)

[PATCH v16 0/7] pci-epf-vntb clean up
 2022-12-14 15:24 UTC  (19+ messages)
` [PATCH v16 1/7] PCI: endpoint: pci-epf-vntb: clean up kernel_doc warning
` [PATCH v16 2/7] PCI: endpoint: pci-epf-vntb: fix indentation of the struct epf_ntb_ctrl
` [PATCH v16 3/7] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr() at err path
` [PATCH v16 4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
    ` [EXT] "
` [PATCH v16 5/7] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [PATCH v16 6/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at epf_db
` [PATCH v16 7/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at ntb->reg
    ` [EXT] "
  ` [EXT] Re: [PATCH v16 0/7] pci-epf-vntb clean up

[PATCH v2] ntb_netdev: Use dev_kfree_skb_any() in interrupt context
 2022-12-12 21:00 UTC  (3+ messages)

[PATCH] ntb_netdev: Use dev_kfree_skb_irq() in interrupt context
 2022-12-08 15:35 UTC  (2+ messages)

[PATCH v3 8/9] PCI/ERR: Clear fatal error status when pci_channel_io_frozen
 2022-12-06 21:42 UTC  (2+ messages)

[PATCH v3 3/9] NTB: Remove pci_aer_clear_nonfatal_status() call
 2022-12-06 21:41 UTC  (3+ messages)

[PATCH] net: net_netdev: Fix error handling in ntb_netdev_init_module()
 2022-11-28 15:38 UTC  (3+ messages)

[PATCH] NTB: ntb_tool: Add check for devm_kcalloc
 2022-11-28 15:37 UTC  (3+ messages)

[PATCH v14 1/1] PCI: endpoint: pci-epf-vntb: Use EP MSI controller to handle DB from host
 2022-11-25 19:27 UTC 

[PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-11-24 11:55 UTC  (3+ messages)

[PATCH] NTB: ntb_transport: fix possible memory leak while device_register() fails
 2022-11-10 15:33 UTC  (2+ messages)

[PATCH] NTB: EPF: fix possible memory leak in pci_vntb_probe()
 2022-11-09  9:28 UTC 

[PATCH] ntb: intel: Fix error handling in intel_ntb_pci_driver_init()
 2022-11-07 15:28 UTC  (2+ messages)

[PATCH] NTB: amd: Fix error handling in amd_ntb_pci_driver_init()
 2022-11-05  9:43 UTC 

[PATCH v15 0/7] pci-epf-vntb clean up
 2022-11-01 17:20 UTC  (9+ messages)
` [PATCH v15 1/7] PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
` [PATCH v15 2/7] PCI: endpoint: pci-epf-vntb: Fix indentation of the struct epf_ntb_ctrl
` [PATCH v15 3/7] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr at err path
` [PATCH v15 4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [PATCH v15 5/7] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [PATCH v15 6/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at epf_db
` [PATCH v15 7/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at ntb->reg

[PATCH v14 0/7] pci-epf-vntb clean up
 2022-11-01 16:08 UTC  (18+ messages)
` [PATCH v14 1/7] PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
` [PATCH v14 2/7] PCI: endpoint: pci-epf-vntb: Fix indentation of the struct epf_ntb_ctrl
    ` [EXT] "
` [PATCH v14 3/7] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr at err path
` [PATCH v14 4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [PATCH v14 5/7] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [PATCH v14 6/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at epf_db
` [PATCH v14 7/7] PCI: endpoint: pci-epf-vntb: fix sparse build warning at ntb->reg

[PATCH v2] PCI: endpoint: pci-epf-{,v}ntb: fix a check for no epc alignment constraint
 2022-10-28 10:56 UTC  (10+ messages)
  ` [EXT] "

[PATCH v12 5/6] PCI: endpoint: pci-epf-vntb: Clean up
 2022-10-27 14:27 UTC  (13+ messages)
` [PATCH v13 1/6] PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
    ` [EXT] "
` [PATCH v13 2/6] PCI: endpoint: pci-epf-vntb: Fix indentation of the struct epf_ntb_ctrl
` [PATCH v13 3/6] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr at err path
` [PATCH v13 4/6] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [PATCH v13 5/6] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [PATCH v13 6/6] PCI: endpoint: pci-epf-vntb: fix sparse build warning
    ` [EXT] "
` [EXT] [PATCH v12 5/6] PCI: endpoint: pci-epf-vntb: Clean up

[RESENT PATCH v13 0/6] pci-epf-vntb clean up
 2022-10-19 16:38 UTC  (7+ messages)
` [RESENT PATCH v13 1/6] PCI: endpoint: pci-epf-vntb: Clean up kernel_doc warning
` [RESENT PATCH v13 2/6] PCI: endpoint: pci-epf-vntb: Fix indentation of the struct epf_ntb_ctrl
` [RESENT PATCH v13 3/6] PCI: endpoint: pci-epf-vntb: fix call pci_epc_mem_free_addr at err path
` [RESENT PATCH v13 4/6] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [RESENT PATCH v13 5/6] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [RESENT PATCH v13 6/6] PCI: endpoint: pci-epf-vntb: fix sparse build warning

[PATCH] MAINTAINERS: git://github -> https://github.com for jonmason
 2022-10-13 21:46 UTC 

[RFC] PCI EP/RC network transfer by using eDMA
 2022-10-11 15:09 UTC  (3+ messages)
  ` [EXT] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).