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

[PATCH 00/23] PCI, x86: pci root bus hotplug support
 2012-03-09  7:17 UTC  (53+ messages)
` [PATCH 01/23] PCI, sys: Use device_type and attr_groups with pci dev
` [PATCH 02/23] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 03/23] PCI: Add pci_bus_add_single_device()
` [PATCH 04/23] PCI: make pci_rescan_bus_bridge_resize use pci_scan_bridge instead
` [PATCH 05/23] PCI: clean up rescan_bus_bridge_resize
` [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 08/23] PNPACPI: Fix device ref leaking in acpi_pnp_match
` [PATCH 09/23] IOMMU: Fix tboot force iommu logic
` [PATCH 10/23] PCI, x86: Fix non acpi path pci_sysdata leaking with release_fn
` [PATCH 11/23] PCI: separate out pci_assign_unassigned_bus_resources()
` [PATCH 12/23] PCI: Move back pci_rescan_bus()
` [PATCH 13/23] PCI: move pci_stop_and_remove_behind_bridge down
` [PATCH 14/23] PCI: add __pci_remove_bus_devices()
` [PATCH 15/23] PCI: add pci_stop_and_remove_bus()
` [PATCH 16/23] PCI: add pci bus removal through /sys/.../pci_bus/.../remove
` [PATCH 17/23] PCI, ACPI: make acpi_pci_root_remove remove pci root bus too
` [PATCH 18/23] PCI, ACPI: add acpi_pci_root_rescan()
` [PATCH 19/23] PCI: add /sys/bus/pci/rescan_root
` [PATCH 20/23] PCI: add __pci_scan_root_bus() that can skip bus_add
` [PATCH 21/23] x86, PCI: add __pci_scan_root_bus_on_node() "
` [PATCH 22/23] x86, PCI: add __pcibios_scan_specific_bus "
` [PATCH 23/23] x86, PCI: add pcibios_root_rescan

[PATCH 00/11] ARM: tegra: Add PCIe device tree support
 2012-03-09  6:50 UTC  (31+ messages)
` [PATCH 01/11] drivercore: Add driver probe deferral mechanism
` [PATCH 02/11] regulator: Support driver probe deferral
` [PATCH 03/11] regulator: fixed: "
` [PATCH 04/11] regulator: tps6586x: fix typo in debug message
` [PATCH 05/11] tps6586x: Add device-tree support
` [PATCH 06/11] PCI: Keep pci_fixup_irqs() around after init
` [PATCH 07/11] ARM: pci: Keep pci_common_init() "
` [PATCH 08/11] ARM: tegra: Move tegra_pcie_xclk_clamp() to PMC
` [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] Ignore pre-1.1 ASPM quirking when ASPM is disabled
 2012-03-08 15:44 UTC  (4+ messages)

[PATCH 1/9] pci_ids: Add device ID for IBM PCI-X bridge
 2012-03-08  7:55 UTC  (5+ messages)

[PATCH v3 00/34] PCI: generic probe_only flag and core bus-to-resource support
 2012-03-07 23:27 UTC  (37+ messages)
` [PATCH v3 01/34] PCI: make pci_flags always available
` [PATCH v3 02/34] PCI: add pci_clear_flags()
` [PATCH v3 03/34] alpha/PCI: replace pci_probe_only with pci_flags
` [PATCH v3 04/34] arm/PCI: remove arch pci_flags definition
` [PATCH v3 05/34] arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flag
` [PATCH v3 06/34] microblaze/PCI: remove unused pci_flags
` [PATCH v3 07/34] mips/PCI: replace pci_probe_only with pci_flags
` [PATCH v3 08/34] mips/PCI: removed unused pci_probe configurability
` [PATCH v3 09/34] powerpc/PCI: make pci_probe_only default to 0
` [PATCH v3 10/34] powerpc/PCI: allow reallocation on PA Semi
` [PATCH v3 11/34] powerpc/PCI: replace pci_probe_only with pci_flags
` [PATCH v3 12/34] unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flag
` [PATCH v3 13/34] PCI: make pci_flags non-weak
` [PATCH v3 14/34] PCI: don't publish new root bus until it's fully initialized
` [PATCH v3 15/34] PCI: add struct pci_host_bridge and a list of all bridges found
` [PATCH v3 16/34] PCI: add struct pci_host_bridge_window with CPU/bus address offset
` [PATCH v3 17/34] PCI: convert bus addresses to resource when reading BARs
` [PATCH v3 18/34] PCI: add generic pcibios_resource_to_bus()
` [PATCH v3 19/34] alpha/PCI: get rid of device resource fixups
` [PATCH v3 20/34] arm/PCI: "
` [PATCH v3 21/34] ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resources
` [PATCH v3 22/34] ia64/PCI: get rid of device resource fixups
` [PATCH v3 23/34] microblaze/PCI: "
` [PATCH v3 24/34] mips/PCI: "
` [PATCH v3 25/34] mn10300/PCI: "
` [PATCH v3 26/34] parisc/PCI: "
` [PATCH v3 27/34] powerpc/PCI: "
` [PATCH v3 28/34] sh/PCI: "
` [PATCH v3 29/34] sparc/PCI: "
` [PATCH v3 30/34] xtensa/PCI: "
` [PATCH v3 31/34] PCI: collapse pcibios_resource_to_bus
` [PATCH v3 32/34] PCI: allow P2P bridge windows starting at PCI bus address zero
` [PATCH v3 33/34] PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)
` [PATCH v3 34/34] sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()

[PATCH v1 0/9] PCI core support for bus-to-resource offsets (fixes)
 2012-03-07 23:26 UTC  (12+ messages)
` [PATCH v1 1/9] PCI: fix bridge I/O window bus-to-resource conversion
` [PATCH v1 2/9] powerpc/PCI: compute I/O space bus-to-resource offset consistently
` [PATCH v1 3/9] powerpc/PCI: convert devtree bus addresses to resource
` [PATCH v1 4/9] sparc/PCI: "
` [PATCH v1 5/9] arm/PCI: don't export pci_flags
` [PATCH v1 6/9] unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.h
` [PATCH v1 7/9] PCI: allow P2P bridge windows starting at PCI bus address zero
` [PATCH v1 8/9] PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)
` [PATCH v1 9/9] sparc/PCI: replace pci_cfg_fake_ranges() with pci_read_bridge_bases()

[PATCH 0001/001] xen: multi page ring support for block devices
 2012-03-07  9:33 UTC  (5+ messages)
    ` [Xen-devel] "

[PATCH] PCI: PCIe: Fix uninitialized variable 'cap_mask'
 2012-03-07  7:16 UTC 

[PATCH RFC] PCI: allow P2P bridge windows starting at PCI bus address zero
 2012-03-06 22:45 UTC  (2+ messages)

[git pull] PCI fixes
 2012-03-05 21:49 UTC 

[PATCH 1/1 v3] PCI: Device specific reset function
 2012-03-05 18:03 UTC  (3+ messages)

PCIe latency / your MMIO latency
 2012-03-05 12:46 UTC  (2+ messages)

[PATCH 0/1] PCI: Device specific reset function
 2012-03-05 10:00 UTC 

[PATCH v1 00/11] generic pci_probe_only flag
 2012-03-05  3:59 UTC  (5+ messages)
` [PATCH v1 09/11] powerpc/PCI: replace pci_probe_only with pci_flags

[PATCH 1/1] PCI: pciehp: Fast presence change handling
 2012-03-03 15:13 UTC 

[PATCH] x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'
 2012-03-02 21:09 UTC  (7+ messages)

[PATCH] PCI / PM: Disable wakeup during shutdown for devices not enabled to wake up
 2012-03-02 20:57 UTC  (7+ messages)

[PATCH v2] Dynamically add and remove device specific reset functions
 2012-03-02 17:25 UTC  (5+ messages)

[RFC PATCH 1/3] usb, PCI: split quirk for usb host controller to four
 2012-03-02 16:34 UTC  (7+ messages)
` [RFC PATCH 2/3] usb, PCI: remove disable/enable device with non-xhci quirk
` [RFC PATCH 3/3] usb, PCI: remove vendor checking for netlogic with uhci/xhci

[PATCH] x86/PCI: use host bridge _CRS info on MSI MS-7253
 2012-03-02  4:25 UTC  (4+ messages)
` [PATCH] x86/PCI: do not tie MSI MS-7253 use_crs quirk to BIOS version

[RFC PATCH] usb, PCI: split quirk for usb host controller to three
 2012-03-01 20:07 UTC  (8+ messages)

[PATCH 00/39] PCI: pci_host_bridge related cleanup and busn_alloc
 2012-03-01 19:03 UTC  (3+ messages)

[PATCH] Added functionality that allows dynamically add and remove device specific reset functions
 2012-03-01 18:11 UTC  (2+ messages)

[PATCH] Fix warning
 2012-03-01 17:18 UTC 

[PATCH V4] Quirk for IVB graphics FLR errata
 2012-03-01  9:37 UTC 


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