linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-26 17:42:18 to 2012-10-04 22:01:23 UTC [more...]

[PATCH 00/10] PCI, ACPI: Use bus type notifier for root bus hotplug
 2012-10-04 22:01 UTC  (44+ messages)
` [PATCH 01/10] device: add drivers_autoprobe in struct device
                      ` [PATCH 0/4] ACPI: kill acpi_pci_root_start
                        ` [PATCH 1/4] ACPI: add drivers_autoprobe in struct acpi_device
                        ` [PATCH 2/4] ACPI: use device drivers_autoprobe to delay loading acpi drivers
                        ` [PATCH 3/4] PCI, ACPI: Remove not used acpi_pci_root_start()
                        ` [PATCH 4/4] ACPI: remove acpi_op_start workaround
` [PATCH 02/10] ACPI: use device drivers_autoprobe to delay loading acpi drivers
` [PATCH 03/10] PCI: prepare to use device drivers_autoprobe to delay attach drivers
` [PATCH 04/10] PCI: Use device_add for device and bus early
` [PATCH 05/10] PCI, ACPI: Separate out acpi_pci_root_osc_contorl_set
` [PATCH 06/10] PCI, ACPI: Move hot add root bus conf code to acpi_pci_root_add
` [PATCH 07/10] PCI, ACPI: Remove not used acpi_pci_root_start()
` [PATCH 08/10] PCI: Add dev_is_pci_host_bridge() helper
` [PATCH 09/10] PCI, ACPI: using acpi/pci bind path for pci_host_bridge
` [PATCH 10/10] PCI, ACPI: use bus_type notifier for acpi_pci_bind_notify

[PATCH] revert "PCI: log vendor/device ID always"
 2012-10-04 16:37 UTC  (3+ messages)

vfio: missing patch in linux 3.6
 2012-10-04 16:28 UTC  (4+ messages)

[RFC] PCI: enable and disable sriov support via sysfs at per device level
 2012-10-04 15:13 UTC  (36+ messages)
          ` [PATCH 1/2] PCI: Add pci_dev_type
            ` [PATCH 2/2] PCI, sys: Use is_visable() with boot_vga attribute for pci_dev
            ` [PATCH 0/5] PCI: per pci device sysfs set_max_vfs support
              ` [PATCH 1/5] PCI: Add pci_dev_type
              ` [PATCH 2/5] PCI, sys: Use is_visable() with boot_vga attribute for pci_dev
              ` [PATCH 3/5] PCI: add set_max_vfs in pci_driver ops
              ` [PATCH 4/5] PCI: Add max_vfs in sysfs per pci device where supports
              ` [PATCH 5/5] ixgbe: add driver set_max_vfs support

[PATCH v3 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs
 2012-10-04 14:35 UTC  (20+ messages)
` [PATCH v3 -tip 1/5] x86, MSI: Support multiple MSIs in presense of IRQ remapping
` [PATCH v3 -tip 2/5] x86, MSI: Allocate as many multiple IRQs as requested
` [PATCH v3 -tip 3/5] x86, MSI: Minor readability fixes
` [PATCH v3 -tip 4/5] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
` [PATCH v3 -tip 5/5] AHCI: Support multiple MSIs

[PATCH v2 0/2] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-10-03 13:23 UTC  (7+ messages)
` [PATCH v2 1/2] x86, pci: Reset PCIe devices at boot time
` [PATCH v2 2/2] x86, pci: Enable PCI INTx when MSI is disabled

[PATCH 0/2] PCI-Express Non-Transparent Bridge Support
 2012-10-03  7:11 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net: Add support for NTB virtual ethernet device

[RFC/PATCH] ia64, SR870, EFI bug breaks ata_piix, uninitialized ICH4 IDE EXBAR mem resource
 2012-10-02 19:48 UTC  (9+ messages)
  ` [RFC/PATCH v2] "

pci_request_regions()
 2012-10-02 15:08 UTC  (5+ messages)

[RFD][PATCH 0/7] PM / QoS: Support for PM QoS device flags
 2012-10-02  2:17 UTC  (14+ messages)
` [RFD][PATCH 1/7] PM / QoS: Prepare device structure for adding more constraint types
` [RFD][PATCH 2/7] PM / QoS: Introduce request and constraint data types for PM QoS flags
` [RFD][PATCH 3/7] PM / QoS: Prepare struct dev_pm_qos_request for more request types
` [RFD][PATCH 4/7] PM / QoS: Introduce device PM QoS flags support
` [RFD][PATCH 5/7] PM / QoS: Make it possible to expose PM QoS device flags to user space
` [RFD][PATCH 6/7] PM / Domains: Check device PM QoS flags in pm_genpd_poweroff()
` [RFD][PATCH 7/7] PM / ACPI: Take device PM QoS flags into account

[PATCH 0/8] PCI, ACPI, x86: pci root bus hotplug support pci_root.c related core changes
 2012-10-01 18:01 UTC  (26+ messages)
` [PATCH 1/8] PCI: Separate out pci_assign_unassigned_bus_resources()
` [PATCH 2/8] PCI: Move pci_rescan_bus() back to probe.c
` [PATCH 3/8] PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
` [PATCH 4/8] PCI, ACPI: assign unassigned resource for hot add root bus
` [PATCH 5/8] PCI: Add pci_stop_and_remove_root_bus()
` [PATCH 6/8] PCI, ACPI: Make acpi_pci_root_remove stop/remove pci root bus
` [PATCH 7/8] PCI, ACPI: delete root bus prt during hot remove path
` [PATCH 8/8] PCI, ACPI: remove acpi_root_driver in reserse order

[GIT PULL] PCI changes for v3.7
 2012-10-01 17:28 UTC 

New commands to configure IOV features
 2012-10-01 14:12 UTC  (19+ messages)

[PATCH v3 0/6] acpi,pci: hostbridge hotplug support
 2012-09-28 19:44 UTC  (19+ messages)
` [PATCH v3 7/8] ACPI, PCI: add hostbridge removal function
` [PATCH v3 8/8] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge

Why hold device_lock when calling callback in pci_walk_bus?
 2012-09-28 13:27 UTC  (3+ messages)

[PATCH 00/29] PCI: use pci host bridge to loop pci root bus
 2012-09-28  5:48 UTC  (6+ messages)
` [PATCH 10/29] PCI, USB: remove find_bridge in acpi_bus_type

[RFC v4 2/2] net: Add support for NTB virtual ethernet device
 2012-09-27 22:42 UTC 

[RFC v4 1/2] PCI-Express Non-Transparent Bridge Support
 2012-09-27 22:42 UTC 

[RFC v4 0/2] PCI-Express Non-Transparent Bridge Support
 2012-09-27 22:42 UTC 

inux-next: Tree for Sept 26 (not bootable on AMD64: thermal|acpi|drm/i915|pci related?)
 2012-09-27  6:16 UTC  (7+ messages)

[PATCH v2 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs
 2012-09-27  4:59 UTC  (5+ messages)
` [PATCH v2 -tip 5/5] "

[PATCH 1/2] PCI: introduce root bridge hotplug safe interfaces to walk root buses
 2012-09-26 20:14 UTC  (3+ messages)
` [PATCH v4] PCI: introduce two interfaces to walk PCI buses


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