linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 06:20:15 to 2020-09-18 20:15:13 UTC [more...]

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-22 20:54 UTC  (4+ messages)
` [PATCH v9 1/5] PCI: Conditionally initialize host bridge native_* members
` [PATCH v9 3/5] ACPI/PCI: Ignore _OSC DPC negotiation result if pcie_ports_dpc_native is set
` [PATCH v9 5/5] PCI/DPC: Move AER/DPC dependency checks out of DPC driver

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-18 20:14 UTC  (6+ messages)
` [PATCH v3 01/30] lib/string.c: implement stpcpy
` [PATCH v3 02/30] RAS/CEC: Fix cec_init() prototype
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 12/30] kbuild: lto: fix module versioning
` [PATCH v3 13/30] kbuild: lto: postpone objtool

[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
 2020-09-18 19:58 UTC  (9+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] sparc32: Remove useless io_32.h __KERNEL__ preprocessor guard
  ` [PATCH v2 2/3] sparc32: Move ioremap/iounmap declaration before asm-generic/io.h include
  ` [PATCH v2 3/3] asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementation

[PATCH] pci: meson: build as module by default
 2020-09-18 18:12 UTC 

[PATCH v5 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-18 16:17 UTC  (20+ messages)
` [PATCH v5 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v5 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v5 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v5 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v5 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v5 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v5 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v5 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v5 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v5 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v5 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v5 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v5 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v5 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v5 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v5 16/17] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v5 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH -next] PCI: iproc: use module_bcma_driver to simplify the code
 2020-09-18 16:50 UTC  (2+ messages)

[PATCH] PCI: Make sure the bus bridge powered on when scanning bus
 2020-09-18 16:17 UTC  (4+ messages)

[PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops
 2020-09-18 15:27 UTC  (6+ messages)

[PATCH] PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't ready
 2020-09-18 12:38 UTC 

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-18 12:14 UTC  (3+ messages)

[PATCH v2 3/3] asm-generic/io.h: Fix !CONFIG_GENERIC_IOMAP pci_iounmap() implementation
 2020-09-18 11:06 UTC 

[PATCH] PCI: Cadence: Add quirk for Gen2 controller to do autonomous speed change
 2020-09-18 10:34 UTC 

[pci:pci/misc] BUILD SUCCESS 10791141a6cfc96eecf578fb1240f191ac112e02
 2020-09-18  9:30 UTC 

[PATCH V4 00/10] Add RCEC handling to PCI/AER
 2020-09-18  8:44 UTC  (9+ messages)
` [PATCH v4 01/10] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v4 03/10] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v4 05/10] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v4 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v4 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

[PATCHv8 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-18  8:00 UTC  (13+ messages)
` [PATCHv8 01/12] PCI: designware-ep: Add multiple PFs support for DWC
` [PATCHv8 02/12] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCHv8 03/12] PCI: designware-ep: Move the function of getting MSI capability forward
` [PATCHv8 04/12] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
` [PATCHv8 05/12] dt-bindings: pci: layerscape-pci: Add compatible strings for ls1088a and ls2088a
` [PATCHv8 06/12] PCI: layerscape: Fix some format issue of the code
` [PATCHv8 07/12] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCHv8 08/12] PCI: layerscape: Modify the MSIX to the doorbell mode
` [PATCHv8 09/12] PCI: layerscape: Add EP mode support for ls1088a and ls2088a
` [PATCHv8 10/12] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCHv8 11/12] misc: pci_endpoint_test: Add LS1088a in pci_device_id table
` [PATCHv8 12/12] misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllers

[PATCHv7 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-18  8:15 UTC  (6+ messages)
` [PATCHv7 04/12] PCI: designware-ep: Modify MSI and MSIX CAP way of finding

[PATCH] [-next] PCI: DWC: Fix cast truncates bits from constant value
 2020-09-18  7:15 UTC  (3+ messages)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-18  4:04 UTC  (21+ messages)

[PATCH v3 0/2] PCI: Add new Unisoc PCIe driver
 2020-09-18  3:18 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: sprd: Document Unisoc PCIe RC host controller
` [PATCH v3 2/2] PCI: sprd: Add support for Unisoc SoCs' PCIe controller

[PATCH AUTOSEL 5.4 013/330] PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes
 2020-09-18  2:00 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 050/330] PCI: Avoid double hpmemsize MMIO window assignment
` [PATCH AUTOSEL 5.4 216/330] PCI: Use ioremap(), not phys_to_virt() for platform ROM
` [PATCH AUTOSEL 5.4 221/330] PCI: pciehp: Fix MSI interrupt race
` [PATCH AUTOSEL 5.4 298/330] PCI: tegra194: Fix runtime PM imbalance on error
` [PATCH AUTOSEL 5.4 304/330] PCI: tegra: "

[PATCH AUTOSEL 4.19 132/206] PCI: Use ioremap(), not phys_to_virt() for platform ROM
 2020-09-18  2:07 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 135/206] PCI: pciehp: Fix MSI interrupt race
` [PATCH AUTOSEL 4.19 189/206] PCI: tegra: Fix runtime PM imbalance on error

[RFC] [PATCH v1 0/3] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-17 22:09 UTC  (10+ messages)
` [RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs
` [RFC][Patch v1 2/3] i40e: limit msix vectors based on housekeeping CPUs

[PATCH] [-next] PCI: endpoint: Using plain integer as NULL pointer
 2020-09-17 21:46 UTC  (2+ messages)

[PATCH v2] PCI: Add support for LTR
 2020-09-17 21:37 UTC  (4+ messages)

[PATCH] PCI: Simplify pci_dev_reset_slot_function()
 2020-09-17 21:26 UTC  (2+ messages)

