linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-23 20:09:52 to 2012-02-29 00:22:46 UTC [more...]

[PATCH -v9 00/24] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-29  0:22 UTC  (28+ messages)
` [PATCH 01/24] x86, PCI: add print all root info for nocrs path
` [PATCH 02/24] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 03/24] PCI: Add busn_res into struct pci_bus
` [PATCH 04/24] PCI: Add busn_res operation functions
` [PATCH 05/24] PCI: release busn when removing bus
` [PATCH 06/24] PCI: insert busn_res in pci_create_root_bus
` [PATCH 07/24] PCI: checking busn_res in pci_scan_root_bus
` [PATCH 08/24] PCI: default busn_resource
` [PATCH 09/24] PCI: add default res for pci_scan_bus
` [PATCH 10/24] x86, PCI: put busn resource in pci_root_info for acpi path
` [PATCH 11/24] x86, PCI: put busn resource in pci_root_info for no_crs path
` [PATCH 12/24] PCI, ia64: Register busn_res for root buses
` [PATCH 13/24] PCI, sparc: "
` [PATCH 14/24] PCI, powerpc: "
` [PATCH 15/24] PCI, parisc: "
` [PATCH 16/24] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 17/24] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 18/24] PCI: Strict checking of valid range for bridge
` [PATCH 19/24] PCI: Allocate bus range instead of use max blindly
` [PATCH 20/24] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 21/24] PCI: Seperate child bus scanning to two passes overall
` [PATCH 22/24] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 23/24] PCI: Double checking setting for bus register and bus struct
` [PATCH 24/24] PCI, pciehp: Remove not needed bus number range checking

[PATCH -v8 0/18] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-28 23:41 UTC  (24+ messages)
` [PATCH 01/18] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 02/18] PCI: Add busn_res into struct pci_bus
` [PATCH 03/18] PCI: Add busn_res operation functions
` [PATCH 04/18] PCI: Add busn_res tracking in core
` [PATCH 05/18] PCI, x86: Register busn_res for root buses
` [PATCH 06/18] PCI, ia64: "
` [PATCH 07/18] PCI, sparc: "
` [PATCH 08/18] PCI, powerpc: "
` [PATCH 09/18] PCI, parisc: "
` [PATCH 10/18] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 11/18] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 12/18] PCI: Strict checking of valid range for bridge
` [PATCH 13/18] PCI: Allocate bus range instead of use max blindly
` [PATCH 14/18] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 15/18] PCI: Seperate child bus scanning to two passes overall
` [PATCH 16/18] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 17/18] PCI: Double checking setting for bus register and bus struct
` [PATCH 18/18] PCI, pciehp: Remove not needed bus number range checking
` [PATCH -v8 0/23] PCI: allocate pci bus num range for unassigned bridge busn

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

PCIe device tree support
 2012-02-28 18:17 UTC  (9+ messages)

[andreas.herrmann3@amd.com: [PATCH 1/2] x86/amd: Restore early_fill_mp_bus_to_node]
 2012-02-28 17:42 UTC  (2+ messages)

[PATCH] powerpc/PCI: compute I/O space bus-to-resource offset consistently
 2012-02-28  4:26 UTC  (3+ messages)

[PATCH -v2 00/11] PCI: pci_host_bridge related cleanup
 2012-02-28  2:03 UTC  (12+ messages)
` [PATCH 01/11] PCI: Separate host_bridge code out from probe.c
` [PATCH 02/11] x86, PCI: have own version for pcibios_bus_to_resource
` [PATCH 03/11] x86, PCI: Fix memleak with get_current_resources
` [PATCH 04/11] PCI: rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH 05/11] PCI: add generic device into pci_host_bridge struct
` [PATCH 06/11] PCI: add host bridge release support
` [PATCH 07/11] x86, PCI: break down get_current_resource()
` [PATCH 08/11] x86, PCI: add host bridge resource release for using _CRS
` [PATCH 09/11] x86, PCI: embed name acpi version pci_root_info struct
` [PATCH 10/11] x86, PCI: Allocating pci_root_info for nocrs path
` [PATCH 11/11] x86, PCI: Merge root info printing "

[PATCH 0/8] PCI: pci_host_bridge related cleanup
 2012-02-27 23:00 UTC  (18+ messages)
` [PATCH 1/8] PCI: Separate host_bridge code out from probe.c
` [PATCH 2/8] x86, PCI: have own version for pcibios_bus_to_resource
` [PATCH 3/8] x86, PCI: Fix memleak with get_current_resources
` [PATCH 4/8] PCI: make pci_host_bridge more robust
` [PATCH 5/8] PCI: add generic device into pci_host_bridge struct
` [PATCH 6/8] PCI: add host bridge release support
` [PATCH 7/8] x86, PCI: break down get_current_resource()
` [PATCH 8/8] x86, PCI: add host bridge resource release for using _CRS

[PATCH -v5 0/24] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
 2012-02-27 22:44 UTC  (15+ messages)
` [PATCH 06/24] PCI: Add busn_res tracking in core
` [PATCH 09/24] PCI, powerpc: Register busn_res for root buses

[PATCH 0/4] PCI: Rename pci_remove_* to pci_stop_and_remove_*
 2012-02-27 20:43 UTC  (7+ messages)
` [PATCH 1/4] PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
` [PATCH 3/4] PCI: export __pci_remove_bus_device
` [PATCH 2/4] PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge
` [PATCH 4/4] PCI: acpihp user __pci_remove_bus_device instead

Can we discuss?
 2012-02-26 10:31 UTC 

Enquires
 2012-02-27 11:07 UTC 

[PATCH 1/2] PCI: Separate host_bridge code out from probe.c
 2012-02-26 19:53 UTC  (4+ messages)
` [PATCH 2/2] x86, PCI: have own version for pcibios_bus_to_resource

