linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-04 09:40:49 to 2012-08-15 12:30:47 UTC [more...]

[PATCH v3 00/10] ARM: tegra: Add PCIe device tree support
 2012-08-15 12:30 UTC  (32+ messages)
` [PATCH v3 01/10] PCI: Keep pci_fixup_irqs() around after init
` [PATCH v3 05/10] resource: add PCI configuration space support
` [PATCH v3 10/10] ARM: tegra: pcie: Add device tree support

[UPDATE][PATCH -v3 3/4] PCI/PM: Fix config reg access for D3cold and bridge suspending
 2012-08-15  1:43 UTC 

[PATCH -v3 0/4] PCI/PM: PCI D3cold support fixes for 3.6-rc1
 2012-08-14 21:53 UTC  (7+ messages)
` [BUGFIX -v3 1/4] PCI/PM: enable D3/D3cold by default for most devices
` [BUGFIX -v3 2/4] PCI/PM: Keep parent bridge active when probing device
` [BUGFIX -v3 3/4] PCI/PM: Fix config reg access for D3cold and bridge suspending
` [PATCH -v3 4/4] PCI/PM: Add ABI document for sysfs file d3cold_allowed

[PATCH v3 00/32] provide interfaces to access PCIe capabilities registers
 2012-08-14 15:46 UTC  (7+ messages)
` [PATCH v3 13/32] PCI/MIPS: use PCIe capabilities access functions to simplify implementation
` [PATCH v3 30/32] PCI/tsi721: "

[PATCH] PCI: EHCI: fix crash during hibernation on ASUS computers
 2012-08-12 21:26 UTC 

[PATCH 1/3] PCI/AER: Fix NULL pci_ops return when hotplug a pci bus which was doing aer error inject
 2012-08-11 11:52 UTC  (3+ messages)
` [PATCH 2/3] PCI/AER: Clean pci_bus_ops when related pci bus was removed
` [PATCH 3/3] PCI: Check whether pci device has been removed when remove a pci device by sysfs

[RFC PATCH] Fusion MPT: disable pci device when mpt map resoures failed
 2012-08-11  2:00 UTC  (3+ messages)

mellanox mlx4_core and SR-IOV
 2012-08-10 22:34 UTC  (8+ messages)

Do we need asynchronous pm_runtime_get()? (was: Re: bisected regression ...)
 2012-08-10 20:29 UTC  (35+ messages)

[PATCH 0/7][RESEND] acpi, pci: hostbridge hotplug support
 2012-08-10 16:41 UTC  (9+ messages)
` [PATCH 1/7][RESEND] x86, PCI: Fix non acpi path pci_sysdata leaking with release_fn
` [PATCH 2/7][RESEND] PCI: Correctly clean up pci root buses in function pci_remove_bus()
` [PATCH 3/7][RESEND] ACPI, PCI: Use normal list for struct acpi_pci_driver
` [PATCH 4/7][RESEND] ACPI, PCI: Notify acpi_pci_drivers when hot-plugging PCI root bridges
` [PATCH 5/7][RESEND] ACPI, PCI: Protect global lists in drivers/acpi/pci_root.c
` [PATCH 6/7][RESEND] ACPI, PCI: add hostbridge removal function
` [PATCH 7/7][RESEND] ACPI, PCI: add resoruce-assign code for devices under hot-added hostbridge

[PATCH] pci, rename subordinate bus to secondary bus
 2012-08-10 15:01 UTC  (3+ messages)

[BUGFIX PATCH] kexec & iosapic: kexec oops when iosapic was removed
 2012-08-10  7:23 UTC 

[RFC PATCH v2 00/16] ACPI based system device hotplug framework
 2012-08-10  4:39 UTC  (27+ messages)
` [RFC PATCH v2 01/16] ACPIHP: introduce a framework for ACPI based system device hotplug
` [RFC PATCH v2 02/16] ACPIHP: ACPI system device hotplug slot enumerator
` [RFC PATCH v2 03/16] ACPIHP: detect ACPI hotplug slots by checking ACPI _EJ0 method
` [RFC PATCH v2 04/16] ACPI: introduce interfaces to manage ACPI device reference count
` [RFC PATCH v2 05/16] ACPIHP: scan and walk ACPI devices connecting to an ACPI hotplug slot
` [RFC PATCH v2 06/16] ACPIHP: group devices connecting to a hotplug slot according to device types
` [RFC PATCH v2 07/16] ACPIHP: add callbacks into acpi_device_ops to support new hotplug framework
` [RFC PATCH v2 08/16] ACPIHP: provide interfaces to associate driver specific data to hotplug slots
` [RFC PATCH v2 09/16] ACPIHP: implement utility functions to support system device hotplug
` [RFC PATCH v2 10/16] ACPIHP: system device hotplug driver skeleton
` [RFC PATCH v2 11/16] ACPIHP: analyse dependences among ACPI system device hotplug slots
` [RFC PATCH v2 12/16] ACPIHP: cancel inprogress ACPI system device hotplug operations
` [RFC PATCH v2 13/16] ACPIHP: configure/unconfigure system devices connecting to a hotplug slot
` [RFC PATCH v2 14/16] ACPIHP: implement the state machine for ACPI hotplug slots
` [RFC PATCH v2 15/16] ACPIHP: implement ACPI hotplug sysfs interfaces
` [RFC PATCH v2 16/16] ACPIHP: enhance ACPI container driver to support new hotplug framework

