linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 17:47:48 to 2021-08-20 19:06:07 UTC [more...]

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-20 19:06 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: brcmstb: Break register definitions into separate header
` [PATCH v2 2/4] PCI: brcmstb: Add ACPI config space quirk
` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk
` [PATCH v2 4/4] MAINTAINERS: Widen brcmstb PCIe file scope

[PATCH] PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus
 2021-08-20 18:23 UTC  (5+ messages)

[PATCH v6 0/8] PCI: hv: Support host bridge probing on ARM64
 2021-08-20 17:49 UTC  (11+ messages)
` [PATCH v6 4/8] arm64: PCI: Support root bridge preparation for Hyper-V
` [PATCH v6 8/8] PCI: hv: Turn on the host bridge probing on ARM64

[PATCH] mei: improve Denverton HSM & IFSI support
 2021-08-20 17:04 UTC  (9+ messages)

[RFC PATCH 0/3] PCI: Define slot-power-limit DT property
 2021-08-20 16:00 UTC  (4+ messages)
` [RFC PATCH 1/3] dt-bindings: Add 'slot-power-limit' PCIe port property
` [RFC PATCH 2/3] PCI: aardvark: Add support for sending Set_Slot_Power_Limit message
` [RFC PATCH 3/3] arm64: dts: armada-3720-turris-mox: Define slot-power-limit for PCIe

[PATCH] PCI: aardvark: Fix masking and unmasking legacy INTx interrupts
 2021-08-20 15:56 UTC  (2+ messages)

[PATCH v2] PCI: Fix Intel i210 by avoiding overlapping of BARs
 2021-08-20 15:12 UTC  (3+ messages)

[GIT PULL] PCI fixes for v5.14
 2021-08-20 15:01 UTC 

[PATCH] PCI/portdrv: Do not setup up IRQs if there are no users
 2021-08-20 14:47 UTC  (3+ messages)

[PATCH v11 0/2] PCI: keembay: Add support for Intel Keem Bay
 2021-08-20 14:36 UTC  (6+ messages)
` [PATCH v11 2/2] "

[PATCH v3 0/2] mwifiex: Add quirks for MS Surface devices
 2021-08-20 14:20 UTC  (3+ messages)
` [PATCH v3 1/2] mwifiex: pcie: add DMI-based quirk implementation for "
` [PATCH v3 2/2] mwifiex: pcie: add reset_d3cold quirk for Surface gen4+ devices

[PATCH 0/2] PCI: aardvark: Resource fixes
 2021-08-20 12:41 UTC  (2+ messages)

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-20 10:08 UTC  (10+ messages)
` [PATCH V3 1/9] PCI/VGA: Move vgaarb to drivers/pci
` [PATCH V3 2/9] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH V3 3/9] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH V3 4/9] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH V3 5/9] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH V3 6/9] PCI/VGA: Prefer vga_default_device()
` [PATCH V3 7/9] PCI/VGA: Split out vga_arb_update_default_device()
` [PATCH V3 8/9] PCI/VGA: Log bridge control messages when adding devices
` [PATCH V3 9/9] PCI/VGA: Rework default VGA device selection

[PATCH V7 0/5] PCI: Loongson pci improvements and quirks
 2021-08-20  9:52 UTC  (6+ messages)
` [PATCH V7 1/5] PCI: loongson: Use correct pci config access operations
` [PATCH V7 2/5] PCI: loongson: Add ACPI init support
` [PATCH V7 3/5] PCI: Improve the MRRS quirk for LS7A
` [PATCH V7 4/5] PCI: Add quirk for LS7A to avoid reboot failure
` [PATCH V7 5/5] PCI: Add quirk for multifunction devices of LS7A

[PATCH v2 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-20  4:07 UTC  (3+ messages)

[PATCH] PCI: mediatek-gen3: Disable DVFSRC voltage request
 2021-08-20  3:25 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
 2021-08-20  2:35 UTC 

[PATCH] PCI: uniphier: Take lock in INTX irq_{mask,unmask,ack} callbacks
 2021-08-19 23:03 UTC  (3+ messages)

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-19 22:36 UTC  (21+ messages)
` [PATCH V2 01/12] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V2 02/12] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V2 03/12] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V2 04/12] vfio/pci: Rename ops functions to fit core namings
` [PATCH V2 05/12] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V2 07/12] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V2 08/12] vfio/pci: Move module parameters "
` [PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
` [PATCH V2 10/12] vfio: Use select for eventfd
` [PATCH V2 11/12] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V2 12/12] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v2] mei: improve Denverton HSM & IFSI support
 2021-08-19 21:49 UTC  (3+ messages)

