linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-03-09 07:17:20 to 2012-03-19 05:45:30 UTC [more...]

[PATCH -v11 00/30] PCI: allocate pci bus num range for unassigned bridge busn
 2012-03-19  5:43 UTC  (26+ messages)
` [PATCH -v11 01/30] x86, PCI: Add print all root info for not using _CRS path
` [PATCH -v11 02/30] x86, PCI: Allocate temp range array in amd_bus pci_root_info probing
` [PATCH -v11 03/30] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH -v11 04/30] PCI: Add busn_res into struct pci_bus
` [PATCH -v11 05/30] PCI: Add busn_res operation functions
` [PATCH -v11 06/30] PCI: Release busn_res when removing bus
` [PATCH -v11 07/30] PCI: Insert busn_res in pci_create_root_bus()
` [PATCH -v11 08/30] PCI: Checking busn_res in pci_scan_root_bus()
` [PATCH -v11 09/30] PCI: Add default busn_resource
` [PATCH -v11 10/30] PCI: Add default busn_res for pci_scan_bus()
` [PATCH -v11 11/30] x86, PCI: Add busn_res into resources list for acpi path
` [PATCH -v11 12/30] x86, PCI: Put busn resource in pci_root_info for not using _CRS path
` [PATCH -v11 13/30] PCI, ia64: Register busn_res for root buses
` [PATCH -v11 14/30] PCI, sparc: "
` [PATCH -v11 15/30] PCI, powerpc: "
` [PATCH -v11 17/30] resources: Add probe_resource()
` [PATCH -v11 18/30] resources: Replace registered resource in tree
` [PATCH -v11 19/30] PCI: Add pci_bus_extend/shrink_top()
` [PATCH -v11 20/30] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH -v11 22/30] PCI: Allocate bus range instead of use max blindly
` [PATCH -v11 24/30] PCI: Kill pci_fixup_parent_subordinate_busnr()
` [PATCH -v11 26/30] pcmcia: Remove workaround for fixing pci parent bus subordinate
` [PATCH -v11 27/30] PCI: Double checking setting for bus register and bus struct
` [PATCH -v11 28/30] PCI, pciehp: Remove not needed bus number range checking
` [PATCH -v11 29/30] PCI: More strict checking of valid range for bridge

[PATCH -v3 00/11] PCI: pci_host_bridge related cleanup
 2012-03-19  5:40 UTC  (12+ messages)
` [PATCH -v3 01/11] PCI: Separate host_bridge code out from probe.c
` [PATCH -v3 02/11] x86, PCI: Fix memleak with get_current_resources()
` [PATCH -v3 03/11] PCI: Rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH -v3 04/11] PCI: Add generic device into pci_host_bridge struct
` [PATCH -v3 05/11] PCI: Add host bridge release support
` [PATCH -v3 06/11] x86, PCI: Break down get_current_resource()
` [PATCH -v3 07/11] x86, PCI: Add host bridge resource release for _CRS path
` [PATCH -v3 08/11] x86, PCI: Embed name into pci_root_info struct
` [PATCH -v3 09/11] x86, PCI: Embed pci_sysdata into pci_root_info on acpi path
` [PATCH -v3 10/11] x86, PCI: Allocate pci_root_info for not using _CRS path
` [PATCH -v3 11/11] x86, PCI: Merge root info printing "

[PATCH 00/11] ARM: tegra: Add PCIe device tree support
 2012-03-18 17:31 UTC  (28+ messages)
` [PATCH 03/11] regulator: fixed: Support driver probe deferral
` [PATCH 05/11] tps6586x: Add device-tree support
` [PATCH 09/11] ARM: tegra: Rewrite PCIe support as a driver
` [PATCH 10/11] ARM: tegra: pcie: Add MSI support
` [PATCH 11/11] ARM: tegra: pcie: Add device tree support

[PATCH v2 0/7] PCI core support for bus-to-resource offsets (fixes)
 2012-03-17  3:33 UTC  (10+ messages)
