linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-29 20:30:27 to 2015-08-06 04:13:21 UTC [more...]

[PATCH v6 00/42] powerpc/powernv: PCI hotplug suppport
 2015-08-06  4:11 UTC  (35+ messages)
` [PATCH v6 01/42] PCI: Add pcibios_setup_bridge()
` [PATCH v6 02/42] powerpc/powernv: Drop pnv_ioda_setup_dev_PE()
` [PATCH v6 03/42] powerpc/powernv: Enable M64 on P7IOC
` [PATCH v6 04/42] powerpc/powernv: Reorder fields in struct pnv_phb
` [PATCH v6 05/42] powerpc/powernv: Track IO/M32/M64 segments from PE
` [PATCH v6 06/42] powerpc/powernv: Simplify pnv_ioda_setup_pe_seg()
` [PATCH v6 07/42] powerpc/powernv: Improve IO and M32 mapping
` [PATCH v6 08/42] powerpc/powernv: Calculate PHB's DMA weight dynamically
` [PATCH v6 09/42] powerpc/powernv: DMA32 cleanup
` [PATCH v6 10/42] powerpc/powernv: pnv_ioda_setup_dma() configure one PE only
` [PATCH v6 11/42] powerpc/powernv: Trace DMA32 segments consumed by PE
` [PATCH v6 12/42] powerpc/powernv: Increase PE# capacity
` [PATCH v6 13/42] powerpc/pci: Cleanup on pci_controller_ops
` [PATCH v6 14/42] powerpc/pci: Override pcibios_setup_bridge()
` [PATCH v6 15/42] powerpc/powernv: PE oriented during configuration
` [PATCH v6 17/42] powerpc/powernv: Rename PE# fields in PHB
` [PATCH v6 18/42] powerpc/powernv: Allocate PE# in deasending order
` [PATCH v6 19/42] powerpc/powernv: Reserve PE# for root bus
` [PATCH v6 21/42] powerpc/powernv: Remove DMA32 list of PEs
` [PATCH v6 25/42] powerpc/powernv: Use PCI slot reset infrastructure
` [PATCH v6 26/42] powerpc/powernv: Simplify pnv_eeh_reset()
` [PATCH v6 27/42] powerpc/powernv: Don't cover root bus in pnv_pci_reset_secondary_bus()
` [PATCH v6 29/42] powerpc/pci: Don't scan empty slot
` [PATCH v6 30/42] powerpc/pci: Move pcibios_find_pci_bus() around
` [PATCH v6 31/42] powerpc/pci: Rename pcibios_{add,remove}_pci_devices
` [PATCH v6 32/42] powerpc/powernv: Introduce pnv_pci_poll()
` [PATCH v6 34/42] powerpc/pci: Delay creating pci_dn
` [PATCH v6 36/42] powerpc/pci: Update bridge windows on PCI plugging
` [PATCH v6 37/42] powerpc/powernv: Select OF_DYNAMIC
` [PATCH v6 38/42] drivers/of: Unflatten subordinate nodes after specified level
` [PATCH v6 39/42] drivers/of: Allow to specify root node in of_fdt_unflatten_tree()
` [PATCH v6 40/42] drivers/of: Return allocated memory chunk from of_fdt_unflatten_tree()
` [PATCH v6 41/42] drivers/of: Export OF changeset functions
` [PATCH v6 42/42] pci/hotplug: PowerPC PowerNV PCI hotplug driver

[PATCH v3] PCI: Only enable IO window if supported
 2015-08-06  2:22 UTC  (5+ messages)

Failure to HotPlug if devices not present at boot - no memory space
 2015-08-05 18:50 UTC  (6+ messages)

[PATCH v4 1/3] PCI: generic: remove dependency on hw_pci
 2015-08-05 11:51 UTC  (7+ messages)
` [PATCH v4 2/3] PCI: Add setup-irq.o when compiling for arm64
` [PATCH v4 3/3] PCI: generic: add arm64 support

[PATCH 0/2] pci: am57xx-evm: Fix PCIe card enumeration issue
 2015-08-05 10:40 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: am57xx-evm: Add 'gpios' property with gpio2_8

[PATCH v5 0/5] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-08-05  1:40 UTC  (15+ messages)
` [PATCH v5 1/5] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v5 2/5] PCI: designware: Add ARM64 support

[PATCH 0/2] PCI: pciehp: Remove unused interrupt stuff
 2015-08-04 23:59 UTC  (3+ messages)
` [PATCH 1/2] PCI: pciehp: Remove unused interrupt events
` [PATCH 2/2] PCI: pciehp: Remove ignored MRL sensor "

[PATCH v5 0/9] ARM: PCI: kill pcibios_msi_controller()
 2015-08-04 23:00 UTC  (12+ messages)
` [PATCH v5 1/9] ARM/PCI: Replace panic with WARN messages on failures
` [PATCH v5 2/9] PCI: Add pci_scan_root_bus_msi()
` [PATCH v5 3/9] ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()
` [PATCH v5 4/9] ARM/PCI: Remove msi_controller from struct pci_sys_data
` [PATCH v5 5/9] PCI/MSI: Remove unused pcibios_msi_controller() hook
` [PATCH v5 6/9] PCI: Drop references acquired by of_parse_phandle()
` [PATCH v5 7/9] PCI: xgene: Set msi_controller->dev to platform_device, not pci_bus
` [PATCH v5 8/9] PCI: xgene: Look for OF "msi-parent" in host controller, not root bus
` [PATCH v5 9/9] PCI: xgene: Use pci_scan_root_bus_msi()

