linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 19:31:15 to 2020-10-19 10:16:20 UTC [more...]

[PATCH 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-10-19 10:16 UTC  (11+ messages)
    ` [PATCH 1/6] Documetation: dt-bindings: drop samsung,exynos5440-pcie binding
    ` [PATCH 2/6] Documetation: dt-bindings: add the samsung,exynos-pcie binding
    ` [PATCH 3/6] Documetation: dt-bindings: add the samsung,exynos-pcie-phy binding
    ` [PATCH 4/6] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY
    ` [PATCH 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
    ` [PATCH 6/6] arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards

[PATCH] PCI: vmd: Add AHCI to fast interrupt list
 2020-10-19  9:37 UTC  (2+ messages)

[PATCH] PCI: export pci_find_host_bridge() to fix MFD build error
 2020-10-19  6:14 UTC 

[PATCH] PCI: dwc: Use ATU regions to map memory regions
 2020-10-19  5:51 UTC  (2+ messages)

[PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops
 2020-10-19  5:41 UTC  (8+ messages)

[PATCH v3] PCI: cadence: Retrain Link to work around Gen2 training defect
 2020-10-19  5:28 UTC  (2+ messages)

[RFC] treewide: cleanup unreachable breaks
 2020-10-18 19:17 UTC  (13+ messages)
  ` [Cocci] "
` [Ocfs2-devel] "

[PATCH v4 0/4] isolation: limit msix vectors to housekeeping CPUs
 2020-10-18 18:14 UTC  (4+ messages)
` [PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() "

[PATCH] Use maximum latency when determining L1 ASPM
 2020-10-18 11:35 UTC  (11+ messages)

[PATCH] ARM: footbridge: fix dc21285 PCI configuration accessors
 2020-10-18  8:42 UTC 

[PATCH v9 00/15] Add RCEC handling to PCI/AER
 2020-10-17 16:14 UTC  (24+ messages)
` [PATCH v9 01/15] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v9 02/15] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v9 03/15] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v9 04/15] PCI/ERR: Rename reset_link() to reset_subordinates()
` [PATCH v9 05/15] PCI/ERR: Simplify by using pci_upstream_bridge()
` [PATCH v9 06/15] PCI/ERR: Simplify by computing pci_pcie_type() once
` [PATCH v9 07/15] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
` [PATCH v9 08/15] PCI/ERR: Avoid negated conditional for clarity
` [PATCH v9 09/15] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
` [PATCH v9 10/15] PCI/ERR: Limit AER resets in pcie_do_recovery()
` [PATCH v9 11/15] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v9 12/15] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v9 13/15] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v9 14/15] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v9 15/15] PCI/AER: Add RCEC AER error injection support

[PATCH V4] PCI: rcar: Add L1 link state fix into data abort hook
 2020-10-17 14:03 UTC  (2+ messages)

[RFC PATCH 0/2] iommu: Avoid unnecessary PRI queue flushes
 2020-10-17 11:25 UTC  (7+ messages)
` [RFC PATCH 1/2] iommu: Add flags to sva_unbind()
` [RFC PATCH 2/2] iommu: Add IOMMU_UNBIND_FAULT_PENDING flag

[pci:pci/aspm] BUILD SUCCESS 1b2c933cca51fb091246f52c4f7211ec1ec398ed
 2020-10-17  7:33 UTC 

[PATCH v6 00/25] Add support for Clang LTO
 2020-10-17  1:46 UTC  (40+ messages)
` [PATCH v6 01/25] kbuild: preprocess module linker script
` [PATCH v6 02/25] objtool: Add a pass for generating __mcount_loc
` [PATCH v6 03/25] objtool: Don't autodetect vmlinux.o
` [PATCH v6 04/25] tracing: move function tracer options to Kconfig
` [PATCH v6 05/25] tracing: add support for objtool mcount
` [PATCH v6 06/25] x86, build: use "
` [PATCH v6 07/25] treewide: remove DISABLE_LTO
` [PATCH v6 08/25] kbuild: add support for Clang LTO
` [PATCH v6 09/25] kbuild: lto: fix module versioning
` [PATCH v6 10/25] objtool: Split noinstr validation from --vmlinux
` [PATCH v6 11/25] kbuild: lto: postpone objtool
` [PATCH v6 12/25] kbuild: lto: limit inlining
` [PATCH v6 13/25] kbuild: lto: merge module sections
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v6 15/25] init: lto: ensure initcall ordering
` [PATCH v6 16/25] init: lto: fix PREL32 relocations
` [PATCH v6 17/25] PCI: Fix PREL32 relocations for LTO
` [PATCH v6 18/25] modpost: lto: strip .lto from module names
` [PATCH v6 19/25] scripts/mod: disable LTO for empty.c
` [PATCH v6 20/25] efi/libstub: disable LTO
` [PATCH v6 21/25] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v6 22/25] x86/asm: annotate indirect jumps
` [PATCH v6 23/25] x86, vdso: disable LTO only for vDSO
` [PATCH v6 24/25] x86, cpu: disable LTO for cpu.c
` [PATCH v6 25/25] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH 1/1] pci: pciehp: Handle MRL interrupts to enable slot for hotplug
 2020-10-16 23:43 UTC  (2+ messages)

[PATCH v3 00/12] PCI/ASPM: Cleanup
 2020-10-16 20:59 UTC  (14+ messages)
` [PATCH v3 01/12] PCI/ASPM: Move pci_clear_and_set_dword() earlier
` [PATCH v3 02/12] PCI/ASPM: Move LTR path check to where it's used
` [PATCH v3 03/12] PCI/ASPM: Use 'parent' and 'child' for readability
` [PATCH v3 04/12] PCI/ASPM: Remove struct aspm_register_info.support
` [PATCH v3 05/12] PCI/ASPM: Remove struct aspm_register_info.enabled
` [PATCH v3 06/12] PCI/ASPM: Remove struct aspm_register_info.latency_encoding
` [PATCH v3 07/12] PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptr
` [PATCH v3 08/12] PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)
` [PATCH v3 09/12] PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1
` [PATCH v3 10/12] PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_info
` [PATCH v3 11/12] PCI/ASPM: Remove struct aspm_register_info.l1ss_cap
` [PATCH v3 12/12] PCI/ASPM: Remove struct pcie_link_state.l1ss

[RFC PATCH 0/3] GPIO support on the Etron EJ168/EJ188/EJ198 xHCI controllers
 2020-10-16 20:52 UTC  (7+ messages)
` [RFC PATCH 2/3] dt-bindings: gpio: Add binding documentation for Etron EJ168/EJ188/EJ198

[pci:pci/aspm] BUILD SUCCESS 98dfa938c32bacd5b02328a734caf4cc188f8239
 2020-10-16 12:39 UTC 

[pci:next] BUILD SUCCESS 30eec02c942d6de400f08da98183ab8cd7dd0fb4
 2020-10-16 12:39 UTC 

[PATCH] PCI: rcar: Always allocate MSI addresses in 32bit space
 2020-10-16 12:04 UTC 

[pci:review/aspm4] BUILD SUCCESS 3afb14c5d9504d687a66cbafa3c885fb4ffc9cf9
 2020-10-16  6:41 UTC 

[RFC] PCI: allow sysfs file owner to read the config space with CAP_SYS_RAWIO
 2020-10-16  6:20 UTC  (2+ messages)

[PATCH v6 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-15 20:12 UTC  (12+ messages)
` [PATCH v6 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

PCI, isolcpus, and irq affinity
 2020-10-15 19:02 UTC  (10+ messages)

[PATCH v7 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-15 19:02 UTC  (2+ messages)
` [PATCH v7 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

[RESEND PATCH v3 0/1] PCI/ERR: fix regression introduced by 6d2c89441571 ("PCI/ERR: Update error status after reset_link()")
 2020-10-15 15:32 UTC  (4+ messages)
` [RESEND PATCH v3 1/1] PCI/ERR: don't clobber status after reset_link()

[PATCH v6] PCI/ASPM: Add support for LTR _DSM
 2020-10-15  8:03 UTC 

[PATCH v4 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-15  6:49 UTC  (12+ messages)
` [PATCH v4 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

[PATCH v7 0/2] PCI: dwc: fix two MSI issues
 2020-10-14 17:08 UTC  (7+ messages)
` [PATCH v7 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH] powerpc/pci: Fix PHB removal/rescan on PowerNV
 2020-10-14 14:24 UTC  (3+ messages)

[PATCH v5 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-10-14 14:18 UTC  (5+ messages)
` [PATCH v5 2/2] PCI/ERR: Split the fatal and non-fatal error recovery handling

[pci:review/aspm] BUILD SUCCESS ba1e2d85f84c9532b2b27c41718611ed2cb7e146
 2020-10-14 13:03 UTC 

spammy dmesg about fluctuating pcie bandwidth on 5.9
 2020-10-14 10:31 UTC  (2+ messages)

[pci:next] BUILD SUCCESS ec8d6eaa648655a79ef27f343600e561e4ab8384
 2020-10-14  7:03 UTC 

[PATCH 00/14] drop double zeroing
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH V3] PCI: rcar: Add L1 link state fix into data abort hook
 2020-10-13 18:32 UTC  (3+ messages)

[PATCH v8 11/14] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-10-13 16:55 UTC  (3+ messages)

[pci:pci/err] BUILD SUCCESS e49e4b167fd301aa569d757d40e104eed16c6cbe
 2020-10-13 13:11 UTC 

Disinfectant
 2020-10-13  8:06 UTC 

[PATCH V2 0/4] Change vring space from nomal memory to dma coherent memory
 2020-10-13  2:02 UTC  (5+ messages)
` [PATCH V2 4/4] misc: vop: mapping kernel memory to user space as noncached

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-12 21:02 UTC  (6+ messages)
` [PATCH v5 25/29] arm64: allow LTO_CLANG and THINLTO to be selected


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