public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-04 22:46:40 to 2015-02-23 10:21:58 UTC [more...]

[PATCH] PCI: xgene: Fix the map_bus callback prototype
 2015-02-23 10:21 UTC 

[PATCH V10 00/17] Enable SRIOV on Power8
 2015-02-23  0:13 UTC  (43+ messages)
` [PATCH V11 "
  ` [PATCH V11 01/17] PCI/IOV: Export interface for retrieve VF's BDF
  ` [PATCH V11 02/17] PCI/IOV: add VF enable/disable hook
  ` [PATCH V11 03/17] PCI: Add weak pcibios_iov_resource_alignment() interface
  ` [PATCH V11 06/17] powerpc/pci: Add PCI resource alignment documentation
  ` [PATCH V11 07/17] powerpc/pci: Don't unset pci resources for VFs
  ` [PATCH V11 08/17] powrepc/pci: Refactor pci_dn
  ` [PATCH V11 12/17] powerpc/powernv: Reserve additional space for IOV BAR according to the number of total_pe
  ` [PATCH V11 13/17] powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernv
  ` [PATCH V11 16/17] powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov supported
    ` [PATCH 0/3] Code adjustment on pci/virtualization
      ` [PATCH 1/3] fix on Store individual VF BAR size in struct pci_sriov
      ` [PATCH 2/3] fix Reserve additional space for IOV BAR, with m64_per_iov supported
      ` [PATCH 3/3] remove the unused end in pnv_pci_vf_resource_shift()

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-02-20 22:09 UTC  (3+ messages)

[PATCH v3] pci: spear: Drop __initdata from spear13xx_pcie_driver
 2015-02-20 14:38 UTC  (5+ messages)

[PATCH 0/4] Support registering specific reset handler
 2015-02-20  5:53 UTC  (9+ messages)
` [PATCH 1/4] PCI: Rename struct pci_dev_reset_methods
` [PATCH 2/4] PCI: Introduce list for device reset methods
` [PATCH 3/4] PCI: Allow registering reset method
` [PATCH 4/4] powerpc/powernv: Register PCI dev specific reset handlers

[problem] mpt2sas load fails with LSISAS2008
 2015-02-19 23:40 UTC  (15+ messages)

[PATCH RESEND v2 0/7] powerpc/powernv: Unified PCI slot reset and hotplug
 2015-02-18 21:03 UTC  (15+ messages)
` [PATCH RESEND v2 1/7] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH RESEND v2 2/7] powerpc/powernv: Issue fundamental reset if required
` [PATCH RESEND v2 3/7] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH RESEND v2 4/7] powerpc/pci: Don't scan empty slot
` [PATCH RESEND v2 5/7] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH RESEND v2 6/7] powerpc/powernv: Functions to retrieve PCI slot status
` [PATCH RESEND v2 7/7] PCI/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH 0/6] PCI: MMCONFIG clean up
 2015-02-18 19:02 UTC  (6+ messages)
` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors

[PATCH RESEND] x86:pci: Change sta2x11_dma_ops stucture to use switolb_dma_supported as it's dma_supported function in sta2x11-fixup.c
 2015-02-18 18:06 UTC  (3+ messages)

[PATCH V2] x86:pci: Change sta2x11_dma_ops stucture to use switolb_dma_supported as it's dma_supported function in sta2x11-fixup.c
 2015-02-18 18:06 UTC  (2+ messages)

[GIT PULL] PCI fixes for v3.20
 2015-02-18 17:39 UTC 

[PATCHv2 1/2] pci: spear: Use platform_driver_probe instead of platform_driver_register
 2015-02-17  6:17 UTC  (9+ messages)
` [PATCHv2 2/2] pci: spear: Drop __initdata from struct platform_driver spear13xx_pcie_driver

[PATCH v2 0/5] PCI Hotplug Driver for PowerPC PowerNV
 2015-02-17  2:30 UTC  (2+ messages)

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-02-16 17:46 UTC  (9+ messages)
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code

[PATCH 0/2] pci: generic: Add supports for ARM64
 2015-02-16 16:43 UTC  (4+ messages)
` [PATCH 1/2] pci: generic: Use the pci_scan_root_bus instead of pci_common_init_dev
` [PATCH 2/2] PCI: Do not call pci_enable_resource when specifying PCI_PROBE_ONLY

[PATCH v2] PCI: rcar: Add address check of mem_res
 2015-02-16 14:01 UTC  (2+ messages)

[PATCH] PCI: rcar: Add address check of mem_res
 2015-02-16  1:53 UTC  (3+ messages)

[PATCH] drivers: of: pci: remove duplicate kfree in of_pci_get_host_bridge_resources
 2015-02-12  4:00 UTC  (3+ messages)

