public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-24 07:28:29 to 2021-11-27 01:27:30 UTC [more...]

[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-27  1:21 UTC  (54+ messages)
` [patch 01/37] device: Move MSI related data into a struct
` [patch 02/37] device: Add device::msi_data pointer and struct msi_device_data
` [patch 03/37] PCI/MSI: Allocate MSI device data on first use
` [patch 05/37] platform-msi: "
` [patch 06/37] bus: fsl-mc-msi: "
` [patch 07/37] soc: ti: ti_sci_inta_msi: "
` [patch 08/37] genirq/msi: Provide msi_device_populate/destroy_sysfs()
` [patch 09/37] PCI/MSI: Let the irq code handle sysfs groups
` [patch 10/37] platform-msi: Let the core "
` [patch 11/37] genirq/msi: Remove the original sysfs interfaces
` [patch 12/37] platform-msi: Rename functions and clarify comments
` [patch 13/37] platform-msi: Store platform private data pointer in msi_device_data
` [patch 14/37] genirq/msi: Consolidate MSI descriptor data
` [patch 15/37] platform-msi: Use msi_desc::msi_index
` [patch 16/37] bus: fsl-mc-msi: "
` [patch 17/37] soc: ti: ti_sci_inta_msi: "
` [patch 18/37] PCI/MSI: "
` [patch 19/37] genirq/msi: Add msi_device_data::properties
` [patch 20/37] PCI/MSI: Store properties in device::msi::data
` [patch 21/37] x86/pci/XEN: Use device MSI properties
` [patch 22/37] x86/apic/msi: "
` [patch 23/37] genirq/msi: "
` [patch 24/37] powerpc/cell/axon_msi: Use MSI device properties
` [patch 25/37] powerpc/pseries/msi: "
` [patch 26/37] PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUS
` [patch 27/37] powerpc/pseries/msi: Let core code check for contiguous entries
` [patch 28/37] genirq/msi: Provide interface to retrieve Linux interrupt number
` [patch 29/37] PCI/MSI: Use __msi_get_virq() in pci_get_vector()
` [patch 30/37] PCI/MSI: Simplify pci_irq_get_affinity()
` [patch 31/37] dmaengine: mv_xor_v2: Get rid of msi_desc abuse
` [patch 32/37] perf/smmuv3: Use msi_get_virq()
` [patch 33/37] iommu/arm-smmu-v3: "
` [patch 34/37] mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling
` [patch 35/37] bus: fsl-mc: fsl-mc-allocator: Rework MSI handling
` [patch 36/37] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
` [patch 37/37] dmaengine: qcom_hidma: Cleanup MSI handling
` [patch 04/37] PCI/MSI: Use lock from msi_device_data

[patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1
 2021-11-27  1:19 UTC  (46+ messages)
` [patch 01/22] powerpc/4xx: Remove MSI support which never worked
` [patch 02/22] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_attinity()
` [patch 03/22] genirq/msi: Guard sysfs code
` [patch 04/22] genirq/msi: Remove unused domain callbacks
` [patch 05/22] genirq/msi: Fixup includes
` [patch 06/22] PCI/MSI: Make pci_msi_domain_write_msg() static
` [patch 07/22] PCI/MSI: Remove msi_desc_to_pci_sysdata()
` [patch 08/22] PCI/sysfs: Use pci_irq_vector()
` [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq()
` [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes
` [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs()
` [patch 12/22] PCI/MSI: Make arch_restore_msi_irqs() less horrible
` [patch 13/22] PCI/MSI: Cleanup include zoo
` [patch 14/22] PCI/MSI: Make msix_update_entries() smarter
` [patch 16/22] PCI/MSI: Split out CONFIG_PCI_MSI independent part
` [patch 18/22] PCI/MSI: Split out irqdomain code
` [patch 19/22] PCI/MSI: Sanitize MSIX table map handling
` [patch 21/22] genirq/msi: Handle PCI/MSI allocation fail in core code
` [patch 22/22] PCI/MSI: Move descriptor counting on allocation fail to the legacy code
` [patch 15/22] PCI/MSI: Move code into a separate directory
` [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code
` [patch 20/22] PCI/MSI: Make pci_msi_domain_check_cap() static

[PATCH] PCI: pciehp: clear cmd_busy bit when Command Completed in polling mode
 2021-11-26 17:35 UTC  (7+ messages)

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-11-26 17:10 UTC  (12+ messages)
` [PATCH v2 1/6] iommu: Export iommu_{get,put}_resv_regions()
` [PATCH v2 2/6] hwtracing: Add trace function support for HiSilicon PCIe Tune and Trace device

[PATCH v4 0/3] device property: Remove device_add_properties()
 2021-11-26 15:54 UTC  (5+ messages)

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-11-26 15:43 UTC  (2+ messages)

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-11-26 15:38 UTC  (3+ messages)

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-11-26 15:10 UTC  (4+ messages)

[PATCH 0/2] PCI: mvebu: Add support for unbinding and unloading driver
 2021-11-26 14:43 UTC  (3+ messages)
` [PATCH 1/2] bus: mvebu-mbus: Export symbols for public API window functions
` [PATCH 2/2] PCI: mvebu: Add support for compiling driver as module

[PATCH 00/23] Add drivers for CXL ports and mem devices
 2021-11-26 11:37 UTC  (39+ messages)
` [PATCH 03/23] cxl/pci: Extract device status check
` [PATCH 04/23] cxl/pci: Implement Interface Ready Timeout
` [PATCH 05/23] cxl/pci: Don't poll doorbell for mailbox access
` [PATCH 06/23] cxl/pci: Don't check media status for mbox access
` [PATCH 07/23] cxl/pci: Add new DVSEC definitions
` [PATCH 08/23] cxl/acpi: Map component registers for Root Ports
` [PATCH 09/23] cxl: Introduce module_cxl_driver
` [PATCH 10/23] cxl/core: Convert decoder range to resource
` [PATCH 11/23] cxl/core: Document and tighten up decoder APIs
` [PATCH 12/23] cxl: Introduce endpoint decoders
` [PATCH 13/23] cxl/core: Move target population locking to caller
` [PATCH 14/23] cxl: Introduce topology host registration
` [PATCH 17/23] cxl: Cache and pass DVSEC ranges
` [PATCH 18/23] cxl/pci: Implement wait for media active

[PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe
 2021-11-26  8:31 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: PCI: ti,am65: Fix "ti,syscon-pcie-id"/"ti,syscon-pcie-mode" to take argument
` [PATCH v2 2/5] PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-mode"
` [PATCH v2 3/5] PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
` [PATCH v2 4/5] PCI: keystone: Add quirk to mark AM654 RC BAR flag as IORESOURCE_UNSET
` [PATCH v2 5/5] PCI: keystone: Set DMA mask and coherent DMA mask

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2021-11-26  7:04 UTC 

[PATCH v3] Add support for PCIe SSD status LED management
 2021-11-25 22:13 UTC  (2+ messages)

[PATCH pci-fixes 0/2] PCI Aardvark controller fixes
 2021-11-25 16:01 UTC  (3+ messages)
` [PATCH pci-fixes 1/2] PCI: aardvark: Fix checking for MEM resource type
` [PATCH pci-fixes 2/2] Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"

[PATCH 00/15] pci: mvebu: Various fixes
 2021-11-25 12:46 UTC  (16+ messages)
` [PATCH 01/15] PCI: mvebu: Check for valid ports
` [PATCH 02/15] PCI: mvebu: Check for errors from pci_bridge_emul_init() call
` [PATCH 03/15] PCI: mvebu: Check that PCI bridge specified in DT has function number zero
` [PATCH 04/15] PCI: mvebu: Handle invalid size of read config request
` [PATCH 05/15] PCI: mvebu: Disallow mapping interrupts on emulated bridges
` [PATCH 06/15] PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge
` [PATCH 07/15] PCI: mvebu: Do not modify PCI IO type bits in conf_write
` [PATCH 08/15] PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registers
` [PATCH 09/15] PCI: mvebu: Setup PCIe controller to Root Complex mode
` [PATCH 10/15] PCI: mvebu: Set PCI Bridge Class Code to PCI Bridge
` [PATCH 11/15] PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridge
` [PATCH 12/15] PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on "
` [PATCH 13/15] PCI: mvebu: Fix support for PCI_EXP_DEVCTL "
` [PATCH 14/15] PCI: mvebu: Fix support for PCI_EXP_RTSTA "
` [PATCH 15/15] PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers "

[PATCH v4 08/12] dt-bindings: PCI: Add support for Airoha EN7532
 2021-11-25 11:07 UTC  (2+ messages)
` [PATCH v4 09/12] PCI: mediatek: allow selecting controller driver for airoha arch

[PATCH 4.19 01/20] PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
 2021-11-24 23:04 UTC 

[PATCH 4.14 02/24] PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
 2021-11-24 22:49 UTC 

[PATCH v6 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-11-24 22:16 UTC  (4+ messages)

[PATCH 20/23] cxl/port: Introduce a port driver
 2021-11-24 21:31 UTC  (2+ messages)

[PATCH 20/23] cxl/port: Introduce a port driver
 2021-11-24 18:24 UTC  (10+ messages)

[PATCH 0/5] arm: ioremap: Remove pci_ioremap_io() and mvebu_pci_host_probe()
 2021-11-24 16:24 UTC  (10+ messages)
` [PATCH 1/5] arm: ioremap: Implement standard PCI function pci_remap_iospace()
` [PATCH 2/5] PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()
` [PATCH 3/5] PCI: mvebu: Remove custom mvebu_pci_host_probe() function
` [PATCH 4/5] arm: ioremap: Replace pci_ioremap_io() usage by pci_remap_iospace()
` [PATCH 5/5] arm: ioremap: Remove unused ARM-specific function pci_ioremap_io()

[PATCH 0/6] PCI: pci-bridge-emul: Various fixes
 2021-11-24 15:59 UTC  (7+ messages)
` [PATCH 1/6] PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only
` [PATCH 2/6] PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space
` [PATCH 3/6] PCI: pci-bridge-emul: Add definitions for missing capabilities registers
` [PATCH 4/6] PCI: pci-bridge-emul: Fix definitions of reserved bits
` [PATCH 5/6] PCI: pci-bridge-emul: Correctly set PCIe capabilities
` [PATCH 6/6] PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device

[PATCH] PCI: qcom: Fix warning generated due to the incorrect data type
 2021-11-24 14:04 UTC 

Lockdep warning about ctrl->reset_lock in pciehp_check_presence/pciehp_ist on TB3 dock unplug
 2021-11-24 14:31 UTC  (4+ messages)

[PATCH v2] lspci: Show Slot Power Limit values above EFh
 2021-11-24 12:46 UTC  (3+ messages)

[PATCH v3 0/3] PCI: apple: Assorted #PERST fixes
 2021-11-24 12:56 UTC  (10+ messages)
` [PATCH v3 1/3] PCI: apple: Follow the PCIe specifications when resetting the port
` [PATCH v3 2/3] arm64: dts: apple: t8103: Fix PCIe #PERST polarity
` [PATCH v3 3/3] PCI: apple: Fix "

[PATCH] PCI: apple: Configure link speeds properly
 2021-11-24  7:40 UTC  (3+ messages)


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