[PATCH] PCI: pciehp: Reduce noisiness on hot removal
 2020-09-17 21:24 UTC  (2+ messages)

pcie-designware.c sparse warning
 2020-09-17 16:14 UTC  (3+ messages)

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-17 16:08 UTC  (27+ messages)

[PATCH v3 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-09-17 17:37 UTC  (5+ messages)

support range based offsets in dma-direct v3
 2020-09-17 16:45 UTC  (8+ messages)
` [PATCH 2/6] ARM/dma-mapping: remove dma_to_virt
` [PATCH 3/6] ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h
` [PATCH 4/6] ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAE
` [PATCH 5/6] usb: don't inherity DMA properties for USB devices
` [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset

[PATCH] PCI/ASPM: Enable ASPM for links under VMD domain
 2020-09-17 17:20 UTC  (2+ messages)

[PATCH -next] PCI/IOV: use module_pci_driver to simplify the code
 2020-09-17 17:42 UTC  (4+ messages)

[PATCH] PCI/ACPI: Add Ampere Altra SOC MCFG quirk
 2020-09-17 17:33 UTC  (2+ messages)

[PATCH] driver/pci: reduce the single block time in pci_read_config
 2020-09-17 17:32 UTC  (2+ messages)

pci=nocrs required on HP rp5700 Business System
 2020-09-17 17:02 UTC 

[PATCH] PCI: Trivial comment fixup for PCI mmap ifdefs
 2020-09-17 17:09 UTC  (2+ messages)

[PATCH] PCI/LINK: Print IRQ number used by port
 2020-09-17 17:01 UTC  (2+ messages)

[PATCH -next] PCI: rpadlpar: use for_each_child_of_node() and for_each_node_by_name
 2020-09-17 16:57 UTC  (2+ messages)

[PATCH] ARM/PCI: Remove struct msi_controller from struct hw_pci
 2020-09-17 15:09 UTC  (3+ messages)
` [PATCH v2] ARM/PCI: Remove unused fields "

[PATCH -next] PCI: dwc: Remove set but not used variable
 2020-09-17 15:05 UTC  (2+ messages)

[PATCH v12 00/10] PCI: brcmstb: enable PCIe for STB chips
 2020-09-17 12:08 UTC  (8+ messages)
` [PATCH v12 04/10] PCI: brcmstb: Add suspend and resume pm_ops
` [PATCH v12 05/10] PCI: brcmstb: Add bcm7278 PERST# support
` [PATCH v12 06/10] PCI: brcmstb: Add control of rescal reset

[PATCH -next] PCI: tegra: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-17 11:01 UTC  (2+ messages)

[PATCH 0/5] Add PCIe support for SM8250 SoC
 2020-09-17  5:10 UTC  (15+ messages)
` [PATCH 1/5] dt-bindings: phy: qcom,qmp: Document SM8250 PCIe PHY bindings
` [PATCH 2/5] phy: qualcomm: phy-qcom-qmp: Add PCIe PHY support for SM8250 SoC
` [PATCH 3/5] dt-bindings: pci: qcom: Document PCIe bindings "
` [PATCH 4/5] pci: controller: dwc: qcom: Add PCIe support "
` [PATCH 5/5] pci: controller: dwc: qcom: Harcode PCIe config SID

[PATCH v2 0/3] PCI: iproc: Add fixes to pcie iproc
 2020-09-17  3:12 UTC  (6+ messages)
` [PATCH v2 3/3] PCI: iproc: Display PCIe Link information

[PATCH] driver/pci: reduce the single block time in pci_read_config
 2020-09-17  0:22 UTC  (3+ messages)

[PATCH v3 04/10] PCI/RCEC: Add pcie_walk_rcec() to walk associated RCiEPs
 2020-09-16 23:06 UTC  (2+ messages)

[PATCH v3 04/10] PCI/RCEC: Add pcie_walk_rcec() to walk associated RCiEPs
 2020-09-16 22:49 UTC  (2+ messages)

[PATCH] Convert enum pci_dev_flags to bit fields in struct pci_dev
 2020-09-16 22:31 UTC  (2+ messages)

[PATCH v5 1/3] PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
 2020-09-16 21:55 UTC  (2+ messages)

[PATCH v5] PCI/ACS: Enable PCI_ACS_TB and disable only when needed for ATS
 2020-09-16 21:49 UTC  (2+ messages)

[PATCH v4 4/4] PCI/ACS: Enable PCI_ACS_TB for untrusted/external-facing devices
 2020-09-16 21:46 UTC  (2+ messages)

[PATCH v2 0/1] PCI: pcie_bus_config can be set at build time
 2020-09-16 14:57 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-09-16 15:14 UTC  (2+ messages)

[PATCH v5 2/2] misc: rtsx: Add power saving functions and fix driving parameter
 2020-09-16 14:28 UTC  (5+ messages)

[pci:next] BUILD SUCCESS 9a8b3f0c7abe7a3c05a43f23680018d720ad67ec
 2020-09-16 16:43 UTC 

[PATCH v4 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-16 17:05 UTC  (3+ messages)
` [PATCH v4 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-09-16 14:11 UTC  (4+ messages)
` [PATCH v7 18/24] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update

[v2,0/3] PCI: mediatek: Add new generation controller support
 2020-09-16 12:49 UTC  (6+ messages)
` [v2,2/3] "

[PATCH] PCI: rcar: Add L1 link state fix into data abort hook
 2020-09-16 13:50 UTC  (2+ messages)

[PATCH v15 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-16  9:51 UTC  (2+ messages)

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-16  7:54 UTC  (4+ messages)

[RFC PATCH v3] PCI/portdrv: Only disable Bus Master on kexec reboot and connected PCI devices
 2020-09-16  6:19 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;
as well as URLs for NNTP newsgroup(s).