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

[PATCH v3 0/3] PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver
 2021-10-21 18:11 UTC  (6+ messages)

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-10-21 17:15 UTC  (2+ messages)

[PATCH v4 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
 2021-10-21 17:11 UTC  (4+ messages)

[PATCH v4 4/8] PCI/DPC: Use pci_aer_clear_status() in dpc_process_error()
 2021-10-21 17:05 UTC  (4+ messages)

[PATCH v4 1/8] PCI/AER: Remove ID from aer_agent_string[]
 2021-10-21 17:03 UTC  (4+ messages)

[PATCH v3 2/2] ACPI: APEI: Filter the PCI MCFG address with an arch-agnostic method
 2021-10-21 16:57 UTC  (8+ messages)

[PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
 2021-10-21 16:31 UTC  (3+ messages)

[PATCH v3 00/25] Unify PCI error response checking
 2021-10-21 16:08 UTC  (31+ messages)
` [PATCH v3 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v3 02/25] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v3 03/25] PCI: Use SET_PCI_ERROR_RESPONSE() when device not found
` [PATCH v3 04/25] PCI: Remove redundant error fabrication when device read fails
` [PATCH v3 05/25] PCI: thunder: "
` [PATCH v3 06/25] PCI: iproc: "
` [PATCH v3 07/25] PCI: mediatek: "
` [PATCH v3 08/25] PCI: exynos: "
` [PATCH v3 09/25] PCI: histb: "
` [PATCH v3 10/25] PCI: kirin: "
` [PATCH v3 11/25] PCI: aardvark: "
` [PATCH v3 12/25] PCI: mvebu: "
` [PATCH v3 13/25] PCI: altera: "
` [PATCH v3 14/25] PCI: rcar: "
` [PATCH v3 15/25] PCI: rockchip: "
` [PATCH v3 16/25] PCI/ERR: Use RESPONSE_IS_PCI_ERROR() to check read from hardware
` [PATCH v3 17/25] PCI: vmd: "
` [PATCH v3 18/25] PCI: pciehp: "
` [PATCH v3 19/25] PCI/DPC: "
` [PATCH v3 20/25] PCI/PME: "
` [PATCH v3 21/25] PCI: cpqphp: "
` [PATCH v3 22/25] PCI: Use PCI_ERROR_RESPONSE to specify hardware error
` [PATCH v3 23/25] PCI: keystone: "
` [PATCH v3 24/25] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
` [PATCH v3 25/25] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error

[PATCH v1] PCI: qcom: Fix incorrect register offset in pcie init
 2021-10-21 15:21 UTC  (3+ messages)

[PATCH v2 0/3] Let user enable ASPM and LTR via sysfs
 2021-10-21 15:09 UTC  (5+ messages)
` [PATCH v2 1/3] PCI/ASPM: Store disabled ASPM states
` [PATCH v2 2/3] PCI/ASPM: Use capability to override ASPM via sysfs
` [PATCH v2 3/3] PCI/ASPM: Add LTR sysfs attributes

[PATCH v14 00/11] Add support for Hikey 970 PCIe
 2021-10-21 12:40 UTC  (7+ messages)
` [PATCH v14 05/11] PCI: kirin: give more time for PERST# reset to finish

[PATCH v15 00/13] Add support for Hikey 970 PCIe
 2021-10-21 12:17 UTC  (15+ messages)
` [PATCH v15 01/13] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v15 02/13] PCI: kirin: Add support for a PHY layer
` [PATCH v15 03/13] PCI: kirin: Use regmap for APB registers
` [PATCH v15 04/13] PCI: kirin: Add support for bridge slot DT schema
` [PATCH v15 05/13] PCI: kirin: Give more time for PERST# reset to finish
` [PATCH v15 06/13] PCI: kirin: Add Kirin 970 compatible
` [PATCH v15 07/13] PCI: kirin: Add MODULE_* macros
` [PATCH v15 08/13] PCI: kirin: Allow building it as a module
` [PATCH v15 09/13] PCI: kirin: Add power_off support for Kirin 960 PHY
` [PATCH v15 10/13] PCI: kirin: Move the power-off code to a common routine
` [PATCH v15 11/13] PCI: kirin: Disable clkreq during poweroff sequence
` [PATCH v15 12/13] PCI: kirin: De-init the dwc driver
` [PATCH v15 13/13] PCI: kirin: Allow removing the driver

[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2021-10-21 11:30 UTC  (4+ messages)

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-21 10:46 UTC  (40+ messages)
` [PATCH V2 mlx5-next 01/14] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V2 mlx5-next 02/14] net/mlx5: Reuse exported virtfn index function call
` [PATCH V2 mlx5-next 03/14] net/mlx5: Disable SRIOV before PF removal
` [PATCH V2 mlx5-next 04/14] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V2 mlx5-next 05/14] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V2 mlx5-next 06/14] vdpa/mlx5: Use mlx5_vf_get_core_dev() to get PF device
` [PATCH V2 mlx5-next 07/14] vfio: Fix VFIO_DEVICE_STATE_SET_ERROR macro
` [PATCH V2 mlx5-next 08/14] vfio: Add a macro for VFIO_DEVICE_STATE_ERROR
` [PATCH V2 mlx5-next 09/14] vfio/pci_core: Make the region->release() function optional
` [PATCH V2 mlx5-next 10/14] net/mlx5: Introduce migration bits and structures
` [PATCH V2 mlx5-next 11/14] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V2 mlx5-next 13/14] vfio/pci: Expose vfio_pci_aer_err_detected()
` [PATCH V2 mlx5-next 14/14] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH v2] PCI: cadence: Add missing return in cdns_plat_pcie_probe()
 2021-10-21 10:18 UTC  (2+ messages)

