linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-15 04:10:39 to 2015-09-18 07:20:07 UTC [more...]

[PATCH 0/3] PCI: Add support for Cavium ThunderX RC and on-SoC devices
 2015-09-18  7:19 UTC  (5+ messages)
` [PATCH 1/3] PCI: Allow quirks to override SRIOV BARs
` [PATCH 2/3] PCI: Add quirks for devices found on Cavium ThunderX SoCs
` [PATCH 3/3] PCI: generic: Add support for Cavium ThunderX PCIe root complexes

[PATCH v4 0/4] PCI: st: provide support for dw pcie
 2015-09-18  6:29 UTC  (3+ messages)

[PATCH] PCI / PM: Update runtime PM documentation for PCI devices
 2015-09-18  1:08 UTC 

[PATCH v2 0/5] PCI: generic: Misc. bug fixes
 2015-09-17 22:02 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: Add pci_bus_fixup_irqs()
` [PATCH v2 2/5] PCI: generic: Only fixup irqs for bus we are creating
` [PATCH v2 3/5] PCI: generic: Quit clobbering our pci_ops
` [PATCH v2 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation
` [PATCH v2 5/5] PCI: generic: Pass proper starting bus number to pci_scan_root_bus()

[PATCH v1 6/7] PCI: Use static enumeration to mark a bridge as hotpluggable
 2015-09-17 21:11 UTC 

[PATCH v1 4/7] PCI: Add Kconfig option for static enumeration
 2015-09-17 21:11 UTC 

[PATCH v1 7/7] PCI: Override firmware settings if static enumeration is set
 2015-09-17 21:11 UTC 

[PATCH v1 3/7] PCI: Let kcmdline reserve bus numbers for hotplug bridges
 2015-09-17 21:11 UTC 

[PATCH v1 5/7] PCI: Let kcmdline specify static enumeration profile
 2015-09-17 21:11 UTC 

[PATCH v1 00/07]: PCI: Static Enumeration
 2015-09-17 21:10 UTC 

[PATCH v1 2/7] PCI: Track subordinate values in struct pci_bus
 2015-09-17 21:10 UTC 

[PATCH v1 1/7] PCI: Use child bus's number instead of assuming max+1
 2015-09-17 21:10 UTC 

[PATCH v4 0/4] PCI: arm64/powerpc: Fix parsing of linux,pci-probe-only
 2015-09-17 17:21 UTC  (4+ messages)

[PATCH 0/6] PCI: generic: Misc. bug fixes and enhanced support for MSI
 2015-09-17 17:13 UTC  (23+ messages)
` [PATCH 2/6] PCI: generic: Only fixup irqs for bus we are creating
` [PATCH 3/6] PCI: generic: Quit clobbering our pci_ops
` [PATCH 4/6] PCI: generic: Correct, and avoid overflow, in bus_max calculation
` [PATCH 5/6] PCI: generic: Pass proper starting bus number to pci_scan_root_bus()
` [PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified

[PATCH v7] pci: quirk to skip msi disable on shutdown
 2015-09-17 16:03 UTC  (5+ messages)

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

[PATCH v2] PCI/AER: Cleanup AER error status registers on probing/restoring devices
 2015-09-17 15:21 UTC  (2+ messages)

[PATCH v2] PCI: layerscape: Add PCIe support for LS1043a and LS2080a
 2015-09-17  9:13 UTC 

[Bugfix] PCI, x86: Correctly allocate IRQs for PCI devices managed by non-PCI drivers
 2015-09-17  6:49 UTC  (13+ messages)
` [Bugfix 0/3] Convert eata driver to a normal PCI device driver
  ` [Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal

[Bugfix 1/2] ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ
 2015-09-17  6:02 UTC  (2+ messages)
` [Bugfix 2/2] ACPI / PCI: Remove duplicated penalty on SCI IRQ

[PATCH] ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stage
 2015-09-17  0:44 UTC  (3+ messages)

[PATCH V9 00/11] VF EEH on Power8
 2015-09-17  0:28 UTC  (8+ messages)
` [PATCH V9 11/11] powerpc/powernv: compound PE for VFs

[PATCH v4 00/52] PCI: Resource allocation cleanup for v4.3
 2015-09-16 19:33 UTC  (6+ messages)
` [PATCH v4 04/52] PCI: Optimize bus min_align/size calculation during sizing

trouble with PCI: Call pci_read_bridge_bases() from core instead of arch code
 2015-09-16  8:58 UTC  (20+ messages)

[PATCH] PCI: Relax function 0 VPD test and relocate
 2015-09-16  4:24 UTC 

[PATCH v9 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-09-16  3:24 UTC  (11+ messages)
` [PATCH v9 1/6] PCI: designware: move calculation of bus addresses to DRA7xx
` [PATCH v9 2/6] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v9 3/6] PCI: designware: Add ARM64 support
` [PATCH v9 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
` [PATCH v9 5/6] Documentation: DT: Add HiSilicon PCIe host binding
` [PATCH v9 6/6] MAINTAINERS: Add pcie-hisi maintainer

[PATCH v2] iov: restore NumVFs register to 0 before return from virtfn_max_buses()
 2015-09-16  3:19 UTC 

[PATCH v2] PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK
 2015-09-16  1:23 UTC  (3+ messages)

[PATCH] iov: initialize NumVFs register to 0 at the end of sriov_init()
 2015-09-16  1:01 UTC  (3+ messages)

[PATCH 0/8] Broadcom iProc PCIe fixes and outbound mapping support
 2015-09-16  0:39 UTC  (9+ messages)
` [PATCH 1/8] PCI: iproc: Fix code comment
` [PATCH 2/8] PCI: iproc: Remove unused code
` [PATCH 3/8] PCI: iproc: Remove ARCH specific flag
` [PATCH 4/8] PCI: iproc: Fix PCIe reset logic
` [PATCH 5/8] PCI: iproc: Improve link detection logic
` [PATCH 6/8] PCI: iproc: Update iProc PCIe device tree bindings
` [PATCH 7/8] PCI: iproc: Add outbound mapping support
` [PATCH 8/8] PCI: iproc: Fix compile warnings

[PATCH v2 00/12] New paravirtual PCI front-end for Hyper-V VMs
 2015-09-15 23:32 UTC  (8+ messages)
` [PATCH v2 06/12] drivers:hv: Export do_hypercall()

[PATCH V4 0/2] pci: Provide a flag to access VPD through function 0
 2015-09-15 21:47 UTC  (8+ messages)
` [PATCH V4 1/2] pci: Add dev_flags bit "

PROBLEM: lsusb -v freezes kernel on Acer ES1-111M
 2015-09-15 20:35 UTC  (3+ messages)

[PATCH 00/22] DMA-API/PCI map_peer_resource support for peer-to-peer
 2015-09-15 19:49 UTC  (25+ messages)
` [PATCH 01/22] lib/Kconfig: add HAS_DMA_P2P for peer-to-peer support
` [PATCH 02/22] linux/types.h: Add dma_peer_addr_t type
` [PATCH 03/22] dma-debug: add checking for map/unmap_peer_resource
` [PATCH 04/22] DMA-API: Introduce dma_(un)map_peer_resource
` [PATCH 05/22] dma-mapping: pci: add pci_(un)map_peer_resource
` [PATCH 06/22] DMA-API: Add peer resource mapping documentation
` [PATCH 07/22] PCI: Export pci_find_host_bridge()
` [PATCH 08/22] PCI: Add pci_find_common_upstream_dev()
` [PATCH 09/22] PCI: Add pci_peer_traffic_supported()
` [PATCH 10/22] PCI: Add pci_resource_to_peer()
` [PATCH 11/22] swiotlb: Add map_peer_resource stub
` [PATCH 12/22] x86, swiotlb: Add swiotlb_map_peer_resource() to swiotlb_dma_ops
` [PATCH 13/22] x86, platform: Add swiotlb_map_peer_resource() to sta2x11_dma_ops
` [PATCH 14/22] swiotlb-xen: add map_peer_resource stub
` [PATCH 15/22] pci-swiotlb-xen: add xen_swiotlb_map_peer_resource to xen_swiotlb_dma_ops
` [PATCH 16/22] iommu/amd: Implement (un)map_peer_resource
` [PATCH 17/22] iommu/vt-d: implement (un)map_peer_resource
` [PATCH 18/22] x86: add pci-nommu implementation of map_peer_resource
` [PATCH 19/22] x86: Calgary: Add map_peer_resource stub
` [PATCH 20/22] x86: gart: "
` [PATCH 21/22] x86: add dma_peer_mapping_error()
` [PATCH 22/22] x86: declare support for DMA P2P

[PATCH] PCI: generic: Add support for Cavium ThunderX PCIe root complexes
 2015-09-15 18:40 UTC  (2+ messages)

[Bug 104431] New: second connected thunderbolt dock fails
 2015-09-15 17:29 UTC  (2+ messages)

[PATCH] PCI: Fix devfn for VPD access through function 0
 2015-09-15 17:17 UTC 

[PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate
 2015-09-15 16:46 UTC  (2+ messages)

[PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
 2015-09-15 16:18 UTC  (7+ messages)
  ` [PATCH v2 "

[PATCH v3 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
 2015-09-15  9:28 UTC  (2+ messages)

iProc PCI issue with Linux v4.3-rc1
 2015-09-15  9:10 UTC  (2+ messages)

[PATCH/RFC 0/3] Support Netronome NFP6000 family quirks
 2015-09-15  4:10 UTC  (2+ messages)
` [PATCH/RFC 3/3] PCI: "


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