[5.14-rc1] mlx5_core receives no interrupts with maxcpus=8
 2021-08-19 20:41 UTC  (7+ messages)

[PATCH net-next v3 0/3] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-08-19 15:45 UTC  (11+ messages)
` [PATCH net-next v3 1/3] r8169: Implement dynamic ASPM mechanism
` [PATCH net-next v3 2/3] PCI/ASPM: Introduce a new helper to report ASPM support status
` [PATCH net-next v3 3/3] r8169: Enable ASPM for selected NICs

[PATCH] PCI/sysfs: Use correct variable for the legacy_mem sysfs object
 2021-08-19 15:25 UTC  (2+ messages)

[PATCH v3 0/5] PCI: Add support for J7200 and AM64
 2021-08-19 14:38 UTC  (5+ messages)

[PATCH v1] MAINTAINERS: new entry for Broadcom STB PCIe driver
 2021-08-19 14:38 UTC  (3+ messages)

[PATCH 0/5] PCI: endpoint: Add support for additional notifiers
 2021-08-19 14:22 UTC  (4+ messages)

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

[PATCH v7 0/3] Add Qualcomm PCIe Endpoint driver support
 2021-08-19 13:05 UTC  (2+ messages)

[PATCH -next] PCI: endpoint: Fix missing unlock on error in pci_epf_add_vepf()
 2021-08-19 12:37 UTC  (2+ messages)

pcie-uniphier: race condition in masking/unmasking interrupts
 2021-08-19 10:01 UTC  (2+ messages)

[PATCH v2 0/5] MFD: intel_pmt: Add general DVSEC/VSEC support
 2021-08-19  9:36 UTC  (9+ messages)
` [PATCH v2 1/5] PCI: Add #defines for accessing PCIE DVSEC fields
` [PATCH v2 2/5] MFD: intel_pmt: Support non-PMT capabilities
` [PATCH v2 3/5] MFD: intel_pmt: Add support for PCIe VSEC structures
` [PATCH v2 4/5] platform/x86: intel_pmt_telemetry: Ignore zero sized entries
` [PATCH v2 5/5] MFD: intel_pmt: Add DG2 support

[PATCH] PCI: loongson: Use correct pci config access operations
 2021-08-19  7:40 UTC 

[PATCH v16 0/9] PCI: Expose and manage PCI device reset
 2021-08-19  6:01 UTC  (12+ messages)
` [PATCH v16 1/9] PCI: Cache PCIe FLR capability
` [PATCH v16 2/9] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v16 3/9] PCI: Add new array for keeping track of ordering of "
` [PATCH v16 4/9] PCI: Remove reset_fn field from pci_dev
` [PATCH v16 5/9] PCI: Allow userspace to query and set device reset mechanism
` [PATCH v16 6/9] PCI: Define a function to set ACPI_COMPANION in pci_dev
` [PATCH v16 7/9] PCI: Setup ACPI fwnode early and at the same time with OF
` [PATCH v16 8/9] PCI: Add support for ACPI _RST reset method
` [PATCH v16 9/9] PCI: Change the type of probe argument in reset functions

[PATCH v3 0/2] PCI: mediatek-gen3: Add support for disable dvfsrc
 2021-08-19  3:40 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add property to disable dvfsrc voltage request

[PATCH v3 0/2] Apple M1 PCIe DT bindings
 2021-08-18 20:51 UTC  (9+ messages)
