linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-18 07:19:43 to 2022-08-23 06:31:25 UTC [more...]

[PATCH v5 00/20] PCI: dwc: Add generic resources and Baikal-T1 support
 2022-08-23  6:30 UTC  (25+ messages)
` [PATCH v5 01/20] dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq
` [PATCH v5 02/20] dt-bindings: visconti-pcie: Fix interrupts array max constraints
` [PATCH v5 03/20] dt-bindings: PCI: dwc: Detach common RP/EP DT bindings
` [PATCH v5 04/20] dt-bindings: PCI: dwc: Remove bus node from the examples
` [PATCH v5 05/20] dt-bindings: PCI: dwc: Add phys/phy-names common properties
` [PATCH v5 06/20] dt-bindings: PCI: dwc: Add max-link-speed common property
` [PATCH v5 07/20] dt-bindings: PCI: dwc: Apply generic schema for generic device only
` [PATCH v5 08/20] dt-bindings: PCI: dwc: Add max-functions EP property
` [PATCH v5 09/20] dt-bindings: PCI: dwc: Add interrupts/interrupt-names common properties
` [PATCH v5 10/20] dt-bindings: PCI: dwc: Add reg/reg-names "
` [PATCH v5 11/20] dt-bindings: PCI: dwc: Add clocks/resets "
` [PATCH v5 12/20] dt-bindings: PCI: dwc: Add dma-coherent property
` [PATCH v5 13/20] dt-bindings: PCI: dwc: Apply common schema to Rockchip DW PCIe nodes
` [PATCH v5 14/20] dt-bindings: PCI: dwc: Add Baikal-T1 PCIe Root Port bindings
` [PATCH v5 15/20] PCI: dwc: Introduce dma-ranges property support for RC-host
` [PATCH v5 16/20] PCI: dwc: Introduce generic controller capabilities interface
` [PATCH v5 17/20] PCI: dwc: Introduce generic resources getter
` [PATCH v5 18/20] PCI: dwc: Combine iATU detection procedures
` [PATCH v5 19/20] PCI: dwc: Introduce generic platform clocks and resets
` [PATCH v5 20/20] PCI: dwc: Add Baikal-T1 PCIe controller support

[PATCH v3 0/6] Add the iMX8MP PCIe support
 2022-08-23  2:11 UTC  (14+ messages)
` [PATCH v3 1/6] reset: imx7: Add the iMX8MP PCIe PHY PERST support
` [PATCH v3 2/6] dt-binding: phy: Add iMX8MP PCIe PHY binding
` [PATCH v3 3/6] phy: freescale: imx8m-pcie: Add iMX8MP PCIe PHY support
` [PATCH v3 4/6] arm64: dts: imx8mp: add the iMX8MP PCIe support
` [PATCH v3 5/6] arm64: dts: imx8mp-evk: Add "
` [PATCH v3 6/6] PCI: imx6: Add the iMX8MP "

[PATCH v7 0/4] PCI EP driver support MSI doorbell from host
 2022-08-23  0:45 UTC  (7+ messages)
` [PATCH v7 1/4] irqchip: allow pass down .pm field at IRQCHIP_PLATFORM_DRIVER_END
` [PATCH v7 2/4] irqchip: Add IMX MU MSI controller driver
` [PATCH v7 3/4] dt-bindings: irqchip: imx mu work as msi controller
` [PATCH v7 4/4] PCI: endpoint: Add NTB MSI support

[PATCH 0/2] CXL: Taint user access to DOE mailbox config space
 2022-08-22 21:18 UTC  (7+ messages)
` [PATCH 1/2] PCI: Allow drivers to request exclusive config regions
` [PATCH 2/2] cxl/doe: Request exclusive DOE access

[PATCH v3 0/7] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08
 2022-08-22 19:22 UTC  (11+ messages)