[yenta_cardbus: no PCI interrupts][>=linux-3.1.6][Bug?]
 2012-02-26 18:32 UTC 

[PATCH] x86, PCI: Fix memleak in theory with get_current_resources
 2012-02-25  7:33 UTC 

pci_probe_only and bus_to_resources patches rebased to pci linux-next branch
 2012-02-25  1:24 UTC  (6+ messages)

[PATCH 0/4] PCI: quirk related clean up
 2012-02-24 22:39 UTC  (8+ messages)
` [PATCH -v2 1/4] PCI: Add class support in quirk handling
` [PATCH 3/4] PCI: Move out pci reassigndev resource alignment out of quirk
` [PATCH 4/4] PCI: quirk print dev name with duration

[PATCH -v2 00/11] PCI: quirk related clean up
 2012-02-24 22:35 UTC  (13+ messages)
` [PATCH 01/11] PCI: Add class support in quirk handling
` [PATCH 02/11] PCI: Use class for quirk for via_no_dac
` [PATCH 03/11] PCI: Use class quirk for intel fix_transparent_bridge
` [PATCH 04/11] PCI: Use class for quirk for pci_fixup_video
` [PATCH 05/11] PCI: Use class for quirk for host bridge mmio_always_on
` [PATCH 06/11] PCI: Use class for quirk for cardbus_legacy
` [PATCH 07/11] PCI: Use class for quirk for legacy ATA NO_D3
` [PATCH 08/11] PCI: Use class for quirk for netmos class fixup
` [PATCH 09/11] PCI: Use class for quirk for intel e100 interrupt fixup
` [PATCH 10/11] PCI: Use class for quirk for ti816x class fixup
` [PATCH 11/11] PCI: Use class for quirk for usb host controller fixup

[PATCH v2 00/12] generic pci_probe_only flag
 2012-02-24 22:20 UTC  (6+ messages)
` [PATCH v2 04/12] arm/PCI: remove arch pci_flags definition
` [PATCH v2 11/12] unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flag

[PATCH v5] Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driver
 2012-02-24 21:56 UTC  (4+ messages)

[PATCH 00/13] x86, irq: support ioapic device hotplug for x86
 2012-02-24 16:51 UTC  (15+ messages)
` [PATCH 01/13] x86, irq: Convert irq_2_pin list to generic list
` [PATCH 02/13] genirq: Split __irq_reserve_irqs from irq_alloc_descs
` [PATCH 03/13] x86, irq: Add realloc_irq_and_cfg_at()
` [PATCH 04/13] x86, irq: pre-reserve irq range that are used by ioapic
` [PATCH 05/13] x86, irq: add ioapic_gsi_to_irq
` [PATCH 06/13] genirq: bail out early in free_desc()
` [PATCH 07/13] x86, irq: more strict check for register ioapic
` [PATCH 08/13] x86, irq: Make mp_register_ioapic could handle hotadd ioapic
` [PATCH 09/13] x86, irq: Add mp_unregister_ioapic could handle hotremove ioapic
` [PATCH 10/13] x86, irq: Make ioapics loop code skip blank slot
` [PATCH 11/13] x86, acpi, irq: Enable pci device type ioapic hotplug
` [PATCH 12/13] PCI: Make sure hotplug ioapic driver get loaded early
` [PATCH 13/13] PCI: Disable mem in the ioapic removing path

[PATCH -v4 0/4] PCI : bridge resource reallocation patchset -- followup
 2012-02-24 16:50 UTC  (6+ messages)
` [PATCH 1/4] PCI: Retry on type IORESOURCE_IO allocation
` [PATCH 2/4] PCI: Make pci bridge reallocating enabled/disabled
` [PATCH 3/4] PCI: print out suggestion about using pci=realloc
` [PATCH 4/4] PCI: only enable pci realloc when SRIOV bar is not assigned

[PATCH -v7 0/23] PCI: allocate pci bus num range for unassigned bridge busn + pci rescan cleanup
 2012-02-24 10:19 UTC  (24+ messages)
` [PATCH 01/23] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 02/23] PCI: Add busn_res into struct pci_bus
` [PATCH 03/23] PCI: Add busn_res operation functions
` [PATCH 04/23] PCI: Add busn_res tracking in core
` [PATCH 05/23] PCI, x86: Register busn_res for root buses
` [PATCH 06/23] PCI, ia64: "
` [PATCH 07/23] PCI, sparc: "
` [PATCH 08/23] PCI, powerpc: "
` [PATCH 09/23] PCI, parisc: "
` [PATCH 10/23] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 11/23] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 12/23] PCI: Strict checking of valid range for bridge
` [PATCH 13/23] PCI: Allocate bus range instead of use max blindly
` [PATCH 14/23] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 15/23] PCI: Seperate child bus scanning to two passes overall
` [PATCH 16/23] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 17/23] PCI: Double checking setting for bus register and bus struct
` [PATCH 18/23] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 19/23] PCI, sys: Use device_type and attr_groups with pci dev
` [PATCH 20/23] PCI, sysfs: create rescan_bridge under /sys/.../pci/devices/... for pci bridges
` [PATCH 21/23] PCI: Add pci_bus_add_single_device()
` [PATCH 22/23] PCI: make pci_rescan_bus_bridge_resize use pci_scan_bridge instead
` [PATCH 23/23] PCI: clean up rescan_bus_bridge_resize

[PATCH] PCIE: pcie_set_readrq must not be allowed by PCIE EP driver
 2012-02-24  6:09 UTC  (5+ messages)

[PATCH] PCI: Move acpi_dev_run_wake to acpi core
 2012-02-23 20:34 UTC  (2+ messages)

[PATCH] PCI: move pci_find_saved_cap out of linux/pci.h
 2012-02-23 20:27 UTC  (2+ messages)

[PATCH] PCI: Fix device class print out
 2012-02-23 20:10 UTC  (2+ messages)

[PATCH] PCI: fix memleak for pci dev removing during hotplug
 2012-02-23 20:10 UTC  (2+ messages)

PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE value
 2012-02-23 20:09 UTC  (2+ messages)


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