linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-24 00:30:59 to 2022-01-28 13:16:46 UTC [more...]

[PATCH v21 3/4] PCI: microchip: Add host driver for Microchip PCIe controller
 2022-01-28 13:16 UTC  (4+ messages)

[PATCH] PCI: mediatek: Change MSI interrupt processing sequence
 2022-01-28 13:12 UTC  (3+ messages)

[Bug 215525] New: HotPlug does not work on upstream kernel 5.17.0-rc1
 2022-01-28 13:08 UTC  (10+ messages)

[RFC PATCH] PCI: imx6: Handle the abort from user-space
 2022-01-28 10:18 UTC  (4+ messages)
  ` (EXT) "

[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted
 2022-01-28  9:55 UTC  (13+ messages)

[PATCH v5 00/24] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-01-28  9:26 UTC  (27+ messages)
` [PATCH v5 01/24] ext4/xfs: add page refcount helper
` [PATCH v5 02/24] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v5 03/24] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v5 04/24] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v5 05/24] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v5 06/24] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v5 07/24] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v5 08/24] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v5 09/24] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v5 10/24] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v5 11/24] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v5 12/24] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v5 13/24] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v5 14/24] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v5 15/24] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v5 16/24] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v5 17/24] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v5 18/24] block: add check when merging zone device pages
` [PATCH v5 19/24] lib/scatterlist: "
` [PATCH v5 20/24] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v5 21/24] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v5 22/24] mm: use custom page_free for P2PDMA pages
` [PATCH v5 23/24] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v5 24/24] nvme-pci: allow mmaping the CMB in userspace

[Bug 215540] New: mvebu: no pcie devices detected on turris omnia (5.16.3 regression)
 2022-01-28  5:08 UTC  (2+ messages)

[PATCH v2] PCI: Speed up device init by parsing capabilities all at once
 2022-01-28  4:51 UTC 

[PATCH v2 1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state
 2022-01-28  3:29 UTC  (8+ messages)
` [PATCH v2 2/2] PCI/DPC: Disable DPC "

[PATCH v3 1/2] PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access()
 2022-01-28  2:47 UTC  (8+ messages)
` [PATCH v3 2/2] PCI: rcar: Return all Fs from read which triggered an exception

[PATCH v3 00/14] CXL Region driver
 2022-01-28  0:27 UTC  (15+ messages)
` [PATCH v3 01/14] cxl/region: Add region creation ABI
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 03/14] cxl/mem: Cache port created by the mem dev
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 05/14] cxl/acpi: Handle address space allocation
` [PATCH v3 06/14] cxl/region: Address "
` [PATCH v3 07/14] cxl/region: Implement XHB verification
` [PATCH v3 08/14] cxl/region: HB port config verification
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming
` [PATCH v3 10/14] cxl/region: Collect host bridge decoders
` [PATCH v3 11/14] cxl/region: Add support for single switch level
` [PATCH v3 12/14] cxl: Program decoders for regions
` [PATCH v3 13/14] cxl/pmem: Convert nvdimm bridge API to use dev
` [PATCH v3 14/14] cxl/region: Create an nd_region

[PATCH] Revert "PCI: j721e: Drop redundant struct device *"
 2022-01-27 22:29 UTC  (4+ messages)

[PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2
 2022-01-27 18:25 UTC  (4+ messages)

[PATCH v5 0/3] arm64: IPQ6018 PCIe support
 2022-01-27 15:16 UTC  (7+ messages)
` [PATCH v5 1/3] arm64: dts: qcom: ipq6018: add pcie max-link-speed
` [PATCH v5 2/3] PCI: dwc: tegra: move GEN3_RELATED DBI register to common header
` [PATCH v5 3/3] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH 1/2] PCI/AER: Disable AER when link is in L2/L3 ready, L2 and L3 state
 2022-01-27  6:35 UTC  (8+ messages)
