linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-08 04:51:18 to 2021-08-12 15:06:02 UTC [more...]

[PATCH] x86/pci: Add missing forward declaration for pci_numachip_init()
 2021-08-12 15:05 UTC  (2+ messages)

[PATCH v3 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-12 14:43 UTC  (21+ messages)
` [PATCH v3 1/8] PCI: Simplify pci_device_remove()
` [PATCH v3 2/8] PCI: Drop useless check from pci_device_probe()
` [PATCH v3 3/8] xen/pci: Drop some checks that are always true
` [PATCH v3 4/8] PCI: replace pci_dev::driver usage that gets the driver name
` [PATCH v3 5/8] scsi: message: fusion: Remove unused parameter of mpt_pci driver's probe()
` [PATCH v3 6/8] crypto: qat - simplify adf_enable_aer()
` [PATCH v3 7/8] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver
` [PATCH v3 8/8] PCI: Drop duplicated tracking of a pci_dev's bound driver

[PATCH v7 0/3] Add Qualcomm PCIe Endpoint driver support
 2021-08-12 14:18 UTC  (3+ messages)

[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
 2021-08-12 13:27 UTC  (6+ messages)

[PATCH] PCI/sysfs: Use correct variable for the legacy_mem sysfs object
 2021-08-12 13:21 UTC 

[PATCH v15 0/9] PCI: Expose and manage PCI device reset
 2021-08-12 13:03 UTC  (10+ messages)
` [PATCH v15 1/9] PCI: Cache PCIe FLR capability
` [PATCH v15 2/9] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v15 3/9] PCI: Add new array for keeping track of ordering of "
` [PATCH v15 5/9] PCI: Allow userspace to query and set device reset mechanism

[PATCH 0/2] Fix examples at pci/hisilicon,kirin-pcie.yaml
 2021-08-12 12:56 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: PCI: kirin: fix bus-range
` [PATCH 2/2] dt-bindings: PCI: kirin: fix HiKey970 example

[PATCH v2 0/2] msi: extend msi_irqs sysfs entries to platform devices
 2021-08-12 11:02 UTC  (4+ messages)
` [PATCH v2 1/2] genirq/msi: extract common sysfs populate entries to msi core from pci
` [PATCH v2 2/2] platform-msi: Add ABI to show msi_irqs of platform devices

[PATCH] PCI: Remove duplicate #ifdef in pci_try_set_mwi()
 2021-08-12 10:55 UTC  (3+ messages)

[PATCH v11 00/11] Add support for Hikey 970 PCIe
 2021-08-12  8:02 UTC  (11+ messages)
` [PATCH v11 02/11] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v11 03/11] PCI: kirin: Add support for a PHY layer
` [PATCH v11 04/11] PCI: kirin: Use regmap for APB registers
` [PATCH v11 05/11] PCI: kirin: Add support for bridge slot DT schema
` [PATCH v11 06/11] PCI: kirin: Add Kirin 970 compatible
` [PATCH v11 07/11] PCI: kirin: Add MODULE_* macros
` [PATCH v11 08/11] PCI: kirin: Allow building it as a module
` [PATCH v11 09/11] PCI: kirin: Add power_off support for Kirin 960 PHY
` [PATCH v11 10/11] PCI: kirin: fix poweroff sequence
` [PATCH v11 11/11] PCI: kirin: Allow removing the driver

[PATCH v3 0/4] DT schema changes for HiKey970 PCIe hardware to work
 2021-08-12  7:48 UTC  (15+ messages)

[PATCH] PCI: fix a scheduling in atomic bug
 2021-08-12  7:00 UTC 

[PATCH 1/1] PCI: Coalesce host bridge contiguous apertures without sorting
 2021-08-12  5:20 UTC  (10+ messages)
` [PATCH] PCI/portdrv: Disallow runtime suspend when waekup is required but PME service isn't supported

[PATCH] Whitelist AMD host bridge device(s) to enable P2P DMA
 2021-08-12  1:09 UTC  (5+ messages)

[PATCH 0/6] PCI/VPD: Further improvements
 2021-08-11 23:58 UTC  (10+ messages)
` [PATCH 1/6] PCI/VPD: Move pci_read/write_vpd in the code
` [PATCH 2/6] PCI/VPD: Remove struct pci_vpd_ops
` [PATCH 3/6] PCI/VPD: Remove member valid from struct pci_vpd
` [PATCH 4/6] PCI/VPD: Embed struct pci_vpd member in struct pci_dev
` [PATCH 5/6] PCI/VPD: Determine VPD size in pci_vpd_init already
` [PATCH 6/6] PCI/VPD: Treat invalid VPD like no VPD capability

[PATCH] pci: ptm: remove error message at boot
 2021-08-11 22:29 UTC  (2+ messages)

[PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-08-11 17:50 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller
` [PATCH v6 2/3] PCI: visconti: Add Toshiba Visconti PCIe host controller driver
` [PATCH v6 3/3] MAINTAINERS: Add entries for Toshiba Visconti PCIe controller

[PATCH] PCI: vmd: depend on !UML
 2021-08-11 15:43 UTC  (3+ messages)

[RFC 0/5] PCI: Use the private field of pci_host_bridge for ACPI device
 2021-08-11 15:36 UTC  (6+ messages)
` [RFC 1/5] PCI: Introduce pci_create_root_bus_priv()
` [RFC 2/5] PCI/ACPI: Store ACPI device information in the host bridge structure
` [RFC 3/5] PCI: hv: Set NULL as the ACPI device for the PCI host bridge
` [RFC 4/5] arm64: PCI: Retrieve ACPI device information directly from host bridges
` [RFC 5/5] PCI: hv: Remove the dependency of pci_config_window

[PATCH 0/2] PCI: Add legacy interrupt support in pci-j721e
 2021-08-11 14:58 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: PCI: ti,j721e: Add bindings to specify legacy interrupts
` [PATCH 2/2] PCI: j721e: Add PCI legacy interrupt support for J7200

[PATCH v3 0/5] PCI: Add support for J7200 and AM64
 2021-08-11 12:33 UTC  (6+ messages)
` [PATCH v3 1/5] PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
` [PATCH v3 2/5] PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet state
` [PATCH v3 3/5] PCI: j721e: Add PCIe support for J7200
` [PATCH v3 4/5] PCI: j721e: Add PCIe support for AM64
` [PATCH v3 5/5] misc: pci_endpoint_test: Add deviceID for AM64 and J7200

[PATCH v2 0/6] PCI: Add support for J7200 and AM64
 2021-08-11 12:26 UTC  (8+ messages)
` [PATCH v2 5/6] misc: pci_endpoint_test: Do not request or allocate IRQs in probe

[PATCH v2 0/3] PCI: Add legacy interrupt support in pci-j721e
 2021-08-11 12:07 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: ti,j721e: Add bindings to specify legacy interrupts
` [PATCH v2 2/3] PCI: j721e: Add PCI legacy interrupt support for J721E

[PATCH 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-11 10:19 UTC  (6+ messages)
` [PATCH 2/3] PCI: of: avoid 'devm_pci_remap_iospace' if PCI_IOBASE is not defined

[pci:next] BUILD SUCCESS bdb29f8679f19cec0ad0d3af2b0feab16cc18387
 2021-08-11  8:46 UTC 

[PATCH 0/3] CM4 ACPI PCIe quirk
 2021-08-11  8:39 UTC  (9+ messages)
` [PATCH 1/3] PCI: brcmstb: Break register definitions into separate header
` [PATCH 3/3] PCI/ACPI: Add new quirk detection, enable bcm2711

[PATCH 0/2] Adjust HiKey examples for kirin-pcie
 2021-08-11  7:54 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: PCI: kirin: fix bus-range
` [PATCH 2/2] dt-bindings: PCI: kirin: fix HiKey970 example

[PATCH v8 0/8] Add SR-IOV support in PCIe Endpoint Core
 2021-08-11  6:46 UTC  (9+ messages)
` [PATCH v8 1/8] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v8 2/8] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v8 3/8] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v8 4/8] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v8 5/8] PCI: cadence: Simplify code to get register base address for configuring BAR
` [PATCH v8 6/8] PCI: cadence: Add support to configure virtual functions
` [PATCH v8 7/8] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v8 8/8] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

