linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-04 08:01:36 to 2015-03-10 00:19:20 UTC [more...]

[PATCH v4 0/4] pci: iproc: Add Broadcom iProc PCIe support
 2015-03-10  0:21 UTC  (2+ messages)
` [PATCH v4 1/4] PCI: Export symbols of PCI functions

[PATCH v3 0/3] pci: iproc: Add Broadcom iProc PCIe support
 2015-03-09 23:45 UTC  (10+ messages)
` [PATCH v3 1/3] pci: iProc: define iProc PCIe platform bus binding
` [PATCH v3 2/3] pci: iproc: Add Broadcom iProc PCIe support
` [PATCH v3 3/3] ARM: dts: enable PCIe support for Cygnus

[RFC] Build with arm64 configuration
 2015-03-09 23:35 UTC  (2+ messages)

[Patch v2 resend] apple-gmux: lock iGP IO to protect from vgaarb changes
 2015-03-09 22:11 UTC  (2+ messages)

[PCI] BUG: unable to handle kernel
 2015-03-09 20:52 UTC  (15+ messages)

[PATCH 1/2] PCI: allow MSI chip providers to implement their own multiple MSI setup
 2015-03-09 17:33 UTC  (2+ messages)
` [PATCH 2/2] PCI: designware: implement multiple MSI irq setup

[PATCH] PCI / ACPI: PCI delay optimization from ACPI
 2015-03-09 14:33 UTC  (2+ messages)

[PATCH v5 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-09  2:47 UTC  (32+ messages)
` [PATCH v5 01/29] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v5 02/29] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v5 03/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v5 04/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v5 05/29] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v5 06/29] PCI: Pass PCI domain number combined with root bus number
` [PATCH v5 07/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v5 08/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v5 09/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v5 10/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v5 11/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v5 12/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v5 13/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v5 14/29] ia64/PCI: "
` [PATCH v5 15/29] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v5 16/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 17/29] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v5 18/29] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v5 19/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v5 20/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v5 21/29] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v5 22/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v5 23/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v5 24/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v5 25/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v5 26/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v5 27/29] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v5 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v5 29/29] PCI: Remove pci_bus_assign_domain_nr()

[PATCH v6 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-03-09  2:34 UTC  (31+ messages)
` [PATCH v6 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v6 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v6 03/30] PCI: Export busn_resource to drivers/pci
` [PATCH v6 04/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v6 05/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v6 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v6 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v6 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v6 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v6 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v6 13/30] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v6 14/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v6 15/30] ia64/PCI: "
` [PATCH v6 16/30] powerpc/pci: Rename pcibios_root_bridge_prepare()
` [PATCH v6 17/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 18/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v6 19/30] sparc/PCI: Claim bus resources before pci_bus_add_devices()
` [PATCH v6 20/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v6 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v6 22/30] parisc/PCI: Use pci_scan_root_bus() for simplicity
` [PATCH v6 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v6 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v6 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v6 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v6 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v6 28/30] PCI: Export find_pci_host_bridge() and rename to pci_find_host_bridge()
` [PATCH v6 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v6 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH v3 0/8] x86, boot: clean up setup_data handling
 2015-03-09  0:18 UTC  (12+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly
` [PATCH v3 3/8] x86, of: Let add_dtb reserve setup_data locally
` [PATCH v3 4/8] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH v3 5/8] x86: Kill not used setup_data handling code
` [PATCH v3 6/8] x86, boot, PCI: Convert SETUP_PCI data to list
` [PATCH v3 7/8] x86, boot, PCI: Copy SETUP_PCI rom to kernel space
` [PATCH v3 8/8] x86, boot, PCI: Export SETUP_PCI data via sysfs

[PATCH v3 0/8] x86, boot: clean up setup_data handling
 2015-03-08  0:50 UTC  (3+ messages)
` [PATCH v3 1/8] x86: Kill E820_RESERVED_KERN
` [PATCH v3 2/8] x86, efi: Copy SETUP_EFI data and access directly

[PATCH v2 00/15] x86, boot: clean up kasl and setup_data handling
 2015-03-07 21:11 UTC  (36+ messages)