` [PATCH 2/2] PCI/DPC: Disable DPC "

[PATCH v2] PCI: ACPI: Replace acpi_bus_get_device()
 2022-01-27  6:25 UTC  (2+ messages)

[PATCH v2] phy: freescale: pcie: cosmetic clean-up
 2022-01-27  5:28 UTC  (2+ messages)

[helgaas-pci:for-linus] BUILD SUCCESS d884a217c4c58541c9ce1ebfe4907ed25b2cc6a8
 2022-01-27  4:28 UTC 

[Patch v4] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-01-27  1:43 UTC 

[PATCH v3 18/40] cxl/pmem: Introduce a find_cxl_root() helper
 2022-01-26 23:59 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v5 "

[PATCH] PCI: ACPI: Replace acpi_bus_get_device()
 2022-01-26 21:35 UTC  (2+ messages)

[PATCH v3 24/40] cxl/port: Add a driver for 'struct cxl_port' objects
 2022-01-26 20:16 UTC  (2+ messages)
` [PATCH v4 "

[RFC PATCH 0/5] PCIe EPF support for internal DMAC handling and driver update for R-Car PCIe EP to support DMAC
 2022-01-26 19:50 UTC  (6+ messages)
` [RFC PATCH 1/5] PCI: endpoint: Add ops and flag to support internal DMAC
` [RFC PATCH 2/5] PCI: endpoint: Add support to data transfer using internal dmac
` [RFC PATCH 3/5] misc: pci_endpoint_test: Add driver data for Renesas RZ/G2{EHMN}
` [RFC PATCH 4/5] misc: pci_endpoint_test: Add support to pass flags for buffer allocation
` [RFC PATCH 5/5] PCI: rcar-ep: Add support for DMAC

[PATCH V3] misc: pci_endpoint_test: simplify endpoint test read and write operations
 2022-01-26 18:07 UTC  (3+ messages)
` [PATCH V4] "

[PATCH v1] PCI/sysfs: Find shadow ROM before static attribute initialization
 2022-01-26 15:40 UTC 

[helgaas-pci:for-linus] BUILD SUCCESS c035366d9c9fe48d947ee6c43465ab43d42e20f2
 2022-01-26 12:22 UTC 

[Bug 215533] [BISECTED][REGRESSION] UI becomes unresponsive every couple of seconds
 2022-01-26 12:12 UTC 

[PATCH 0/2] PCI: mt7621: address some kernel test robot reported warnings
 2022-01-26  6:12 UTC  (5+ messages)
` [PATCH 1/2] PCI: mt7621: drop 'of_match_ptr' to fix -Wunused-const-variable
` [PATCH 2/2] PCI: mt7621: remove unused function pcie_rmw()

[PATCH 0/2] cxl/port: Robustness fixes for decoder enumeration
 2022-01-26  5:24 UTC  (3+ messages)
` [PATCH 1/2] cxl/core/port: Fix / relax decoder target enumeration
` [PATCH 2/2] cxl/core/port: Handle invalid decoders

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-01-26  3:16 UTC  (20+ messages)
` [PATCH v3 22/40] cxl/core/hdm: Add CXL standard decoder enumeration to the core
  ` [PATCH v4 "
` [PATCH v3 23/40] cxl/core: Emit modalias for CXL devices
` [PATCH v3 26/40] cxl/pci: Store component register base in cxlds
` [PATCH v3 27/40] cxl/pci: Cache device DVSEC offset
` [PATCH v3 28/40] cxl/pci: Retrieve CXL DVSEC memory info
` [PATCH v3 29/40] cxl/pci: Implement wait for media active
` [PATCH v3 30/40] cxl/pci: Emit device serial number
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute
` [PATCH v3 32/40] cxl/core/port: Add switch port enumeration
` [PATCH v3 33/40] cxl/mem: Add the cxl_mem driver
  ` [PATCH v4 "
` [PATCH v3 34/40] cxl/core: Move target_list out of base decoder attributes
` [PATCH v3 35/40] cxl/core/port: Add endpoint decoders
` [PATCH v3 36/40] tools/testing/cxl: Mock dvsec_ranges()
` [PATCH v3 37/40] tools/testing/cxl: Fix root port to host bridge assignment
` [PATCH v3 38/40] tools/testing/cxl: Mock one level of switches
` [PATCH v3 39/40] tools/testing/cxl: Enumerate mock decoders
` [PATCH v3 40/40] tools/testing/cxl: Add a physical_node link

[PATCH v3 16/40] cxl/core/port: Use dedicated lock for decoder target list
 2022-01-26  2:54 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v7 0/8] Add the imx8m pcie phy driver and imx8mm pcie support
 2022-01-26  2:26 UTC  (7+ messages)
` [PATCH v7 4/8] arm64: dts: imx8mm: Add the pcie phy support
` [PATCH v7 6/8] arm64: dts: imx8mm: Add the pcie support
` [PATCH v7 7/8] arm64: dts: imx8mm-evk: Add the pcie support on imx8mm evk board

[PATCH v8 04/10] vgaarb: Move framebuffer detection to ADD_DEVICE path
 2022-01-26  2:25 UTC  (5+ messages)

[Patch v3] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology
 2022-01-26  2:11 UTC  (3+ messages)

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-01-25 19:28 UTC  (2+ messages)

[REGRESSION] 527139d738d7 ("PCI/sysfs: Convert "rom" to static attribute")
 2022-01-25 18:56 UTC  (3+ messages)

[PATCH] PCI: mediatek: Change MSI interrupt processing sequence
 2022-01-25 17:21 UTC  (5+ messages)

[PATCH v4 0/3] Fully enable AER
 2022-01-25 14:53 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/AER: Call pcie_set_ecrc_checking() for each PCIe device
` [PATCH v4 2/3] PCI/portdrv: Don't disable AER reporting in get_port_device_capability()
` [PATCH v4 3/3] PCI/AER: Enable AER on all PCIe devices supporting it

Wycena paneli fotowoltaicznych
 2022-01-25  8:55 UTC 

Behaviour on AER fatal Error
 2022-01-25  7:49 UTC 

Why does cdns_pcie_ep_set_bar use sz > SZ_2G for is_64bits in pcie-cadence-ep.c?
 2022-01-25  3:35 UTC  (7+ messages)

[PATCH RESEND v2 0/5] Introduction of PCIe support on STi platform
 2022-01-24 20:15 UTC  (10+ messages)
` [PATCH RESEND v2 2/5] pci: dwc: pcie-st: Add PCIe driver for STi platforms
` [PATCH RESEND v2 3/5] MAINTAINERS: add entry for ST STI PCIE driver
` [PATCH RESEND v2 4/5] ARM: dts: sti: add the PCIe controller node within stih407-family
` [PATCH RESEND v2 5/5] ARM: dts: sti: enable PCIe on the stih418-b2264 board

[PATCH RESEND v2 1/5] dt-bindings: pci: st-pcie: PCIe controller found on STi platforms
 2022-01-24 20:06 UTC  (2+ messages)

[PATCH v3 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-01-24 13:11 UTC  (9+ messages)
` [PATCH v3 1/8] hwtracing: Add trace function "
` [PATCH v3 2/8] hisi_ptt: Register PMU device for PTT trace
` [PATCH v3 3/8] hisi_ptt: Add support for dynamically updating the filter list
` [PATCH v3 4/8] hisi_ptt: Add tune function support for HiSilicon PCIe Tune and Trace device
` [PATCH v3 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v3 6/8] docs: Add HiSilicon PTT device driver documentation
` [PATCH v3 7/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver
` [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity

[PATCH] PCI: Fix the ACPI power state during runtime resume
 2022-01-24 12:21 UTC 

[PATCH v1] microblaze/PCI: Remove pci_phys_mem_access_prot() dead code
 2022-01-24 12:12 UTC  (2+ messages)

[PATCH v2] PCI: Speed up device init by parsing capabilities all at once
 2022-01-24 10:35 UTC 

[Question] why should alignment be added when doing kzalloc/dma_alloc in pci_endpoint_test_copy/write/read?
 2022-01-24  9:14 UTC 

Fotowoltaika - nowe warunki
 2022-01-24  9:06 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).