linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 04:11:19 to 2020-10-14 18:21:49 UTC [more...]

[PATCH v6 00/25] Add support for Clang LTO
 2020-10-14 18:21 UTC  (28+ 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 v7 0/2] PCI: dwc: fix two MSI issues
 2020-10-14 17:08 UTC  (10+ messages)
` [PATCH v7 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v7 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

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

[PATCH] Use maximum latency when determining L1 ASPM
 2020-10-14 15:39 UTC  (7+ messages)

[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 

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

[PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops
 2020-10-14 12:37 UTC  (19+ messages)

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

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

[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  (11+ 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

PCI, isolcpus, and irq affinity
 2020-10-12 22:25 UTC  (12+ messages)

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

[PATCH v16 0/3] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-10-12 17:37 UTC  (7+ messages)
` [PATCH v16 1/3] PCI: Call platform_set_drvdata earlier in devm_pci_alloc_host_bridge
` [PATCH v16 2/3] dt-bindings: PCI: microchip: Add Microchip PolarFire host binding
` [PATCH v16 3/3] PCI: microchip: Add host driver for Microchip PCIe controller

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-10-12 14:51 UTC  (20+ messages)

[PATCH] PCI: layerscape: Change back to the default error response behavior
 2020-10-12  4:33 UTC  (4+ messages)

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

[PATCH] PCI: aardvark: Update comment about disabling link training
 2020-10-11 17:21 UTC  (4+ messages)

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

[PATCH] PCI: keystone: Enable compile-testing on !ARM
 2020-10-10  9:04 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH v8 08/14] PCI/AER: Extend AER error handling to RCECs
 2020-10-09 21:54 UTC  (3+ messages)

[PATCH] PCI: Move Rockchip driver to Cadence directory
 2020-10-09 19:53 UTC 

[PATCH v3 11/18] dmaengine: idxd: ims setup for the vdcm
 2020-10-09 16:02 UTC  (16+ messages)

[PATCH v8 00/14] Add RCEC handling to PCI/AER
 2020-10-09 15:53 UTC  (2+ messages)

INVESTMENT LOAN
 2020-10-09 14:04 UTC 

spammy dmesg about fluctuating pcie bandwidth on 5.9
 2020-10-09 15:05 UTC  (3+ messages)

[PATCH 2/2] PCI: vmd: Enable ASPM for mobile platforms
 2020-10-09 14:34 UTC  (3+ messages)

[PATCH v2 12/17] PCI: Obey iomem restrictions for procfs mmap
 2020-10-09 14:18 UTC  (9+ messages)
` [PATCH v2 15/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v2 16/17] PCI: Revoke mappings like devmem
` [PATCH v2 17/17] drm/i915: Properly request PCI BARs

[pci:pci/err-rcec] BUILD SUCCESS 829518f1a2eb8561c28d522e9c26fe0dabe22c54
 2020-10-09 13:09 UTC 

[PATCH v6 0/4] Spilt PCIe node to comply with hardware design
 2020-10-09 12:53 UTC  (4+ messages)
` [PATCH v6 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base and irq

[PATCH] PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probe
 2020-10-09 12:43 UTC  (2+ messages)

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-10-09  8:37 UTC  (5+ messages)
      ` [PATCH] PCI: dwc: Move dw_pcie_msi_init() from each users to designware host

PCI: Race condition in pci_create_sysfs_dev_files
 2020-10-09  8:08 UTC  (3+ messages)

[PATCH v5 0/2] PCI: dwc: fix two MSI issues
 2020-10-09  7:10 UTC  (3+ messages)

[PATCH v6 0/2] PCI: dwc: fix two MSI issues
 2020-10-09  6:42 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v6 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH v1 1/1] PCI/ERR: don't clobber status after reset_link()
 2020-10-09  4:11 UTC  (4+ 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).