Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-22 12:30:35 to 2023-12-28 13:25:19 UTC [more...]

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2023-12-28 13:25 UTC  (3+ messages)

[RFC PATCH v8 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-28 13:20 UTC  (12+ messages)
` [RFC PATCH v9 1/5] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all ATS Invalidation functions
` [RFC PATCH v9 2/5] iommu/vt-d: break out ATS Invalidation if target device is gone
` [RFC PATCH v9 3/5] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v9 4/5] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [RFC PATCH v9 5/5] iommu/vt-d: don't loop for timeout ATS Invalidation request forever

Qemu KVM thread spins at 100% CPU usage on scsi hot-unplug (kernel 6.6.8 guest)
 2023-12-28 13:18 UTC  (2+ messages)

[RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
 2023-12-28 13:08 UTC  (3+ messages)

[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-12-28 11:58 UTC  (23+ messages)
` [PATCH v13 09/21] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v13 10/21] PCI: microchip: Rename interrupt related functions
` [PATCH v13 11/21] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v13 12/21] PCI: microchip: Add request_event_irq() callback function
` [PATCH v13 14/21] PCI: microchip: Add get_events() callback and add PLDA get_event()
` [PATCH v13 15/21] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` [PATCH v13 19/21] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value

[pci:next] BUILD SUCCESS 6936c253ee2e4061f6e62f940efbd46a256f91c0
 2023-12-28  0:36 UTC 

[pci:misc] BUILD SUCCESS 0942155a48e4cfc2c83e514c86a3de8f78f6af02
 2023-12-28  0:33 UTC 

[RFC PATCH v8 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-27 23:31 UTC  (11+ messages)
` [RFC PATCH v8 1/5] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all ATS invalidation functions
` [RFC PATCH v8 2/5] iommu/vt-d: break out device-TLB invalidation if target device is gone
` [RFC PATCH v8 3/5] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v8 4/5] iommu/vt-d: don't issue device-TLB invalidate request when device is disconnected
` [RFC PATCH v8 5/5] iommu/vt-d: don't loop for timeout device-TLB invalidation request forever

[PATCH 0/4] Qualcomm PCIe RC shutdown & reinit
 2023-12-27 22:17 UTC  (5+ messages)
` [PATCH 1/4] PCI: qcom: Reshuffle reset logic in 2_7_0 .init
` [PATCH 2/4] PCI: qcom: Cache last icc bandwidth
` [PATCH 3/4] PCI: qcom: Read back PARF_LTSSM register
` [PATCH 4/4] PCI: qcom: Implement RC shutdown/power up

[PATCH 0/7] PCI: Solve two bridge window sizing issues
 2023-12-27 21:21 UTC  (16+ messages)
` [PATCH 2/7] resource: Rename find_resource() to find_empty_resource_slot()
` [PATCH 3/7] resource: Document find_empty_resource_slot() and resource_constraint
` [PATCH 4/7] resource: Use typedef for alignf callback
` [PATCH 5/7] resource: Handle simple alignment inside __find_empty_resource_slot()
` [PATCH 6/7] resource: Export find_empty_resource_slot()
` [PATCH 7/7] PCI: Relax bridge window tail sizing rules

[PATCH v4] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2023-12-27 18:32 UTC  (3+ messages)

[PATCH v7 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-27 18:27 UTC  (17+ messages)
` [PATCH v7 01/16] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v7 02/16] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v7 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v7 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v7 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v7 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v7 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v7 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v7 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v7 10/16] dt-bindings: imx6q-pcie: restruct reg and reg-name
` [PATCH v7 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v7 12/16] PCI: imx6: Add iMX95 PCIe support
` [PATCH v7 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v7 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v7 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v7 16/16] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH v3] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2023-12-27 16:45 UTC  (5+ messages)

[PATCH v2] PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
 2023-12-27 13:03 UTC  (4+ messages)

[RFC PATCH v3 0/3] Add test to verify probe of devices from discoverable busses
 2023-12-27 12:35 UTC  (4+ messages)
` [RFC PATCH v3 1/3] kselftest: "
` [RFC PATCH v3 2/3] kselftest: devices: Add sample board file for google,spherion
` [RFC PATCH v3 3/3] kselftest: devices: Add sample board file for XPS 13 9300

[PATCH v6 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-27 12:00 UTC  (26+ messages)
` [PATCH v6 01/16] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v6 02/16] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v6 03/16] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v6 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v6 05/16] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v6 06/16] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v6 07/16] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v6 08/16] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v6 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v6 10/16] dt-bindings: imx6q-pcie: restruct reg and reg-name
` [PATCH v6 11/16] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v6 12/16] PCI: imx6: Add iMX95 PCIe support
` [PATCH v6 13/16] PCI: imx6: Clean up get addr_space code
` [PATCH v6 14/16] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v6 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v6 16/16] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH v2 00/15] pciutils: Add utility for Lane Margining
 2023-12-27  9:45 UTC  (16+ messages)