[PATCH] pci/pciehp: bail on bogus pcie reads from removed devices
 2015-08-04 21:11 UTC  (10+ messages)

AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
 2015-08-04 18:11 UTC  (26+ messages)
              ` [dm-devel] "

[GIT PULL] PCI fixes for v4.2
 2015-08-04 16:13 UTC 

[PATCH v2 1/2] PCI: allow MSI chip providers to implement their own multivector MSI setup
 2015-08-04 15:11 UTC  (3+ messages)
` [PATCH v2 2/2] PCI: designware: implement multivector MSI irq setup

[PATCH v6] PCI: Store PCIe bus address in struct of_pci_range
 2015-08-04 10:12 UTC  (24+ messages)

[PATCH] PCI/AER: Cleanup AER error status registers on probing devices
 2015-08-04 16:42 UTC 

[PATCH v3 1/2] PCI: generic: remove dependency on hw_pci
 2015-08-04  7:35 UTC  (9+ messages)

[PATCH] aer: add cond_resched to aer_isr
 2015-08-03 22:44 UTC  (2+ messages)

[PATCH] ARM/PCI: set MPS before pci_bus_add_devices()
 2015-08-03 22:34 UTC  (5+ messages)

[PATCH 0/4] New Paravirtual front-end for PCI in a Hyper-V VM
 2015-08-03 19:43 UTC  (10+ messages)
` [PATCH 1/4] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH 2/4] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
` [PATCH 3/4] drivers:x86:pci: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH 4/4] drivers:pci:hv: New paravirtual PCI front-end for Hyper-V VMs

[RFC PATCH 0/1] iommu: Detach device from domain when removed from group
 2015-08-03 17:04 UTC  (4+ messages)

[PATCH v2 0/5] Altera PCIe host controller driver with MSI support
 2015-08-03 11:00 UTC  (12+ messages)
` [PATCH v2 1/5] arm: add msi.h to Kbuild
` [PATCH v2 2/5] pci:host: Add Altera PCIe host controller driver
` [PATCH v2 3/5] pci: altera: Add Altera PCIe MSI driver
` [PATCH v2 4/5] Documentation: dt-bindings: pci: altera pcie device tree binding
` [PATCH v2 5/5] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer

[PATCH 1/2] pci_ids: Add Pericom vendor and device ids
 2015-08-03  5:14 UTC  (5+ messages)
` [PATCH 2/2] serial: 8250_pci: Add support for Pericom PI7C9X795[1248]

[PATCH v2 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()
 2015-08-02 19:30 UTC  (6+ messages)
` [PATCH v2 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()
` [PATCH v2 2/4] mm: Add dma_pool_zalloc() call to DMA API
` [PATCH v2 3/4] pci: mm: Add pci_pool_zalloc() call
` [PATCH v2 4/4] coccinelle: mm: scripts/coccinelle/api/alloc/pool_zalloc-simple.cocci

X-Gene: Unhandled fault: synchronous external abort in pci_generic_config_read32
 2015-07-31 17:00 UTC  (9+ messages)

[PATCH v2 0/2] Fix a deadlock for aer and pciehp driver
 2015-07-31 15:31 UTC  (4+ messages)

[PATCH v5 0/3] dra7xx: Add PM support to PCIe
 2015-07-31 12:25 UTC  (4+ messages)
` [PATCH v5 1/3] PCI: host: pci-dra7xx: Disable pm_runtime on get_sync failure
` [PATCH v5 2/3] PCI: host: pci-dra7xx: add pm support to pci dra7xx
` [PATCH v5 3/3] PCI: host: pci-dra7xx: Idle the module by disabling MSE bit

[Resend: PATCH] PCI: designware: fix the boot noise for missing *config* reg space
 2015-07-31  8:18 UTC  (3+ messages)

[PATCH 0/6] Altera PCIe host controller driver with MSI support
 2015-07-31  3:19 UTC  (6+ messages)
` [PATCH 4/6] pci: altera: Add Altera PCIe MSI driver

[Patch v3 0/4] Introduce a mechanism to allocate PCI IRQ on demand
 2015-07-30 19:23 UTC  (2+ messages)

[RFC PATCH v2] PCI: Only enable IO window if supported
 2015-07-30 17:06 UTC  (11+ messages)

Virtex-5 FPGA PCIE single-function device
 2015-07-30 16:57 UTC  (2+ messages)

[PATCH] ARM64: PCI: do not enable resources on PROBE_ONLY systems
 2015-07-30 13:13 UTC 

[Patch v5 0/6] Consolidate ACPI PCI root common code into ACPI core
 2015-07-30  7:58 UTC  (10+ messages)
` [Patch v5 1/6] ACPI/PCI: Enhance ACPI core to support sparse IO space
` [Patch v5 4/6] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core

[PATCH v4 1/2] ARM: PCI: bios32: replace panic with WARN messages on failures
 2015-07-30  6:45 UTC  (4+ messages)
` [PATCH v4 2/2] ARM: pci: kill pcibios_msi_controller

[PATCH] PCI/ASPM: Don't remove pcie_link_state until we stop the last device
 2015-07-30  4:09 UTC 

[PATCH 0/3] PCI-e Max Payload Size configuration
 2015-07-29 22:18 UTC  (4+ messages)
` [PATCH] pci: Default MPS tuning, match upstream port
` [PATCH 2/3] QIB: Removing usage of pcie_set_mps()
` [PATCH 3/3] PCIE: Remove symbol export for pcie_set_mps()


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).