linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-24 07:46:59 to 2012-02-29 23:09:11 UTC [more...]

[PATCH 00/39] PCI: pci_host_bridge related cleanup and busn_alloc
 2012-02-29 23:07 UTC  (39+ messages)
` [PATCH 01/39] PCI: Separate host_bridge code out from probe.c
` [PATCH 02/39] x86, PCI: have own version for pcibios_bus_to_resource
` [PATCH 03/39] x86, PCI: Fix memleak with get_current_resources
` [PATCH 04/39] PCI: rename pci_host_bridge() to find_pci_root_bridge()
` [PATCH 05/39] PCI: add generic device into pci_host_bridge struct
` [PATCH 07/39] x86, PCI: break down get_current_resource()
` [PATCH 08/39] x86, PCI: add host bridge resource release for using _CRS
` [PATCH 09/39] x86, PCI: embed name acpi version pci_root_info struct
` [PATCH 10/39] x86, PCI: embed pci_sysdata into pci_root_info on acpi path
` [PATCH 11/39] x86, PCI: Allocating pci_root_info for not using _CRS path
` [PATCH 12/39] x86, PCI: Merge root info printing for nocrs path
` [PATCH 13/39] x86, PCI: add print all root info "
` [PATCH 14/39] x86, PCI: allocate temp range array in amd_bus pci_root_info probing
` [PATCH 15/39] x86, PCI: Merge pcibios_scan_root and pci_scan_bus_on_node
` [PATCH 16/39] PCI: skip busn resource at first
` [PATCH 17/39] x86, PCI: put busn resource in pci_root_info for acpi path
` [PATCH 18/39] PCI: default busn_resource
` [PATCH 19/39] x86, PCI: put busn resource in pci_root_info for no_crs path
` [PATCH 20/39] PCI: Add busn_res into struct pci_bus
` [PATCH 21/39] PCI: Add busn_res operation functions
` [PATCH 22/39] PCI: release busn when removing bus
` [PATCH 23/39] PCI: insert busn_res in pci_create_root_bus
` [PATCH 24/39] PCI: checking busn_res in pci_scan_root_bus
` [PATCH 25/39] PCI: add default res for pci_scan_bus
` [PATCH 26/39] PCI, ia64: Register busn_res for root buses
` [PATCH 27/39] PCI, sparc: "
` [PATCH 28/39] PCI, powerpc: "
` [PATCH 29/39] PCI, parisc: "
` [PATCH 30/39] PCI: Add pci_bus_extend/shrink_top()
` [PATCH 31/39] PCI: Probe safe range that we can use for unassigned bridge
` [PATCH 32/39] PCI: Strict checking of valid range for bridge
` [PATCH 33/39] PCI: Allocate bus range instead of use max blindly
` [PATCH 34/39] PCI: kill pci_fixup_parent_subordinate_busnr()
` [PATCH 35/39] PCI: Seperate child bus scanning to two passes overall
` [PATCH 36/39] pcmcia: remove workaround for fixing pci parent bus subordinate
` [PATCH 37/39] PCI: Double checking setting for bus register and bus struct
` [PATCH 38/39] PCI, pciehp: Remove not needed bus number range checking
` [PATCH 39/39] x86, PCI: kill busn in acpi pci_root_info

[PATCH] PCI / PCIe: Introduce command line option to disable ARI
 2012-02-29 23:06 UTC  (3+ messages)

[PATCH V2] Quirk for IVB graphics FLR errata
 2012-02-29 18:31 UTC  (2+ messages)

PCIe latency / your MMIO latency
 2012-02-29 17:11 UTC 

[PATCH -v9 00/24] PCI: allocate pci bus num range for unassigned bridge busn
 2012-02-29  4:26 UTC  (29+ 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  (11+ messages)
` [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  (5+ messages)
` [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  (6+ messages)
` [PATCH 01/11] PCI: Add class support in quirk handling
` [PATCH 05/11] PCI: Use class for quirk for host bridge mmio_always_on
` [PATCH 08/11] PCI: Use class for quirk for netmos 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  (4+ messages)
` [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  (2+ messages)

[PATCH -v4 0/4] PCI : bridge resource reallocation patchset -- followup
 2012-02-24 16:50 UTC  (3+ messages)
` [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


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