` [PATCH v2 1/7] PCI: fix bridge I/O window bus-to-resource conversion
` [PATCH v2 2/7] arm/PCI: don't export pci_flags
` [PATCH v2 3/7] powerpc/PCI: compute I/O space bus-to-resource offset consistently
` [PATCH v2 4/7] powerpc/PCI: convert devtree bus addresses to resource
` [PATCH v2 5/7] powerpc/PCI: allow reallocation on PA Semi
` [PATCH v2 6/7] sparc/PCI: convert devtree and arch-probed bus addresses to resource
` [PATCH v2 7/7] unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h

[PATCH -v2 00/36] PCI: pci_host_bridge related cleanup and busn_alloc
 2012-03-16 21:04 UTC  (10+ messages)
` [PATCH 02/36] x86, PCI: Fix memleak with get_current_resources
` [PATCH 28/36] PCI: Add pci_bus_extend/shrink_top()

xHCI not waking up from D3 after S3 Resume on Ivybridge
 2012-03-16 17:49 UTC 

[PATCH 1/3] mmc: sdhci-pci: Add MSI support
 2012-03-16  3:41 UTC  (13+ messages)
` [PATCH 2/3] mmc: sdhci: check interrupt flags in ISR again
        ` [PATCH v2] "
` [PATCH 3/3] mmc: sdhci-pci: allow 8-bit bus width for Intel PCH
    ` [PATCH v2] "

[PATCH 00/12] PCI, x86: More pci hotplug related cleanup
 2012-03-16  3:23 UTC  (17+ messages)
` [PATCH 01/12] PCI: Add debug print out for pci related dev release
` [PATCH 02/12] x86, PCI: Let pcibios_allocate_bus_resources() take bus instead
` [PATCH 03/12] PCI: Claim hw/fw allocated resources in hot add path
` [PATCH 04/12] PCI: Kill pci_is_reassignedev()
` [PATCH 05/12] PCI: Add addon_resource support for pci_dev
` [PATCH 06/12] PCI: Use for_each_pci_dev_resource helper
` [PATCH 07/12] PCI: Make piix4 quirk to use addon_resource support
` [PATCH 08/12] PCI: Make quirk_io_region "
` [PATCH 09/12] PCI: Use addon_fixed_resource with ati fixed resource
` [PATCH 10/12] PCI, pciehp: Separate pci_hp_add_bridge()
` [PATCH 11/12] PCI, cphi_hotplug: Simplify configure_slot
` [PATCH 12/12] PCI, shpchp: Simplify configure_device

Initializing iwl3945 error
 2012-03-15 21:08 UTC  (3+ messages)

[PATCH v2 00/37] PCI, x86: pci root bus hotplug support
 2012-03-15 18:09 UTC  (65+ messages)
` [PATCH v2 01/37] IOMMU: Update dmar units devices list during hotplug
` [PATCH v2 02/37] PNPACPI: Fix device ref leaking in acpi_pnp_match
` [PATCH v2 03/37] IOMMU: Fix tboot force iommu logic
` [PATCH v2 04/37] x86, PCI: Fix non acpi path pci_sysdata leaking with release_fn
` [PATCH v2 05/37] PCI: Separate out pci_assign_unassigned_bus_resources()
` [PATCH v2 06/37] PCI: Move back pci_rescan_bus()
` [PATCH v2 07/37] PCI: pci_bus_size_bridges() should not size own bridge
` [PATCH v2 08/37] PCI: Use __pci_bus_size_bridges() directly in pci_assign_unassigned_bus_resources()
` [PATCH v2 09/37] PCI, sysfs: Use device_type and attr_groups with pci dev
` [PATCH v2 10/37] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH v2 11/37] PCI: Add pci_bus_add_single_device()
` [PATCH v2 12/37] PCI: Make pci_rescan_bus_bridge_resize() use pci_scan_bridge instead
` [PATCH v2 13/37] PCI: Clean up rescan_bus_bridge_resize()
` [PATCH v2 14/37] PCI: Rescan bus or bridge using callback method too
` [PATCH v2 15/37] PCI, sysfs: Clean up rescan/remove with scheule_callback
` [PATCH v2 16/37] PCI: Move pci_stop_and_remove_behind_bridge() down
` [PATCH v2 17/37] PCI: Add __pci_remove_bus_devices()
` [PATCH v2 18/37] PCI: Use list_for_each_entry_safe instead of list_for_each_safe
` [PATCH v2 19/37] PCI: Add pci_stop_and_remove_bus()
` [PATCH v2 20/37] PCI: Add pci bus removal through /sys/.../pci_bus/.../remove
` [PATCH v2 21/37] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
` [PATCH v2 22/37] PCI, acpiphp: remove hot-add support of pci host bridge
` [PATCH v2 23/37] PCI, ACPI: Add pci_root_hp hot add hotplug notification
` [PATCH v2 24/37] PCI, ACPI: Add pci_root_hp hot removal notification support
` [PATCH v2 25/37] PCI, ACPI: Add alloc_acpi_hp_work()
` [PATCH v2 26/37] PCI, acpiphp: Use acpi_hp_work
` [PATCH v2 27/37] PCI, pci_root_hp: "
` [PATCH v2 28/37] PCI, ACPI: Make kacpi_hotplug_wq static
` [PATCH v2 29/37] PCI, ACPI: Add acpi_pci_root_rescan()
` [PATCH v2 30/37] PCI: Add __pci_scan_root_bus() that can skip bus_add
` [PATCH v2 31/37] x86, PCI: add __pci_scan_root_bus_on_node() "
` [PATCH v2 32/37] x86, PCI: add __pcibios_scan_specific_bus "
` [PATCH v2 33/37] x86, PCI: Add pcibios_root_rescan()
` [PATCH v2 34/37] x86, PCI: Add arch version pci_root_rescan()
` [PATCH v2 35/37] PCI: Make /sys/bus/pci/rescan rescan root
` [PATCH v2 36/37] ACPI: Enable SCI_EMULATE to manually simulate physical hotplug testing
` [PATCH v2 37/37] PCI, sysfs: Prepare to kill pci device rescan

[PATCH] PCI: Can continually add funcs after adding func0
 2012-03-14 10:31 UTC  (2+ messages)

[PATCH] PCI: Device specific reset function
 2012-03-14  8:45 UTC  (3+ messages)

[RFC PATCH 0/5] PCI: introduce hotplug safe bus searching interfaces
 2012-03-13  8:13 UTC  (11+ messages)
` [PATCH 1/5] Fix device reference count leakage in pci_dev_present()
` [PATCH 2/5] Correctly clean up pci root buses in function pci_remove_bus()
` [PATCH 3/5] Fix an access-after-free issue in function pci_stop_and_remove_bus()
` [RFC PATCH 4/5] PCI: Introduce hotplug-safe pci bus searching interfaces
` [RFC PATCH 5/5] PCI: Replace old pci bus searching function calls with hotplug safe ones

[git pull]
 2012-03-13  4:56 UTC 

[PATCH v5 13/13] PCI Hotplug: schedule fakephp for feature removal
 2012-03-10 21:20 UTC 

[PATCH 00/23] PCI, x86: pci root bus hotplug support
 2012-03-09 19:29 UTC  (31+ messages)
` [PATCH 02/23] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 06/23] PCI: rescan with bus or bridge using callback method too
` [PATCH 07/23] pci, dmar: Update dmar units devices list during hotplug
` [PATCH 14/23] PCI: add __pci_remove_bus_devices()


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