linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-01 22:44:55 to 2016-04-08 10:36:56 UTC [more...]

[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
 2016-04-08 10:36 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: No need to set d3cold_allowed to "
` [PATCH v2 2/4] PCI: Move PCIe ports to D3 during suspend
` [PATCH v2 3/4] ACPI / hotplug / PCI: Runtime resume bridge before rescan
` [PATCH v2 4/4] PCI: Add runtime PM support for PCIe ports

[RFC v5 6/7] PCI: Add a new bit to pci_bus_flags to indicate interrupt remapping
 2016-04-08 10:30 UTC  (12+ messages)
` [RFC v5 7/7] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported

[PATCH 1/2] pci: add pci_unmap_iospace function for PCI_IOBASE
 2016-04-08  6:51 UTC  (9+ messages)
` [PATCH 2/2] pci, acpi: free IO resource during shutdown

[PATCH v11 00/60] PCI: Resource allocation cleanup for v4.7
 2016-04-08  6:24 UTC  (65+ messages)
` [PATCH v11 01/60] PCI: Fix iomem_is_exclusive() checking in pci_mmap_resource()
` [PATCH v11 02/60] alpha/PCI: Only check iomem_is_exclusive() for IORESOURCE_MEM, not IORESOURCE_IO
` [PATCH v11 03/60] PCI: Add pci_find_bus_resource()
` [PATCH v11 04/60] sparc/PCI: Use correct offset for bus address to resource
` [PATCH v11 05/60] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v11 06/60] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v11 07/60] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v11 08/60] PCI: Kill wrong quirk about M7101
` [PATCH v11 09/60] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v11 10/60] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v11 11/60] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v11 12/60] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v11 13/60] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v11 14/60] PCI: Add has_mem64 for struct host_bridge
` [PATCH v11 15/60] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v11 16/60] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v11 17/60] PCI: Don't release fixed resource for realloc
` [PATCH v11 18/60] PCI: Claim fixed resource during remove/rescan path
` [PATCH v11 19/60] PCI: Set resource to FIXED for LSI devices
` [PATCH v11 20/60] PCI: Separate realloc list checking after allocation
` [PATCH v11 21/60] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v11 22/60] PCI: Get new realloc size for bridge for last try
` [PATCH v11 23/60] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v11 24/60] PCI: Cleanup res_to_dev_res() printout
` [PATCH v11 25/60] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v11 26/60] PCI: Use correct align for optional only resources during sorting
` [PATCH v11 27/60] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v11 28/60] PCI: Optimize bus align/size calculation for optional "
` [PATCH v11 29/60] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v11 30/60] PCI: Reorder resources list for required/optional resources
` [PATCH v11 31/60] PCI: Remove duplicated code for resource sorting
` [PATCH v11 32/60] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v11 33/60] PCI: Treat ROM resource as optional during realloc
` [PATCH v11 34/60] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v11 35/60] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v11 36/60] PCI: Add __add_to_list()
` [PATCH v11 37/60] PCI: Cache window alignment value during bus sizing
` [PATCH v11 38/60] PCI: Check if resource is allocated before trying to assign one
` [PATCH v11 39/60] PCI: Separate out save_resources()/restore_resources()
` [PATCH v11 40/60] PCI: Move comment to pci_need_to_release()
` [PATCH v11 41/60] PCI: Separate required+optional assigning to another function
` [PATCH v11 42/60] PCI: Skip required+optional if there is no optional
` [PATCH v11 43/60] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v11 44/60] PCI: Add alt_size ressource allocation support
` [PATCH v11 45/60] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v11 46/60] PCI: Fix size calculation with old_size on rescan path
` [PATCH v11 47/60] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v11 48/60] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v11 49/60] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v11 50/60] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v11 51/60] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v11 52/60] PCI: Unify skip_ioresource_align()
` [PATCH v11 53/60] PCI: Kill macro checking for bus io port sizing
` [PATCH v11 54/60] resources: Make allocate_resource() return best fit resource
` [PATCH v11 55/60] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v11 56/60] PCI: Add debug print out for min_align and alt_size
` [PATCH v11 57/60] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v11 58/60] PCI: Introduce resource_disabled()
` [PATCH v11 59/60] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v11 60/60] PCI: Only try to assign io port only for root bus that support it

FW: lspci doesn't decode physical slot correctly for adapters with PLX bridges
 2016-04-08  2:45 UTC  (3+ messages)

[RFC 0/4] Runtime pm for thunderbolt.ko
 2016-04-07 22:42 UTC  (7+ messages)
` [RFC 1/4] PCI: Add Thunderbolt device IDs

[PATCH] pci: Added flag to pci_host_bridge to hint not to use acpi
 2016-04-07 21:34 UTC  (5+ messages)

PCI dynamic id use after free?
 2016-04-07 18:35 UTC  (2+ messages)

[PATCH 0/2] PCI: mvebu: trivial cleanup
 2016-04-07 16:54 UTC  (2+ messages)

[PATCH] arm/arm64/irqchip/pci: select PCI_MSI instead of depending on it
 2016-04-07 16:19 UTC  (2+ messages)

[PATCH v5] PCI: imx6: add dt prop for link gen, default to gen1
 2016-04-07 14:30 UTC  (2+ messages)

