messages from 2016-04-19 23:53:58 to 2016-04-27 23:18:56 UTC [more...]
[RFC v4] PCI: PTM Driver
2016-04-27 23:18 UTC (2+ messages)
[PATCH] arm64: Relocate screen_info.lfb_base on PCI BAR allocation
2016-04-27 22:22 UTC
[PATCHv2] pcie: Add driver for Downstream Port Containment
2016-04-27 17:59 UTC
[PATCH V6 00/13] Support for generic ACPI based PCI host controller
2016-04-27 17:31 UTC (40+ messages)
` [PATCH V6 01/13] pci, acpi, x86, ia64: Move ACPI host bridge device companion assignment to core code
` [PATCH V6 02/13] pci, acpi: Provide generic way to assign bus domain number
` [PATCH V6 03/13] x86, ia64: Include acpi_pci_{add|remove}_bus to the default pcibios_{add|remove}_bus implementation
` [PATCH V6 05/13] acpi, pci: Support IO resources when parsing PCI host bridge resources
` [PATCH V6 06/13] arm64, pci, acpi: ACPI support for legacy IRQs parsing and consolidation with DT code
` [PATCH V6 09/13] pci, acpi: Support for ACPI based generic PCI host controller
` [PATCH V6 08/13] PCI: generic, thunder: update to use generic ECAM API
[PATCH 0/5] vfio-pci: Add support for mmapping MSI-X table
2016-04-27 12:43 UTC (6+ messages)
` [PATCH 1/5] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH 2/5] iommu: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [PATCH 3/5] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller supports "
` [PATCH 4/5] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
` [PATCH 5/5] vfio-pci: Allow to mmap MSI-X table if interrupt remapping is supported
[PATCH] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
2016-04-27 12:22 UTC
[PATCH 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
2016-04-27 12:17 UTC (5+ messages)
` [PATCH 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [PATCH 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [PATCH 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned
[RFC v6 00/10] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
2016-04-27 2:27 UTC (4+ messages)
[PATCH V3 1/4] acpi,pci,irq: reduce resource requirements
2016-04-27 0:17 UTC (10+ messages)
` [PATCH V3 2/4] acpi,pci,irq: reduce static IRQ array size to 16
` [PATCH V3 3/4] acpi,pci,irq: remove redundant code in acpi_irq_penalty_init
[PATCHv2] Add support for Downstream Port Containment
2016-04-26 22:49 UTC
[PATCH v3 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
2016-04-26 21:45 UTC (6+ messages)
` [PATCH v3 1/2] dt-bindings: pci: add DT binding "
` [PATCH v3 2/2] pci: host: new driver "
[PATCH] pcie: Add driver for Downstream Port Containment
2016-04-26 21:17 UTC (3+ messages)
[PATCH v4 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
2016-04-26 21:10 UTC (9+ messages)
` [PATCH v4 1/4] PCI: No need to set d3cold_allowed to "
` [PATCH v4 2/4] PCI: Move PCIe ports to D3 during suspend
` [PATCH v4 3/4] ACPI / hotplug / PCI: Runtime resume bridge before rescan
` [PATCH v4 4/4] PCI: Add runtime PM support for PCIe ports
[PATCH] Add support for Downstream Port Containment
2016-04-26 21:06 UTC (3+ messages)
[PATCH v2 0/2] pci: host: new driver for Marvell Armada 7K/8K PCIe controller
2016-04-26 19:09 UTC (7+ messages)
[PATCH v2] PCI: Designware: remove wrong RC memory base/limit configuration
2016-04-26 18:43 UTC (2+ messages)
[PATCH 00/14] DT: Fix spelling of standard properties
2016-04-26 16:08 UTC (28+ messages)
` [PATCH 01/14] ARM: dts: STiH407: DT spelling s/interrupts-names/interrupt-names/
` [PATCH 02/14] ARM: dts: omap5-board-common: DT spelling s/interrupt-name/interrupt-names/
` [PATCH 03/14] ARM: dts: omap5-cm-t54: "
` [PATCH 04/14] ARM: dts: OMAP36xx: : DT spelling s/#address-cell/#address-cells/
` [PATCH 05/14] arm64: dts: lg1312: DT spelling s/#interrupts-cells/#interrupt-cells/
` [PATCH 06/14] dmaengine: bcm2835: DT spelling s/interrupts-names/interrupt-names/
` [PATCH 07/14] dt: booting-without-of: DT spelling s/#interrupt-cell/#interrupt-cells/
` [PATCH 08/14] powerpc: dts: acadia: DT spelling s/#interrupts-parent/#interrupt-parent/
` [PATCH 09/14] Input: touchscreen: Broadcom iProc: DT spelling s/clock-name/clock-names/
` [PATCH 10/14] misc: sram: DT spelling s/#adress-cells/#address-cells/
` [PATCH 11/14] PCI: hisi: DT spelling s/interrupts-*/interrupt-*/
` [PATCH 12/14] phy: phy-stih41x-usb: DT spelling s/#phy-cell/#phy-cells/
` [PATCH 13/14] rtc: rtc-sa1100: DT spelling s/interrupt-name/interrupt-names/
` [PATCH 14/14] regulator: ti-abb: DT spelling s/#{address,size}-cell/#{address,size}-cells/
[PATCH v2 0/3] arm/arm64: pci: PCI_PROBE_ONLY clean-up
2016-04-26 12:47 UTC (3+ messages)
` [PATCH v2 1/3] drivers: pci: add generic code to claim bus resources
[RFC v6 01/10] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
2016-04-26 6:44 UTC (4+ messages)
` [RFC v6 04/10] PCI: Add support for enforcing all MMIO BARs to be page aligned
[PATCH v2 1/2] PCI: Fix BUG on device attach failure
2016-04-26 1:00 UTC (4+ messages)
` [PATCH v2 2/2] PCI: Do not treat EPROBE_DEFER as "
[PATCH v11 00/60] PCI: Resource allocation cleanup for v4.7
2016-04-25 21:01 UTC (5+ messages)
` [PATCH v11 02/60] alpha/PCI: Only check iomem_is_exclusive() for IORESOURCE_MEM, not IORESOURCE_IO
` [PATCH v11 04/60] sparc/PCI: Use correct offset for bus address to resource
[PATCH v10 00/59] PCI: Resource allocation cleanup for v4.6
2016-04-25 20:57 UTC (8+ messages)
` [PATCH v10 06/59] PCI: Kill wrong quirk about M7101
Exception due to PCI: Use pci_is_root_bus() to check for root bus
2016-04-25 16:59 UTC (5+ messages)
` [PATCH] "
[PATCH] PCI: Refine broken INTx masking for Mellanox devices
2016-04-25 13:55 UTC (5+ messages)
[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
2016-04-24 17:04 UTC (6+ messages)
[PATCH] PCI: Add Broadcom 4331 reset quirk to prevent IRQ storm
2016-04-24 16:58 UTC (5+ messages)
[PATCH v2 0/4] PCI: Add support for suspending (including runtime) of PCIe ports
2016-04-24 16:13 UTC (16+ messages)
` [PATCH v2 4/4] PCI: Add runtime PM support for "
[RFC 0/4] Runtime pm for thunderbolt.ko
2016-04-24 15:23 UTC (4+ messages)
` [RFC 4/4] thunderbolt: Support runtime pm
[RFC PATCH 00/11] ACPI IORT ARM SMMU support
2016-04-22 10:57 UTC (8+ messages)
` [RFC PATCH 06/11] drivers: iommu: make of_xlate() interface DT agnostic
` [RFC PATCH 09/11] drivers: acpi: implement acpi_dma_configure
[PATCH v8 00/45] powerpc/powernv: PCI hotplug support
2016-04-22 4:23 UTC (87+ messages)
` [PATCH v8 03/45] powerpc/pci: Cleanup on struct pci_controller_ops
` [PATCH v8 09/45] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v8 11/45] powerpc/powernv: Track M64 segment consumption
` [PATCH v8 13/45] powerpc/powernv/ioda1: M64 support on P7IOC
` [PATCH v8 15/45] powerpc/powernv/ioda1: Introduce PNV_IODA1_DMA32_SEGSIZE
` [PATCH v8 16/45] powerpc/powernv: Remove DMA32 PE list
` [PATCH v8 17/45] powerpc/powernv/ioda1: Improve DMA32 segment track
` [PATCH v8 18/45] powerpc/powernv: Increase PE# capacity
` [PATCH v8 20/45] powerpc/powernv: Allocate PE# in reverse order
` [PATCH v8 21/45] powerpc/powernv: Create PEs at PCI hot plugging time
` [PATCH v8 22/45] powerpc/powernv/ioda1: Support releasing IODA1 TCE table
` [PATCH v8 24/45] powerpc/pci: Rename pcibios_{add,remove}_pci_devices()
` [PATCH v8 28/45] powerpc/pci: Introduce pci_remove_device_node_info()
` [PATCH v8 29/45] powerpc/pci: Export pci_traverse_device_nodes()
` [PATCH v8 30/45] powerpc/pci: Delay populating pdn
` [PATCH v8 35/45] powerpc/powernv: Fundamental reset in pnv_pci_reset_secondary_bus()
` [PATCH v8 36/45] powerpc/powernv: Support PCI slot ID
` [PATCH v8 37/45] powerpc/powernv: Use firmware PCI slot reset infrastructure
` [PATCH v8 38/45] powerpc/powernv: Functions to get/set PCI slot status
` [PATCH v8 39/45] powerpc/powernv: Select OF_DYNAMIC
` [PATCH v8 40/45] drivers/of: Split unflatten_dt_node()
` [PATCH v8 45/45] PCI/hotplug: PowerPC PowerNV PCI hotplug driver
[PATCH v3] PCI: rcar-pcie: Remove Gen2 designation from Kconfig
2016-04-22 0:14 UTC (3+ messages)
[PATCH v2] PCI: designware: move remaining rc setup code to dw_pcie_setup_rc()
2016-04-21 15:53 UTC (12+ messages)
[PATCH REPOST] Extend PCIE_BUS_PEER2PEER to set MRSS=128 to fix CNS3xxx BM DMA
2016-04-21 15:42 UTC (2+ messages)
[PATCH v5 0/6] drivers:hv: Ensure that bridge windows don't overlap
2016-04-21 15:37 UTC (3+ messages)
` [PATCH v5 2/6] drivers:hv: Call vmbus_mmio_free() to reverse vmbus_mmio_allocate()
[PATCH v2] PCI: rcar-pcie: Remove Gen2 designation from Kconfig
2016-04-21 3:53 UTC (4+ messages)
[PATCH] PCI: Fix device attach failure handling
2016-04-20 20:26 UTC (6+ messages)
PCI Hot Plug: OS can not program BARs for new devices
2016-04-20 19:21 UTC (4+ messages)
[PATCH v3 1/3] PCI: imx6: Use enum instead of bool for variant indicator
2016-04-20 15:45 UTC (3+ messages)
` [PATCH v3 2/3] PCI: imx6: Implement reset sequence for i.MX6+
` [PATCH v3 3/3] ARM: dts: imx6qp: Specify imx6qp version of PCIe core
[PATCH next v2 1/2] PCI: keystone: add pci error irq handler
2016-04-20 14:29 UTC (6+ messages)
` [PATCH next v2 2/2] PCI: keystone: remove unnecessary goto statement
[PATCH v5] PCI: imx6: add dt prop for link gen, default to gen1
2016-04-20 0:57 UTC (2+ messages)
[PATCH] ARM: imx6: Fix PCIe reset gpio polarity on Toradex Apalis
2016-04-20 0:48 UTC (2+ messages)
[PATCH 0/2] PCI: Skylake PCH ACS quirks
2016-04-19 23:53 UTC (2+ messages)
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).