linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 21:53:10 to 2019-07-03 01:03:20 UTC [more...]

Archs using generic PCI controller drivers vs. resource policy
 2019-07-03  0:16 UTC  (5+ messages)

dev_pagemap related cleanups v3
 2019-07-02 22:35 UTC  (32+ messages)
` [PATCH 03/25] mm: remove hmm_devmem_add_resource
` [PATCH 11/25] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 12/25] memremap: add a migrate_to_ram method to struct dev_pagemap_ops
` [PATCH 15/25] memremap: provide an optional internal refcount in struct dev_pagemap
` [PATCH 16/25] device-dax: use the dev_pagemap internal refcount
` [PATCH 17/25] PCI/P2PDMA: "
` [PATCH 20/25] mm: remove hmm_vma_alloc_locked_page
` [PATCH 24/25] mm: remove the HMM config option

[PATCH v4 0/3] Improve _OSC control request granularity
 2019-07-02 20:13 UTC  (5+ messages)
  ` [PATCH v4 1/3] PCI/ACPI: Homogenize _OSC negotiation output
  ` [PATCH v4 2/3] PCI/ACPI: Allow _OSC request without ASPM support
  ` [PATCH v4 3/3] PCI/ACPI: Refactor _OSC request bit setting

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

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

dev_pagemap related cleanups v4
 2019-07-02 21:43 UTC  (26+ messages)
` [PATCH 01/22] mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set
` [PATCH 02/22] mm/hmm: update HMM documentation
` [PATCH 03/22] mm/hmm: clean up some coding style and comments
` [PATCH 04/22] mm/hmm: support automatic NUMA balancing
` [PATCH 05/22] mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking
` [PATCH 06/22] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH 07/22] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH 08/22] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH 09/22] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH 10/22] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [PATCH 11/22] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH 12/22] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH 13/22] mm/hmm: Use lockdep instead of comments
` [PATCH 14/22] mm/hmm: Remove racy protection against double-unregistration
` [PATCH 15/22] mm/hmm: Poison hmm_range during unregister
` [PATCH 16/22] mm/hmm: Remove confusing comment and logic from hmm_release
` [PATCH 17/22] mm/hmm: Fix error flows in hmm_invalidate_range_start
` [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
` [PATCH 21/22] nouveau: unlock mmap_sem on all errors from nouveau_range_fault
` [PATCH 22/22] mm: remove the legacy hmm_pfn_* APIs

RX CRC errors on I219-V (6) 8086:15be
 2019-07-02 18:01 UTC  (2+ messages)

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

[PATCH v2 0/5] PM: PCI/ACPI: Hibernation handling fixes
 2019-07-02 15:59 UTC  (11+ messages)
` [PATCH v2 1/5] PM: ACPI/PCI: Resume all devices during hibernation
` [PATCH v2 2/5] PCI: PM: Simplify bus-level hibernation callbacks
` [PATCH v2 3/5] ACPI: PM: Simplify and fix PM domain "
` [PATCH v2 4/5] ACPI: PM: Introduce "poweroff" callbacks for ACPI PM domain and LPSS
` [PATCH v2 5/5] ACPI: PM: Drop unused function and function header

[PATCH v3 0/9] Add PCI ATS support to Arm SMMUv3
 2019-07-02 14:59 UTC  (4+ messages)
` [PATCH v3 8/9] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH] PCI: imx: Allow iMX PCIe driver on iMX6SX
 2019-07-02 13:30 UTC  (3+ messages)

A question about shpcp
 2019-07-02 13:14 UTC 

A question about shpcp
 2019-07-02 12:21 UTC 

[PATCH] pci/proc: Use seq_puts() in show_device()
 2019-07-02 11:26 UTC 

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

[PATCH v6 0/4] PCI: Patch series to support Thunderbolt without any BIOS support
 2019-07-01 14:33 UTC  (3+ messages)

[PATCH v7 8/8] PCI: Fix bug resulting in double hpmemsize being assigned to MMIO window
 2019-07-01 14:26 UTC 

[PATCH v7 7/8] PCI: Add hp_mmio_size and hp_mmio_pref_size parameters
 2019-07-01 14:25 UTC 

[PATCH v7 6/8] PCI: Allow extend_bridge_window() to shrink resource if necessary
 2019-07-01 14:25 UTC 

[PATCH v7 5/8] PCI: Change extend_bridge_window() to set resource size directly
 2019-07-01 14:24 UTC 

[PATCH v7 4/8] PCI: In extend_bridge_window() change available to new_size
 2019-07-01 14:24 UTC 

[PATCH v7 3/8] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-07-01 14:23 UTC 

[PATCH v7 2/8] PCI: Skip resource distribution when no hotplug bridges
 2019-07-01 14:23 UTC 

[PATCH v7 1/8] PCI: Simplify pci_bus_distribute_available_resources()
 2019-07-01 14:22 UTC 

[PATCH v7 0/7] PCI: Patch series to support Thunderbolt without any BIOS support
 2019-07-01 14:18 UTC 

[PATCH] intel_idle: prevent SKX boot failure when C6 & SERIRQ enabled
 2019-07-01 13:43 UTC 

[PATCH V11 00/12] Add Tegra194 PCIe support
 2019-07-01 12:42 UTC  (9+ messages)
` [PATCH V11 01/12] PCI: Add #defines for some of PCIe spec r4.0 features
` [PATCH V11 03/12] PCI: dwc: Perform dbi regs write lock towards the end

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

[PATCH V2] PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
 2019-07-01 11:09 UTC 

[PATCH] PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30
 2019-07-01 10:50 UTC  (5+ messages)

[PATCHv5 00/20] PCI: mobiveil: fixes for Mobiveil PCIe Host Bridge IP driver
 2019-07-01 10:27 UTC  (19+ messages)
` [PATCHv5 04/20] PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI
` [PATCHv5 08/20] PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions
` [PATCHv5 09/20] PCI: mobiveil: Correct inbound/outbound window setup routines
` [PATCHv5 10/20] PCI: mobiveil: Fix the INTx process errors

[GIT PULL] Hisilicon fixes for v5.2
 2019-07-01  6:22 UTC  (6+ messages)

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

[PATCH 0/6] PM: PCI/ACPI: Hibernation handling fixes
 2019-06-30  9:48 UTC  (10+ messages)
` [PATCH 1/6] PM: ACPI/PCI: Resume all devices during hibernation
` [PATCH 2/6] PCI: PM: Simplify bus-level hibernation callbacks
` [PATCH 3/6] ACPI: PM: Simplify and fix PM domain "
` [PATCH 4/6] ACPI: LPSS: Fix ->suspend_late callbacks handling
` [PATCH 5/6] ACPI: PM: Introduce "poweroff" callbacks for ACPI PM domain and LPSS
` [PATCH 6/6] ACPI: PM: Drop unused function and function header

[GIT PULL] Power management fix for v5.2-rc7
 2019-06-29 11:45 UTC  (2+ messages)

[RFC V1 RESEND 0/6] Introduce dynamic allocation/freeing of MSI-X vectors
 2019-06-29  8:08 UTC  (7+ messages)
` [RFC V1 RESEND 2/6] PCI/MSI: Dynamic allocation of MSI-X vectors by group
` [RFC V1 RESEND 3/6] x86: Introduce the dynamic teardown function
` [RFC V1 RESEND 5/6] PCI/MSI: Free MSI-X resources by group