ARM Max Read Req Size and PCIE_BUS_PERFORMANCE stories
 2021-08-11  6:33 UTC  (3+ messages)

[PATCH] PCI: Add ACS quirk for Cavium multi-function devices
 2021-08-11  4:10 UTC 

[bugzilla-daemon@bugzilla.kernel.org: [Bug 214025] New: Better error message for PCI devices killed during boot?]
 2021-08-10 21:47 UTC 

[PATCH v11 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base address and parse node
 2021-08-10 19:42 UTC  (2+ messages)

[PATCH v1 1/2] PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_HOST)
 2021-08-10 16:59 UTC  (4+ messages)

[PATCH] PCI: Add ACS quirk for Cavium multi-function devices
 2021-08-10 14:47 UTC  (2+ messages)

[RFC] genirq: Add effective CPU index retrieving interface
 2021-08-10 14:35 UTC  (3+ messages)

[PATCH V7 9/9] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA
 2021-08-10 12:31 UTC  (3+ messages)

[PATCH V7 7/9] PCI/sysfs: Add a 10-Bit Tag sysfs file
 2021-08-10 12:16 UTC  (3+ messages)

[PATCH V7 6/9] PCI: Enable 10-Bit Tag support for PCIe RP devices
 2021-08-10 11:59 UTC  (3+ messages)

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-08-10 11:33 UTC  (12+ messages)

