linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-02 17:35:49 to 2019-07-10 06:24:12 UTC [more...]

[PATCH V13 00/12] PCI: tegra: Add Tegra194 PCIe support
 2019-07-10  6:22 UTC  (10+ messages)
` [PATCH V13 01/12] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V13 02/12] PCI: Disable MSI for Tegra root ports
` [PATCH V13 03/12] PCI: dwc: Perform dbi regs write lock towards the end
` [PATCH V13 04/12] PCI: dwc: Move config space capability search API
` [PATCH V13 05/12] PCI: dwc: Add ext "
` [PATCH V13 06/12] dt-bindings: PCI: designware: Add binding for CDM register check
` [PATCH V13 07/12] PCI: dwc: Add support to enable "
` [PATCH V13 08/12] dt-bindings: Add PCIe supports-clkreq property
` [PATCH V13 09/12] dt-bindings: PCI: tegra: Add device tree support for Tegra194

[PATCH V12 00/12] Add Tegra194 PCIe support
 2019-07-10  5:18 UTC  (6+ messages)
` [PATCH V12 01/12] PCI: Add #defines for some of PCIe spec r4.0 features

[PATCH] dt-bindings: 83xx-512x-pci: Drop cell-index property
 2019-07-09 22:50 UTC  (2+ messages)

[PATCH] PCI/AER: save/restore AER registers during suspend/resume
 2019-07-09 18:31 UTC  (2+ messages)

[GIT PULL] Power management updates for v5.3-rc1
 2019-07-09 18:05 UTC  (2+ messages)

[PATCH v1 01/22] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-07-09 17:02 UTC 

[PATCH] PCI: dwc: pci-dra7xx: Add missing include file
 2019-07-09 16:45 UTC  (4+ messages)

[PATCH v2] tools: PCI: Fix installation when `make tools/pci_install`
 2019-07-09 16:43 UTC  (2+ messages)

reprobing BAR sizes and capabilities after a FLR?
 2019-07-09 16:27 UTC  (2+ messages)

[PATCH] PCI / PM: Don't runtime suspend when device only supports wakeup from D0
 2019-07-09 13:45 UTC  (10+ messages)

Titan Ridge xHCI may stop to working after re-plugging the dock
 2019-07-09 13:10 UTC 

[PATCH v1] tools: PCI: Fix installation when `make tools/pci_install`
 2019-07-09 11:45 UTC  (7+ messages)

[PATCH V3] PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
 2019-07-09 11:02 UTC  (8+ messages)

[PATCH 1/2] PCI: rcar: Do not abort on too many inbound dma-ranges
 2019-07-09  6:58 UTC  (3+ messages)
` [PATCH 2/2] PCI: rcar: Recalculate inbound range alignment for each controller entry

[PATCH v2] PCI: hv: fix pci-hyperv build when SYSFS not enabled
 2019-07-09  0:38 UTC  (5+ messages)

[PATCH] PCI: Fix typos and whitespace errors
 2019-07-08 23:05 UTC  (3+ messages)

[PATCH] ntb_hw_switchtec: Fix ntb_mw_clear_trans returning error if size == 0
 2019-07-08 16:18 UTC  (2+ messages)

[PATCH 11/14] PCI: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()
 2019-07-08 12:33 UTC 

[PATCHv6 00/28] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-07-08 11:35 UTC  (30+ messages)
` [PATCHv6 01/28] PCI: mobiveil: Unify register accessors
` [PATCHv6 02/28] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
` [PATCHv6 03/28] PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows
` [PATCHv6 04/28] PCI: mobiveil: Update the resource list traversal function
` [PATCHv6 05/28] PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window
` [PATCHv6 06/28] PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
` [PATCHv6 07/28] PCI: mobiveil: Fix the Class Code field
` [PATCHv6 08/28] PCI: mobiveil: Move the link up waiting out of mobiveil_host_init()
` [PATCHv6 09/28] PCI: mobiveil: Move IRQ chained handler setup out of DT parse
` [PATCHv6 10/28] PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers
` [PATCHv6 11/28] PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device()
` [PATCHv6 12/28] dt-bindings: PCI: mobiveil: Change gpio_slave and apb_csr to optional
` [PATCHv6 13/28] PCI: mobiveil: Reformat the code for readability
` [PATCHv6 14/28] PCI: mobiveil: Make the register updating more readable
` [PATCHv6 15/28] PCI: mobiveil: Revise the MEM/IO outbound window initialization
` [PATCHv6 16/28] PCI: mobiveil: Fix the returned error number
` [PATCHv6 17/28] PCI: mobiveil: Remove an unnecessary return value check
` [PATCHv6 18/28] PCI: mobiveil: Remove redundant var definitions and register read operations
` [PATCHv6 19/28] PCI: mobiveil: Fix the valid check for inbound and outbound window
` [PATCHv6 20/28] PCI: mobiveil: Add the statistic of initialized inbound windows
` [PATCHv6 21/28] PCI: mobiveil: Clear the target fields before updating the register
` [PATCHv6 22/28] PCI: mobiveil: Mask out the lower 10-bit hardcode window size
` [PATCHv6 23/28] PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound window
` [PATCHv6 24/28] PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound window
` [PATCHv6 25/28] PCI: mobiveil: Fix the CPU "
` [PATCHv6 26/28] PCI: mobiveil: Move PCIe PIO enablement out of inbound window routine
` [PATCHv6 27/28] PCI: mobiveil: Fix infinite-loop in the INTx process
` [PATCHv6 28/28] PCI: mobiveil: Fix the potential INTx missing problem

[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
 2019-07-08  5:17 UTC 

[PATCH v4 0/3] Improve _OSC control request granularity
 2019-07-05 19:35 UTC  (4+ messages)
  ` [PATCH v4 2/3] PCI/ACPI: Allow _OSC request without ASPM support

[PATCH] PCI: imx: Allow iMX PCIe driver on iMX6SX
 2019-07-05 15:55 UTC  (4+ messages)

[PATCH] PCI: imx6: Simplify Kconfig depends on
 2019-07-05 15:51 UTC  (8+ messages)

[PATCH v1 1/2] tools: PCI: Fix compilation error
 2019-07-05 15:49 UTC  (5+ messages)

[PATCH v2] PCI: hv: Fix a use-after-free bug in hv_eject_device_work()
 2019-07-05 13:41 UTC  (2+ messages)

[PATCH] PCI: tegra: Fix support for GPIO based PERST#
 2019-07-05 10:11 UTC  (3+ messages)

[PATCH v3 0/3] PCI / ACPI: Handle sibling devices sharing power resources
 2019-07-05  9:51 UTC  (3+ messages)

[PATCH v2 0/5] PM: PCI/ACPI: Hibernation handling fixes
 2019-07-05  9:50 UTC  (3+ messages)

[PATCH] PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()
 2019-07-05  9:48 UTC  (3+ messages)

[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-07-05  2:24 UTC  (14+ messages)
` [PATCHv5 02/20] PCI: mobiveil: Format the code without functionality change
` [PATCHv5 03/20] PCI: mobiveil: Correct the returned error number

[PATCH V6 00/27] Enable Tegra PCIe root port features
 2019-07-04 17:23 UTC  (5+ messages)
` [PATCH V6 26/27] PCI: tegra: Add support for GPIO based PERST#

[PATCH V2] PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
 2019-07-04 15:14 UTC  (6+ messages)

[RFC PATCH] pciehp: use completion to wait irq_thread 'pciehp_ist'
 2019-07-04  7:50 UTC 

pci memory resources not being assigned to bridge
 2019-07-04  5:11 UTC 

[PATCH 0/2] lspci: Add lspci support to decode AIDA64 and dmesg log files
 2019-07-04  0:08 UTC  (2+ messages)
` [PATCH 1/2] lspci: Add lspci support to decode an AIDA64 log file

[nicholas.johnson-opensource@outlook.com.au: [PATCH v6 3/4] PCI: Fix bug resulting in double hpmemsize being assigned to MMIO window]
 2019-07-03 22:54 UTC  (13+ messages)
        ` Multitude of resource assignment functions

[PATCH v4 0/7] Fix PF/VF dependency issue
 2019-07-03 20:46 UTC  (8+ messages)
` [PATCH v4 1/7] PCI/ATS: Fix pci_prg_resp_pasid_required() dependency issues
` [PATCH v4 2/7] PCI/ATS: Initialize PRI in pci_ats_init()
` [PATCH v4 3/7] PCI/ATS: Initialize PASID "
` [PATCH v4 4/7] PCI/ATS: Add PRI support for PCIe VF devices
` [PATCH v4 5/7] PCI/ATS: Add PASID "
` [PATCH v4 6/7] PCI/ATS: Disable PF/VF ATS service independently
` [PATCH v4 7/7] PCI: Skip Enhanced Allocation (EA) initialization for VF device

[PATCH v4 0/8] Add Error Disconnect Recover (EDR) support
 2019-07-03 20:29 UTC  (9+ messages)
` [PATCH v4 1/8] PCI/ACPI: Add _OSC based negotiation support for DPC
` [PATCH v4 2/8] PCI/ACPI: Expose EDR support via _OSC to BIOS
` [PATCH v4 3/8] PCI/DPC: Allow dpc_probe() even if firmware first mode is enabled
` [PATCH v4 4/8] PCI/DPC: Add dpc_process_error() wrapper function
` [PATCH v4 5/8] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v4 6/8] PCI/AER: Allow clearing Error Status Register in FF mode
` [PATCH v4 7/8] PCI/DPC: Add support for DPC recovery on NON_FATAL errors
` [PATCH v4 8/8] PCI/DPC: Clear AER registers in EDR mode

