linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-02 21:54:15 to 2012-09-13 22:44:24 UTC [more...]

[PATCH v2 0/6] acpi,pci: hostbridge hotplug support
 2012-09-13 22:44 UTC  (20+ messages)
` [PATCH v2 1/6] ACPI, PCI: Use normal list for struct acpi_pci_driver
` [PATCH v2 2/6] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
` [PATCH v2 3/6] ACPI, PCI: add acpi_pci_drivers protection
` [PATCH v2 4/6] ACPI, PCI: add acpi_pci_roots protection
` [PATCH v2 5/6] ACPI, PCI: add hostbridge removal function
` [PATCH v2 6/6] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge

[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

a small problem about pci_stop_and_remove_bus_device() function
 2012-09-13 16:43 UTC  (2+ messages)

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

[PATCH v2 1/4] PCI/AER: Fix pci_ops return NULL when hotplug a pci bus doing aer error inject
 2012-09-13 10:59 UTC  (8+ 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

[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 "

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

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 

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

[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  (9+ messages)
` [PATCH v2 -tip 1/5] x86, MSI: Support multiple MSIs in presense of IRQ remapping
` [PATCH v2 -tip 2/5] x86, MSI: Allocate as many multiple IRQs as requested
` [PATCH v2 -tip 3/5] x86, MSI: Minor readability fixes
` [PATCH v2 -tip 4/5] PCI, MSI: Enable multiple MSIs with pci_enable_msi_block_auto()
` [PATCH v2 -tip 5/5] AHCI: Support multiple MSIs

[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  (8+ 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

[RFC PATCH] methods to access resources of a struct pci_dev
 2012-09-04  3:27 UTC  (15+ messages)
  ` [RFC PATCH v2 ]pci: pci resource iterator
              ` [RFC PATCH v3 "

Will direct Hot Reset impact system?
 2012-09-04  0:35 UTC 

[PATCH 0/7][RESEND] acpi, pci: hostbridge hotplug support
 2012-09-03  4:04 UTC  (4+ messages)

[PATCH part5 0/7] PCI, ACPI: pci root bus hotplug support - part5
 2012-09-02 21:56 UTC  (8+ messages)
` [PATCH part5 1/7] ACPI, PCI: Use normal list for struct acpi_pci_driver
` [PATCH part5 2/7] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
` [PATCH part5 3/7] ACPI, PCI: Protect global lists in drivers/acpi/pci_root.c
` [PATCH part5 4/7] ACPI, PCI: Stop pci devices before acpi_pci_driver remove calling
` [PATCH part5 5/7] PCI: Set dev_node early for pci_dev
` [PATCH part5 6/7] PCI, x86: Move pci_enable_bridges() down
` [PATCH part5 7/7] ACPI, PCI: Skip extra pci_enable_bridges for non hot-add root

[PATCH part4 00/11] PCI, ACPI: pci root bus hotplug support - part4
 2012-09-02 21:54 UTC  (8+ messages)
` [PATCH part4 05/11] PCI, acpiphp: Separate out hot-add support of pci host bridge
` [PATCH part4 06/11] PCI, ACPI: Make acpi_pci_root_remove remove pci root bus too
` [PATCH part4 07/11] PCI, ACPI: Add pci_root_hp hot removal notification support
` [PATCH part4 08/11] PCI, ACPI: Add alloc_acpi_hp_work()
` [PATCH part4 09/11] PCI, acpiphp: Use acpi_hp_work
` [PATCH part4 10/11] PCI, pci_root_hp: "
` [PATCH part4 11/11] PCI, ACPI: Make kacpi_hotplug_wq static


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