[PATCH v13 00/10] Add support for Hikey 970 PCIe
 2021-10-21 10:09 UTC  (6+ messages)
` [PATCH v13 09/10] PCI: kirin: fix poweroff sequence

Linux PCIe EP NTB function
 2021-10-21  9:59 UTC  (4+ messages)
    ` [EXT] "

[PATCH] PCI/MSI: Re-add checks for skip masking MSI-X on Xen PV
 2021-10-21  8:25 UTC  (8+ messages)
      ` [PATCH v2] "

[PATCH v2] PCI: Check PCIe upstream port for PME support
 2021-10-21  6:56 UTC  (2+ messages)

[next-20211019][PPC] kernel panics with lspci -vvnn command
 2021-10-21  6:44 UTC 

[PATCH] PCI: PM: Fix ordering of operations in pci_back_from_sleep()
 2021-10-21  1:00 UTC  (3+ messages)

[PATCH] PCI: cadence: add missing return for plat probe
 2021-10-20 19:12 UTC  (2+ messages)

[PATCH v3 0/2] PCI: hv: Hyper-V vPCI for ARM64
 2021-10-20 18:57 UTC  (6+ messages)
` [PATCH v3 1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces
` [PATCH v3 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI

[PATCH v5 00/16] Add TDX Guest Support (shared-mm support)
 2021-10-20 17:26 UTC  (16+ messages)
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest

[PATCH] PCI/hotplug: Remove unneeded of_node_put() in pnv_php
 2021-10-20 16:57 UTC  (4+ messages)

[helgaas-pci:for-linus] BUILD REGRESSION f10507a66e36dde76d71bef8ce6e1c873f441616
 2021-10-20 16:14 UTC 

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-20 15:15 UTC  (12+ messages)
` [PATCH v2 01/24] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v2 02/24] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v2 03/24] PCI: Unify PCI error response checking
` [PATCH v2 04/24] PCI: Remove redundant error fabrication when device read fails

[PATCH v2] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2021-10-20 14:58 UTC  (2+ messages)

[helgaas-pci:pci/aspm] BUILD SUCCESS e1b0d0bb2032d18c7718168e670d8d3f31e552d7
 2021-10-20 13:14 UTC 

[PATCH] pci-imx6: replacing legacy gpio interface for gpiod
 2021-10-20 12:02 UTC  (2+ messages)

[PATCH] x86/PCI: Fix compile errors when CONFIG_PCI is disabled
 2021-10-20 10:21 UTC 

[helgaas-pci:for-linus 1/1] arch/x86/include/asm/pci_x86.h:142:8: warning: '__gnu_inline__' attribute only applies to functions
 2021-10-20  9:01 UTC  (2+ messages)

[helgaas-pci:for-linus 1/1] arch/x86/include/asm/pci_x86.h:99:8: error: unknown type name 'raw_spinlock_t'
 2021-10-20  5:55 UTC 

[PATCH] PCI: cadence: Disable Function Level Reset support
 2021-10-20  3:38 UTC  (3+ messages)

[RESEND v2 0/5] PCI: imx6: refine codes and add compliance tests mode support
 2021-10-20  3:22 UTC  (5+ messages)
` [RESEND v2 3/5] PCI: imx6: Fix the regulator dump when link never came up

[PATCH v3 0/2] PCI MCFG consolidation and APEI resource filterin
 2021-10-20  2:28 UTC  (3+ messages)

[PATCH 2/6] MIPS: OCTEON: Remove redundant clearing of AER status registers
 2021-10-19 22:53 UTC  (2+ messages)

[PATCH 1/6] PCI/AER: Enable COR/UNCOR error reporting in set_device_error_reporting()
 2021-10-19 22:44 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: Add PCIe endpoint mode DT node for ls1012a
 2021-10-19 22:30 UTC  (3+ messages)
` [PATCH 2/2] misc: pci_endpoint_test: Add Device ID for NXP LS1012A

[v5] PCI: Avoid unsync of LTR mechanism configuration
 2021-10-19 21:19 UTC  (2+ messages)

[PATCH 00/14] PCI: aardvark controller fixes BATCH 2
 2021-10-19 18:36 UTC  (2+ messages)

[PATCH] pci: pcie-rcar: add regulators support
 2021-10-19 13:30 UTC  (5+ messages)

[PATCH] PCI: rockchip: Enable the phy driver when controller is enabled
 2021-10-19 12:02 UTC 

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-19 11:26 UTC  (6+ messages)
` [PATCH V1 mlx5-next 11/13] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH] PCI: endpoint: Fix alignment fault error in copy tests
 2021-10-19 11:12 UTC 

[PATCH v1 0/2] ACPI: PM: Fix up turning off unused power resources
 2021-10-19 10:59 UTC  (4+ messages)
` [PATCH v1 2/2][RFT] ACPI: PM: Check states of power resources during initialization
  ` [EXT] "

[helgaas-pci:pci/msi] BUILD SUCCESS ac8e3cef588c5affc6dfa7b693ec64bbf3cead6a
 2021-10-19 10:39 UTC 


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