[PATCH] x86/pci: Allow x86 platforms to use translation offsets
 2012-08-09  0:01 UTC 

[PATCH] pci: Account for virtual buses in pci_acs_path_enabled
 2012-08-08 19:33 UTC  (10+ messages)

[RFC PATCH v1 00/22] introduce PCI bus lock to serialize PCI hotplug operations
 2012-08-08 15:49 UTC  (25+ 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 04/22] PCI: split PCI bus device registration into two stages
` [RFC PATCH v1 05/22] PCI: introduce pci_bus_{get|put}() to manage PCI bus reference count
` [RFC PATCH v1 06/22] PCI: use a global lock to serialize PCI root bridge hotplug operations
` [RFC PATCH v1 07/22] PCI: introduce PCI bus lock to serialize PCI "
` [RFC PATCH v1 08/22] PCI: introduce hotplug safe search interfaces for PCI bus/device
` [RFC PATCH v1 09/22] PCI: enhance PCI probe logic to support PCI bus lock mechanism
` [RFC PATCH v1 10/22] PCI: enhance PCI bus specific "
` [RFC PATCH v1 11/22] PCI: enhance PCI resource assignment "
` [RFC PATCH v1 12/22] PCI: enhance PCI remove "
` [RFC PATCH v1 13/22] PCI: make each PCI device hold a reference to its parent PCI bus
` [RFC PATCH v1 14/22] PCI/sysfs: use PCI bus lock to avoid race conditions
` [RFC PATCH v1 15/22] PCI/eeepc: "
` [RFC PATCH v1 16/22] PCI/asus-wmi: "
` [RFC PATCH v1 17/22] PCI/pciehp: "
` [RFC PATCH v1 18/22] PCI/acpiphp: "
` [RFC PATCH v1 19/22] PCI/x86: enable PCI bus lock mechanism for x86 platforms
` [RFC PATCH v1 20/22] PCI/IA64: enable PCI bus lock mechanism for IA64 platforms
` [RFC PATCH v1 21/22] PCI: cleanups for PCI bus lock implementation
` [RFC PATCH v1 22/22] PCI: unexport pci_root_buses

[PATCH] pci: convert "new_id"/"remove_id" into generic pci_bus driver attributes
 2012-08-08 10:47 UTC 

[RFC][PATCH] Reset PCIe devices to address DMA problem on kdump with iommu
 2012-08-07  9:02 UTC  (7+ messages)

accessing pci_dev
 2012-08-07  5:34 UTC  (7+ messages)

[PATCH v2] PCI: use dev->irq instead of dev->pin to enable non MSI/INTx interrupt
 2012-08-07  3:45 UTC  (3+ messages)

[PATCH V2 1/4] EFI: Stash ROMs if they're not in the PCI BAR
 2012-08-06 22:50 UTC  (8+ messages)

[PATCH 0/2] Fix ACS path checking
 2012-08-06 17:41 UTC  (8+ messages)
` [PATCH 1/2] intel-iommu: "
` [PATCH 2/2] amd-iommu: "

mellanox mlx4_core and SR-IOV
 2012-08-06 15:10 UTC  (4+ messages)

[PATCH -v2 0/4] PCI/PM: PCI D3cold support fixes for 3.6-rc1
 2012-08-06 11:11 UTC  (6+ messages)
` [BUGFIX -v2 1/4] PCI/PM: enable D3/D3cold by default for most devices
` [BUGFIX -v2 2/4] PCI/PM: Keep parent bridge active when probing device
` [BUGFIX -v2 3/4] PCI/PM: Fix config reg access for D3cold and bridge suspending
` [PATCH -v2 4/4] PCI/PM: Add ABI document for sysfs file d3cold_allowed

[RFC PATCH 0/3] ACPI based system device hotplug framework
 2012-08-05  9:36 UTC  (6+ messages)
` [RFC PATCH 2/3] ACPIHP: ACPI system device hotplug slot enumerator

[PATCH] pciehp: always implement resume
 2012-08-04 21:52 UTC 

[BUGFIX 3/4] PCI/PM: Fix config reg access for D3cold and bridge suspending
 2012-08-04 21:44 UTC  (3+ messages)

[PATCH 0/4] PCI/PM: PCI D3cold support fixes for 3.6-rc1
 2012-08-04 21:48 UTC  (5+ messages)
` [BUGFIX 1/4] PCI/PM: enable D3/D3cold by default for most devices
` [BUGFIX 2/4] PCI/PM: Keep parent bridge active when probing device

[Resend][PATCH] PCI / PM: Fix messages printed by acpi_pci_set_power_state()
 2012-08-04 21:27 UTC 

Do we need asynchronous pm_runtime_get()? (was: Re: bisected regression ...)
 2012-08-04 20:59 UTC  (4+ 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).