linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-04 14:22:14 to 2012-09-16 06:51:59 UTC [more...]

[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()

Fail to probe qla2xxx fiber channel card while doing pci hotplug
 2012-09-16  3:30 UTC  (2+ messages)

[PATCH v2 0/9] enhance PCI related drivers to handle hotplug events
 2012-09-15 23:27 UTC  (16+ messages)
` [PATCH v2 1/9] PCI: make PCI device create/destroy logic symmetric
` [PATCH v2 2/9] PCI: split registration of PCI bus devices into two stages
` [PATCH v2 3/9] PCI: preserve dev->subordinate until pci_stop_dev() has been called
` [PATCH v2 4/9] ACPI/pci_bind: correctly update binding relationship for PCI hotplug
` [PATCH v2 5/9] ACPI/pci-bind: remove bind/unbind callbacks from acpi_device_ops
` [PATCH v2 6/9] ACPI/pci_slot: update PCI slot information when PCI hotplug event happens
` [PATCH v2 7/9] PCI/acpiphp: update ACPI hotplug slot information when PCI hotplug happens
` [PATCH v2 8/9] PCI/acpiphp: serialize access to the bridge_list list
` [PATCH v2 9/9] PCI/AER: update AER configuration when PCI hotplug event happens

[PATCH v2 0/6] acpi,pci: hostbridge hotplug support
 2012-09-15  3:23 UTC  (20+ messages)
` [PATCH v2 2/6] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
` [PATCH v2 4/6] ACPI, PCI: add acpi_pci_roots protection
` [PATCH v2 6/6] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge

a small problem about pci_stop_and_remove_bus_device() function
 2012-09-15  3:22 UTC  (3+ messages)

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

[RFC][PATCH] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-09-14 20:03 UTC  (14+ messages)

[PATCH v3 00/10] ARM: tegra: Add PCIe device tree support
 2012-09-14 19:45 UTC  (28+ messages)
` [PATCH v3 01/10] PCI: Keep pci_fixup_irqs() around after init
` [PATCH v3 08/10] of/address: Handle #address-cells > 2 specially

[PATCH] pci: rewrite pci_call_probe() to use workqueue instead of work_on_cpu()
 2012-09-14 18:13 UTC  (2+ messages)

[PATCH v2 1/4] PCI/AER: Fix pci_ops return NULL when hotplug a pci bus doing aer error inject
 2012-09-14  1:29 UTC  (10+ messages)
` [PATCH v2 2/4] PCI/AER: clean all untracked pci_ops_aer when rmmod aer_inject
` [PATCH v2 3/4] PCI/AER: Clean pci_bus_ops when related pci bus was removed
` [PATCH v2 4/4] PCI/AER: fix a small race condition window when rmmod aer_inject

[RFC PATCH v1 00/22] introduce PCI bus lock to serialize PCI hotplug operations
 2012-09-13 17:40 UTC  (28+ messages)
` [RFC PATCH v1 01/22] PCI: use pci_get_domain_bus_and_slot() to avoid race conditions
` [RFC PATCH v1 02/22] PCI: trivial cleanups for drivers/pci/remove.c
` [RFC PATCH v1 03/22] PCI: change PCI device management code to better follow device model
` [RFC PATCH v1 06/22] PCI: use a global lock to serialize PCI root bridge hotplug operations
        ` [PATCH 1/2] PCI: introduce root bridge hotplug safe interfaces to walk root buses
        ` [PATCH 2/2] PCI: remove host bridge hotplug unsafe interface pci_get_next_bus()
` [RFC PATCH v1 07/22] PCI: introduce PCI bus lock to serialize PCI hotplug operations
` [RFC PATCH v1 15/22] PCI/eeepc: use PCI bus lock to avoid race conditions
    ` [PATCH] eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug()
` [RFC PATCH v1 19/22] PCI/x86: enable PCI bus lock mechanism for x86 platforms
` [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation

[RFC 1/1] MISC: hpilo, remove pci_disable_device
 2012-09-13 14:06 UTC 

[pci-next] Include patches from mmotm and drm-opt-pwr GIT trees?
 2012-09-13  9:54 UTC  (3+ messages)

[PATCH 0/4] PCI error handler const
 2012-09-12 20:01 UTC  (7+ messages)
` [PATCH 1/4] pci: make pci_error_handlers const
` [PATCH 2/4] netdev: "
` [PATCH 3/4] scsi: make pci error handlers const
` [PATCH 4/4] make drivers with "

runtime PM and special power switches
 2012-09-12  6:09 UTC  (7+ messages)

[PATCH 1/1] pci-iov: Fix warnings when CONFIG_PCI_IOV is enabled
 2012-09-12  1:13 UTC  (3+ messages)

Improvements to MSI-X API
 2012-09-11  3:48 UTC  (2+ messages)

[PATCH] PCI: Check bridge secondary/subordinate bus register
 2012-09-11  3:03 UTC  (2+ messages)

[PATCH] PCI: drop duplicate const in DECLARE_PCI_FIXUP_SECTION
 2012-09-11  0:07 UTC  (3+ messages)

[PATCH 1/1] PCI: fix on-stack pci_device_id's
 2012-09-11  0:02 UTC  (4+ messages)

[Bug 18412] Intel DP43BF requires "pci=assign-busses" to discover some devices
 2012-09-10 23:43 UTC  (4+ messages)

[PATCH V9 0/5] Minimal alignment for p2p bars
 2012-09-10 23:33 UTC  (10+ messages)
` [PATCH 1/5] pci: weak function returns alignment
` [PATCH 2/5] pci: resource assignment based on p2p alignment
` [PATCH 3/5] pci: refactor function pbus_size_mem
` [PATCH 4/5] ppc/pci: override pcibios_window_alignment
` [PATCH 5/5] ppc/pnv: I/O and memory alignment for p2p bridges

[PATCH 3/5] PCI: hotplug: remove acpi_bus_generate_proc_event
 2012-09-10 22:54 UTC  (2+ messages)

[PATCH] cpqphp_ctrl: remove unreachable path
 2012-09-10 22:47 UTC  (2+ messages)

[PATCH] drop bogus default from ARCH_SUPPORTS_MSI
 2012-09-10 12:03 UTC 

Question about failure in PCI power-state change
 2012-09-10  3:56 UTC  (7+ messages)

[PATCH v2] PCI: use dev->irq instead of dev->pin to enable non MSI/INTx interrupt
 2012-09-09 14:42 UTC  (5+ messages)

pci_get_subsys: GFP_KERNEL allocations with IRQs disabled
 2012-09-08 21:06 UTC  (13+ messages)
                        ` [PATCH 1/2] PCI: Use local parameter pci_device_id for pci_get_subsys/class()

[pci:next 76/77] WARNING: vmlinux.o(.text+0x17fdfe): Section mismatch in reference from the function pcibios_add_device() to the variable .init.data:boot_params
 2012-09-08 20:59 UTC 

[Resend][PATCH] pciehp: always implement resume
 2012-09-08  3:01 UTC  (4+ messages)

[PATCH] PCI: Remove bus number resource debug messages
 2012-09-07 22:22 UTC 

[PATCH v2 -tip 0/5] x86, MSI, AHCI: Support multiple MSIs
 2012-09-07 20:53 UTC  (3+ messages)
` [PATCH v2 -tip 4/5] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto()

[PATCH V8 0/8] Minimal alignment for p2p bars
 2012-09-06 23:21 UTC  (5+ messages)
` [PATCH 1/8] pci: change variable name for find_pci_host_bridge
` [PATCH 5/8] pci: resource assignment based on p2p alignment

[GIT PULL] PCI updates for v3.6
 2012-09-06 21:37 UTC 

[Bug 750320] various Express Cards are not recognized by lspci
 2012-09-06 20:47 UTC  (2+ messages)

Use PCI ROMs from EFI boot services
 2012-09-06 20:02 UTC  (14+ messages)
` [PATCH V3 1/4] EFI: Stash ROMs if they're not in the PCI BAR
        ` [PATCH] x86: Fix build warning on 32-bit
` [PATCH V3 3/4] PCI: Add support for non-BAR ROMs

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

PCI/e1000 BUG: unable to handle kernel paging request at 0ffff163
 2012-09-06 17:24 UTC  (5+ messages)

PCI tree
 2012-09-06  4:08 UTC  (2+ messages)

[PATCH 0/5] Simplify code by using hotplug safe pci_get_domain_bus_and_slot()
 2012-09-05 20:32 UTC  (6+ messages)
` [PATCH 5/5] PCI/xen-pcifront: simplify code by "

Determining if PCI device is in slot or on motherboard?
 2012-09-05 20:10 UTC 

PCI resource allocation problem on Sun Ultra 10
 2012-09-05 14:21 UTC  (5+ messages)

PCI mini-summit notes
 2012-09-05  1:41 UTC  (7+ messages)

[PATCH 0/5] PCI: hotplug related misc patches
 2012-09-04 20:55 UTC  (10+ messages)
` [PATCH 4/5] PCI, acpiphp: add is_hotplug_bridge detection


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