[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
 2016-04-07 14:05 UTC  (11+ messages)

[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-04-07 12:04 UTC  (5+ messages)

[RFC v3] PCI: PTM Driver
 2016-04-07  7:08 UTC  (2+ messages)

[PATCH v4] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-04-07  2:08 UTC  (4+ messages)

[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
 2016-04-06 22:19 UTC  (10+ messages)

[PATCH next 1/2] PCI: keystone: add pci error irq handler
 2016-04-06 17:11 UTC  (2+ messages)

[PATCH v4] PCI: imx6: add dt prop for link gen, default to gen1
 2016-04-06 15:05 UTC  (5+ messages)

Exception due to PCI: Use pci_is_root_bus() to check for root bus
 2016-04-06 14:01 UTC  (3+ messages)

[PATCH] ARM: imx6: Fix PCIe reset gpio polarity on Toradex Apalis
 2016-04-06 12:40 UTC  (8+ messages)
` [PATCH 2/2] PCI: imx6: Add reset-gpio-active-high boolean property to DT
    ` [PATCH v2 "
        ` [PATCH v3 "

[RFC v5 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-04-06  2:56 UTC  (11+ messages)
` [RFC v5 1/7] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [RFC v5 2/7] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RFC v5 3/7] PCI: Add a new option for resource_alignment to reassign alignment
` [RFC v5 4/7] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC v5 5/7] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive

[PATCH v5 0/6] drivers:hv: Ensure that bridge windows don't overlap
 2016-04-06  1:18 UTC  (7+ messages)
` [PATCH v5 1/6] drivers:hv: Lock access to hyperv_mmio resource tree
` [PATCH v5 2/6] drivers:hv: Call vmbus_mmio_free() to reverse vmbus_mmio_allocate()
` [PATCH v5 3/6] drivers:hv: Reverse order of resources in hyperv_mmio
` [PATCH v5 4/6] drivers:hv: Track allocations of children of hv_vmbus in private resource tree
` [PATCH v5 5/6] drivers:hv: Record MMIO range in use by frame buffer
` [PATCH v5 6/6] drivers:hv: Separate out frame buffer logic when picking MMIO range

[PATCH 1/4] acpi,pci,irq: reduce resource requirements
 2016-04-05 23:21 UTC  (11+ messages)

[PATCH v2] Revert "PCI: imx6: Add support for active-low reset GPIO"
 2016-04-05 22:07 UTC  (5+ messages)

[PATCH v3 0/2] Add PCIe driver support for imx6sx
 2016-04-05 21:56 UTC  (8+ messages)
` [PATCH v3 2/2] PCI: imx6: add initial imx6sx support
      ` PCI: imx6: Factor out ref clock enable
      ` [PATCH v4] PCI: imx6: Add initial imx6sx support

Dell XPS13 9350 thunderbolt 3
 2016-04-05 21:40 UTC  (4+ messages)

[PATCH v4 0/7] drivers:hv: Ensure that bridge windows don't overlap
 2016-04-05 20:13 UTC  (11+ messages)
` [PATCH v4 1/7] drivers:hv: Lock access to hyperv_mmio resource tree
` [PATCH v4 2/7] drivers:hv: Make a function to free mmio regions through vmbus
` [PATCH v4 3/7] drivers:hv: Use new vmbus_mmio_free() from client drivers
` [PATCH v4 4/7] drivers:hv: Reverse order of resources in hyperv_mmio
` [PATCH v4 5/7] drivers:hv: Track allocations of children of hv_vmbus in private resource tree
` [PATCH v4 6/7] drivers:hv: Record MMIO range in use by frame buffer
` [PATCH v4 7/7] drivers:hv: Separate out frame buffer logic when picking MMIO range

[PATCH v2] PCI: rcar-pcie: Remove Gen2 designation from Kconfig
 2016-04-05 18:10 UTC  (2+ messages)

[PATCH V5 00/15] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-04-05 18:07 UTC  (9+ messages)
` [PATCH V5 01/15] ACPI: MCFG: Move mmcfg_list management to drivers/acpi

[PATCH] PCI: xilinx-nwl: Fix spelling mistake "Initialization"
 2016-04-05 17:17 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: pci: tegra: Update for per-lane PHYs
 2016-04-05 17:07 UTC  (3+ messages)
` [PATCH v3 2/2] PCI: tegra: Support "

[PATCH] PCI: Fix device attach failure handling
 2016-04-05 16:45 UTC  (3+ messages)

[PATCH REPOST] Extend PCIE_BUS_PEER2PEER to set MRSS=128 to fix CNS3xxx BM DMA
 2016-03-21  9:39 UTC 

[PATCH] i.MX6 PCIe: Fix imx6_pcie_deassert_core_reset() polarity
 2016-04-04 10:37 UTC  (14+ messages)

A question about PCIe peer-to-peer DMA
 2016-04-03 18:31 UTC 

[PATCH v3 0/7] drivers:hv: Ensure that bridge windows don't overlap
 2016-04-01 23:11 UTC  (4+ messages)
` [PATCH v3 1/7] drivers:hv: Lock access to hyperv_mmio resource tree
` [PATCH v3 6/7] drivers:hv: Record MMIO range in use by frame buffer
` [PATCH v3 7/7] drivers:hv: Separate out frame buffer logic when picking MMIO range


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