[PATCH v1] tools: PCI: Fix installation when `make tools/pci_install`
 2019-06-28 13:33 UTC 

[PATCH v1 1/2] tools: PCI: Fix compilation error
 2019-06-28 13:12 UTC  (2+ messages)
` [PATCH v1 2/2] tools: PCI: Fix a typo in usage messages

[PATCH 05/43] docs: powerpc: convert docs to ReST and rename to *.rst
 2019-06-28 12:20 UTC 

[PATCH] pci: tegra: use correct gpio/consumer.h header
 2019-06-28 10:46 UTC  (2+ messages)

PCI/AER sysfs files violate the rules of how sysfs works
 2019-06-28  8:44 UTC  (4+ messages)

[v2,0/2] PCI: mediatek: Add support for MT7629
 2019-06-28  7:34 UTC  (3+ messages)
` [v2,1/2] dt-bindings: PCI: "
` [v2,2/2] PCI: mediatek: Add controller "

[PATCH v2 0/5] Support Intel AHCI remapped NVMe devices
 2019-06-28  7:23 UTC  (7+ messages)
` [PATCH v2 2/5] nvme: rename "pci" operations to "mmio"

[PATCH 2/2] PCI: mediatek: Add controller support for MT7629
 2019-06-28  6:38 UTC  (12+ messages)

[PATCH] PCI: rpaphp: Avoid a sometimes-uninitialized warning
 2019-06-28  2:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCHv3 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-06-28  1:38 UTC  (2+ messages)
` [PATCHv3 2/2] PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separately

[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend)
 2019-06-27 16:55 UTC  (12+ messages)
` [PATCH v5 04/12] PCI: brcmstb: add dma-range mapping for inbound traffic

[PATCH v2] PCI: assign bus numbers present in EA capability for bridges
 2019-06-27 15:05 UTC  (3+ messages)

[RFC PATCH 0/2] lspci: support for CCIX DVSEC
 2019-06-27 14:43 UTC  (3+ messages)
` [RFC PATCH 1/2] lspci: CCIX DVSEC initial support
` [RFC PATCH 2/2] lspci: DVSEC Add an example from the ccix spec

[PATCH v3] PCI: aardvark: Fix PCI_EXP_RTCTL register configuration
 2019-06-27 14:22 UTC  (3+ messages)

[PATCH V9 1/3] PCI: dwc: Add API support to de-initialize host
 2019-06-27 11:25 UTC  (2+ messages)

[PATCH RESEND] PCI: disable runtime PM for PLX switches
 2019-06-27 11:06 UTC  (9+ messages)

pciehp lockdep splat on 5.2-rc6
 2019-06-27  8:21 UTC 

[PATCH 05/22] mm: export alloc_pages_vma
 2019-06-27  6:41 UTC  (11+ messages)

[PATCH v2 0/2] Improve _OSC control request granularity
 2019-06-27  2:38 UTC  (4+ messages)
` [PATCH v3] PCI/ACPI: "

[PATCHv2 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-06-27  2:00 UTC  (4+ messages)
` [PATCHv2 2/2] PCI: layerscape: EP and RC drivers are compiled separately
    ` [EXT] "

[PATCH 0/2] PCI: Simplify pci_bus_distribute_available_resources()
 2019-06-26 22:35 UTC  (6+ messages)
` [PATCH 2/2] PCI: Skip resource distribution when no hotplug bridges

[PATCH] PCI: PM: Avoid skipping bus-level PM on platforms without ACPI
 2019-06-26 21:52 UTC  (3+ 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).