Linux PCI Non-Transparent Bridge framework and drivers
 help / color / mirror / Atom feed
 messages from 2024-10-25 15:00:53 to 2025-03-18 20:24:18 UTC [more...]

[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 V2 00/10] genirq/msi: Spring cleaning
 2025-03-14 14:04 UTC  (18+ 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 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  (20+ messages)
` [PATCH v2 01/11] PCI: Prepare removing "
` [PATCH v2 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v2 03/11] net/ethernet: "
` [PATCH v2 04/11] net/ntb: "
` [PATCH v2 05/11] misc: "
` [PATCH v2 06/11] vfio/pci: "
` [PATCH v2 07/11] PCI: MSI: "
` [PATCH v2 08/11] ata: Use always-managed "
` [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()

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-11-04  9:26 UTC  (7+ messages)
` [PATCH 01/13] PCI: Prepare removing "

[PATCH v6 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-30 21:11 UTC  (12+ messages)
` [PATCH v6 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v6 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v6 03/10] crypto: qat - replace "
` [PATCH v6 04/10] crypto: marvell "
` [PATCH v6 05/10] intel_th: pci: Replace "
` [PATCH v6 06/10] wifi: iwlwifi: replace "
` [PATCH v6 07/10] ntb: idt: Replace "
` [PATCH v6 08/10] serial: rp2: "
` [PATCH v6 09/10] ALSA: korg1212: "
` [PATCH v6 10/10] PCI: Remove pcim_iomap_regions_request_all()

linux: Goodbye from a Linux community volunteer
 2024-10-30 18:32 UTC  (17+ messages)
              ` Kernel maintainer *CENSORED* on LKML [WAS: linux: Goodbye from a Linux community volunteer]
          ` Maintainers now blocked from kernel.org mail access [WAS "

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-30 12:48 UTC  (6+ messages)
` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
          ` lore.kernel.org getting senile ? [WAS: [PATCH 1/2] MAINTAINERS: Remove Huawei due to compilance requirements

[PATCH 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-25 16:29 UTC  (17+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: "
` [PATCH 09/10] ALSA: korg1212: "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()

linux: Goodbye from a Linux community volunteer
 2024-10-25 16:10 UTC  (2+ messages)


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