linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-06 02:01:11 to 2021-12-07 10:49:36 UTC [more...]

[PATCH v3 0/5] PCI: mt7621: Remove specific MIPS code from driver
 2021-12-07 10:49 UTC  (3+ messages)
` [PATCH v3 1/5] PCI: Let pcibios_root_bridge_prepare() access to 'bridge->windows'
` [PATCH v3 2/5] MIPS: ralink: implement 'pcibios_root_bridge_prepare()'

[PATCH v3 0/3] PCI: apple: Assorted #PERST fixes
 2021-12-07 10:16 UTC  (3+ messages)

[PATCH] arm64: dts: apple: t8103: Remove PCIe max-link-speed properties
 2021-12-07  9:29 UTC  (2+ messages)

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

[RESEND PATCH v2] PCI: mediatek: Delay 100ms to wait power and clock to become stable
 2021-12-07  8:41 UTC 

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2021-12-07  8:21 UTC  (33+ 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 V2 31/31] genirq/msi: Convert storage to xarray

[PATCH v13 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-12-07  7:50 UTC  (2+ messages)

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

[PATCH] PCI: endpoint: Fix use after free in pci_epf_remove_cfs()
 2021-12-07  7:44 UTC  (4+ messages)

[PATCH] PCI: mediatek: Delay 100ms to wait power and clock to become stable
 2021-12-07  6:05 UTC 

[PATCH] PCI: apple: Configure link speeds properly
 2021-12-07  5:07 UTC  (10+ messages)

[PATCH 20/23] cxl/port: Introduce a port driver
 2021-12-07  4:48 UTC  (3+ messages)

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-07  2:57 UTC  (33+ messages)
` [PATCH v3 01/18] iommu: Add device dma ownership set/release interfaces
` [PATCH v3 03/18] driver core: platform: Rename platform_dma_configure()
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management
` [PATCH v3 11/18] iommu: Expose group variants of dma ownership interfaces
` [PATCH v3 12/18] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v3 13/18] vfio: Set DMA USER ownership for VFIO devices
` [PATCH v3 14/18] vfio: Remove use of vfio_group_viable()
` [PATCH v3 15/18] vfio: Delete the unbound_list
` [PATCH v3 16/18] vfio: Remove iommu group notifier
` [PATCH v3 17/18] iommu: Remove iommu group changes notifier
` [PATCH v3 18/18] drm/tegra: Use the iommu dma_owner mechanism

[PATCH] PCI: mediatek: Delay 100ms to wait power and clock to become stable
 2021-12-07  1:53 UTC  (3+ messages)

[PATCH v3] PCI: vmd: Honor ACPI _OSC on PCIe features
 2021-12-06 23:12 UTC  (2+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-06 22:21 UTC  (19+ messages)

resource sanity check, mapping multiple BARs
 2021-12-06 20:56 UTC 

[PATCH v6 10/14] PCI: mediatek: allow selecting controller driver for airoha arch
 2021-12-06 20:11 UTC  (2+ messages)

[PATCH v5 09/13] PCI: mediatek: allow selecting controller driver for airoha arch
 2021-12-06 20:06 UTC  (2+ messages)

[PATCH v1 04/10] PCI: qcom: do not duplicate qcom_pcie_cfg fields in qcom_pcie struct
 2021-12-06 19:59 UTC  (2+ messages)

[PATCH v1 05/10] PCI: qcom: add flag to enable use of ddrss_sf_tbu clock
 2021-12-06 19:53 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: Fix 'unevaluatedProperties' warnings
 2021-12-06 19:52 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: designware: Fix 'unevaluatedProperties' warnings
 2021-12-06 19:44 UTC 

[PATCH] dt-bindings: PCI: cdns-ep: Fix 'unevaluatedProperties' warnings
 2021-12-06 19:44 UTC 

PCI: latency
 2021-12-06 19:39 UTC  (2+ messages)

[PATCH v2 0/5] Convert iProc PCIe binding to YAML
 2021-12-06 18:52 UTC  (6+ messages)
` [PATCH v2 1/5] ARM: dts: Cygnus: Fixed iProc PCIe controller properties
` [PATCH v2 2/5] ARM: dts: HR2: "
` [PATCH v2 3/5] ARM: dts: NSP: "
` [PATCH v2 4/5] arm64: dts: ns2: Add missing interrupt-controller property
` [PATCH v2 5/5] dt-bindings: pci: Convert iProc PCIe to YAML

[PATCH 4.14 033/106] PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
 2021-12-06 14:55 UTC 

[PATCH 0/6] PCI: pci-bridge-emul: Various fixes
 2021-12-06 14:26 UTC  (4+ messages)

[PATCH v9 0/7] PCI: brcmstb: root port turns on sub-device power
 2021-12-06 13:29 UTC  (3+ messages)
` [PATCH v9 3/7] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device
 2021-12-06 12:56 UTC  (4+ messages)
` [PATCH v2 1/6] iommu: Export iommu_{get,put}_resv_regions()

[PATCH 2/5] PCI/DOE: Add Data Object Exchange Aux Driver
 2021-12-06 12:27 UTC  (4+ messages)

[PATCH linux-next] PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()
 2021-12-06 11:39 UTC  (2+ messages)

[PATCH v2 0/2] PCI: endpoint: Fix core_init_notifier feature
 2021-12-06 11:23 UTC  (4+ messages)
` [PATCH v2 2/2] PCI: designware-ep: Fix the access to DBI/iATU registers before enabling controller

[PATCH] PCI: apple: Fix REFCLK1 enable/poll logic
 2021-12-06 10:45 UTC  (2+ messages)

[PATCH v3] PCI: qcom: Use __be16 type to store return value from cpu_to_be16()
 2021-12-06 10:31 UTC  (2+ messages)

[PATCH pci-fixes 0/2] PCI Aardvark controller fixes
 2021-12-06 10:18 UTC  (2+ messages)
` (subset) "

[PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-06  2:07 UTC  (2+ messages)

[PATCH] PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
 2021-12-06  2:03 UTC  (4+ messages)


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