linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-03 18:03:59 to 2019-07-11 23:52:43 UTC [more...]

[PATCH v1 0/6] Harden list_for_each_entry_rcu() and family
 2019-07-11 23:52 UTC  (8+ messages)
` [PATCH v1 1/6] rcu: Add support for consolidated-RCU reader checking
` [PATCH v1 2/6] ipv4: add lockdep condition to fix for_each_entry
` [PATCH v1 3/6] driver/core: Convert to use built-in RCU list checking
` [PATCH v1 4/6] workqueue: Convert for_each_wq to use built-in list check
` [PATCH v1 5/6] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH v1 6/6] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH 00/11] PCI: Move symbols to drivers/pci/pci.h
 2019-07-11 22:23 UTC  (12+ messages)
` [PATCH 01/11] PCI: Move #define PCI_PM_* lines "
` [PATCH 02/11] PCI: Move PME declarations "
` [PATCH 03/11] PCI: Move *_host_bridge_device() declarations to drivers/pci.pci.h
` [PATCH 04/11] PCI: Move PCI Virtual Channel declarations to drivers/pci/pci.h
` [PATCH 05/11] PCI: Move pci_hotplug_*_size "
` [PATCH 06/11] PCI: Move pci_bus_* "
` [PATCH 07/11] PCI: Move pcie_update_link_speed() "
` [PATCH 08/11] PCI: Move pci_ats_init() "
` [PATCH 09/11] PCI: Move ECRC declarations "
` [PATCH 10/11] PCI: Move PTM declaration "
` [PATCH 11/11] PCI: Move pci_*_node() declarations "

[PATCH 0/8] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-07-11 15:44 UTC  (12+ messages)
` [PATCH 5/8] dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge binding
` [PATCH 1/8] PCI: Add Amazon's Annapurna Labs vendor ID
` [PATCH 2/8] PCI: Add ACS quirk for Amazon Annapurna Labs root ports
` [PATCH 3/8] PCI/VPD: Add VPD release quirk for Amazon Annapurna Labs host bridge
` [PATCH 4/8] PCI: Add quirk to disable MSI support for Amazon's "
` [PATCH 6/8] PCI: al: Add support for DW based driver type
` [PATCH 7/8] PCI: dw: Add validation that PCIe core is set to correct mode
` [PATCH 8/8] PCI: dw: Add support for PCI_PROBE_ONLY/PCI_REASSIGN_ALL_BUS flags

[PATCH V13 00/12] PCI: tegra: Add Tegra194 PCIe support
 2019-07-11 12:54 UTC  (22+ 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 V13 10/12] dt-bindings: PHY: P2U: Add Tegra194 P2U block
` [PATCH V13 11/12] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH V13 12/12] PCI: tegra: Add Tegra194 PCIe support

[PATCH v2] PCI: Expose hidden NVIDIA HDA controllers
 2019-07-11  5:36 UTC  (3+ messages)

[PATCH] PCI/AER: save/restore AER registers during suspend/resume
 2019-07-10 17:36 UTC  (4+ messages)

reprobing BAR sizes and capabilities after a FLR?
 2019-07-10 14:14 UTC  (3+ messages)

Titan Ridge xHCI may stop to working after re-plugging the dock
 2019-07-10 11:49 UTC  (2+ messages)

[PATCHv6 00/28] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-07-10 10:59 UTC  (31+ 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

VFIO/IOMMU/PCI Linux Plumbers 2019 MC - Call for Topics
 2019-07-10 10:03 UTC 

[PATCH RESEND] ntb_hw_switchtec: Fix ntb_mw_clear_trans returning error if size == 0
 2019-07-10  8:44 UTC 

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

[PATCH 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-07-10  6:59 UTC  (2+ messages)

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

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

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

[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 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 

[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  (13+ 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  (12+ 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  (5+ messages)
` [PATCH 22/22] mm: remove the legacy hmm_pfn_* APIs

[PATCH 20/22] mm: move hmm_vma_fault to nouveau
 2019-07-03 18:13 UTC  (4+ 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).