public inbox for ntb@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2024-11-13 12:42:53 to 2025-04-07 18:17:06 UTC [more...]

[PATCH AUTOSEL 6.13 2/8] ntb: reduce stack usage in idt_scan_mws
 2025-04-07 18:16 UTC 

[PATCH AUTOSEL 6.14 3/9] ntb: reduce stack usage in idt_scan_mws
 2025-04-07 18:16 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 4/9] ntb_hw_amd: Add NTB PCI ID for new gen CPU

[PATCH v3 0/3] PCI: endpoint: space allocation fixups
 2025-04-07 15:43 UTC  (6+ messages)
` [PATCH v3 1/3] PCI: endpoint: add epc_feature argument for pci_epf_free_space()
` [PATCH v3 2/3] PCI: endpoint: improve fixed_size bar handling when allocating space
` [PATCH v3 3/3] PCI: endpoint: pci-epf-vntb: simplify ctrl/spad space allocation

[PATCH v2 0/3] PCI: endpoint: space allocation fixups
 2025-04-05 20:02 UTC  (6+ messages)
` [PATCH v2 1/3] PCI: endpoint: add epc_feature argument for pci_epf_free_space()
` [PATCH v2 2/3] PCI: endpoint: improve fixed_size bar handling when allocating space
` [PATCH v2 3/3] PCI: endpoint: pci-epf-vntb: simplify ctrl/spad space allocation

[GIT PULL] NTB bug fixes for 6.15
 2025-04-04 21:38 UTC  (2+ messages)

[PATCH 0/2] PCI: endpoint: space allocation fixups
 2025-04-02 13:44 UTC  (10+ messages)
` [PATCH 1/2] PCI: endpoint: strictly apply bar fixed size to allocate space
` [PATCH 2/2] PCI: endpoint: pci-epf-vntb: simplify ctrl/spad space allocation

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-28 14:05 UTC  (20+ messages)
` [patch V2 01/10] cleanup: Provide retain_ptr()
` [patch V2 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V2 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch V2 04/10] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch V2 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch V2 06/10] PCI: hv: Switch "
` [patch V2 07/10] PCI/MSI: Provide a sane mechanism for TPH
` [patch V2 08/10] PCI/TPH: Replace the broken MSI-X control word update
` [patch V2 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V2 10/10] genirq/msi: Rename msi_[un]lock_descs()

[patch V4 00/14] genirq/msi: Spring cleaning
 2025-03-19 20:40 UTC  (22+ messages)
` [patch V4 01/14] cleanup: Provide retain_ptr()
` [patch V4 02/14] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V4 03/14] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch V4 04/14] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch V4 05/14] PCI/MSI: Use guard(msi_desc_lock) where applicable
` [patch V4 06/14] PCI/MSI: Set pci_dev::msi_enabled late
` [patch V4 07/14] PCI/MSI: Use __free() for affinity masks
` [patch V4 08/14] PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock)
` [patch V4 09/14] PCI/MSI: Switch msix_capability_init() "
` [patch V4 10/14] PCI: hv: Switch MSI descriptor locking to guard()
` [patch V4 11/14] PCI/MSI: Provide a sane mechanism for TPH
` [patch V4 12/14] PCI/TPH: Replace the broken MSI-X control word update
` [patch V4 13/14] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V4 14/14] genirq/msi: Rename msi_[un]lock_descs()

[patch V3 00/10] genirq/msi: Spring cleaning
 2025-03-18 20:24 UTC  (16+ messages)
` [patch V3 01/10] cleanup: Provide retain_ptr()
` [patch V3 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V3 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch V3 04/10] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch V3 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch V3 06/10] PCI: hv: Switch "
` [patch V3 07/10] PCI/MSI: Provide a sane mechanism for TPH
` [patch V3 08/10] PCI/TPH: Replace the broken MSI-X control word update
` [patch V3 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V3 10/10] genirq/msi: Rename msi_[un]lock_descs()

