linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-22 14:37:07 to 2021-08-25 15:26:47 UTC [more...]

[PATCH v2] PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus
 2021-08-25 15:26 UTC  (5+ messages)

Kernel panic in __pci_enable_msix_range on Xen PV with PCI passthrough
 2021-08-25 15:24 UTC 

[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 v2 0/6] arm64: IPQ6018 PCIe support
 2021-08-25 15:03 UTC  (7+ messages)
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller

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

[PATCH] dt-bindings: Use 'enum' instead of 'oneOf' plus 'const' entries
 2021-08-25 14:02 UTC  (4+ messages)

[PATCH linux-next] PCI: Fix the order in unregister path
 2021-08-25 13:55 UTC  (2+ messages)

[PATCH V4 00/13] Introduce vfio_pci_core subsystem
 2021-08-25 13:51 UTC  (14+ 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/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  (17+ 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] PCI: uniphier: Serialize INTx masking/unmasking
 2021-08-25  9:07 UTC  (5+ messages)

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

[PATCH V8 0/5] PCI: Loongson pci improvements and quirks
 2021-08-25  6:07 UTC  (6+ 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: 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  (18+ messages)
` [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V3 08/13] vfio/pci: Move module parameters "
` [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V3 11/13] vfio: Use select for eventfd
` [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko

[PATCH v2 0/4] CM4 ACPI PCIe quirk
 2021-08-24 21:39 UTC  (4+ messages)
` [PATCH v2 3/4] PCI/ACPI: Add Broadcom bcm2711 MCFG quirk

[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  (8+ messages)
` [PATCH v2 2/2] PCI: qcom: Add sc8180x compatible

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

[PATCH] PCI: hv: Fix a bug on removing child devices on the bus
 2021-08-24 17:30 UTC  (5+ 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  (4+ 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  (5+ messages)
` [PATCH v3 1/4] PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS
` [PATCH v3 2/4] PCI/ACPI: Move supported and control calculations to separaten functions
` [PATCH v3 3/4] PCI/ACPI: Move _OSC query checks to separate function
` [PATCH v3 4/4] PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set()

[pci:next] BUILD SUCCESS eda0e92fdd5e3f33bbbd54c77e349f6d7408b9e6
 2021-08-24  4:41 UTC 

FAILED: Patch "PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI" failed to apply to 4.4-stable tree
 2021-08-24  2:58 UTC 

FAILED: Patch "PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI" failed to apply to 4.9-stable tree
 2021-08-24  2:58 UTC 

FAILED: Patch "PCI: Increase D3 delay for AMD Renoir/Cezanne XHCI" failed to apply to 4.14-stable tree
 2021-08-24  2:58 UTC 

[PATCH v2] PCI: pciehp: Quirk to ignore spurious DLLSC when off
 2021-08-24  0:41 UTC  (4+ messages)

[PATCH 0/3] PCI: aardvark: MSI interrupt fixes
 2021-08-23 16:52 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] PCI: aardvark: Fix reading MSI interrupt number
  ` [PATCH v2 2/3] PCI: aardvark: Fix masking MSI interrupts
  ` [PATCH v2 3/3] PCI: aardvark: Enable MSI-X support

[PATCH 0/7] PCI: aardvark: Interrupt fixes
 2021-08-23 16:47 UTC  (9+ messages)
` [PATCH 2/7] PCI: aardvark: Check for virq mapping when processing INTx IRQ
` [PATCH 6/7] PCI: aardvark: Correctly clear and unmask all MSI interrupts

[PATCH] PCI: rockchip-dwc: Potential error pointer dereference in probe
 2021-08-23 16:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/2] Apple M1 PCIe DT bindings
 2021-08-23 15:24 UTC  (11+ messages)
` [PATCH v3 1/2] dt-bindings: pci: Add DT bindings for apple,pcie

[PATCH] PCI: brcmstb: implement BCM4908 support
 2021-08-23 13:44 UTC  (2+ messages)

[PATCH v6 0/8] PCI: hv: Support host bridge probing on ARM64
 2021-08-23 12:49 UTC  (13+ messages)
` [PATCH v6 3/8] arm64: PCI: Restructure pcibios_root_bridge_prepare()
` [PATCH v6 4/8] arm64: PCI: Support root bridge preparation for Hyper-V

[PATCH] PCI: aardvark: Implement re-issuing config requests on CRS response
 2021-08-23 12:02 UTC 

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-08-23 10:53 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2021-08-23 10:20 UTC  (2+ messages)

[pci:pci/misc 7/7] include/linux/pci.h:1725:54: error: parameter name omitted
 2021-08-23  7:47 UTC  (3+ messages)

[PATCH] mei: improve Denverton HSM & IFSI support
 2021-08-23  6:54 UTC  (8+ messages)

[PATCH v12 0/6] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-08-23  3:28 UTC  (7+ messages)
` [PATCH v12 1/6] dt-bindings: PCI: mediatek: Update the Device tree bindings
` [PATCH v12 2/6] PCI: mediatek: Add new method to get shared pcie-cfg base address
` [PATCH v12 3/6] PCI: mediatek: Add new method to get irq number
` [PATCH v12 4/6] PCI: mediatek: Get pci domain and decide how to parse node
` [PATCH v12 5/6] arm64: dts: mediatek: Split PCIe node for MT2712 and MT7622
` [PATCH v12 6/6] ARM: dts: mediatek: Update MT7629 PCIe node for new format

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

[pci:pci/resource] BUILD SUCCESS ca32b5310a1a3835f81f498367f1bb7450c8b67b
 2021-08-23  0:36 UTC 

[pci:pci/misc] BUILD SUCCESS 817f9916a6e96ae43acdd4e75459ef4f92d96eb1
 2021-08-23  0:28 UTC 

[PATCH] x86/PCI: sta2x11: switch from 'pci_' to 'dma_' API
 2021-08-22 18:49 UTC 

[PATCH v2 0/6] Add PCI driver for the Apple M1
 2021-08-22 18:42 UTC  (5+ messages)
` [PATCH v2 2/6] PCI: apple: Add initial hardware bring-up
` [PATCH v2 6/6] arm64: apple: Add PCIe node

[PATCH 07/12] bnxt: Read VPD with pci_vpd_alloc()
 2021-08-22 18:39 UTC  (2+ messages)

[RFC PATCH 0/2] Add PCI driver for the Apple M1
 2021-08-22 18:03 UTC  (5+ messages)
` [RFC PATCH 1/2] dt-bindings: PCI: Add Apple PCI controller

[PATCH 05/12] bnx2x: Read VPD with pci_vpd_alloc()
 2021-08-22 17:42 UTC  (2+ messages)

[PATCH 01/12] sfc: falcon: Read VPD with pci_vpd_alloc()
 2021-08-22 16:25 UTC  (2+ messages)

[PATCH v2 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-22 16:10 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT
` [PATCH v2 2/3] PCI: fix 'pci_remap_iospace' for architectures with PCI_IOBASE not defined
` [PATCH v2 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'


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