messages from 2014-02-26 15:02:13 to 2014-03-04 15:50:57 UTC [more...]
[PATCH v5 0/3] [RFC] Add support for PCI in AArch64
2014-03-04 15:50 UTC (4+ messages)
` [PATCH v5 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v5 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v5 3/3] arm64: Add architecture support for PCI
[PATCH v5 0/7] [RFC] Support for creating generic host_bridge from device tree
2014-03-04 15:50 UTC (8+ messages)
` [PATCH v5 1/7] pci: Introduce pci_register_io_range() helper function
` [PATCH v5 2/7] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v5 3/7] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v5 4/7] pci: Introduce a domain number for pci_host_bridge
` [PATCH v5 5/7] pci: Use parent domain number when allocating child busses
` [PATCH v5 6/7] pci: Export find_pci_host_bridge() function
` [PATCH v5 7/7] pci: Add support for creating a generic host_bridge from device tree
[PATCH v2 0/2] block: Use pci_enable_msix_exact() instead of pci_enable_msix()
2014-03-04 15:22 UTC (2+ messages)
` [PATCH v2 3/2] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
[PATCHv3 0/6] Crashdump Accepting Active IOMMU
2014-03-04 15:06 UTC (4+ messages)
` [PATCHv3 3/6] Crashdump-Accepting-Active-IOMMU-Domain-Interfaces
[PATCH 1/2] of/irq: Fix irq-mapping in of_irq_parse_raw()
2014-03-04 14:54 UTC
[PATCH] ACPI / hotplug / PCI: Use pci_device_is_present()
2014-03-04 8:23 UTC (2+ messages)
PCIE: Program pcie device private registers
2014-03-04 3:59 UTC (2+ messages)
[PATCH v4 0/6] [RFC] Support for creating generic host_bridge from device tree
2014-03-04 1:53 UTC (13+ messages)
` [PATCH v4 1/6] pci: Introduce pci_register_io_range() helper function
` [PATCH v4 2/6] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v4 3/6] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v4 4/6] pci: Introduce a domain number for pci_host_bridge
` [PATCH v4 5/6] pci: Use parent domain number when allocating child busses
` [PATCH v4 6/6] pci: Add support for creating a generic host_bridge from device tree
[PATCH v2 0/4] ntb: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-03-04 0:12 UTC (8+ messages)
` [PATCH v2 1/4] ntb: Fix leakage of ntb_device::msix_entries[] array
` [PATCH v2 2/4] ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs
` [PATCH v2 3/4] ntb: Split ntb_setup_msix() into separate BWD/SNB routines
[PATCH v2] pcie: Add Xilinx PCIe Host Bridge IP driver
2014-03-03 19:09 UTC (6+ messages)
[PATCH v5] PCI: ARM: add support for generic PCI host controller
2014-03-03 18:46 UTC
[PATCH v4 0/3] [RFC] Add support for PCI in AArch64
2014-03-03 17:33 UTC (4+ messages)
` [PATCH v4 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v4 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v4 3/3] arm64: Add architecture support for PCI
[PATCH 0/7] PCI: Use default pcibios_enable_device()
2014-03-03 16:13 UTC (10+ messages)
` [PATCH 1/7] PCI: Add "weak" generic pcibios_enable_device() implementation
` [PATCH 2/7] alpha/PCI: Use default pcibios_enable_device()
` [PATCH 3/7] microblaze/PCI: "
` [PATCH 4/7] sh/PCI: "
` [PATCH 5/7] sparc/PCI: Use default pcibios_enable_device() (Leon only)
` [PATCH 6/7] tile PCI RC: Use default pcibios_enable_device()
` [PATCH 7/7] s390/PCI: Use generic pci_enable_resources()
[PATCH v2 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-03-03 13:56 UTC (7+ messages)
` [PATCH v2 02/23] bfa: Do not call pci_enable_msix() after it failed once
` [PATCH v2 03/23] bfa: Cleanup bfad_setup_intr() function
` [PATCH v2 10/23] isci: Use pci_enable_msix_exact() instead of pci_enable_msix()
[PATCH] timberdale: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-03-03 10:04 UTC (10+ messages)
` [PATCH v2] timberdale: Use pci_enable_msix_exact() "
[PATCH 0/3] i.MX6 MSI support
2014-03-03 5:22 UTC (5+ messages)
` [PATCH 1/3] ARM: dts: imx6: extend PCIe interrupt list for MSI
` [PATCH 2/3] PCI: designware: make MSI isr shared irq aware
` [PATCH 3/3] PCI: imx6: add support for MSI
[PATCH v2 0/4] [RFC] Support for creating generic host_bridge from device tree
2014-03-02 1:25 UTC (36+ messages)
` [PATCH v2 1/4] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v2 2/4] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v2 3/4] pci: Introduce a domain number for pci_host_bridge
` [PATCH v2 4/4] pci: Add support for creating a generic host_bridge from device tree
[PATCH v3 0/5] [RFC] Support for creating generic host_bridge from device tree
2014-03-01 8:30 UTC (9+ messages)
` [PATCH v3 1/5] pci: Introduce pci_register_io_range() helper function
` [PATCH v3 2/5] pci: OF: Fix the conversion of IO ranges into IO resources
` [PATCH v3 3/5] pci: Create pci_host_bridge before its associated bus in pci_create_root_bus
` [PATCH v3 4/5] pci: Introduce a domain number for pci_host_bridge
` [PATCH v3 5/5] pci: Add support for creating a generic host_bridge from device tree
Fwd: Attaching drivers to identical PCI devices
2014-02-28 19:03 UTC (2+ messages)
[PATCH v2 0/3] [RFC] Add support for PCI in AArch64
2014-02-28 15:27 UTC (10+ messages)
` [PATCH v2 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v2 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v2 3/3] arm64: Add architecture support for PCI
[PATCH v3 0/3] [RFC] Add support for PCI in AArch64
2014-02-28 13:08 UTC (4+ messages)
` [PATCH v3 1/3] Fix ioport_map() for !CONFIG_GENERIC_IOMAP cases
` [PATCH v3 2/3] arm64: Extend the PCI I/O space to 16MB
` [PATCH v3 3/3] arm64: Add architecture support for PCI
[PATCH 3/8] lib: Move prototype declaration to header file include/linux/swiotlb.h
2014-02-25 20:45 UTC (2+ messages)
[PATCH V7 08/10] pcie: SPEAr13xx: Add designware wrapper support
2014-02-28 11:55 UTC (2+ messages)
` [PATCH V7 10/10] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer
[PATCH v3 1/3] PCI: designware: split samsung and fsl bindings
2014-02-28 10:22 UTC (6+ messages)
` [PATCH v3 2/3] ARM: dts: imx6: extend PCIe interrupt list for MSI
` [PATCH v3 3/3] PCI: imx6: add support "
[PATCH] PCI/MSI: simplify populate_msi_sysfs()
2014-02-28 1:21 UTC (2+ messages)
[PATCH] amd64_edac: Add support for newer F16h models
2014-02-27 17:13 UTC (9+ messages)
[RFC PATCH] sky2: allow mac to come from dt
2014-02-27 15:26 UTC
[PATCH 0/5 v2 RFC] R-Car Gen2 PCIe host driver
2014-02-27 10:08 UTC (8+ messages)
` [PATCH 1/5 v2 RFC] PCI: host: Add Renesas R-Car PCIe driver
` [PATCH 2/5 v2 RFC] ARM: shmobile: r8a7791: Add PCIe clock
` [PATCH 3/5 v2 RFC] ARM: shmobile: Add PCIe resources to r8a7791 device
` [PATCH 4/5 v2 RFC] ARM: shmobile: Add PCIe to r8a7791 device Kconfig
` [PATCH 5/5 v2 RFC] ARM: koelsch: Add PCIe to defconfig
PCIE: Program pcie device private registers
2014-02-27 9:13 UTC
[PATCH V2 0/2] PCI: dessignware: fixes and cleanup
2014-02-27 6:01 UTC (3+ messages)
` [PATCH V2 1/2] PCI: designware: Fix comment for setting number of lanes
` [PATCH V2 2/2] PCI: designware: Fix iATU programming for cfg1, io and mem viewport
[PATCH 2/2] PCI:designware:Fix iATU programming for cfg1, io and mem viewport
2014-02-27 4:10 UTC (8+ messages)
[PATCH 0/4] i2o: Use pci_bus_alloc_resource()
2014-02-26 23:47 UTC (7+ messages)
` [PATCH 1/4] i2o: Fix I/O space allocation copy/paste error
` [PATCH 2/4] i2o: Fix I/O space alignment requirement
` [PATCH 3/4] i2o: Refactor i2o_iop_systab_set() PCI space allocation
` [PATCH 4/4] i2o: Use pci_bus_alloc_resource(), not allocate_resource() directly
DMABOUNCE in pci-rcar
2014-02-26 21:52 UTC (5+ messages)
[PATCH 0/9] PCI: Use IORESOURCE_UNSET for unassigned BARs
2014-02-26 19:38 UTC (10+ messages)
` [PATCH 1/9] resource: Add resource_contains()
` [PATCH 2/9] vsprintf: Add support for IORESOURCE_UNSET in %pR
` [PATCH 3/9] PCI: Remove pci_find_parent_resource() use for allocation
` [PATCH 4/9] PCI: Mark resources as IORESOURCE_UNSET if we can't assign them
` [PATCH 5/9] PCI: Don't clear IORESOURCE_UNSET when updating BAR
` [PATCH 6/9] PCI: Check IORESOURCE_UNSET before "
` [PATCH 7/9] PCI: Don't try to claim IORESOURCE_UNSET resources
` [PATCH 8/9] PCI: Ignore BAR contents when firmware left decoding disabled
` [PATCH 9/9] PCI: Don't enable decoding if BAR hasn't been assigned an address
[PATCH v4] PCI: ARM: add support for generic PCI host controller
2014-02-26 18:01 UTC (6+ messages)
[PATCH 0/5 RFC] R-Car Gen2 PCIe host driver
2014-02-26 17:34 UTC (10+ messages)
` [PATCH 1/5] PCI: host: Add Renesas R-Car PCIe driver
` [PATCH 2/5] ARM: shmobile: r8a7791: Add PCIe clock
` [PATCH 3/5] ARM: shmobile: Add PCIe resources to r8a7791 device
` [PATCH 4/5] ARM: shmobile: Add PCIe to r8a7791 device Kconfig
` [PATCH 5/5] ARM: koelsch: Add PCIe to defconfig
[PATCH v2 1/2] ARM: dts: imx6: adjust the interrupt list in order to support MSI
2014-02-26 16:57 UTC (5+ messages)
` [PATCH v2 2/2] PCI: imx6: add support for MSI
[PATCH v2 0/9] Phase out pci_enable_msi_block()
2014-02-26 15:02 UTC (8+ messages)
` [PATCH v2 4/9] ipr: Use pci_enable_msi_range() and pci_enable_msix_range()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).