` [PATCH v2 01/15] pciutils-lspci: Fix unsynchronized caches in lspci struct device and pci struct pci_dev
` [PATCH v2 02/15] pciutils: Add constants for Lane Margining at the Receiver Extended Capability
` [PATCH v2 03/15] pciutils-lspci: Add Lane Margining support to the lspci
` [PATCH v2 04/15] pciutils-pcilib: Add separate file for bit manipulation functions
` [PATCH v2 05/15] pciutils-pcilmr: Add functions for device checking and preparations before main margining processes
` [PATCH v2 06/15] pciutils-pcilmr: Add margining process functions
` [PATCH v2 07/15] pciutils-pcilmr: Add logging functions for margining
` [PATCH v2 08/15] pciutils-pcilmr: Add function for default margining results log
` [PATCH v2 09/15] pciutils-pcilmr: Add utility main function
` [PATCH v2 10/15] pciutils-pcilmr: Add support for unique hardware quirks
` [PATCH v2 11/15] pciutils-pcilmr: Add the ability to pass multiple links to the utility
` [PATCH v2 12/15] pciutils-pcilmr: Add --scan mode to search for all LMR-capable Links
` [PATCH v2 13/15] pciutils-pcilmr: Add option to save margining results in csv form
` [PATCH v2 14/15] pciutils-pcilmr: Add handling of situations when device reports its MaxOffset values equal to 0
` [PATCH v2 15/15] pciutils-pcilmr: Add pcilmr man page

[RFC PATCH v8 0/5] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-27  3:09 UTC  (6+ messages)
` [RFC PATCH v8 1/5] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all ATS invalidation functions
` [RFC PATCH v8 2/5] iommu/vt-d: break out device-TLB invalidation if target device is gone
` [RFC PATCH v8 3/5] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v8 4/5] iommu/vt-d: don't issue device-TLB invalidate request when device is disconnected
` [RFC PATCH v8 5/5] iommu/vt-d: don't loop for timeout device-TLB invalidation request forever

[RFC PATCH v6 0/4] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-27  2:40 UTC  (18+ messages)
` [RFC PATCH v6 1/4] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v6 2/4] iommu/vt-d: don's issue devTLB flush request when device is disconnected
` [RFC PATCH v6 3/4] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all needed functions
` [RFC PATCH v6 4/4] iommu/vt-d: break out devTLB invalidation if target device is gone

My AlderLake Dell (XPS-9320) needs these patches to get full standby/low-power modes
 2023-12-27  0:03 UTC  (2+ messages)

[PATCH] PCI: Remove unused 'node' member from struct pci_driver
 2023-12-27  0:01 UTC  (2+ messages)

[PATCH] PCI: cadence: Fix TI J721E PCIe SoC dependencies
 2023-12-26 23:59 UTC  (2+ messages)

[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2023-12-26 12:42 UTC 

[Question] Is it must for vfio-mdev parent driver to implement a pci-compliant configuration r/w interface
 2023-12-26  2:30 UTC 

[PATCH 1/1] PCI/portdrv: Allow DPC if the OS controls AER natively
 2023-12-26  0:02 UTC  (5+ messages)

[Regression] [PCI/ASPM] [ASUS PN51] Reboot on resume attempt (bisect done; commit found)
 2023-12-25 18:29 UTC 

[PATCH 0/2] pci/iov: avoid device_lock() when reading sriov_numvfs
 2023-12-25 11:20 UTC  (5+ messages)
  ` [PATCH 2/2] pci/iov: fix kobject_uevent() ordering in sriov_enable()
  ` [PATCH 1/2] Revert "PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes"

[RFC PATCH v7 0/4] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-25  8:25 UTC  (5+ messages)
` [RFC PATCH v7 1/4] iommu/vt-d: add flush_target_dev member to struct intel_iommu and pass device info to all ATS invalidation functions
` [RFC PATCH v7 2/4] iommu/vt-d: break out device-TLB invalidation if target device is gone
` [RFC PATCH v7 3/4] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [RFC PATCH v7 4/4] iommu/vt-d: don't issue device-TLB invalidate request when device is disconnected

[PATCH v2] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2023-12-25  6:10 UTC  (4+ messages)

[PATCH] PCI: switchtec: Fix an error handling path in switchtec_pci_probe()
 2023-12-24 14:30 UTC 

[PATCH v5 00/16] PCI: imx6: Clean up and add imx95 pci support
 2023-12-24  9:09 UTC  (20+ messages)
` [PATCH v5 04/16] dt-bindings: imx6q-pcie: Add linux,pci-domain as required for iMX8MQ
` [PATCH v5 09/16] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v5 10/16] dt-bindings: imx6q-pcie: remove reg and reg-name
` [PATCH v5 15/16] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string

[PATCH] Documentation/PCI: fix spelling mistake in boot-interrupts
 2023-12-23 22:09 UTC  (3+ messages)

[PATCH] Documentation/PCI: fix spelling mistake in msi-howto
 2023-12-23 19:25 UTC  (2+ messages)

[PATCH v7 1/2] PCI: designware-ep: Fix DBI access before core init
 2023-12-23  1:52 UTC  (9+ messages)

[RFC PATCH v5 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-23  0:24 UTC  (4+ messages)
` [RFC PATCH v5 3/3] iommu/vt-d: abort the devTLB invalidation waiting if device is removed


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 read-only IMAP folder(s) and NNTP newsgroup(s).