linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 22:48:48 to 2021-08-27 18:22:21 UTC [more...]

[PATCH v4 0/4] Apple M1 PCIe DT bindings
 2021-08-27 18:22 UTC  (8+ messages)
` [PATCH v4 1/4] dt-bindings: interrupt-controller: Convert MSI controller to json-schema
` [PATCH v4 2/4] dt-bindings: interrupt-controller: msi: Add msi-ranges property
` [PATCH v4 3/4] dt-bindings: pci: Add DT bindings for apple,pcie
` [PATCH v4 4/4] arm64: apple: Add PCIe node

[RFC] [PATCH net-next v4 0/2] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-08-27 17:14 UTC  (3+ messages)
` [RFC] [PATCH net-next v4 1/2] PCI/ASPM: Introduce a new helper to report ASPM capability
` [RFC] [PATCH net-next v4] [PATCH 2/2] r8169: Implement dynamic ASPM mechanism

[PATCH v12 2/6] PCI: mediatek: Add new method to get shared pcie-cfg base address
 2021-08-27 16:46 UTC  (2+ messages)

[PATCH V9 0/5] PCI: Loongson pci improvements and quirks
 2021-08-27 12:43 UTC  (9+ messages)
` [PATCH V9 1/5] PCI: loongson: Use generic 8/16/32-bit config ops on LS2K/LS7A
` [PATCH V9 2/5] PCI: loongson: Add ACPI init support
` [PATCH V9 3/5] PCI: Improve the MRRS quirk for LS7A
` [PATCH V9 4/5] PCI: Add quirk for LS7A to avoid reboot failure
` [PATCH V9 5/5] PCI: Add quirk for multifunction devices of LS7A

[PATCH 0/4] PCI: Convert dynamic PCI resources sysfs objects into static
 2021-08-27 12:11 UTC  (9+ 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 v6 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-08-27  9:48 UTC  (7+ messages)
` [PATCH v6 2/3] PCI: visconti: "

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-27  9:01 UTC  (3+ messages)
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH V4 00/10] PCI/VGA: Rework default VGA device selection
 2021-08-27  8:31 UTC  (11+ messages)
` [PATCH V4 01/10] PCI/VGA: Move vgaarb to drivers/pci
` [PATCH V4 02/10] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH V4 03/10] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH V4 04/10] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH V4 05/10] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH V4 06/10] PCI/VGA: Prefer vga_default_device()
` [PATCH V4 07/10] PCI/VGA: Split out vga_arb_update_default_device()
` [PATCH V4 08/10] PCI/VGA: Log bridge control messages when adding devices
` [PATCH V4 09/10] PCI/VGA: Rework default VGA device selection (Step 1)
` [PATCH V4 10/10] PCI/VGA: Rework default VGA device selection (Step 2)

[pci:pci/iommu] BUILD SUCCESS 1c4af5fa63fd6f8e96ce1e6b4a2062eb1819cf72
 2021-08-27  7:49 UTC 

[PATCH v15 00/12] Restricted DMA
 2021-08-27  6:58 UTC  (5+ messages)
` [PATCH v15 10/12] swiotlb: Add restricted DMA pool initialization

[PATCH net-next v3 0/3] r8169: Implement dynamic ASPM mechanism for recent 1.0/2.5Gbps Realtek NICs
 2021-08-27  6:23 UTC  (6+ messages)
` [PATCH net-next v3 3/3] r8169: Enable ASPM for selected NICs

[PATCH net-next v3 1/3] r8169: Implement dynamic ASPM mechanism
 2021-08-27  4:56 UTC  (3+ messages)

[PATCH V3 0/9] PCI/VGA: Rework default VGA device selection
 2021-08-27  4:24 UTC  (3+ messages)

[PATCH linux-next] PCI: Fix the order in unregister path
 2021-08-27  2:39 UTC  (5+ messages)

[PATCH v2] dt-bindings: PCI: mediatek-gen3: Add support for MT8195
 2021-08-27  2:26 UTC 

[PATCH v5 0/3] PCI: Add a quirk to enable SVA for HiSilicon chip
 2021-08-27  1:02 UTC  (3+ messages)

[PATCH V5 00/13] Introduce vfio_pci_core subsystem
 2021-08-26 22:21 UTC  (15+ 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 v2] PCI/MSI: Skip masking MSI-X on Xen PV
 2021-08-26 20:56 UTC  (2+ messages)

[PATCH] PCI: hv: Fix a bug on removing child devices on the bus
 2021-08-26 20:20 UTC  (11+ 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] PCI/MSI: skip masking MSI on Xen PV
 2021-08-26 16:56 UTC  (4+ messages)

[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 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] 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] PCI: Fix general code style
 2021-08-25 20:43 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  (6+ messages)
` [RFC PATCH 1/3] dt-bindings: Add 'slot-power-limit' PCIe port property

[PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
 2021-08-25 14:52 UTC  (2+ messages)

[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  (2+ messages)

[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  (3+ messages)

[PATCH V3 00/13] Introduce vfio_pci_core subsystem
 2021-08-24 22:48 UTC  (6+ messages)
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c


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