linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-15 03:24:00 to 2012-09-21 01:51:05 UTC [more...]

[RFC 0/3] PCI/PM: RTD3 fixes/changes for 3.7
 2012-09-21  1:50 UTC  (14+ messages)
` [RFC 1/3] PCI/PM: Fix kexec for D3cold and bridge suspending
` [RFC 2/3] PCI/PM: Make PCI devices notified when its power resource turned on
` [RFC 3/3] PCI/PM: Disable PME poll for PCIe devices

[PATCH 0/5] Simplify code by using hotplug safe pci_get_domain_bus_and_slot()
 2012-09-21  1:51 UTC  (7+ messages)
` [PATCH 4/5] PCI/IOV: simplify code by "

[PATCH v3 0/6] acpi,pci: hostbridge hotplug support
 2012-09-20 19:32 UTC  (19+ messages)
` [PATCH v3 1/8] ACPI, PCI: Use normal list for struct acpi_pci_driver
` [PATCH v3 2/8] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
` [PATCH v3 3/8] ACPI, PCI: add acpi_pci_drivers protection
` [PATCH v3 4/8] ACPI, PCI: change acpi_pci_drivers' add/remove interface
` [PATCH v3 5/8] ACPI, PCI: change acpi_pci_find_root implementation
` [PATCH v3 6/8] ACPI, PCI: add acpi_pci_roots protection
` [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

[RFC PATCH v1 00/22] introduce PCI bus lock to serialize PCI hotplug operations
 2012-09-20 18:49 UTC  (12+ messages)
` [RFC PATCH v1 06/22] PCI: use a global lock to serialize PCI root bridge "
        ` [PATCH 1/2] PCI: introduce root bridge hotplug safe interfaces to walk root buses

[RFC/PATCH] ia64, SR870, EFI bug breaks ata_piix, uninitialized ICH4 IDE EXBAR mem resource
 2012-09-20 16:02 UTC  (5+ messages)
  ` [RFC/PATCH v2] "

Fail to probe qla2xxx fiber channel card while doing pci hotplug
 2012-09-20 15:58 UTC  (15+ messages)

New commands to configure IOV features
 2012-09-20 15:39 UTC  (22+ messages)

[PATCH v3 0/2] ARM: pci: Prepare for Tegra PCIe controller driver
 2012-09-20  7:43 UTC  (3+ messages)
` [PATCH v3 1/2] ARM: pci: Keep pci_common_init() around after init
` [PATCH v3 2/2] ARM: pci: Allow passing per-controller private data

[PATCH v2 1/2] PCI: Keep pci_fixup_irqs() around after init
 2012-09-19 22:37 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: Provide a default pcibios_update_irq()

[PATCH part2 0/6] PCI, x86: pci root bus hotplug support - part2
 2012-09-19 18:54 UTC  (49+ messages)
