linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 08:11:00 to 2021-07-23 06:59:17 UTC [more...]

[PATCH v8 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
 2021-07-23  6:59 UTC  (8+ messages)

[PATCH v7 00/10] Add support for Hikey 970 PCIe
 2021-07-23  6:53 UTC  (14+ messages)
` [PATCH v7 01/10] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v7 02/10] PCI: kirin: Add support for a PHY layer
` [PATCH v7 03/10] PCI: kirin: Use regmap for APB registers
` [PATCH v7 04/10] PCI: kirin: Add MODULE_* macros
` [PATCH v7 05/10] dt-bindings: PCI: kirin: Fix compatible string
` [PATCH v7 07/10] phy: HiSilicon: Add driver for Kirin 970 PCIe PHY
` [PATCH v7 08/10] arm64: dts: HiSilicon: Add support for HiKey 970 PCIe controller hardware
` [PATCH v7 09/10] dt-bindings: PCI: kirin-pcie.txt: Convert it to yaml
` [PATCH v7 11/10] PCI: kirin: Allow building it as a module

[PATCH v2 0/9] PCI/VGA: Rework default VGA device selection
 2021-07-23  5:51 UTC  (13+ messages)
` [PATCH v2 1/9] PCI/VGA: Move vgaarb to drivers/pci
` [PATCH v2 2/9] PCI/VGA: Replace full MIT license text with SPDX identifier
` [PATCH v2 3/9] PCI/VGA: Use unsigned format string to print lock counts
` [PATCH v2 4/9] PCI/VGA: Remove empty vga_arb_device_card_gone()
` [PATCH v2 5/9] PCI/VGA: Move vga_arb_integrated_gpu() earlier in file
` [PATCH v2 6/9] PCI/VGA: Prefer vga_default_device()
` [PATCH v2 7/9] PCI/VGA: Split out vga_arb_update_default_device()
` [PATCH v2 8/9] PCI/VGA: Log bridge control messages when adding devices
` [PATCH v2 9/9] PCI/VGA: Rework default VGA device selection

[PATCH 1/2] PCI/AER: Disable AER interrupt during suspend
 2021-07-23  5:24 UTC  (3+ messages)

[PATCH v3 0/2] PCI: Make use of PCI_DEVICE_XXX() helper macro
 2021-07-23  3:36 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() "
` [PATCH v3 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() "

[PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function
 2021-07-23  3:28 UTC  (7+ messages)
` [PATCH 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() "
` [PATCH 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() "

[PATCH v2 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function
 2021-07-23  1:55 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() "
` [PATCH v2 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() "

[PATCH 0/2] PCI: Make use of PCI_DEVICE_XXX() helper function
 2021-07-23  1:30 UTC  (5+ messages)
` [PATCH 1/2] PCI: Make use of PCI_DEVICE_SUB/_CLASS() "
` [PATCH 2/2] PCI: vmd: Make use of PCI_DEVICE_DATA() "

[patch 0/8] PCI/MSI, x86: Cure a couple of inconsistencies
 2021-07-22 21:48 UTC  (25+ messages)
` [patch 1/8] PCI/MSI: Enable and mask MSIX early
` [patch 2/8] PCI/MSI: Mask all unused MSI-X entries
` [patch 3/8] PCI/MSI: Enforce that MSI-X table entry is masked for update
` [patch 4/8] PCI/MSI: Enforce MSI[X] entry updates to be visible
` [patch 5/8] PCI/MSI: Simplify msi_verify_entries()
` [patch 6/8] genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
` [patch 7/8] x86/ioapic: Force affinity setup before startup
` [patch 8/8] x86/msi: "

[PATCH V6] PCI: rcar: Add L1 link state fix into data abort hook
 2021-07-22 20:31 UTC  (6+ messages)

[pci:review/vga] BUILD SUCCESS WITH WARNING b6f0a577c4fbcc4f1e7eaf0e9a30bcfd20002b44
 2021-07-22 19:51 UTC  (3+ messages)

[PATCH v2 0/2] Issue secondary bus reset and domain window reset
 2021-07-22 19:11 UTC  (14+ messages)
` [PATCH v2 1/2] PCI: vmd: Trigger secondary bus reset
` [PATCH v2 2/2] PCI: vmd: Issue vmd domain window reset

[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-07-22 18:25 UTC  (16+ messages)
` [PATCH v5 01/14] genirq: Provide new interfaces for affinity hints
` [PATCH v5 02/14] iavf: Use irq_update_affinity_hint
` [PATCH v5 03/14] i40e: "
` [PATCH v5 04/14] scsi: megaraid_sas: Use irq_set_affinity_and_hint
` [PATCH v5 05/14] scsi: mpt3sas: "
` [PATCH v5 06/14] RDMA/irdma: Use irq_update_affinity_hint
` [PATCH v5 07/14] enic: "
` [PATCH v5 08/14] be2net: "
` [PATCH v5 09/14] ixgbe: "
` [PATCH v5 10/14] mailbox: "
` [PATCH v5 11/14] scsi: lpfc: Use irq_set_affinity
` [PATCH v5 12/14] hinic: Use irq_set_affinity_and_hint
` [PATCH v5 13/14] net/mlx5: "
` [PATCH v5 14/14] net/mlx4: Use irq_update_affinity_hint

Erna's TUR - Indicado por um amigo
 2021-07-22 17:15 UTC 

[PATCH v11 0/3] PCI: uniphier: Add PME/AER support for UniPhier PCIe host controller
 2021-07-22 16:54 UTC  (4+ messages)
` [PATCH v11 3/3] PCI: uniphier: Add misc interrupt handler to invoke PME and AER

[PATCH v2] PCI: dwc: do not ignore link errors
 2021-07-22 16:38 UTC  (3+ messages)

[RFC v5.1 1/8] PCI: Introduce domain_nr in pci_host_bridge
 2021-07-22 15:53 UTC  (2+ messages)

[RESEND PATCH 0/3] PCI: aardvark: PIO fixes
 2021-07-22 14:40 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] PCI: aardvark: Fix checking for PIO status
  ` [PATCH v2 2/4] PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO response
  ` [PATCH v2 3/4] PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
  ` [PATCH v2 4/4] PCI: aardvark: Fix reporting CRS value

[PATCH v7 0/3] Add Qualcomm PCIe Endpoint driver support
 2021-07-22 12:12 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: pci: Add devicetree binding for Qualcomm PCIe EP controller
` [PATCH v7 2/3] PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver
` [PATCH v7 3/3] MAINTAINERS: Add entry for Qualcomm PCIe Endpoint driver and binding

[PATCH v6 2/3] PCI: dwc: Add Qualcomm PCIe Endpoint controller driver
 2021-07-22 11:54 UTC  (3+ messages)

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

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (5+ messages)
` [PATCH v4 5/5] "

[PATCH V4 0/3] blk-mq: fix blk_mq_alloc_request_hctx
 2021-07-22  7:48 UTC  (13+ messages)
` [PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed

[PATCH] PCI: quirks: Quirk PCI d3hot delay for AMD xhci
 2021-07-22  2:58 UTC 

[5.14-rc1] mlx5_core receives no interrupts with maxcpus=8
 2021-07-21 21:16 UTC  (5+ messages)

[RESEND PATCH 2/3] PCI: aardvark: Fix checking for PIO status
 2021-07-21 21:05 UTC  (7+ messages)

[PATCH 0/6] x86: PIRQ/ELCR-related fixes and updates
 2021-07-21 20:41 UTC  (3+ messages)

[PATCH] ARM: ixp4xx: fix building both pci drivers
 2021-07-21 20:24 UTC 

[PATCH] PCI: dwc: do not ignore link errors
 2021-07-21 15:23 UTC 

[RESEND PATCH] PCI/AER: print and clear UNCOR errors signaled as correctable advisory non-fatal error
 2021-07-21 10:00 UTC 

QCA6174 pcie wifi: Add pci quirks
 2021-07-21  8:54 UTC  (3+ messages)

[PATCH V3] genirq/affinity: add helper of irq_affinity_calc_sets
 2021-07-21  1:48 UTC 

[RFC v5 0/8] PCI: hv: Support host bridge probing on ARM64
 2021-07-21  0:57 UTC  (14+ messages)
` [RFC v5 1/8] PCI: Introduce domain_nr in pci_host_bridge
` [RFC v5 2/8] PCI: Support populating MSI domains of root buses via bridges
` [RFC v5 3/8] arm64: PCI: Restructure pcibios_root_bridge_prepare()
` [RFC v5 4/8] arm64: PCI: Support root bridge preparation for Hyper-V
` [RFC v5 5/8] PCI: hv: Generify PCI probing
` [RFC v5 6/8] PCI: hv: Set ->domain_nr of pci_host_bridge at probing time
` [RFC v5 7/8] PCI: hv: Set up MSI domain at bridge "
` [RFC v5 8/8] PCI: hv: Turn on the host bridge probing on ARM64

[PATCH V4 1/3] driver core: mark device as irq affinity managed if any irq is managed
 2021-07-21  0:30 UTC  (2+ messages)

[PATCH V2] genirq/affinity: add helper of irq_affinity_calc_sets
 2021-07-21  0:02 UTC  (2+ messages)

[PATCH v6 2/9] PCI: kirin: add support for a PHY layer
 2021-07-20 23:26 UTC  (2+ messages)

[PATCH v4 0/3] Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-07-20 22:56 UTC  (4+ messages)
` [PATCH v4 2/3] PCI: visconti: "

[PATCH] vgaarb: Rework default VGA device selection
 2021-07-20 22:19 UTC 

[PATCH v2] PCI: pciehp: Ignore Link Down/Up caused by DPC
 2021-07-20 22:11 UTC  (8+ messages)

[PATCH v11 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-07-20 16:26 UTC  (5+ messages)
` [PATCH v11 1/4] dt-bindings: PCI: mediatek: Update the Device tree bindings

[PATCH v3] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 15:01 UTC 

[PATCH v2] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20 13:59 UTC  (3+ messages)

[PATCH] PCI/sysfs: Take reference on device to be removed
 2021-07-20 13:04 UTC 

[PATCH v4 00/14] genirq: Cleanup the usage of irq_set_affinity_hint
 2021-07-20 10:57 UTC  (3+ messages)
` [PATCH v4 01/14] genirq: Provide new interfaces for affinity hints

[PATCH] PCI: Move pci_dev_is/assign_added() to pci.h
 2021-07-20  9:32 UTC  (3+ messages)

[PATCH v6 0/9] Add support for Hikey 970 PCIe
 2021-07-20  8:09 UTC  (4+ messages)
` [PATCH v6 1/9] PCI: kirin: Reorganize the PHY logic inside the driver
` [PATCH v6 4/9] dt-bindings: PCI: kirin: Fix compatible string
` [PATCH v6 6/9] phy: HiSilicon: Add driver for Kirin 970 PCIe PHY


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