` [PATCH v3 1/7] dt-bindings: PCI: fu740-pci: fix missing clock-names
` [PATCH v3 2/7] dt-bindings: PCI: microchip,pcie-host: fix missing clocks properties
` [PATCH v3 3/7] dt-bindings: PCI: microchip,pcie-host: fix missing dma-ranges
` [PATCH v3 4/7] riscv: dts: microchip: mpfs: fix incorrect pcie child node name
` [PATCH v3 5/7] riscv: dts: microchip: mpfs: remove ti,fifo-depth property
` [PATCH v3 6/7] riscv: dts: microchip: mpfs: remove bogus card-detect-delay
` [PATCH v3 7/7] riscv: dts: microchip: mpfs: remove pci axi address translation property

[PATCH RESEND v5 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-08-22 18:53 UTC  (25+ messages)
` [PATCH RESEND v5 01/24] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH RESEND v5 02/24] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH RESEND v5 03/24] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH RESEND v5 04/24] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH RESEND v5 05/24] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH RESEND v5 06/24] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH RESEND v5 07/24] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH RESEND v5 08/24] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH RESEND v5 09/24] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH RESEND v5 10/24] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH RESEND v5 11/24] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH RESEND v5 12/24] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH RESEND v5 13/24] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH RESEND v5 14/24] dmaengine: dw-edma: Rename DebugFS dentry variables to 'dent'
` [PATCH RESEND v5 15/24] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH RESEND v5 16/24] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH RESEND v5 17/24] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH RESEND v5 18/24] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH RESEND v5 19/24] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH RESEND v5 20/24] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH RESEND v5 21/24] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH RESEND v5 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH RESEND v5 23/24] dmaengine: dw-edma: Skip cleanup procedure if no private data found
` [PATCH RESEND v5 24/24] PCI: dwc: Add DW eDMA engine support

The Telegraph: Jeden Tag erscheinen in Europa uber 900 neue Millionare
 2022-08-22 13:50 UTC 

[PATCH v1 0/2] Fix the wrong order of phy callbacks
 2022-08-22 13:10 UTC  (3+ messages)
` [PATCH v1 1/2] PCI: imx6: Fix the wrong order of phy_init() and phy_power_on()
` [PATCH v1 2/2] phy: freescale: imx8m-pcie: "

[PATCH v2 0/8] PCI: qcom: Add support for SC8280XP and SA8540P
 2022-08-22 12:52 UTC  (10+ messages)
` [PATCH v2 8/8] PCI: qcom: Sort device-id table

[PATCH 00/11] PCI: aardvark controller changes BATCH 6
 2022-08-22 10:37 UTC  (15+ messages)
` [PATCH 01/11] PCI: pciehp: Enable DLLSC interrupt only if supported
` [PATCH 02/11] PCI: pciehp: Enable Command Completed Interrupt "
` [PATCH 03/11] PCI: aardvark: Add support for DLLSC and hotplug interrupt
` [PATCH 04/11] PCI: aardvark: Send Set_Slot_Power_Limit message
` [PATCH 05/11] arm64: dts: armada-3720-turris-mox: Define slot-power-limit-milliwatt for PCIe
` [PATCH 06/11] PCI: aardvark: Add clock support
` [PATCH 07/11] PCI: aardvark: Add suspend to RAM support
` [PATCH 08/11] PCI: aardvark: Replace custom PCIE_CORE_ERR_CAPCTL_* macros by linux/pci_regs.h macros
` [PATCH 09/11] PCI: aardvark: Don't write read-only bits explicitly in PCI_ERR_CAP register
` [PATCH 10/11] PCI: aardvark: Explicitly disable Marvell strict ordering
` [PATCH 11/11] PCI: aardvark: Cleanup some register macros

[PATCH v11 00/13] iommu: SVA and IOPF refactoring
 2022-08-22  7:43 UTC  (16+ messages)
` [PATCH v11 04/13] PCI: Allow PASID only when ACS enforced on upstreaming path
` [PATCH v11 05/13] iommu: Add attach/detach_dev_pasid iommu interface
` [PATCH v11 07/13] iommu/vt-d: Add SVA domain support
` [PATCH v11 09/13] iommu/sva: Refactoring iommu_sva_bind/unbind_device()

[PATCH] MAINTAINERS: Add myself as the reviewer for PCI Endpoint Subsystem
 2022-08-22  6:06 UTC  (4+ messages)

[PATCH 0/5] pci_endpoint_test: Fix the return value of IOCTLs
 2022-08-22  4:25 UTC  (15+ messages)
