messages from 2020-02-27 20:55:44 to 2020-03-03 13:41:01 UTC [more...]
[PATCH V4 0/5] Add support for PCIe endpoint mode in Tegra194
2020-03-03 13:40 UTC (9+ messages)
` [PATCH V4 1/5] soc/tegra: bpmp: Update ABI header
` [PATCH V4 2/5] dt-bindings: PCI: tegra: Add DT support for PCIe EP nodes in Tegra194
` [PATCH V4 3/5] arm64: tegra: Add PCIe endpoint controllers nodes for Tegra194
` [PATCH V4 4/5] arm64: tegra: Add support for PCIe endpoint mode in P2972-0000 platform
` [PATCH V4 5/5] PCI: tegra: Add support for PCIe endpoint mode in Tegra194
[PATCH v3 00/17] Improve PCI device post-reset readiness polling
2020-03-03 13:28 UTC (18+ messages)
` [PATCH v3 01/17] PCI: Fall back to slot/bus reset if softer methods timeout
` [PATCH v3 02/17] PCI: Remove unused PCI_PM_BUS_WAIT
` [PATCH v3 03/17] PCI: Use pci_bridge_wait_for_secondary_bus after SBR
` [PATCH v3 04/17] PCI: Do not override delay for D0->D3hot transition
` [PATCH v3 05/17] PCI: Fix handling of _DSM 8 (avoiding reset delays)
` [PATCH v3 06/17] PCI: Fix us->ms conversion in pci_acpi_optimize_delay
` [PATCH v3 07/17] PCI: Clean up and document PM/reset delays
` [PATCH v3 08/17] PCI: Add more delay overrides to struct pci_dev
` [PATCH v3 09/17] PCI: Generalize pci_bus_max_d3cold_delay to pci_bus_max_delay
` [PATCH v3 10/17] PCI: Use correct delay in pci_bridge_wait_for_secondary_bus
` [PATCH v3 11/17] PCI: Refactor pci_dev_wait to remove timeout parameter
` [PATCH v3 12/17] PCI: Refactor pci_dev_wait to take pci_init_event
` [PATCH v3 13/17] PCI: Cache CRS Software Visibiliy in struct pci_dev
` [PATCH v3 14/17] PCI: Introduce per-device reset_ready_poll override
` [PATCH v3 15/17] PCI: Refactor polling loop out of pci_dev_wait
` [PATCH v3 16/17] PCI: Add CRS handling to pci_dev_wait()
` [PATCH v3 17/17] PCI: Lower PCIE_RESET_READY_POLL_MS from 1m to 1s
[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
2020-03-03 13:01 UTC (9+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space
` [PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
` [PATCH v2 3/3] iommu/virtio: Enable x86 support
[PATCH RESEND] ntb_hw_switchtec: Fix ntb_mw_clear_trans returning error if size == 0
2020-03-03 12:32 UTC (3+ messages)
[PATCH v3 0/4] Raspberry Pi 4 VL805 firmware load support
2020-03-03 11:08 UTC (7+ messages)
` [PATCH v3 1/4] soc: bcm2835: Sync xHCI reset firmware property with downstream
` [PATCH v3 2/4] firmware: raspberrypi: Introduce vl805 init routine
` [PATCH v3 3/4] PCI: brcmstb: Wait for Raspberry Pi's firmware when present
` [PATCH v3 4/4] USB: pci-quirks: Add Raspberry Pi 4 quirk
[PATCH V3 0/5] Add support for PCIe endpoint mode in Tegra194
2020-03-03 10:35 UTC (4+ messages)
` [PATCH V3 5/5] PCI: tegra: "
[PATCH v2 0/5] PCI: functions/pci-epf-test: Add DMA data transfer
2020-03-03 10:37 UTC (6+ messages)
` [PATCH v2 1/5] PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer data
` [PATCH v2 2/5] PCI: endpoint: functions/pci-epf-test: Print throughput information
` [PATCH v2 3/5] misc: pci_endpoint_test: Use streaming DMA APIs for buffer allocation
` [PATCH v2 4/5] tools: PCI: Add 'd' command line option to support DMA
` [PATCH v2 5/5] misc: pci_endpoint_test: Add support to get DMA option from userspace
[PATCH v6] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
2020-03-03 10:10 UTC
[PATCH v4 0/4] dt-bindings: Convert Cadence PCIe RC/EP to DT Schema
2020-03-03 10:03 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: PCI: Add PCI Endpoint Controller Schema
` [PATCH v4 2/4] dt-bindings: PCI: cadence: Add PCIe RC/EP DT schema for Cadence PCIe
` [PATCH v4 3/4] dt-bindings: PCI: Convert PCIe Host/Endpoint in Cadence platform to DT schema
` [PATCH v4 4/4] dt-bindings: PCI: cadence: Deprecate inbound/outbound specific bindings
[PATCH v2 00/17] Improve PCI device post-reset readiness polling
2020-03-03 5:54 UTC (22+ messages)
` [PATCH v2 01/17] PCI: Fall back to slot/bus reset if softer methods timeout
` [PATCH v2 02/17] PCI: Remove unused PCI_PM_BUS_WAIT
` [PATCH v2 03/17] PCI: Use pci_bridge_wait_for_secondary_bus after SBR
` [PATCH v2 04/17] PCI: Do not override delay for D0->D3hot transition
` [PATCH v2 05/17] PCI: Fix handling of _DSM 8 (avoiding reset delays)
` [PATCH v2 06/17] PCI: Fix us->ms conversion in pci_acpi_optimize_delay
` [PATCH v2 07/17] PCI: Clean up and document PM/reset delays
` [PATCH v2 08/17] PCI: Add more delay overrides to struct pci_dev
` [PATCH v2 09/17] PCI: Generalize pci_bus_max_d3cold_delay to pci_bus_max_delay
` [PATCH v2 10/17] PCI: Use correct delay in pci_bridge_wait_for_secondary_bus
` [PATCH v2 11/17] PCI: Refactor pci_dev_wait to remove timeout parameter
` [PATCH v2 12/17] PCI: Refactor pci_dev_wait to take pci_init_event
` [PATCH v2 13/17] PCI: Cache CRS Software Visibiliy in struct pci_dev
` [PATCH v2 14/17] PCI: Introduce per-device reset_ready_poll override
` [PATCH v2 15/17] PCI: Refactor polling loop out of pci_dev_wait
` [PATCH v2 16/17] PCI: Add CRS handling to pci_dev_wait()
` [PATCH v2 17/17] PCI: Lower PCIE_RESET_READY_POLL_MS from 1m to 1s
[PATCH 0/4] Fix loading of radeon BIOS from 32-bit EFI
2020-03-03 3:34 UTC (5+ messages)
` [PATCH 1/4] drm/radeon: Stop directly referencing iomem
` [PATCH 2/4] PCI: Use ioremap, not phys_to_virt for platform rom
` [PATCH 3/4] drm/radeon: iounmap unused mapping
` [PATCH 4/4] drm/amdgpu: "
[PATCH 0/5] pci: implement function to read Device Serial Number
2020-03-03 3:40 UTC (24+ messages)
` [PATCH] ice-shared: add macro specifying max NVM offset
` [PATCH 1/5] pci: introduce pci_get_dsn
` [PATCH v2 0/6] PCI: Implement function to read Device Serial Number
` [PATCH v2 1/6] PCI: Introduce pci_get_dsn
` [PATCH v2 2/6] bnxt_en: Use pci_get_dsn()
` [PATCH v2 3/6] scsi: qedf: "
` [PATCH v2 4/6] ice: "
` [PATCH v2 5/6] ixgbe: "
` [PATCH v2 6/6] nfp: "
` [PATCH 2/5] bnxt_en: use pci_get_dsn
` [PATCH 3/5] scsi: qedf: "
` [PATCH 4/5] ice: "
` [PATCH 5/5] ixgbe: "
[PATCH v5 0/4] Improve link speed presentation process
2020-03-02 23:46 UTC (8+ messages)
` [PATCH v5 1/4] PCI: Add 32 GT/s decoding in some macros
` [PATCH v5 2/4] PCI: Add pci_speed_string()
` [PATCH v5 3/4] PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings
` [PATCH v5 4/4] PCI: Add PCIE_LNKCAP2_SLS2SPEED() macro
Some Alphas broken by f75b99d5a77d (PCI: Enforce bus address limits in resource allocation)
2020-03-02 22:47 UTC (5+ messages)
[PATCH 1/3] PCI: Make PCIE_RESET_READY_POLL_MS configurable
2020-03-02 18:30 UTC (7+ messages)
[PATCH v4 00/10] PCI: Add and use constant PCI_STATUS_ERROR_BITS and helper pci_status_get_and_clear_errors
2020-02-29 22:29 UTC (11+ messages)
` [PATCH v4 01/10] net: marvell: add PCI_STATUS_SIG_TARGET_ABORT to PCI status error bits
` [PATCH v4 02/10] net: skfp: add PCI_STATUS_REC_TARGET_ABORT "
` [PATCH v4 03/10] r8169: add PCI_STATUS_PARITY "
` [PATCH v4 04/10] PCI: Add constant PCI_STATUS_ERROR_BITS
` [PATCH v4 05/10] PCI: Add pci_status_get_and_clear_errors
` [PATCH v4 06/10] r8169: use pci_status_get_and_clear_errors
` [PATCH v4 07/10] net: sun: "
` [PATCH v4 08/10] net: skfp: use new constant PCI_STATUS_ERROR_BITS
` [PATCH v4 09/10] PCI: pci-bridge-emul: Use "
` [PATCH v4 10/10] sound: bt87x: use pci_status_get_and_clear_errors
[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
2020-02-29 18:03 UTC (15+ messages)
[PATCH v6 0/7] PCI: amlogic: Make PCIe working reliably on AXG platforms
2020-02-29 17:10 UTC (4+ messages)
[PATCH] PCI: Rename is_probed of struct pci_dev to correctly match its function
2020-02-29 9:46 UTC
[pci:pci/interrupts] BUILD SUCCESS d81977cb6b841e38a619e15f81f297750e8fb8d3
2020-02-29 3:21 UTC
[GIT PULL] PCI fixes for v5.6
2020-02-28 19:55 UTC (2+ messages)
[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
2020-02-28 19:53 UTC (4+ messages)
[PATCH v2] PCI: vmd: Add indirection layer to vmd irq lists
2020-02-28 16:36 UTC (6+ messages)
[PATCH v4 00/26] iommu: Shared Virtual Addressing and SMMUv3 support
2020-02-28 16:26 UTC (22+ messages)
` [PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v4 02/26] iommu/sva: Manage process address spaces
` [PATCH v4 03/26] iommu: Add a page fault handler
` [PATCH v4 06/26] iommu/sva: Register "
[PATCH v5 0/7] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
2020-02-28 15:41 UTC (8+ messages)
` [PATCH v5 1/7] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [PATCH v5 2/7] PCI: rcar: Move shareable code to a common file
` [PATCH v5 3/7] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [PATCH v5 4/7] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [PATCH v5 5/7] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v5 6/7] PCI: rcar: Add support for rcar PCIe controller in endpoint mode
` [PATCH v5 7/7] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller
[PATCH v3 0/4] dt-bindings: Convert Cadence PCIe RC/EP to DT Schema
2020-02-28 15:38 UTC (9+ messages)
` [PATCH v3 1/4] dt-bindings: PCI: Add PCI Endpoint Controller Schema
` [PATCH v3 2/4] dt-bindings: PCI: cadence: Add PCIe RC/EP DT schema for Cadence PCIe
` [PATCH v3 3/4] dt-bindings: PCI: Convert PCIe Host/Endpoint in Cadence platform to DT schema
` [PATCH v3 4/4] dt-bindings: PCI: cadence: Deprecate inbound/outbound specific bindings
[PATCH v4 00/11] Add the multiple PF support for DWC and Layerscape
2020-02-28 14:52 UTC (6+ messages)
` [PATCH v4 08/11] PCI: layerscape: Modify the MSIX to the doorbell mode
Help needed in understanding weird PCIe issue on imx6q (PCIe just goes bad)
2020-02-28 14:22 UTC (4+ messages)
[PATCH v5 0/2] Adding support for Versal CPM as Root Port driver
2020-02-28 12:48 UTC (6+ messages)
` [PATCH v5 2/2] PCI: xilinx-cpm: Add Versal CPM "
Help needed in understanding weird PCIe issue on imx6q (PCIe just goes bad)
2020-02-28 10:27 UTC (3+ messages)
[PATCH v16 0/9] Add Error Disconnect Recover (EDR) support
2020-02-28 0:59 UTC (10+ messages)
` [PATCH v16 1/9] PCI/ERR: Update error status after reset_link()
` [PATCH v16 2/9] PCI/AER: Move pci_cleanup_aer_error_status_regs() declaration to pci.h
` [PATCH v16 3/9] PCI/ERR: Remove service dependency in pcie_do_recovery()
` [PATCH v16 4/9] PCI/ERR: Return status of pcie_do_recovery()
` [PATCH v16 5/9] PCI/DPC: Cache DPC capabilities in pci_init_capabilities()
` [PATCH v16 6/9] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v16 7/9] PCI/DPC: Export DPC error recovery functions
` [PATCH v16 8/9] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v16 9/9] PCI/ACPI: Enable EDR support
[PATCH v1 1/1] x86/apic/vector: Fix NULL pointer exception in irq_complete_move()
2020-02-28 0:11 UTC (2+ messages)
[PATCH v2 12/24] docs: pci: endpoint/function/binding/pci-test.txt convert to ReST
2020-02-27 23:03 UTC (2+ messages)
[PATCH v2 0/2] pci: Add boot interrupt quirk mechanism for Xeon chipsets
2020-02-27 22:49 UTC (2+ messages)
[PATCH] MAINTAINERS: adjust entry to moving cadence drivers
2020-02-27 21:52 UTC (2+ messages)
[PATCH v4 24/26] PCI/ATS: Add PRI stubs
2020-02-27 20:55 UTC (2+ messages)
[PATCH v4 25/26] PCI/ATS: Export symbols of PRI functions
2020-02-27 20:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
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).