linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 19:00:17 to 2020-09-07 09:36:12 UTC [more...]

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-07  9:35 UTC  (2+ messages)

[PATCHv2] PCI: designware-ep: Fix the Header Type check
 2020-09-07  9:28 UTC  (2+ messages)

[PATCH v4 1/2] misc: rtsx: Fix power down flow
 2020-09-07  9:25 UTC  (3+ messages)
` [PATCH v4 2/2] misc: rtsx: Add power saving functions and fix driving parameter

[PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-09-07  9:16 UTC  (5+ messages)

[PATCH V2 0/2] lspci: Decode 10-Bit Tag Requester Enable
 2020-09-07  9:10 UTC  (3+ messages)

[PATCH] PCI: Add a quirk to skip 1000 ms default link activation delay on some devices
 2020-09-07  8:43 UTC  (3+ messages)

[PATCH 0/7] PCI: layerscape: Add power management support
 2020-09-07  5:38 UTC  (8+ messages)
` [PATCH 1/7] PCI: dwc: Fix a bug of the case dw_pci->ops is NULL
` [PATCH 2/7] PCI: layerscape: Change to use the DWC common link-up check function
` [PATCH 3/7] dt-bindings: pci: layerscape-pci: Add a optional property big-endian
` [PATCH 4/7] arm64: dts: layerscape: Add big-endian property for PCIe nodes
` [PATCH 5/7] dt-bindings: pci: layerscape-pci: Update the description of SCFG property
` [PATCH 6/7] dts: arm64: ls1043a: Add SCFG phandle for PCIe nodes
` [PATCH 7/7] PCI: layerscape: Add power management support

[PATCH] PCI/ACPI: Suppress missing MCFG message
 2020-09-07  3:30 UTC  (2+ messages)

[PATCH] PCI: qcom: don't clear out PHY_REFCLK_USE_PAD
 2020-09-07  3:28 UTC  (3+ messages)
` R: "

Regression with "PCI: qcom: Add support for tx term offset for rev 2.1.0"
 2020-09-07  1:14 UTC  (3+ messages)
` R: "

[PATCH] PCI: keystone: Enable compile-testing on !ARM
 2020-09-06 19:51 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v2 0/2] PCI: Add missing link delays
 2020-09-06 18:26 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: Introduce pcie_wait_for_link_delay()
    ` pcieport 0000:00:01.0: PME: Spurious native interrupt (nvidia with nouveau and thunderbolt on thinkpad P73)

[PATCH 00/22] add support for Clang LTO
 2020-09-06  0:24 UTC  (71+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
  ` [PATCH v2 02/28] x86/asm: Replace __force_order with memory clobber
  ` [PATCH v2 03/28] lib/string.c: implement stpcpy
  ` [PATCH v2 04/28] RAS/CEC: Fix cec_init() prototype
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [PATCH v2 06/28] objtool: Don't autodetect vmlinux.o
  ` [PATCH v2 07/28] kbuild: add support for objtool mcount
  ` [PATCH v2 08/28] x86, build: use "
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 12/28] kbuild: lto: limit inlining
  ` [PATCH v2 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 14/28] kbuild: lto: remove duplicate dependencies from .mod files
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 16/28] init: lto: fix PREL32 relocations
  ` [PATCH v2 17/28] PCI: Fix PREL32 relocations for LTO
  ` [PATCH v2 18/28] modpost: lto: strip .lto from module names
  ` [PATCH v2 19/28] scripts/mod: disable LTO for empty.c
  ` [PATCH v2 20/28] efi/libstub: disable LTO
  ` [PATCH v2 21/28] drivers/misc/lkdtm: disable LTO for rodata.o
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 23/28] arm64: vdso: disable LTO
  ` [PATCH v2 24/28] KVM: arm64: disable LTO for the nVHE directory
  ` [PATCH v2 25/28] arm64: allow LTO_CLANG and THINLTO to be selected
  ` [PATCH v2 26/28] x86, vdso: disable LTO only for vDSO
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
  ` [PATCH v2 28/28] x86, build: allow LTO_CLANG and THINLTO to be selected

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

[PATCH] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-05 20:44 UTC  (3+ messages)

[RFC PATCH] PCI/portdrv: No need to call pci_disable_device() during shutdown
 2020-09-05  8:33 UTC 

[PATCH] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-05  2:54 UTC 

[PATCH] arm64: PCI: fix memleak when calling pci_iomap/unmap()
 2020-09-05  2:48 UTC 

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