` [PATCH 1/5] misc: pci_endpoint_test: Remove unnecessary WARN_ON
` [PATCH 2/5] misc: pci_endpoint_test: Fix the return value of IOCTL
` [PATCH 3/5] tools: PCI: Fix parsing the return value of IOCTLs
` [PATCH 4/5] tools: PCI: Fix memory leak
` [PATCH 5/5] Documentation: PCI: endpoint: Use the correct return value of pcitest.sh

[PATCH] misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
 2022-08-22  4:10 UTC  (9+ messages)

[PATCH 5.10 480/545] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
 2022-08-22  4:00 UTC 

[PATCH] PCI/DPC: Quirk PIO log size for certain Intel PCIe root ports
 2022-08-22  3:43 UTC  (4+ messages)

[Question] Any plan to support enable PCI SRIOV concurrently in kernel side?
 2022-08-21 11:35 UTC 

撤回: [Question] Any plan to support enable PCI SRIOV concurrently in kernel side?
 2022-08-21 11:29 UTC 

[Question] Any plan to support enable PCI SRIOV concurrently in kernel side?
 2022-08-21 11:25 UTC  (3+ messages)
  ` 答复: "

[PATCH] powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not unique
 2022-08-20 11:51 UTC 

[Bug 216373] New: Uncorrected errors reported for AMD GPU
 2022-08-20  7:52 UTC  (7+ messages)

[PATCH] MAINTAINERS: Remove myself as EEH maintainer
 2022-08-20  0:17 UTC  (3+ messages)

[PATCH] PCI: Disable upstream port PTM during suspend
 2022-08-19 23:49 UTC  (2+ messages)

[lpieralisi-pci:pci/qcom] BUILD SUCCESS 46bafd187104dc3ea85c73b85df020cd83e3e67b
 2022-08-19 21:37 UTC 

[PATCH] PCI: hv: Fix the definiton of vector in hv_compose_msi_msg()
 2022-08-19 15:57 UTC  (4+ messages)

[PATCH] PCI: ibmphp: Adjusting the parameter list of a function
 2022-08-19 12:38 UTC  (3+ messages)
  ` [PATCH v2] PCI: ibmphp: Convert from double pointer to single pointer parameter

[PATCH V1] PCI: designware-ep: Fix DBI access before core init
 2022-08-19  8:35 UTC  (9+ messages)

[PATCH] MAINTAINERS: add PCI Endpoint NTB drivers to NTB files
 2022-08-19  6:57 UTC  (5+ messages)

[PATCH] PCI: pci-bridge-emul: Set position of PCI capabilities to real HW value
 2022-08-18 23:02 UTC  (5+ messages)

[PATCH 0/4] PCI SMC conduit, now with DT support
 2022-08-18 21:55 UTC  (5+ messages)

[PATCH v6 0/4] PCI EP driver support MSI doorbell from host
 2022-08-18 21:30 UTC  (6+ messages)
` [PATCH v6 1/4] irqchip: allow pass down .pm field at IRQCHIP_PLATFORM_DRIVER_END
` [PATCH v6 2/4] irqchip: Add IMX MU MSI controller driver
` [PATCH v6 3/4] dt-bindings: irqchip: imx mu work as msi controller
` [PATCH v6 4/4] pcie: endpoint: pci-epf-vntb: add endpoint MSI support

[PATCH 0/4] PCI: mvebu: Add support for error interrupt
 2022-08-18 20:27 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: PCI: mvebu: Update information about "
` [PATCH 2/4] PCI: mvebu: Implement support for interrupts on emulated bridge
` [PATCH 3/4] ARM: dts: kirkwood: Add definitions for PCIe error interrupts
` [PATCH 4/4] ARM: dts: dove: "

[PATCH v6 0/5] vfio/pci: power management changes
 2022-08-18 17:01 UTC  (6+ messages)
` [PATCH v6 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH] PCI: Assign PCI domain by ida_alloc()
 2022-08-18 16:52 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/6] Fix RISC-V/PCI dt-schema issues with dt-schema v2022.08
 2022-08-18 15:34 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: PCI: microchip,pcie-host: fix missing clocks properties

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-08-18 13:56 UTC  (8+ messages)
` [PATCH 06/18] PCI: pciehp: Enable DLLSC interrupt only if supported

[PATCH 0/3] PCI: Expose resource resizing through sysfs
 2022-08-18 11:16 UTC  (4+ messages)

Zwiększenie płynności finansowej
 2022-08-18  8:11 UTC 


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