linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-18 14:48:43 to 2019-06-20 20:40:58 UTC [more...]

[PATCH v3 0/7] Fix PF/VF dependency issue
 2019-06-20 20:38 UTC 

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-20 20:18 UTC  (39+ messages)
` [RFC PATCH 01/28] block: Introduce DMA direct request type
` [RFC PATCH 02/28] block: Add dma_vec structure
` [RFC PATCH 03/28] block: Warn on mis-use of dma-direct bios
` [RFC PATCH 04/28] block: Never bounce "
` [RFC PATCH 05/28] block: Skip dma-direct bios in bio_integrity_prep()
` [RFC PATCH 06/28] block: Support dma-direct bios in bio_advance_iter()
` [RFC PATCH 07/28] block: Use dma_vec length in bio_cur_bytes() for dma-direct bios
` [RFC PATCH 08/28] block: Introduce dmavec_phys_mergeable()
` [RFC PATCH 09/28] block: Introduce vec_gap_to_prev()
` [RFC PATCH 10/28] block: Create generic vec_split_segs() from bvec_split_segs()
` [RFC PATCH 11/28] block: Create blk_segment_split_ctx
` [RFC PATCH 12/28] block: Create helper for bvec_should_split()
` [RFC PATCH 13/28] block: Generalize bvec_should_split()
` [RFC PATCH 14/28] block: Support splitting dma-direct bios
` [RFC PATCH 15/28] block: Support counting dma-direct bio segments
` [RFC PATCH 16/28] block: Implement mapping dma-direct requests to SGs in blk_rq_map_sg()
` [RFC PATCH 17/28] block: Introduce queue flag to indicate support for dma-direct bios
` [RFC PATCH 18/28] block: Introduce bio_add_dma_addr()
` [RFC PATCH 19/28] nvme-pci: Support dma-direct bios
` [RFC PATCH 20/28] IB/core: Introduce API for initializing a RW ctx from a DMA address
` [RFC PATCH 21/28] nvmet: Split nvmet_bdev_execute_rw() into a helper function
` [RFC PATCH 22/28] nvmet: Use DMA addresses instead of struct pages for P2P
` [RFC PATCH 23/28] nvme-pci: Remove support for PCI_P2PDMA requests
` [RFC PATCH 24/28] block: Remove PCI_P2PDMA queue flag
` [RFC PATCH 25/28] IB/core: Remove P2PDMA mapping support in rdma_rw_ctx
` [RFC PATCH 26/28] PCI/P2PDMA: Remove SGL helpers
` [RFC PATCH 27/28] PCI/P2PDMA: Remove struct pages that back P2PDMA memory
` [RFC PATCH 28/28] memremap: Remove PCI P2PDMA page memory type

dev_pagemap related cleanups
 2019-06-20 19:36 UTC  (16+ messages)
` [PATCH 03/22] mm: remove hmm_devmem_add_resource
` [PATCH 04/22] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken

[PATCH v2 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
 2019-06-20 18:37 UTC  (5+ messages)
` [PATCH v2 1/3] net: fddi: skfp: Rename PCI_REV_ID to PCI_REVISION_ID
` [PATCH v2 2/3] net: fddi: skfp: Include generic PCI definitions
` [PATCH v2 3/3] net: fddi: skfp: Remove unused private "

[PATCH V6 00/27] Enable Tegra PCIe root port features
 2019-06-20 17:23 UTC  (44+ messages)
` [PATCH V6 01/27] soc/tegra: pmc: Export tegra_powergate_power_on()
` [PATCH V6 02/27] PCI: tegra: Handle failure cases in tegra_pcie_power_on()
` [PATCH V6 03/27] PCI: tegra: Rearrange Tegra PCIe driver functions
` [PATCH V6 04/27] PCI: tegra: Mask AFI_INTR in runtime suspend
` [PATCH V6 05/27] PCI: tegra: Fix PCIe host power up sequence
` [PATCH V6 06/27] PCI: tegra: Add PCIe Gen2 link speed support
` [PATCH V6 07/27] PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability
` [PATCH V6 08/27] PCI: tegra: Program UPHY electrical settings for Tegra210
` [PATCH V6 09/27] PCI: tegra: Enable opportunistic UpdateFC and ACK
` [PATCH V6 10/27] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH V6 11/27] PCI: tegra: Process pending DLL transactions before entering L1 or L2
` [PATCH V6 12/27] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH V6 13/27] PCI: tegra: Increase the deskew retry time
` [PATCH V6 14/27] PCI: tegra: Add SW fixup for RAW violations
` [PATCH V6 15/27] PCI: tegra: Update flow control timer frequency in Tegra210
` [PATCH V6 16/27] PCI: tegra: Set target speed as Gen1 before starting LTSSM
` [PATCH V6 17/27] PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal
` [PATCH V6 18/27] PCI: tegra: Program AFI_CACHE* registers only for Tegra20
` [PATCH V6 19/27] PCI: tegra: Change PRSNT_SENSE IRQ log to debug
` [PATCH V6 20/27] PCI: tegra: Disable MSI for Tegra PCIe root port
` [PATCH V6 21/27] PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of soc struct
` [PATCH V6 22/27] dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop
` [PATCH V6 23/27] arm64: tegra: Add PEX DPD states as pinctrl properties
` [PATCH V6 24/27] PCI: tegra: Put PEX CLK & BIAS pads in DPD mode
` [PATCH V6 25/27] PCI: Add DT binding for "reset-gpios" property
` [PATCH V6 26/27] PCI: tegra: Add support for GPIO based PERST#
` [PATCH V6 27/27] PCI: tegra: Change link retry log level to debug

[PATCH 1/4] arm64: pci: acpi: Use pci_assign_unassigned_root_bus_resources()
 2019-06-20 17:13 UTC  (2+ messages)

[PATCH V4 1/2] PCI: dwc: Add API support to de-initialize host
 2019-06-20 16:52 UTC  (13+ messages)

[PATCH v2 0/3] PCI / ACPI: Handle sibling devices sharing power resources
 2019-06-20 14:15 UTC  (12+ messages)
` [PATCH v2 1/3] PCI / ACPI: Use cached ACPI device state to get PCI device power state
` [PATCH v2 2/3] ACPI / PM: Introduce concept of a _PR0 dependent device
` [PATCH v2 3/3] PCI / ACPI: Add _PR0 dependent devices

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 4/4] PCI: Add pci=hpmemprefsize parameter to set MMIO_PREF size independently]
 2019-06-20 13:47 UTC  (4+ messages)

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 3/4] PCI: Fix bug resulting in double hpmemsize being assigned to MMIO window]
 2019-06-20 13:43 UTC  (4+ messages)

[PATCH 0/5] Fixes for HiSilicon LPC driver and logical PIO code
 2019-06-20 13:42 UTC  (9+ messages)
` [PATCH 1/5] lib: logic_pio: Fix RCU usage
` [PATCH 2/5] lib: logic_pio: Add logic_pio_unregister_range()
` [PATCH 3/5] bus: hisi_lpc: Unregister logical PIO range to avoid potential use-after-free
` [PATCH 4/5] bus: hisi_lpc: Add .remove method to avoid driver unbind crash
` [PATCH 5/5] lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registration

[PATCH] PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
 2019-06-20 11:18 UTC  (2+ messages)

[PATCH V10 00/15] Add Tegra194 PCIe support
 2019-06-20 11:03 UTC  (11+ messages)
` [PATCH V10 10/15] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V10 11/15] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH V10 12/15] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH V10 13/15] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V10 15/15] arm64: Add Tegra194 PCIe driver to defconfig

[PATCH v2 0/5] Support Intel AHCI remapped NVMe devices
 2019-06-20  8:11 UTC  (8+ messages)
` [PATCH v2 1/5] ahci: Discover Intel "
` [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"
` [PATCH v2 3/5] nvme: introduce nvme_dev_ops
` [PATCH v2 4/5] nvme: move common definitions to pci.h
` [PATCH v2 5/5] nvme: Intel AHCI remap support

