public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-29 14:35:35 to 2015-02-05 21:53:57 UTC [more...]

[PATCH v6 0/7] PCI: get DMA configuration from parent device
 2015-02-05 21:52 UTC  (6+ messages)
` [PATCH v6 1/7] of: iommu: add ptr to OF node arg to of_iommu_configure()
` [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

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-02-05 21:42 UTC  (18+ messages)
` [PATCH v4 3/6] of: fix size when dma-range is not used
` [PATCH v4 1/6] of: iommu: add ptr to OF node arg to of_iommu_configure()

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

[Bugfix 0/3] Xen IRQ related hotfixes for v3.19
 2015-02-05 20:07 UTC  (2+ messages)

[PATCH v2 2/3] Documentation: DT bindings: add more Tegra chip compatible strings
 2015-02-05 19:25 UTC  (3+ 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 V10 00/17] Enable SRIOV on Power8
 2015-02-05  6:34 UTC  (31+ messages)
` [PATCH V11 "
  ` [PATCH V11 06/17] powerpc/pci: Add PCI resource alignment documentation
  ` [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 14/17] powerpc/powernv: Shift VF resource with an offset
      ` [PATCH] powerpc/powernv: make sure the IOV BAR will not exceed limit after shifting
              ` [PATCH] pci/iov: fix memory leak introduced in "PCI: Store individual VF BAR size in struct pci_sriov"
  ` [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 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)

[PATCH] PCI: Expand quirk's handling of CS553x devices
 2015-02-04 17:50 UTC  (4+ messages)

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

[PATCH] PCI: disable auto realloc detection for lsi devices
 2015-02-04  0:54 UTC 

[problem] mpt2sas load fails with LSISAS2008
 2015-02-03 23:58 UTC  (7+ messages)

[3.18.3 BISECTED REGRESSION] scx200_acb / cs5535-smb / geodewdt / cs5535-clockevt torpedoed
 2015-02-03 20:33 UTC  (4+ messages)

[PATCH] PCI: rcar: Add mask of data to be written to PCIEPARL
 2015-02-03 18:53 UTC  (2+ messages)

[PATCH] PCI: rcar: Fix postion of MSI enable bit
 2015-02-03 18:46 UTC 

[PATCH] 3.19-rc7: add quirk for 1c28:0122 (rev 14) SATA controller
 2015-02-03 16:20 UTC  (6+ messages)

[PATCH 01/15] PCI: introduce pci_device_to_OF_node() for !CONFIG_OF
 2015-02-03 15:31 UTC  (8+ messages)
        ` [PATCH v2 01/15] PCI: Add pci_device_to_OF_node() stub "

[PATCH] PCI: Fix pcibios_update_irq misuse of irq number
 2015-02-03 12:57 UTC  (17+ messages)

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

[PATCH v3] PCI: Add guard to avoid mapping a invalid msix base address
 2015-02-03  9:25 UTC  (7+ messages)
` [Xen-devel] "

[PATCH] powerpc/pci: Fix the initial value of hose->first_busno
 2015-02-03  3:42 UTC  (4+ messages)

[Patch Part2 v4 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-02-03  2:52 UTC  (2+ messages)

[Patch Part1 v7 00/38] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-02-03  2:51 UTC  (2+ messages)

[PATCH] PCI: Add NEC ftServer variants to PCIe DMI check
 2015-02-02 15:38 UTC  (4+ messages)

[PATCH] PCI: rcar: Fix postion of MSI enable bit
 2015-02-02  5:09 UTC 

[PATCH V3] Delay allocation of PCI device IRQs from boot time until bus scan time to fix PCI hotplugging
 2015-01-31 14:56 UTC  (2+ messages)

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-31  0:55 UTC  (4+ messages)

[PATCH] ARM: integrator: remove unused variable
 2015-01-30 22:15 UTC  (2+ messages)

[GIT PULL] PCI fixes for v3.19
 2015-01-30 22:12 UTC  (12+ messages)

[PATCH 2/3] pci: xgene: do not use clk-private.h
 2015-01-30 21:32 UTC  (2+ messages)

[Bug 92321] New: Mapping CompactPCI device through sysfs-pci driver
 2015-01-30 13:50 UTC 

dma_alloc_coherent - cma - and IOMMU question
 2015-01-30 13:04 UTC 

[PATCH v2 0/4] Add support for kosagi novena
 2015-01-30  6:48 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: dts: imx6q: add Novena board

[PATCH 02/24] Documentation: DT bindings: add more chip compatible strings for Tegra PCIe
 2015-01-30  3:07 UTC  (10+ messages)

CentOS/Kernel 3.18.4/Thunderbolt2
 2015-01-29 22:15 UTC  (5+ messages)

[PATCH 00/16] PCI generic configuration space accessors
 2015-01-29 14:35 UTC  (4+ messages)
` [PATCH 06/16] ARM: cns3xxx: convert PCI to use generic config accesses


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox