linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-22 14:53:54 to 2016-07-02 23:13:30 UTC [more...]

[PATCH 00/14] PCI: trivial demodularization of builtin code
 2016-07-02 23:13 UTC  (6+ messages)
` [PATCH 02/14] PCI: artpec6: make it explicitly non-modular
` [PATCH 03/14] PCI: designware-plat: "
` [PATCH 08/14] PCI: mvebu: "
` [PATCH 09/14] PCI: rcar: "
` [PATCH 10/14] PCI: rcar-gen2: "

[PATCH v4 1/2] Documentation: bindings: add dt doc for Rockchip PCIe controller
 2016-07-02  9:20 UTC  (6+ messages)
` [PATCH v4 2/2] PCI: Rockchip: Add Rockchip PCIe controller support

[PATCH v3 0/7] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-07-02  0:37 UTC  (22+ messages)
` [PATCH v3 1/7] PCI: Ignore enforced alignment when kernel uses existing firmware setup
` [PATCH v3 2/7] PCI: Ignore enforced alignment to VF BARs
` [PATCH v3 3/7] PCI: Do not disable memory decoding in pci_reassigndev_resource_alignment()
` [PATCH v3 4/7] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v3 5/7] PCI: Do not use IORESOURCE_STARTALIGN to identify bridge resources
` [PATCH v3 6/7] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [PATCH v3 7/7] PCI: Add a macro to set default alignment for all PCI devices

[GIT PULL] ACPI fix for v4.7-rc6
 2016-07-01 21:16 UTC 

[PATCH v2 1/2] PCI: Add new method for registering PCI hosts
 2016-07-01 16:30 UTC  (13+ messages)
` [PATCH v2 2/2] PCI: tegra: Use new pci_register_host() interface

[GIT PULL] PCI: tegra: Changes for v4.8-rc1
 2016-07-01 15:00 UTC 

[PATCH v2] Add tw5864 driver
 2016-07-01 13:35 UTC  (2+ messages)

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-07-01  8:46 UTC  (9+ messages)
` [PATCH v2 1/2] nxp/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v2 2/2] pci/aer: interrupt fixup in the quirk
` [PATCH v3 1/2] nxp/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v3 2/2] pci/aer: interrupt fixup in the quirk

automatic interrupt affinity for MSI/MSI-X capable devices V2
 2016-07-01  7:25 UTC  (13+ messages)
` [PATCH 06/13] irq: add a helper spread an affinity mask for MSI/MSI-X vectors
` [PATCH 07/13] pci: Provide sensible irq vector alloc/free routines
` [PATCH 08/13] pci: spread interrupt vectors in pci_alloc_irq_vectors

[PATCH v4 12/22] sh: Add PCI host bridge driver for SH7751
 2016-07-01  1:43 UTC  (6+ messages)
` [PATCH v4 16/22] pci: pci_config_window move to linux/pci.h
` [PATCH v4 17/22] pci: PCI_HOST_GENERIC enable for SH

[PATCH] pci: tegra: correctly program PADS_REFCLK registers
 2016-06-30 15:46 UTC  (7+ messages)

[PATCH v3 0/4] ARM/ARM64: PCI: PCI_PROBE_ONLY clean-up
 2016-06-30 14:01 UTC  (9+ messages)
` [PATCH v3 4/4] ARM/PCI: remove arch specific pcibios_enable_device()

[PATCH 1/3] PCI: tegra: Make register definitions consistent
 2016-06-30 13:14 UTC  (3+ messages)
` [PATCH 2/3] PCI: tegra: Use pci_remap_iospace()
` [PATCH 3/3] PCI: tegra: Stop setting pcibios_min_mem

kernel-4.7 bug in Intel sound and/or ACPI
 2016-06-30  9:43 UTC  (23+ messages)

[PATCH v3 0/3] pci: Aardvark PCIe controller driver for Marvell Armada 3700
 2016-06-30  9:32 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller
` [PATCH v3 2/3] PCI: host: new PCI host controller driver for Aardvark
` [PATCH v3 3/3] arm64: dts: marvell: Aardvark PCIe support for Armada 3700

[PATCH v2 0/3] Aardvark PCIe controller driver for Marvell Armada 3700
 2016-06-30  9:26 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: add DT binding for the Aardvark PCIe controller
` [PATCH v2 2/3] PCI: host: new PCI host controller driver for Aardvark

[PATCH v5 00/44] dma-mapping: Use unsigned long for dma_attrs
 2016-06-30  8:25 UTC  (2+ messages)
  ` [PATCH v5 23/44] x86: "

[PATCH V2 0/4] ACPI,PCI,IRQ: correct ISA penalty calculation
 2016-06-29 21:40 UTC  (16+ messages)
` [PATCH V2 1/4] ACPI,PCI,IRQ: factor in PCI possible
` [PATCH V2 2/4] Revert "ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init()"
` [PATCH V2 3/4] ACPI,PCI,IRQ: separate ISA penalty calculation
` [PATCH V2 4/4] ACPI,PCI,IRQ: correct operator precedence

[PATCH v7] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-06-29 18:14 UTC 

[RFC PATCH v4 0/5] ECAM quirks handling for ARM64 platforms
 2016-06-29 15:38 UTC  (14+ messages)
` [RFC PATCH v4 1/5] PCI: Embed pci_ecam_ops in pci_config_window structure
` [RFC PATCH v4 2/5] PCI/ACPI: Move ACPI ECAM mapping to generic MCFG driver
` [RFC PATCH v4 3/5] PCI: Check platform specific ECAM quirks
` [RFC PATCH v4 4/5] ARM64/PCI: Start using quirks handling for ACPI based PCI host controller
` [RFC PATCH v4 5/5] PCI: thunder: Add ThunderX PEM MCFG quirk to the list

[PATCH] PCI: xilinx: Modify error handling
 2016-06-29 15:18 UTC 

[PATCH v2 0/8] thunderbolt: Introducing Thunderbolt(TM) networking
 2016-06-29  8:35 UTC  (9+ messages)
` [PATCH v2 1/8] thunderbolt: Macro rename
` [PATCH v2 2/8] thunderbolt: Updating device IDs
` [PATCH v2 3/8] thunderbolt: Updating the register definitions
` [PATCH v2 4/8] thunderbolt: Kconfig for Thunderbolt(TM) networking
` [PATCH v2 5/8] thunderbolt: Communication with the ICM (firmware)
` [PATCH v2 6/8] thunderbolt: Networking state machine
` [PATCH v2 7/8] thunderbolt: Networking transmit and receive
` [PATCH v2 8/8] thunderbolt: Networking doc

[PATCH v3 11/19] sh: Add PCI host bridge driver for SH7751
 2016-06-28 21:05 UTC  (4+ messages)
` [PATCH v3 15/19] pci: pci_config_window move to linux/pci.h
` [PATCH v3 16/19] pci: PCI_HOST_GENERIC enable for SH

[PATCH] Decouple CFG and IO in Designware PCIe Driver
 2016-06-28 13:50 UTC  (5+ messages)

[PATCH] Exchange the Assignments of `MEMORYs' and `CFGs/IOs' in Designware PCIe Driver
 2016-06-28  8:12 UTC 

[PATCH V3 1/3] x86/ioapic: Support hot-removal of IOAPICs present during boot
 2016-06-26  3:44 UTC  (10+ messages)
` [PATCH V4 "
        ` [PATCH V5 "

[PATCH] pci: Use same logic in pci_vpd_read as that of pci_vpd_write
 2016-06-25  4:08 UTC 

[PATCH] PCI: PCI_PROBE_ONLY clean-up
 2016-06-24 22:35 UTC  (5+ messages)
` [PATCH] MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-ups

[PATCH v1 00/25] PCI: Request host bridge window resources
 2016-06-24 14:19 UTC  (7+ messages)
` [PATCH v1 19/25] PCI: rcar Gen2: "

[PATCH V7 0/8] Introduce ACPI world to ITS irqchip
 2016-06-24 11:04 UTC  (2+ messages)

[PATCH] pci: Add support for unbinding the generic PCI host controller
 2016-06-24  6:50 UTC  (6+ messages)

[PATCH v2 1/2] PCI: Add PCI device flag PCI_DEV_FLAGS_DMA_ALIAS_ROOT
 2016-06-24  3:37 UTC  (8+ messages)

[GIT PULL] PCI fixes for v4.7
 2016-06-24  2:36 UTC 

[PATCH v3][UPDATE] ARM/PCI: claim bus resources on PCI_PROBE_ONLY set-ups
 2016-06-23 16:30 UTC  (2+ messages)

[PATCH] PCI: release pci_host_bridge resource after remove root bus
 2016-06-23 11:42 UTC 

[RFC PATCH v2 00/15] ACPI IORT ARM SMMU v3 support
 2016-06-23 11:32 UTC  (8+ messages)
` [RFC PATCH v2 03/15] arm64: mm: change IOMMU notifier action to attach DMA ops

[PATCH v3 2/2] PCI: Rockchip: Add Rockchip PCIe controller support
 2016-06-23  2:15 UTC  (5+ messages)

[PATCH V7 1/8] ACPI: I/O Remapping Table (IORT) initial support
 2016-06-23  1:34 UTC  (6+ messages)

[PATCH v10 00/18] powerpc/powernv: PCI hotplug support
 2016-06-23  1:34 UTC  (4+ messages)
` [PATCH v10 13/18] powerpc/pci: Delay populating pdn

[PATCH v13 00/16] PCI: Fixup for 64bit resource with sparc
 2016-06-22 19:22 UTC  (6+ messages)
` [PATCH v13 01/16] PCI: Let pci_mmap_page_range() take resource address

PCI resource allocation not using pref 64-bit
 2016-06-22 15:42 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;
as well as URLs for NNTP newsgroup(s).