linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-14 00:47:15 to 2023-11-21 01:34:10 UTC [more...]

[PATCH v11 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-11-21  1:33 UTC 

[PATCH v2 0/6] PCI: controllers: tidy code up
 2023-11-21  1:15 UTC  (24+ messages)
` [PATCH v2 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops
` [PATCH v2 2/6] PCI: dwc: Rename to .init in struct dw_pcie_ep_ops
` [PATCH v2 3/6] PCI: dwc: Rename to .get_dbi_offset "
` [PATCH v2 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
` [PATCH v2 5/6] PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning
` [PATCH v2 6/6] PCI: rcar-gen4: "

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  0:55 UTC 

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-11-21  0:52 UTC  (24+ messages)
` [PATCH v11 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v11 02/20] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v11 03/20] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v11 04/20] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v11 05/20] PCI: microchip: Rename two PCIe data structures
` [PATCH v11 06/20] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v11 07/20] PCI: microchip: Rename two setup functions
` [PATCH v11 08/20] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v11 09/20] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v11 10/20] PCI: microchip: Rename interrupt related functions
` [PATCH v11 11/20] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v11 12/20] PCI: microchip: Add request_event_irq() callback function
` [PATCH v11 13/20] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v11 14/20] PCI: microchip: Add get_events() callback function
` [PATCH v11 15/20] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v11 16/20] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v11 17/20] PCI: plda: Add event interrupt codes and host init/deinit functions
` [PATCH v11 18/20] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v11 19/20] PCI: starfive: Add "
` [PATCH v11 20/20] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v2] PCI: mediatek: Fix sparse warning caused to virt_to_phys() prototype change
 2023-11-21  0:01 UTC 

[PATCH] PCI: mediatek: Fix sparse warning caused to virt_to_phys() prototype change
 2023-11-20 23:40 UTC 

[PATCH v1 1/1] PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()
 2023-11-20 22:48 UTC  (2+ messages)

[PATCH] PCI: Only override AMD USB controller if required
 2023-11-20 22:17 UTC  (2+ messages)

[PATCH] Documentation: PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()
 2023-11-20 22:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] Regather scattered PCI-Code
 2023-11-20 21:59 UTC  (5+ messages)
` [PATCH 1/4] lib: move pci_iomap.c to drivers/pci/
` [PATCH 2/4] lib: move pci-specific devres code "
` [PATCH 3/4] pci: move devres code from pci.c to devres.c
` [PATCH 4/4] lib/iomap.c: improve comment about pci anomaly

[PATCH] PCI: host-generic: Convert to platform remove callback returning void
 2023-11-20 21:56 UTC  (5+ messages)

[PATCH v3] switchtec: Fix stdev_release crash after suprise device loss
 2023-11-20 21:25 UTC  (2+ messages)

[PATCH v2] PCI: qcom: Set max payload size 256 bytes for IPQ9574
 2023-11-20 20:23 UTC  (2+ messages)

[PATCH] PCI: controller: Fix calculation error of msix pending table offset
 2023-11-20 20:08 UTC  (2+ messages)

[PATCH 2/2] x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
 2023-11-20 16:29 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: PCI: qcom: adjust iommu-map for different SoC
 2023-11-20 10:48 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: PCI: qcom: correct clocks for SC8180x and SM8150

[PATCH 0/4] Add support for drivers to decide bridge D3 policy
 2023-11-20 10:13 UTC  (2+ messages)

[PATCH v8 0/5] arm64: qcom: sa8775p: add support for EP PCIe
 2023-11-20 10:08 UTC  (3+ messages)

[PATCH v7 0/2] PCI: designware-ep: Fix DBI access before core init
 2023-11-20  8:40 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] PCI: designware-ep: Move pci_epc_init_notify() inside dw_pcie_ep_init_complete()

[PATCH 0/6] PCI: Fix deadlocks when enabling ASPM
 2023-11-20  8:33 UTC  (25+ messages)
` [PATCH 1/6] PCI/ASPM: Add locked helper for enabling link state
` [PATCH 2/6] PCI: vmd: Fix deadlock when enabling ASPM
` [PATCH 3/6] PCI: qcom: "
` [PATCH 4/6] PCI: qcom: Clean up ASPM comment
` [PATCH 5/6] PCI/ASPM: Clean up disable link state parameter
` [PATCH 6/6] PCI/ASPM: Add lockdep assert to link state helper

[PATCH v5] pci: loongson: Workaround MIPS firmware MRRS settings
 2023-11-20  7:58 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: PCI: qcom: adjust iommu-map for different SoC
 2023-11-20  7:06 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: PCI: qcom: correct clocks for SC8180x and SM8150