[PATCH v1] of: calculate masks of the device based on dma-range size
 2015-02-11 18:47 UTC  (2+ messages)

[PATCH] of: calculate masks of the device based on dma-range size
 2015-02-11 17:13 UTC  (3+ messages)

[PATCH v6 0/7] PCI: get DMA configuration from parent device
 2015-02-11 16:58 UTC  (22+ messages)
` [PATCH v6 1/7] of: iommu: add ptr to OF node arg to of_iommu_configure()
` [PATCH v6 2/7] of: move of_dma_configure() to device.c to help re-use
` [PATCH v6 3/7] of: fix size when dma-range is not used
` [PATCH v6 4/7] PCI: add helper functions pci_get[put]_host_bridge_device()
` [PATCH v6 5/7] of/pci: add of_pci_dma_configure() update dma configuration
` [PATCH v6 6/7] PCI: update dma configuration from DT
` [PATCH v6 7/7] arm: dma-mapping: limit iommu mapping size

[GIT PULL] PCI fixes for v3.19
 2015-02-11 16:48 UTC 

[PATCH v3 0/3] Add support for kosagi novena
 2015-02-11 10:23 UTC  (4+ messages)
` [PATCH v3 1/3] drm/panel: simple: Add Innolux N133HSE panel support
` [PATCH v3 2/3] devicetree: bindings: Add vendor prefix for Kosagi
` [PATCH v3 3/3] ARM: dts: imx6q: add Novena board

[GIT PULL] ACPI and power management updates for 3.20-rc1
 2015-02-11  1:56 UTC  (3+ messages)

64bit BARs: prefetchable only?
 2015-02-10 22:34 UTC  (4+ messages)

[Bugfix 0/3] Xen IRQ related hotfixes for v3.19
 2015-02-10 13:31 UTC  (10+ messages)

[PATCH] PCI: xgene: Fix xgene_pcie_map_bus() return type
 2015-02-09 20:12 UTC 

[PATCH] pci: spear: Drop __initdata from struct platform_driver spear13xx_pcie_driver
 2015-02-09 18:52 UTC  (4+ messages)

[GIT PULL] PCI changes for v3.20
 2015-02-09 14:36 UTC 

[PATCH] PCI: disable auto realloc detection for lsi devices
 2015-02-07 22:03 UTC  (5+ messages)

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-02-05 22:44 UTC  (11+ messages)
` [PATCH v4 3/6] of: fix size when dma-range is not used

Hotplug of root PCI buses
 2015-02-05 18:57 UTC 

[PATCH v2 2/3] Documentation: DT bindings: add more Tegra chip compatible strings
 2015-02-05 19:25 UTC  (2+ messages)

[Patch v4 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-02-05 15:49 UTC  (27+ messages)
` [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
  ` [Xen-devel] "
` [Patch v4 02/23] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v4 03/23] ACPI: Implement proper length checks for mem resources
` [Patch v4 04/23] ACPI: Use the length check for io resources as well
` [Patch v4 05/23] ACPI: Let the parser return false for disabled resources
` [Patch v4 06/23] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v4 07/23] ACPI: Move the window flag logic to the combined parser
` [Patch v4 08/23] ACPI: Add prefetch decoding to the address space parser
` [Patch v4 09/23] ACPI: Fix a bug in parsing ACPI Memory24 resource
` [Patch v4 10/23] ACPI: Normalize return value of resource parser functions
` [Patch v4 11/23] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v4 12/23] ACPI: Enforce stricter checks for address space descriptors
` [Patch v4 13/23] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v4 14/23] ACPI: Translate resource into master side address for bridge window resources
` [Patch v4 15/23] ACPI: Add field offset to struct resource_list_entry
` [Patch v4 16/23] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v4 17/23] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v4 18/23] PCI: Use common resource list management code instead of private implementation
` [Patch v4 19/23] x86/PCI: Fix the range check for IO resources
` [Patch v4 20/23] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v4 21/23] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v4 22/23] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v4 23/23] x86/irq, ACPI: Implement ACPI driver to support "

[PATCH V11 14/17] powerpc/powernv: Shift VF resource with an offset
 2015-02-05  3:01 UTC  (6+ messages)
` [PATCH] powerpc/powernv: make sure the IOV BAR will not exceed limit after shifting

[Patch v2 00/22] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-02-05  1:56 UTC  (3+ messages)
` [Patch v2 17/22] resources: Move struct resource_list_entry from ACPI into resource core

[PATCH] PCI: rcar: Change macro name of PCIEPARL and PCIEPARH
 2015-02-05  0:35 UTC  (3+ messages)

[PATCH v3] PCI/sysfs: off by two when checking the limit on driver_override length
 2015-02-04 23:09 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