[patch 00/10] genirq/msi: Spring cleaning
 2025-03-13 12:07 UTC  (32+ messages)
` [patch 01/10] genirq/msi: Make a few functions static
` [patch 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch 04/10] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch 06/10] PCI: hv: Switch "
` [patch 07/10] PCI/MSI: Provide a sane mechanism for TPH
` [patch 08/10] PCI/TPH: Replace the broken MSI-X control word update
` [patch 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch 10/10] genirq/msi: Rename msi_[un]lock_descs()

[PATCH 0/2] Updates to AMD NTB driver
 2025-03-12 14:32 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: Change in NTB AMD DRIVER maintainer
` [PATCH 2/2] ntb_hw_amd: Add NTB PCI ID for new gen CPU

CVE-2023-52917: ntb: intel: Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
 2025-03-03  8:11 UTC  (2+ messages)

[PATCH v1 00/13] Convert to use devm_kmemdup_array()
 2025-02-28 21:22 UTC  (27+ messages)
` [PATCH v1 01/13] ASoC: Intel: avs: "
` [PATCH v1 02/13] ASoC: hdac_hdmi: "
` [PATCH v1 03/13] ASoC: tlv320dac33: "
` [PATCH v1 04/13] ASoC: uda1380: "
` [PATCH v1 05/13] ASoC: meson: axg-tdm-interface: "
` [PATCH v1 06/13] ASoC: uniphier: "
` [PATCH v1 07/13] fbdev: pxafb: "
` [PATCH v1 08/13] power: supply: sc27xx: "
` [PATCH v1 09/13] regulator: devres: "
` [PATCH v1 10/13] regulator: cros-ec: "
` [PATCH v1 11/13] media: atmel-isi: "
` [PATCH v1 12/13] media: stm32-dcmi: "
` [PATCH v1 13/13] ntb: idt: "
` (subset) [PATCH v1 00/13] Convert to "

[PATCH] ntb: reduce stack usage in idt_scan_mws
 2025-02-21 15:47 UTC  (3+ messages)

[PATCH] NTB/msi: Remove unused functions
 2025-02-20  2:03 UTC 

[PATCH 0/3] ntb_hw_switchtec enable 256 LUTs
 2025-02-14  0:49 UTC  (6+ messages)
` [PATCH 1/3] [PATCH 1/3] ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
` [PATCH 2/3] [PATCH 2/3] ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
` [PATCH 3/3] [PATCH 3/3] ntb: ntb_hw_switchtec: Increase MAX_MWS limit to 256

[PATCH] ntb: use 64-bit arithmetic for the MSI doorbell mask
 2025-01-16 15:44 UTC  (2+ messages)

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2025-01-10 14:28 UTC  (25+ messages)
` [PATCH v3 01/11] PCI: Prepare removing "
` [PATCH v3 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v3 03/11] net/ethernet: "
` [PATCH v3 04/11] net/ntb: "
` [PATCH v3 05/11] misc: "
` [PATCH v3 06/11] vfio/pci: "
` [PATCH v3 07/11] PCI: MSI: "
` [PATCH v3 08/11] ata: Use always-managed "
` [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v3 10/11] HID: amd_sfh: Use "
` [PATCH v3 11/11] Remove devres from pci_intx()

[PATCH v5 2/6] PCI: dwc: ep: Add missing checks when dynamically changing a BAR
 2024-12-13 13:37 UTC  (2+ messages)

I urge you to understand my viewpoint accurately
 2024-12-13  4:25 UTC 

[PATCH v2 00/11] Remove implicit devres from pci_intx()
 2024-11-15 15:35 UTC  (15+ messages)
` [PATCH v2 01/11] PCI: Prepare removing "
` [PATCH v2 04/11] net/ntb: Use never-managed version of pci_intx()
` [PATCH v2 07/11] PCI: MSI: "
` [PATCH v2 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v2 10/11] HID: amd_sfh: Use "
` [PATCH v2 11/11] Remove devres from pci_intx()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox