linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 12:21:10 to 2021-08-26 20:09:24 UTC [more...]

[PATCH] PCI: hv: Fix a bug on removing child devices on the bus
 2021-08-26 20:09 UTC  (11+ messages)

[PATCH v5 0/3] PCI: Add a quirk to enable SVA for HiSilicon chip
 2021-08-26 19:30 UTC  (2+ messages)

[PATCH v5 3/3] PCI: Set dma-can-stall for HiSilicon chips
 2021-08-26 19:12 UTC  (3+ messages)

[PATCH v2] PCI: pciehp: Quirk to ignore spurious DLLSC when off
 2021-08-26 19:05 UTC  (3+ messages)

[PATCH 0/7] PCI/VPD: Final extensions and cleanups
 2021-08-26 18:58 UTC  (8+ messages)
` [PATCH 1/7] PCI/VPD: Stop exporting pci_vpd_find_tag()
` [PATCH 2/7] PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
` [PATCH 3/7] PCI/VPD: Include post-processing in pci_vpd_find_tag()
` [PATCH 4/7] PCI/VPD: Add pci_vpd_find_id_string()
` [PATCH 5/7] cxgb4: Use pci_vpd_find_id_string() to find VPD id string
` [PATCH 6/7] PCI/VPD: Clean up public VPD defines and inline functions
` [PATCH 7/7] PCI/VPD: Use unaligned access helpers

[PATCH v2] PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus
 2021-08-26 18:24 UTC  (6+ messages)

[PATCH v2] PCI/MSI: Skip masking MSI-X on Xen PV
 2021-08-26 17:03 UTC 

[PATCH] PCI/MSI: skip masking MSI on Xen PV
 2021-08-26 16:56 UTC  (4+ messages)

[PATCH v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-08-26 13:01 UTC  (5+ messages)
` [PATCH v6 2/3] PCI: visconti: "

[PATCH v12 0/6] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-08-26 12:53 UTC  (2+ messages)

[PATCH] PCI: aardvark: Fix masking and unmasking legacy INTx interrupts
 2021-08-26 12:42 UTC  (2+ messages)

[PATCH v5 4/4] PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280
 2021-08-26 12:37 UTC  (3+ messages)

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-08-26 12:36 UTC  (3+ messages)

[PATCH linux-next] PCI: Fix the order in unregister path
 2021-08-26 12:01 UTC  (4+ messages)

[PATCH V8 0/5] PCI: Loongson pci improvements and quirks
 2021-08-26 12:00 UTC  (8+ messages)
` [PATCH V8 1/5] PCI: loongson: Use correct pci config access operations
` [PATCH V8 2/5] PCI: loongson: Add ACPI init support
` [PATCH V8 3/5] PCI: Improve the MRRS quirk for LS7A
` [PATCH V8 4/5] PCI: Add quirk for LS7A to avoid reboot failure
` [PATCH V8 5/5] PCI: Add quirk for multifunction devices of LS7A

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-08-26 11:57 UTC  (6+ messages)

[PATCH] PCI: Add Max Payload Size quirk for ASMedia ASM1062 SATA controller
 2021-08-26 11:00 UTC  (5+ messages)

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-26 10:39 UTC  (14+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
` [PATCH V5 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V5 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V5 11/13] vfio: Use select for eventfd
` [PATCH V5 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V5 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH] PCI: uniphier: Serialize INTx masking/unmasking
 2021-08-26 10:02 UTC  (6+ messages)

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-26  9:36 UTC  (31+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v3 0/4] CM4 ACPI PCIe quirk
 2021-08-26  7:15 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: brcmstb: Break register definitions into separate header
` [PATCH v3 2/4] PCI: brcmstb: Add ACPI config space quirk
` [PATCH v3 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk
` [PATCH v3 4/4] MAINTAINERS: Widen brcmstb PCIe file scope

Kernel panic in __pci_enable_msix_range on Xen PV with PCI passthrough
 2021-08-26  1:28 UTC  (5+ messages)

[PATCH 0/4] PCI: Convert dynamic PCI resources sysfs objects into static
 2021-08-25 23:02 UTC  (6+ messages)
` [PATCH 1/4] PCI/sysfs: Add pci_dev_resource_attr_is_visible() helper
` [PATCH 2/4] PCI/sysfs: Add pci_dev_resource_attr() macro
` [PATCH 3/4] PCI/sysfs: Add pci_dev_resource_group() macro
` [PATCH 4/4] PCI/sysfs: Convert PCI resource files to static attributes

[PATCH] PCI: Fix general code style
 2021-08-25 20:43 UTC  (2+ messages)

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-25 20:17 UTC  (2+ messages)