Regression from dcadfd7f7c74ef9ee415e072a19bdf6c085159eb
 2023-11-20  5:41 UTC  (3+ messages)

[PATCH v1] drivers: pci: introduce configurable delay for Rockchip PCIe bus scan
 2023-11-20  4:15 UTC  (2+ messages)

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-18 19:06 UTC  (7+ messages)
` [PATCH 01/34] lib/find: add atomic find_bit() primitives
` [PATCH 14/34] PCI: hv: switch hv_get_dom_num() to use atomic find_bit()

[pci:review/ecam] BUILD SUCCESS 936e987d63a9e1a7039ffcae1e48ef40f89d36b2
 2023-11-18 13:20 UTC 

[PATCH v2] PCI: kirin: Use devm_kasprintf()
 2023-11-18  7:55 UTC 

My AlderLake Dell (XPS-9320) needs these patches to get full standby/low-power modes
 2023-11-18  0:21 UTC  (6+ messages)

[PATCH net-next 07/14] PCI: Add no PM reset quirk for NVIDIA Spectrum devices
 2023-11-17 15:23 UTC  (2+ messages)
  ` [PATCH net-next 08/14] PCI: Add debug print for device ready delay

[PATCH v3 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2023-11-17  9:06 UTC  (10+ messages)
` [PATCH v3 1/3] PCI: qcom: Enable cache coherency for SA8775P RC
` [PATCH v3 2/3] PCI: qcom-ep: Enable cache coherency for SA8775P EP
` [PATCH v3 3/3] arm64: dts: qcom: sa8775p: Mark PCIe controller as cache coherent

[PATCH v10 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-11-16 19:02 UTC  (11+ messages)
` [PATCH v10 4/5] drivers/perf: add DesignWare PCIe PMU driver

[PATCH v3] rtlwifi: rtl8723be: Disable ASPM if RTL8723BE connects to Intel PCI bridge
 2023-11-16 17:52 UTC  (3+ messages)

[PATCH v3 0/7] Improvements to pcie_bandwidth_available() for eGPUs
 2023-11-16 13:02 UTC  (20+ messages)
` [PATCH v3 1/7] drm/nouveau: Switch from pci_is_thunderbolt_attached() to dev_is_removable()
` [PATCH v3 2/7] drm/radeon: "
` [PATCH v3 3/7] PCI: Drop pci_is_thunderbolt_attached()
` [PATCH v3 4/7] PCI: pciehp: Move check for is_thunderbolt into a quirk
` [PATCH v3 5/7] PCI: ACPI: Detect PCIe root ports that are used for tunneling
` [PATCH v3 6/7] PCI: Split up some logic in pcie_bandwidth_available() to separate function
` [PATCH v3 7/7] PCI: Exclude PCIe ports used for virtual links in pcie_bandwidth_available()

[PATCH] PCI: exynos: Adapt to clk_bulk_* APIs
 2023-11-16  6:29 UTC  (6+ messages)

[PATCH] PCI: pciehp: Prevent child devices from doing RPM on PCIe Link Down
 2023-11-16  5:22 UTC  (9+ messages)

[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
 2023-11-15  9:16 UTC  (4+ messages)
` [PATCH 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH v3] PCI: keystone: Fix pci_ops for AM654x SoC
 2023-11-15  8:39 UTC  (3+ messages)

[PATCH v3] PCI: keystone: Fix race condition when initializing PHYs
 2023-11-15  8:38 UTC  (3+ messages)

[PATCH v2] PCI: exynos: Adapt to clk_bulk_* APIs
 2023-11-15  6:56 UTC 

[PATCH] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2023-11-14 23:29 UTC  (5+ messages)

[PATCH v8 0/2] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-11-14 20:22 UTC  (5+ messages)
` [PATCH v8 1/2] dt-bindings: PCI: brcmstb: Add property "brcm,clkreq-mode"
` [PATCH v8 2/2] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device

[bug report] lockdep WARN at PCI device rescan
 2023-11-14 17:58 UTC  (7+ messages)

TDISP enablement
 2023-11-14 15:35 UTC  (6+ messages)

[PATCH] PCI: kirin: Use devm_kasprintf()
 2023-11-14 13:06 UTC  (2+ messages)

[PATCH 0/3] x86/apic: Misc pruning
 2023-11-14 11:32 UTC  (4+ messages)
` [PATCH 3/3] x86/apic: Drop struct local_apic

Queries on pci address-ranges
 2023-11-14  5:53 UTC  (3+ messages)

[PATCH 0/3] PCI: dwc: Improve code readability
 2023-11-14  1:29 UTC  (4+ messages)
` [PATCH 3/3] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers


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