[PATCH] PCI: mvebu: Remove useless msi_controller allocation/initialization
 2020-09-04 19:13 UTC  (2+ messages)

[PATCH] PCI: xilinx-cpm: Remove leftover bridge initialization
 2020-09-04 19:10 UTC  (2+ messages)

[PATCH] ARM/PCI: Remove struct msi_controller from struct hw_pci
 2020-09-04 19:08 UTC  (2+ messages)

[PATCH] PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()
 2020-09-04 18:54 UTC  (2+ messages)

[PATCH] PCI: vmd: Add AHCI to fast interrupt list
 2020-09-04 17:13 UTC 

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-04 16:24 UTC  (10+ messages)
` [PATCH v3 1/6] iommu/virtio: Move to drivers/iommu/virtio/
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 4/6] iommu/virtio: Add topology definitions
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space

[PATCH] PCI: tegra: Convert to MSI domains
 2020-09-04 15:48 UTC  (5+ messages)

[PATCH 0/3] Add PCIe EP to RZ/G2H
 2020-09-04 12:02 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: pci: rcar-pci-ep: Document r8a774e1
` [PATCH 2/3] arm64: dts: renesas: r8a774e1: Add PCIe EP nodes
` [PATCH 3/3] misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller

[PATCH v4 1/2] misc: rtsx: Fix power down flow
 2020-09-04  9:40 UTC 

[PATCH v3] pciutils: Add decode support for RCECs
 2020-09-04  1:01 UTC  (3+ messages)

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-03 22:26 UTC  (13+ messages)

[PATCH v6 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-09-03 22:25 UTC  (9+ messages)
` [PATCH v6 5/6] PCI: uniphier: Add iATU register support
` [PATCH v6 6/6] PCI: uniphier: Add error message when failed to get phy

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-03 18:12 UTC  (3+ messages)

[PATCH v4 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-03 17:10 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/IOV: Mark VFs as not implementing MSE bit
` [PATCH v4 2/3] s390/pci: Mark all "
` [PATCH v4 3/3] vfio/pci: Decouple MSE bit checks from is_virtfn

[PATCH v4 4/8] drm/amdgpu: Fix consecutive DPC recovery failures
 2020-09-03 15:45 UTC  (3+ messages)

[PATCH v4 3/8] drm/amdgpu: Fix SMU error failure
 2020-09-03 15:29 UTC  (3+ messages)

[PATCH] PCI: exynos: simplify with PTR_ERR_OR_ZERO
 2020-09-03 12:29 UTC  (2+ messages)

[PATCH v4 0/8] Implement PCI Error Recovery on Navi12
 2020-09-03 15:01 UTC  (2+ messages)

[PATCH v15 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 12:34 UTC  (3+ messages)
` [PATCH v15 1/2] ACPI / APEI: Add a notifier chain for unknown (vendor) CPER records
` [PATCH v15 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

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

[RESEND PATCH v14 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 11:01 UTC  (5+ messages)
` [RESEND PATCH v14 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH 00/19] thunderbolt: Power Management improvements
 2020-09-03  9:15 UTC  (2+ messages)

[PATCH v2 1/3] swiotlb: Use %pa to print phys_addr_t variables
 2020-09-03  2:02 UTC  (2+ messages)

[PATCH v4 0/8] Implement PCI Error Recovery on Navi12
 2020-09-03  1:32 UTC  (9+ messages)
` [PATCH v4 1/8] drm/amdgpu: Avoid accessing HW when suspending SW state
` [PATCH v4 8/8] Revert "PCI/ERR: Update error status after reset_link()"

[pci:pci/pm] BUILD SUCCESS 34f20a6410d50e72aa7f61a8f26a2338f159664f
 2020-09-03  0:35 UTC 

[pci:next] BUILD SUCCESS 88f66c6817809ce9705efe376b65b93fdbdb7f35
 2020-09-03  0:35 UTC 

[PATCH] PCI/ASPM: Enable ASPM for links under VMD domain
 2020-09-02 22:54 UTC  (6+ messages)

[PATCH v3 07/10] PCI: Add 'rcec' field to pci_dev for associated RCiEPs
 2020-09-02 22:24 UTC  (2+ messages)

[PATCH v4 2/8] drm/amdgpu: Block all job scheduling activity during DPC recovery
 2020-09-02 22:07 UTC  (2+ 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).