` [PATCH v3 1/2] dt-bindings: pci: Add DT bindings for apple,pcie

[PATCH 0/8] PCI/VPD: Extend PCI VPD API
 2021-08-18 19:06 UTC  (9+ messages)
` [PATCH 1/8] PCI/VPD: Add pci_vpd_alloc
` [PATCH 2/8] PCI/VPD: Add pci_vpd_find_ro_info_keyword and pci_vpd_check_csum
` [PATCH 3/8] PCI/VPD: Add missing VPD RO field keywords
` [PATCH 4/8] sfc: Use new function pci_vpd_alloc
` [PATCH 5/8] sfc: Use new VPD API function pci_vpd_find_ro_info_keyword
` [PATCH 6/8] tg3: Use new function pci_vpd_alloc
` [PATCH 7/8] tg3: Use new function pci_vpd_check_csum
` [PATCH 8/8] tg3: Use new function pci_vpd_find_ro_info_keyword

[PATCH] PCI: ibmphp: Fix double unmap of io_mem
 2021-08-18 16:57 UTC 

[PATCH V8 0/8] PCI: Enable 10-Bit tag support for PCIe devices
 2021-08-18 16:07 UTC  (10+ messages)
` [PATCH V8 1/8] PCI: Use cached Device Capabilities Register
` [PATCH V8 2/8] PCI: Use cached Device Capabilities 2 Register
` [PATCH V8 3/8] PCI: Add 10-Bit Tag register definitions
` [PATCH V8 4/8] PCI/sysfs: Add a 10-Bit Tag sysfs file PCIe Endpoint devices
` [PATCH V8 5/8] PCI/IOV: Add 10-Bit Tag sysfs files for VF devices
` [PATCH V8 6/8] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA
` [PATCH V8 7/8] PCI: Enable 10-Bit Tag support for PCIe Endpoint device
` [PATCH V8 8/8] PCI/IOV: Enable 10-Bit Tag support for PCIe VF devices

[RFC PATCH 0/2] Add PCI driver for the Apple M1
 2021-08-18 14:22 UTC  (6+ messages)
` [RFC PATCH 2/2] PCI: apple: Add "

[PATCH v2 0/3] PCI: Add legacy interrupt support in pci-j721e
 2021-08-18 13:58 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: ti,j721e: Add bindings to specify legacy interrupts

[PATCH v8 6/8] PCI: cadence: Add support to configure virtual functions
 2021-08-18 13:55 UTC  (2+ messages)

pci-ftpci100: race condition in masking/unmasking interrupts
 2021-08-18 11:47 UTC 

[pci:wip/amey-reset-v16] BUILD SUCCESS 23141399926887e356a86039eb54fc039554a1e8
 2021-08-18  9:43 UTC 

[PATCH v9] dt-bindings: rockchip: Add DesignWare based PCIe controller
 2021-08-18  9:34 UTC 

[PATCH v9 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-08-18  5:12 UTC  (3+ messages)
` [PATCH v9 1/2] docs: perf: Add description for HiSilicon PCIe PMU driver
` [PATCH v9 2/2] drivers/perf: hisi: Add driver for HiSilicon PCIe PMU

[PATCH v3] Add support for PCIe SSD status LED management
 2021-08-18  7:05 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 7fc74df20a8779d6676113cbfb9fcbf97a1c6d19
 2021-08-18  4:29 UTC 

[PATCH] dt-bindings: PCI: faraday,ftpci100: Fix 'contains' schema usage
 2021-08-17 20:27 UTC  (2+ messages)

[PATCH v16 0/9] PCI: Expose and manage PCI device reset
 2021-08-17 18:12 UTC  (11+ messages)
` [PATCH v16 1/9] PCI: Cache PCIe FLR capability
` [PATCH v16 2/9] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
` [PATCH v16 3/9] PCI: Add new array for keeping track of ordering of "
` [PATCH v16 4/9] PCI: Remove reset_fn field from pci_dev
` [PATCH v16 5/9] PCI: Allow userspace to query and set device reset mechanism
` [PATCH v16 6/9] PCI: Define a function to set ACPI_COMPANION in pci_dev
` [PATCH v16 7/9] PCI: Setup ACPI fwnode early and at the same time with OF
` [PATCH v16 8/9] PCI: Add support for ACPI _RST reset method
` [PATCH v16 9/9] PCI: Change the type of probe argument in reset functions


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