[PATCH] pci/switchtec: fix stream_open.cocci warnings (fwd)
 2019-06-20  7:01 UTC  (5+ messages)

dev_pagemap related cleanups v2
 2019-06-20  6:32 UTC  (9+ messages)
` [PATCH 15/25] device-dax: use the dev_pagemap internal refcount

Bug report: AER driver deadlock
 2019-06-20  3:14 UTC  (4+ messages)

[PATCH v6 1/4] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-06-19 21:53 UTC  (6+ messages)

[PATCH v2] PCI/P2PDMA: Root complex whitelist should not apply when an IOMMU is present
 2019-06-19 21:45 UTC  (2+ messages)

[RFC V1 0/6] Introduce dynamic allocation/freeing of MSI-X vectors
 2019-06-19 22:03 UTC  (7+ messages)
` [RFC V1 1/6] PCI/MSI: New structures/macros for dynamic MSI-X allocation
` [RFC V1 2/6] PCI/MSI: Dynamic allocation of MSI-X vectors by group
` [RFC V1 3/6] x86: Introduce the dynamic teardown function
` [RFC V1 4/6] PCI/MSI: Introduce new structure to manage MSI-x entries
` [RFC V1 5/6] PCI/MSI: Free MSI-X resources by group
` [RFC V1 6/6] Documentation: PCI/MSI: Document dynamic MSI-X infrastructure

[PATCH net-next 0/2] PCI: let pci_disable_link_state propagate errors
 2019-06-19 21:32 UTC  (5+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] r8169: don't activate ASPM in chip if OS can't control ASPM

[PATCH AUTOSEL 4.14 15/31] PCI: PM: Avoid possible suspend-to-idle issue
 2019-06-19 21:01 UTC  (3+ messages)

[PATCH 0/2] PCI/IOV: Resolve regression in SR-IOV VF cfg_size
 2019-06-19 19:54 UTC  (3+ messages)
` [PATCH 2/2] PCI/IOV: Assume SR-IOV VFs support extended config space

[PATCH v4 0/3] lspci: Update verbose help and show_range()
 2019-06-19 19:44 UTC  (5+ messages)
` [PATCH v4 1/3] lspci: Include -vvv option in help
` [PATCH v4 2/3] lspci: Remove unnecessary !verbose check in show_range()
` [PATCH v4 3/3] lspci: Change output for bridge with empty range to "[disabled]"

[GIT PULL] Power management fix for v5.2-rc6
 2019-06-19 19:00 UTC  (2+ messages)

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 2/4] PCI: Modify extend_bridge_window() to set resource size directly]
 2019-06-19 16:55 UTC 

[PATCH] PCI: Add Intel remapped NVMe device support
 2019-06-19 13:52 UTC  (10+ messages)

[PATCH V4 22/28] PCI: tegra: Access endpoint config only if PCIe link is up
 2019-06-19 13:40 UTC  (14+ messages)

[PATCH v2 4/4] pci: save the boot pcie link speed and restore it on fini
 2019-06-19 12:12 UTC  (13+ messages)

[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a774a1
 2019-06-19 11:48 UTC  (5+ messages)

PCI host bridge hotplug test question (was Re: [PATCH v2] bus: hisi_lpc: Don't use devm_kzalloc() to allocate logical PIO range)
 2019-06-19  9:53 UTC 

[PATCH] PCI/P2PDMA: Root complex whitelist should not apply when an IOMMU is present
 2019-06-19  9:39 UTC  (7+ messages)

[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-06-19  7:24 UTC  (7+ messages)
` [PATCHv5 10/20] PCI: mobiveil: Fix the INTx process errors

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-18 21:05 UTC  (2+ messages)
` [PATCH v1 15/22] docs: driver-api: add a chapter for memory-related API


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