linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 19:33:23 to 2019-08-28 03:33:12 UTC [more...]

[PATCH v3 0/4] Simplify PCIe hotplug indicator control
 2019-08-28  3:33 UTC  (17+ messages)
` [PATCH v3 1/4] PCI: pciehp: Add pciehp_set_indicators() to jointly set LED indicators
` [PATCH v3 2/4] PCI: pciehp: Switch LED indicators with a single write
` [PATCH v3 3/4] PCI: pciehp: Remove pciehp_set_attention_status()
` [PATCH v3 4/4] PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-28  3:25 UTC  (34+ messages)
` [PATCH v2 02/10] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCH v2 03/10] PCI: designware-ep: Move the function of getting MSI capability forward
` [PATCH v2 04/10] dt-bindings: pci: layerscape-pci: add compatible strings for ls1088a and ls2088a
` [PATCH v2 05/10] PCI: layerscape: Fix some format issue of the code
` [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way
` [PATCH v2 08/10] PCI: layerscape: Add EP mode support for ls1088a and ls2088a

[PATCH v4 0/4] PCI/ASPM: add sysfs attributes for controlling ASPM
 2019-08-27 23:35 UTC  (6+ messages)
` [PATCH v4 1/4] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [PATCH v4 2/4] PCI/ASPM: allow to re-enable Clock PM
` [PATCH v4 3/4] PCI/ASPM: add sysfs attributes for controlling ASPM link states
` [PATCH v4 4/4] PCI/ASPM: remove Kconfig option PCIEASPM_DEBUG and related code

[PATCH] PCI: Move static keyword to the front of declarations in pci-bridge-emul.c
 2019-08-27 23:30 UTC  (2+ messages)

[PATCH] PCI: Remove the use of printk_ratelimit() in pci.c
 2019-08-27 23:25 UTC  (2+ messages)

[PATCH] x86/PCI: Add missing SPDX license header
 2019-08-27 23:24 UTC  (2+ messages)

[PATCH 1/2] PCI: Add a helper to check Power Resource Requirements _PR3 existence
 2019-08-27 22:39 UTC  (9+ messages)
` [PATCH 2/2] ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound

[PATCH] PCI: hotplug: Remove surplus return from a void function
 2019-08-27 23:17 UTC  (2+ messages)

[PATCH] PCI: mediatek: Remove surplus return from a void function
 2019-08-27 23:11 UTC  (2+ messages)

[PATCH] PCI: Fix misspelled words
 2019-08-27 23:06 UTC  (3+ messages)

[PATCH] x86/PCI: Add missing log facility and move to use pr_ macros in pcbios.c
 2019-08-27 22:47 UTC  (2+ messages)

[PATCH 1/2] PCI/AER: Add PoisonTLPBlocked to Uncorrectable errors
 2019-08-27 22:21 UTC  (8+ messages)
` [PATCH 2/2] PCI/AER: Split the AER stats into multiple sysfs attributes
  ` [PATCH v2 1/2] PCI/AER: Add PoisonTLPBlocked to Uncorrectable errors
    ` [PATCH v2 2/2] PCI/AER: Split the AER stats into multiple sysfs attributes
        ` [PATCH v3 1/2] PCI/AER: Add PoisonTLPBlocked to Uncorrectable errors
          ` [PATCH v3 2/2] PCI/AER: Split the AER stats into multiple sysfs attributes

[PATCH] vmd: Stop overriding dma_map_ops
 2019-08-27 21:56 UTC  (3+ messages)

[PATCH v2 3/3] dwc: PCI: intel: Intel PCIe RC controller driver
 2019-08-27 20:51 UTC  (12+ messages)

[PATCH v4 0/7] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-08-27 18:53 UTC  (7+ messages)
` [PATCH v4 5/7] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding
` [PATCH v4 7/7] PCI: dwc: Add validation that PCIe core is set to correct mode

[PATCH] pci: endpoint: functions: Add a virtnet EP function
 2019-08-27 18:01 UTC  (5+ messages)

[PATCH v8 0/8] Add Error Disconnect Recover (EDR) support
 2019-08-27 17:29 UTC  (9+ messages)
` [PATCH v8 1/8] PCI/ERR: Update error status after reset_link()
` [PATCH v8 2/8] PCI/DPC: Allow dpc_probe() even if firmware first mode is enabled
` [PATCH v8 3/8] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v8 4/8] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v8 5/8] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v8 6/8] PCI/DPC: Update comments related to DPC recovery on NON_FATAL errors
` [PATCH v8 7/8] PCI/DPC: Clear AER registers in EDR mode
` [PATCH v8 8/8] PCI/ACPI: Enable EDR support

[PATCH 0/6] PCI: tegra: Enable PCIe C5 controller of Tegra194 in p2972-0000 platform
 2019-08-27 17:13 UTC  (12+ messages)
` [PATCH 1/6] dt-bindings: PCI: tegra: Add sideband pins configuration entries
` [PATCH 2/6] arm64: tegra: Add configuration for PCIe C5 sideband signals
` [PATCH 3/6] PCI: tegra: Add support to configure sideband pins
` [PATCH 4/6] dt-bindings: PCI: tegra: Add PCIe slot supplies regulator entries
` [PATCH 5/6] arm64: tegra: Add PCIe slot supply information in p2972-0000 platform
` [PATCH 6/6] PCI: tegra: Add support to enable slot regulators

[PATCH v1 1/2] PCI/AER: Use for_each_set_bit()
 2019-08-27 17:06 UTC  (4+ messages)
` [PATCH v1 2/2] PCI/AER: Update parameter descriptions to satisfy kernel-doc validator

[PATCHv2 0/4] Layerscape: Remove num-lanes property from PCIe nodes
 2019-08-27 16:57 UTC  (7+ messages)
` [PATCHv2 1/4] dt-bindings: PCI: designware: Remove the num-lanes from Required properties

[PATCH 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-27 16:26 UTC  (3+ messages)
` [PATCH 08/10] dt-bindings: PCI: Add the pf-offset property

[PATCH 1/2] PCIe: imx6: imx7d: add support for internal phy refclk source
 2019-08-27 15:56 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: imx6q-pcie: add "fsl,pcie-phy-refclk-internal" for i.MX7D

[PATCH] PCI: Move PCI Express ASPM function prototypes and definitions to pci.h
 2019-08-27  9:56 UTC 

[PATCH 0/3] PCI/ACPI: Rename _HPP to _HPX and move of ACPI-specific code from probe.c
 2019-08-27  9:49 UTC  (4+ messages)
` [PATCH 1/3] PCI/ACPI: Rename ACPI Hot Plug structs for Type 0, 1 and 2 from _HPP to _HPX
` [PATCH 2/3] PCI/ACPI: Move ACPI-specific Hot Plug programming functions to pci-acpi.c
` [PATCH 3/3] PCI/ACPI: Remove unnecessary struct hotplug_program_ops from pci-acpi.c

[PATCH] PCI: Add missing link delays required by the PCIe spec
 2019-08-27  9:25 UTC  (11+ messages)

Ryzen7 3700U xhci fails on resume from sleep
 2019-08-27  7:48 UTC  (5+ messages)

[PATCH] pci: get pm runtime ref before resetting bus
 2019-08-27  6:43 UTC 

[PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with 'reset' SysFS attribute
 2019-08-26 21:05 UTC  (11+ messages)
  ` [Xen-devel] "

[PATCH] PCI: hv: Make functions only used locally static in pci-hyperv.c
 2019-08-26 15:41 UTC 

[PATCH] ACPI/PCI: Remove surplus parentheses from a return statement
 2019-08-26  9:08 UTC  (2+ messages)

[PATCH v4 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
 2019-08-26  3:51 UTC  (6+ messages)
` [PATCH v4 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
` [PATCH v4 3/3] PCI: layerscape: Add LS1028a support

[PATCH] PCI: dwc: Use dev_info() instead of dev_err()
 2019-08-25 15:26 UTC  (3+ messages)

[PATCH v7 0/8] Add Error Disconnect Recover (EDR) support
 2019-08-23 23:24 UTC  (9+ messages)
` [PATCH v7 1/8] PCI/ERR: Update error status after reset_link()
` [PATCH v7 2/8] PCI/DPC: Allow dpc_probe() even if firmware first mode is enabled
` [PATCH v7 3/8] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v7 4/8] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v7 5/8] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v7 6/8] PCI/DPC: Update comments related to DPC recovery on NON_FATAL errors
` [PATCH v7 7/8] PCI/DPC: Clear AER registers in EDR mode
` [PATCH v7 8/8] PCI/ACPI: Enable EDR support

[PATCH v3 0/4] PCI/ASPM: add sysfs attributes for controlling ASPM
 2019-08-23 21:30 UTC  (6+ messages)
` [PATCH v3 1/4] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [PATCH v3 2/4] PCI/ASPM: allow to re-enable Clock PM
` [PATCH v3 3/4] PCI/ASPM: add sysfs attributes for controlling ASPM
` [PATCH v3 4/4] PCI/ASPM: remove Kconfig option PCIEASPM_DEBUG and related code

[PATCH v3] vfio_pci: Restore original state on release
 2019-08-23 20:45 UTC  (2+ messages)

[PATCH v2 0/3] PCI: Add PCI_ERROR_RESPONSE, check for errors
 2019-08-23 19:29 UTC  (9+ messages)
` [PATCH 1/3] PCI: Add PCI_ERROR_RESPONSE definition
` [PATCH 2/3] PCI / PM: Decode D3cold power state correctly
` [PATCH 3/3] PCI / PM: Return error when changing power state from D3cold

[PATCH] PCI: tegra: Don't print an error on -EPROBE_DEFER
 2019-08-23 15:41 UTC  (2+ messages)

[PATCH net-next,v5, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-23  6:11 UTC  (14+ messages)
` [PATCH net-next,v5, 1/6] PCI: hv: Add a paravirtual backchannel in software
` [PATCH net-next,v5, 2/6] PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface
` [PATCH net-next,v5, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next,v5, 4/6] net/mlx5: Add HV VHCA infrastructure
` [PATCH net-next,v5, 5/6] net/mlx5: Add HV VHCA control agent
` [PATCH net-next,v5, 6/6] net/mlx5e: Add mlx5e HV VHCA stats agent

[PATCH] x86/PCI: Remove surplus return from a void function
 2019-08-23  1:36 UTC  (2+ messages)
` [tip: x86/cleanups] x86/PCI: Remove superfluous returns from void functions

[GIT PULL] PCI fixes for v5.3
 2019-08-22 21:15 UTC  (2+ messages)

[PATCH net-next,v4, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-22 20:20 UTC  (7+ messages)
` [PATCH net-next,v4, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next,v4, 4/6] net/mlx5: Add HV VHCA infrastructure

[PATCH v2 0/3] PCI/ASPM: add sysfs attributes for controlling ASPM
 2019-08-22 19:46 UTC  (5+ messages)
` [PATCH v2 3/3] "


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