[RESEND PATCH 0/5] PCI: aardvark: Initialization fixes
 2021-08-25 19:59 UTC  (3+ messages)
` [RESEND PATCH 5/5] PCI: aardvark: Implement workaround for PCIe Completion Timeout

[PATCH v2 0/6] arm64: IPQ6018 PCIe support
 2021-08-25 16:37 UTC  (9+ messages)
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-25 16:23 UTC  (5+ messages)
` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk

[RFC PATCH 0/3] PCI: Define slot-power-limit DT property
 2021-08-25 15:10 UTC  (9+ messages)
` [RFC PATCH 1/3] dt-bindings: Add 'slot-power-limit' PCIe port property
` [RFC PATCH 2/3] PCI: aardvark: Add support for sending Set_Slot_Power_Limit message

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-25 14:52 UTC  (19+ messages)
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}

[PATCH v3 0/3] PCI/MSI: Clarify the IRQ sysfs ABI for PCI devices
 2021-08-25 13:38 UTC  (6+ messages)
` [PATCH v3 1/3] Documentation: ABI: sysfs-bus-pci: Add description for IRQ entry
` [PATCH v3 2/3] PCI/sysfs: Don't depend on pci_dev.irq "
` [PATCH v3 3/3] PCI/MSI: remove msi_attrib.default_irq in msi_desc

[PATCH v9 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-08-25 11:52 UTC  (4+ messages)
` [PATCH v9 2/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH v2 1/2] PCI/MSI: Fix the confusing IRQ sysfs ABI for MSI-X
 2021-08-25 10:24 UTC  (7+ messages)

[PATCH net-next 0/4][pull request] 1GbE Intel Wired LAN Driver Updates 2021-08-24
 2021-08-25 10:00 UTC  (6+ messages)
` [PATCH net-next 1/4] Revert "PCI: Make pci_enable_ptm() private"
` [PATCH net-next 2/4] PCI: Add pcie_ptm_enabled()
` [PATCH net-next 3/4] igc: Enable PCIe PTM
` [PATCH net-next 4/4] igc: Add support for PTP getcrosststamp()

[PATCH v2 1/2] PCI/MSI: Fix the confusing IRQ sysfs ABI for MSI-X
 2021-08-25  9:45 UTC  (3+ messages)

[pci:pci/vpd] BUILD SUCCESS 890317950fcaafbc16372d1b9855bcadf0fc5843
 2021-08-25  7:05 UTC 

[PATCH] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
 2021-08-25  5:23 UTC  (4+ messages)

[PATCH V3 00/13] Introduce vfio_pci_core subsystem
 2021-08-24 22:48 UTC  (8+ messages)
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system

[pci:pci/virtualization] BUILD SUCCESS 57a4ab1584e6f0a2f8f6075af3986784733909f2
 2021-08-24 21:25 UTC 

[PATCH v2 1/2] PCI: dwc: Perform host_init() before registering msi
 2021-08-24 21:23 UTC  (5+ messages)

[PATCH v2 1/2] PCI/MSI: Fix the confusing IRQ sysfs ABI for MSI-X
 2021-08-24 19:25 UTC  (2+ messages)

[RESEND PATCH 2/5] PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
 2021-08-24 19:00 UTC  (2+ messages)

[PATCH 00/12] PCI/VPD: Convert more users to the new VPD API functions
 2021-08-24 18:48 UTC  (2+ messages)

[PATCH 06/12] bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()
 2021-08-24 18:47 UTC  (4+ messages)

[PATCH 11/12] cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
 2021-08-24 18:06 UTC  (3+ messages)

[pci:pci/vpd] BUILD SUCCESS 466a79f417be2f2b0d875a9766a3cff10c3bedf1
 2021-08-24 15:03 UTC 

[PATCH net-next v3 1/3] r8169: Implement dynamic ASPM mechanism
 2021-08-24 14:53 UTC  (2+ messages)

[PATCH 05/12] bnx2x: Read VPD with pci_vpd_alloc()
 2021-08-24 14:30 UTC  (2+ messages)

[PATCH v15 00/12] Restricted DMA
 2021-08-24 14:26 UTC  (3+ messages)
` [PATCH v15 10/12] swiotlb: Add restricted DMA pool initialization

[PATCH v2] mei: improve Denverton HSM & IFSI support
 2021-08-24 13:42 UTC  (2+ messages)

[PATCH v3 0/4] PCI/ACPI: Simplify PCIe _OSC feature negotiation
 2021-08-24 12:20 UTC  (2+ messages)
` [PATCH v3 4/4] PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set()


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