[PATCH v10 00/11] Add support for Hikey 970 PCIe
 2021-08-10  9:55 UTC  (11+ messages)
` [PATCH v10 02/11] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v10 03/11] PCI: kirin: Add support for a PHY layer
` [PATCH v10 04/11] PCI: kirin: Use regmap for APB registers
` [PATCH v10 05/11] PCI: kirin: Add support for bridge slot DT schema
` [PATCH v10 06/11] PCI: kirin: Add Kirin 970 compatible
` [PATCH v10 07/11] PCI: kirin: Add MODULE_* macros
` [PATCH v10 08/11] PCI: kirin: Allow building it as a module
` [PATCH v10 09/11] PCI: kirin: Add power_off support for Kirin 960 PHY
` [PATCH v10 10/11] PCI: kirin: fix poweroff sequence
` [PATCH v10 11/11] PCI: kirin: Allow removing the driver

[patch V2 00/19] PCI/MSI, x86: Cure a couple of inconsistencies
 2021-08-10  7:49 UTC  (5+ messages)
` [patch V2 18/19] PCI/MSI: Provide a new set of mask and unmask functions
      ` [patch V3 "

[pci:pci/vpd] BUILD SUCCESS fe943bd8ab75552f2773ee27c7c5ae6b48941582
 2021-08-10  7:25 UTC 

[PATCH 2/3] PCI: brcmstb: Add ACPI config space quirk
 2021-08-09 21:21 UTC  (5+ messages)

[PATCH v2 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-09 18:59 UTC  (2+ messages)

[PATCH v2 0/6] PCI/VPD: pci_vpd_size() cleanups
 2021-08-09 18:57 UTC  (5+ messages)
` [PATCH v2 4/6] PCI/VPD: Reject resource tags with invalid size

[PATCH v2 0/6] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-09 18:14 UTC  (2+ messages)

[PATCH 3/3] PCI/ACPI: Add new quirk detection, enable bcm2711
 2021-08-09 16:24 UTC  (4+ messages)

[PATCH v6 0/8] PCI: hv: Support host bridge probing on ARM64
 2021-08-09 15:53 UTC  (5+ messages)
` [PATCH v6 8/8] PCI: hv: Turn on the "

[PATCH v11] PCI: rockchip-dwc: Add Rockchip RK356X host controller driver
 2021-08-09 15:16 UTC  (4+ messages)

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2021-08-09 15:02 UTC  (7+ messages)
` [PATCH v2 03/40] PCI: dwc: Allow overriding bridge pci_ops
` [PATCH v2 39/40] PCI: dwc: Move N_FTS setup to common setup

Link is not coming up in Gen4 between Intel CPU and PEX switch
 2021-08-09  8:13 UTC  (2+ messages)

[PATCH v11 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-08-08  4:50 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).