[PATCH v3 0/7] Fix PF/VF dependency issue
 2019-07-03 18:23 UTC  (4+ messages)
` [PATCH v3 1/7] PCI/ATS: Fix pci_prg_resp_pasid_required() dependency issues

dev_pagemap related cleanups v4
 2019-07-03 18:15 UTC  (22+ messages)
` [PATCH 18/22] mm: return valid info from hmm_range_unregister
` [PATCH 19/22] mm: always return EBUSY for invalid ranges in hmm_range_{fault,snapshot}
` [PATCH 20/22] mm: move hmm_vma_fault to nouveau
    ` [Nouveau] "
` [PATCH 22/22] mm: remove the legacy hmm_pfn_* APIs

[PATCH 17/30] pci: Use kmemdup rather than duplicating its implementation
 2019-07-03 16:22 UTC  (2+ messages)

[PATCH] PCI: Add sysfs attribute for disabling PCIe link to downstream component
 2019-07-03 15:03 UTC  (4+ messages)

[PATCH 0/2] PCI/IOV: Resolve regression in SR-IOV VF cfg_size
 2019-07-03 13:59 UTC  (2+ messages)

Archs using generic PCI controller drivers vs. resource policy
 2019-07-03 13:17 UTC  (6+ messages)

[RFC] PCI: Use minimum window alignment when calculating memory window size
 2019-07-03 12:29 UTC  (2+ messages)

RX CRC errors on I219-V (6) 8086:15be
 2019-07-03 11:32 UTC  (3+ messages)

[RFC PATCH 0/2] lspci: support for CCIX DVSEC
 2019-07-03  7:18 UTC  (3+ messages)

[PATCH] PCI: hv: fix pci-hyperv build, depends on SYSFS
 2019-07-03  5:05 UTC  (6+ messages)

[PATCH] net: pci: Fix hotplug event timeout with shpchp
 2019-07-03  2:07 UTC 

[PATCH] pci/proc: Use seq_puts() in show_device()
 2019-07-02 23:46 UTC  (2+ messages)

[PATCH 16/25] device-dax: use the dev_pagemap internal refcount
 2019-07-02 22:35 UTC  (13+ messages)

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-07-02 22:52 UTC  (12+ messages)

[PATCH] PCI/P2PDMA: Fix missing check for dma_virt_ops
 2019-07-02 23:37 UTC  (2+ messages)

[PATCH] net: pci: Fix hotplug event timeout with shpchp
 2019-07-02 17:50 UTC  (2+ messages)


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