ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-27 12:19:46 to 2022-04-20 21:10:11 UTC [more...]

[linux-next:master] BUILD REGRESSION f1244c81da13009dbf61cb807f45881501c44789
 2022-04-20 21:09 UTC 

[PATCH] ntb_perf: fix doubletest cocci warning
 2022-04-20  8:46 UTC  (4+ messages)

[PATCH] ntb_perf: extend with burst/poll/doorbell latency measurement
 2022-04-18 21:11 UTC  (3+ messages)

[PATCH V2 0/4] NTB function for PCIe RC to EP connection
 2022-04-04 20:12 UTC  (4+ messages)
  ` [PATCH v2 2/4] NTB: epf: Allow more flexibility in the memory BAR map method
  ` [PATCH v2 3/4] PCI: endpoint: Support NTB transfer between RC and EP

[PATCH v2 1/5] dmaengine: dw-edma: fix dw_edma_probe() can't be call globally
 2022-03-10 22:07 UTC 

ntb_netdev Communication Failure Issue
 2022-03-09 18:31 UTC  (9+ messages)

[PATCH] MAINTAINERS: update mailing list address for NTB subsystem
 2022-02-02 21:19 UTC 

Welcome to ntb@lists.linux.dev
 2022-02-02 21:10 UTC 

testing list posting
 2022-02-02 20:13 UTC 

[PATCH] ntb: intel: fix port config status offset for SPR
 2022-01-27 20:31 UTC 

[PATCH][next] NTB/msi: Use struct_size() helper in devm_kzalloc()
 2022-01-21 16:24 UTC  (3+ messages)

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2022-01-19  8:45 UTC  (50+ messages)
` [patch V2 01/31] genirq/msi: Move descriptor list to struct msi_device_data
` [patch V2 02/31] genirq/msi: Add mutex for MSI list protection
` [patch V2 03/31] genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()
` [patch V2 04/31] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch V2 05/31] genirq/msi: Provide msi_alloc_msi_desc() and a simple allocator
` [patch V2 06/31] genirq/msi: Provide domain flags to allocate/free MSI descriptors automatically
` [patch V2 07/31] PCI/MSI: Protect MSI operations
` [patch V2 08/31] PCI/MSI: Use msi_add_msi_desc()
` [patch V2 09/31] PCI/MSI: Let core code free MSI descriptors
` [patch V2 10/31] PCI/MSI: Use msi_on_each_desc()
` [patch V2 11/31] x86/pci/xen: Use msi_for_each_desc()
` [patch V2 12/31] xen/pcifront: Rework MSI handling
` [patch V2 13/31] s390/pci: Rework MSI descriptor walk
` [patch V2 14/31] powerpc/4xx/hsta: Rework MSI handling
` [patch V2 15/31] powerpc/cell/axon_msi: Convert to msi_on_each_desc()
` [patch V2 16/31] powerpc/pasemi/msi: Convert to msi_on_each_dec()
` [patch V2 17/31] powerpc/fsl_msi: Use msi_for_each_desc()
` [patch V2 18/31] powerpc/mpic_u3msi: Use msi_for_each-desc()
` [patch V2 19/31] PCI: hv: Rework MSI handling
` [patch V2 20/31] NTB/msi: Convert to msi_on_each_desc()
` [patch V2 21/31] soc: ti: ti_sci_inta_msi: Rework MSI descriptor allocation
` [patch V2 22/31] soc: ti: ti_sci_inta_msi: Remove ti_sci_inta_msi_domain_free_irqs()
` [patch V2 23/31] bus: fsl-mc-msi: Simplify MSI descriptor handling
` [patch V2 24/31] platform-msi: Let core code handle MSI descriptors
` [patch V2 25/31] platform-msi: Simplify platform device MSI code
` [patch V2 26/31] genirq/msi: Make interrupt allocation less convoluted
` [patch V2 27/31] genirq/msi: Convert to new functions
` [patch V2 28/31] genirq/msi: Mop up old interfaces
` [patch V2 29/31] genirq/msi: Add abuse prevention comment to msi header
` [patch V2 30/31] genirq/msi: Simplify sysfs handling
  ` [patch] genirq/msi: Populate sysfs entry only once
` [patch V2 31/31] genirq/msi: Convert storage to xarray

[GIT PULL] NTB bug fixes for vv5.17
 2022-01-17  6:55 UTC  (2+ messages)

[PATCH 0/6] Switchtec NTB Fixes and Improvements
 2022-01-04 21:28 UTC  (9+ messages)
` [PATCH 1/6] ntb_hw_switchtec: Fix pff ioread to read into mmio_part_cfg_all
` [PATCH 2/6] ntb_hw_switchtec: Fix bug with more than 32 partitions
` [PATCH 3/6] ntb_hw_switchtec: AND with the part_map for a valid tpart_vec
` [PATCH 4/6] ntb_hw_switchtec: Update the way of getting VEP instance ID
` [PATCH 5/6] ntb_hw_switchtec: Remove code for disabling ID protection
` [PATCH 6/6] ntb_hw_switchtec: Fix a minor issue in config_req_id_table()

[PATCH] ntb_hw_switchtec: fix the spelling of "its"
 2021-12-23  0:50 UTC 

[PATCH next] NTB/msi: Fix ntbm_msi_request_threaded_irq() kernel-doc comment
 2021-12-22  1:55 UTC 

[PATCH] ntb_hw_amd: Add NTB PCI ID for new gen CPU
 2021-12-17  9:56 UTC 

[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-13  7:50 UTC  (116+ messages)
` [patch 01/32] genirq/msi: Move descriptor list to struct msi_device_data
` [patch 04/32] genirq/msi: Provide a set of advanced MSI accessors and iterators
` [patch 07/32] genirq/msi: Count the allocated MSI descriptors
` [patch 14/32] s390/pci: Rework MSI descriptor walk
` [patch 21/32] NTB/msi: Convert to msi_on_each_desc()
` [patch 31/32] genirq/msi: Simplify sysfs handling
` [patch 32/32] genirq/msi: Convert storage to xarray


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).