` [PATCH v2 01/15] x86, kaslr: Use init_size instead of run_size
` [PATCH v2 02/15] x86, boot: move ZO to end of buffer
` [PATCH v2 04/15] x86, kaslr: get kaslr_enabled back correctly
` [PATCH v2 07/15] x86, kaslr, 64bit: set new or extra ident_mapping
` [PATCH v2 10/15] x86, of: let add_dtb reserve by itself
` [PATCH v2 11/15] x86, boot: Add add_pci handler for SETUP_PCI
` [PATCH v2 12/15] x86: kill not used setup_data handling code
` [PATCH v2 13/15] x86, pci: convert SETUP_PCI data to list
` [PATCH v2 14/15] x86, boot: copy rom to kernel space
` [PATCH v2 15/15] x86, pci: export SETUP_PCI data via sysfs

MSI IRQ affinity question
 2015-03-07 19:30 UTC 

[PATCH 0/2] PCI: pci_unignore_hotplug()
 2015-03-06 22:12 UTC  (4+ messages)

[PATCH 0/5] vfio-pci: Misc enhancements
 2015-03-06 22:11 UTC  (11+ messages)
` [PATCH 1/5] vfio-pci: Allow PCI IDs to be specified as module options
` [PATCH 2/5] vfio-pci: Add module option to disable VGA region access
` [PATCH 3/5] vfio-pci: Remove warning if try-reset fails
` [PATCH 4/5] vfio-pci: Move idle devices to D3hot power state
` [PATCH 5/5] vfio-pci: Add VGA arbiter client

[PATCH v2 0/9] PCI: MMCONFIG clean up
 2015-03-06 18:53 UTC  (2+ messages)

[PATCH 0/4] Support registering specific reset handler
 2015-03-06 18:38 UTC  (6+ messages)

[PATCH] PCI/AER: Avoid info leak in __print_tlp_header
 2015-03-06 18:33 UTC  (3+ messages)
` [PATCH v2] "

[patch] PCI: cpcihp: missing curly braces in cpci_configure_slot()
 2015-03-06 18:29 UTC  (2+ messages)

[PATCH v3] pci: spear: Drop __initdata from spear13xx_pcie_driver
 2015-03-06 18:16 UTC  (4+ messages)

[PATCH] PCI: xgene: fix breakage from generic config usage
 2015-03-06 17:04 UTC  (3+ messages)

[GIT PULL] Power management and ACPI fixes for 4.0-rc3
 2015-03-06 15:16 UTC 

MRL Sensor or Attention Button event and hotplug scripts
 2015-03-06 12:00 UTC 

PCIE link reset in older kernels < 2.6.33
 2015-03-06  7:26 UTC  (3+ messages)

[PATCH] pci: host: xgene: fix incorrectly returned address by map_bus
 2015-03-06  4:54 UTC  (8+ messages)

[PATCH] x86/PCI: Fully disable devices before releasing IRQ resource
 2015-03-06  3:51 UTC  (3+ messages)

Fwd: NULL Pointer in 3.x during PCI bus enumeration
 2015-03-06  2:27 UTC  (4+ messages)
  `  "

[Patch v4 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-03-04 23:48 UTC  (4+ messages)
` [Patch v4 21/23] x86/PCI: Refine the way to release PCI IRQ resources

[Debug 0/2] Fix regressions caused by commit 593669c2ac0f
 2015-03-04 21:31 UTC  (7+ messages)
` [Debug 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs

[PATCH 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-03-04 19:40 UTC  (6+ messages)
` [PATCH v2 0/4] PCI: X-Gene: Add APM X-Gene v1 "
` [PATCH v2 1/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
` [PATCH v2 2/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
` [PATCH v2 3/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
` [PATCH v2 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver

[PATCH] ia64/PCI: Fix the build warning of pci_domain_nr()
 2015-03-04 17:22 UTC  (2+ messages)

PCIe 32-bit MMIO exhaustion
 2015-03-04 17:01 UTC  (3+ messages)

[Bugfix 1/2] x86/PCI/ACPI: Ignore resources consumed by host bridge itself
 2015-03-04 14:26 UTC  (4+ messages)
` [Bugfix 2/2] x86/PCI/ACPI: Relax ACPI resource descriptor checks to work around BIOS bugs


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