` [PATCH part2 4/6] x86, PCI: Separate rom resource claim out
` [PATCH part2 6/6] PCI: Claim hw/fw allocated resources in hot add path
        ` [PATCH 00/40] PCI, ACPI, x86: pci root bus hotplug support
          ` [PATCH 01/40] PCI: fix default vga ref_count
          ` [PATCH 02/40] PCI, x86: clear initial value for root info resources
          ` [PATCH 03/40] PCI, ia64: "
          ` [PATCH 04/40] PCI, acpiphp: Add is_hotplug_bridge detection
          ` [PATCH 05/40] PCI: Add root bus children dev's res to fail list
          ` [PATCH 06/40] PCI: Split out stop_bus_device and remove_bus_dev again
          ` [PATCH 07/40] x86, PCI: Separate pcibios_allocate_bridge_resources()
          ` [PATCH 08/40] x86, PCI: Separate pcibios_allocate_dev_resources()
          ` [PATCH 09/40] x86, PCI: Let pcibios_allocate_bus_resources() take bus instead
          ` [PATCH 10/40] x86, PCI: Separate rom resource claim out
          ` [PATCH 11/40] PCI, x86: Add pcibios_fw_addr_done
          ` [PATCH 12/40] PCI, x86: Remove __init for hw/fw allocated functions
          ` [PATCH 13/40] PCI: Claim hw/fw allocated resources in hot add path
          ` [PATCH 14/40] PCI: Separate out pci_assign_unassigned_bus_resources()
          ` [PATCH 15/40] PCI: Move back pci_rescan_bus() to probe.c
          ` [PATCH 16/40] PCI: pci_bus_size_bridges() should not size own bridge
          ` [PATCH 17/40] PCI: Use __pci_bus_size_bridges() directly in pci_assign_unassigned_bus_resources()
          ` [PATCH 18/40] PCI: Rescan bus using callback method too
          ` [PATCH 19/40] PCI, sysfs: Clean up rescan/remove with schedule_callback
          ` [PATCH 20/40] PCI: Fix a device reference count leakage issue in pci_dev_present()
          ` [PATCH 21/40] PCI: Add pci_stop_and_remove_root_bus()
          ` [PATCH 22/40] PCI, acpiphp: Separate out hot-add support of pci host bridge
          ` [PATCH 23/40] PCI, ACPI: Pass device instead of handle when config root bridge
          ` [PATCH 24/40] PCI, acpi: Update acpi_pci_driver add/remove interface
          ` [PATCH 25/40] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
          ` [PATCH 26/40] PCI, ACPI: del root bus prt
          ` [PATCH 27/40] ACPI: acpi_bus_trim to support two steps
          ` [PATCH 28/40] PCI, ACPI: Add pci_root_hp hot removal notification support
          ` [PATCH 29/40] PCI, ACPI: Add alloc_acpi_hp_work()
          ` [PATCH 30/40] PCI, acpiphp: Use acpi_hp_work
          ` [PATCH 31/40] PCI, pci_root_hp: "
          ` [PATCH 32/40] PCI, ACPI: Make kacpi_hotplug_wq static
          ` [PATCH 33/40] ACPI, PCI: Use normal list for struct acpi_pci_driver
          ` [PATCH 34/40] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
          ` [PATCH 35/40] ACPI, PCI: Protect global lists in drivers/acpi/pci_root.c
          ` [PATCH 36/40] PCI: Set dev_node early for pci_dev
          ` [PATCH 37/40] PCI, x86: Move pci_enable_bridges() down
          ` [PATCH 38/40] ACPI, PCI: Skip extra pci_enable_bridges for non hot-add root
          ` [PATCH 39/40] PCI, acpiphp: Don't ailout even no slots found yet
          ` [PATCH 40/40] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing

[PATCH] PCI, x86: fix default vga ref_count
 2012-09-19 17:49 UTC  (15+ messages)
` [PATCH] PCI: Use correct type when freeing bus resource list
` [PATCH] PCI, x86: clear initial value for root info resources
            ` [PATCH] PCI, ia64: "
  ` [PATCH] PCI: fix default vga ref_count

[PATCH] PCI: Check bridge secondary/subordinate bus register
 2012-09-19 13:56 UTC  (4+ messages)

[PATCH 0/6] fix aer_inject bug while doing pci hot-plug
 2012-09-19  8:19 UTC  (23+ messages)
` [PATCH 1/6] PCI/AER: fix pci_ops return NULL when hotplug a pci bus doing aer error inject
` [PATCH 2/6] PCI/AER: introduce pci_bus_ops_get() function to avoid a small race condition window
` [PATCH 3/6] PCI/AER: clean all untracked pci_ops_aer when rmmod aer_inject
` [PATCH 4/6] PCI/AER: clean pci_bus_ops when related pci bus was removed
` [PATCH 5/6] PCI/AER: introduce pci_bus_ops_free to free pci_bus_ops
` [PATCH 6/6] PCI/AER: clean unused code pci_bus_ops_pop

[RFC][PATCH] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-09-19  1:52 UTC  (9+ messages)

[PATCH] pci: don't touch card regs after runtime suspend D3
 2012-09-19  1:07 UTC 

runtime PM and special power switches
 2012-09-18 21:47 UTC  (4+ messages)

[PATCH] pci: Convert pci_resource_<foo> macros to static inlines
 2012-09-18 18:51 UTC 

[PATCH v3 00/10] ARM: tegra: Add PCIe device tree support
 2012-09-18 15:56 UTC  (12+ messages)

[PATCH v2] intel-iommu: Default to non-coherent for domains unattached to iommus
 2012-09-18 11:58 UTC  (2+ messages)

[RFC PATCH v2 ]pci: pci resource iterator
 2012-09-18  0:03 UTC  (12+ messages)
      ` [RFC PATCH v3 "

[PATCH part1 1/4] PCI, pciehp: Turn on link again after power off the slot
 2012-09-17 23:56 UTC  (7+ messages)

[PATCH] pci: rewrite pci_call_probe() to use workqueue instead of work_on_cpu()
 2012-09-17 21:45 UTC  (4+ messages)

[PATCH v2 0/9] enhance PCI related drivers to handle hotplug events
 2012-09-17 15:41 UTC  (20+ messages)
` [PATCH v2 2/9] PCI: split registration of PCI bus devices into two stages
      ` [PATCH v3] "
` [PATCH v2 3/9] PCI: preserve dev->subordinate until pci_stop_dev() has been called
` [PATCH v2 5/9] ACPI/pci-bind: remove bind/unbind callbacks from acpi_device_ops
    ` [PATCH v3] "

[PATCH 1/2] PCI: Annotate pci_fixup_irqs with __devinit
 2012-09-16  6:50 UTC  (10+ messages)
` [PATCH 2/2] PCI: Provide a default pcibios_update_irq()

[PATCH v2 0/6] acpi,pci: hostbridge hotplug support
 2012-09-15  3:23 UTC  (6+ messages)
` [PATCH v2 4/6] ACPI, PCI: add acpi_pci_roots protection


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