linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-05 22:00:14 to 2013-07-15 00:51:35 UTC [more...]

[PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume
 2013-07-15  0:51 UTC  (23+ messages)
` [PATCH -v2 1/3] PCI: introduce PCIe Device Serial Number Capability support
` [PATCH -v2 2/3] PCI,pciehp: avoid add a device already exist before suspend during resume
` [PATCH -v2 3/3] PCI,pciehp: use PCIe DSN to identify device change during suspend

[PATCH] PCI / hotplug / ACPI: Get rid of check_sub_bridges()
 2013-07-14 15:12 UTC  (4+ messages)

[RFC][PATCH 0/8] ACPI / hotplug / PCI: Consolidation of handling notifications (in progress)
 2013-07-12 21:09 UTC  (52+ messages)
` [RFC][PATCH 1/8] ACPI / PCI: Make bus registration and unregistration symmetric
` [RFC][PATCH 2/8] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
` [RFC][PATCH 3/8] ACPI / hotplug / PCI: Always return success after adding a function
` [RFC][PATCH 4/8] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
    ` [Update][RFC][PATCH "
` [RFC][PATCH 5/8] ACPI / hotplug / PCI: Unified notify handler for hotplug events
` [RFC][PATCH 6/8] ACPI / hotplug / PCI: Drop acpiphp_handle_to_bridge()
` [RFC][PATCH 7/8] ACPI / hotplug / PCI: Pass hotplug context object to event handlers
` [RFC][PATCH 8/8] ACPI / hotplug / PCI: Merge hotplug event handling functions
` [RFC][PATCH 0/30] ACPI / hotplug / PCI: Major rework + Thunderbolt workarounds
  ` [RFC][PATCH 1/30] ACPI / PCI: Make bus registration and unregistration symmetric
  ` [RFC][PATCH 2/30] ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()
  ` [RFC][PATCH 3/30] ACPI / hotplug / PCI: Always return success after adding a function
  ` [RFC][PATCH 4/30] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
  ` [RFC][PATCH 5/30] ACPI / hotplug / PCI: Unified notify handler for hotplug events
  ` [RFC][PATCH 6/30] ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()
  ` [RFC][PATCH 7/30] ACPI / hotplug / PCI: Pass hotplug context objects to event handlers
  ` [RFC][PATCH 8/30] ACPI / hotplug / PCI: Merge hotplug event handling functions
  ` [RFC][PATCH 9/30] ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge
  ` [RFC][PATCH 10/30] ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()
  ` [RFC][PATCH 11/30] ACPI / hotplug / PCI: Register all devices under the given bridge
  ` [RFC][PATCH 12/30] ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot
  ` [RFC][PATCH 13/30] ACPI / hotplug / PCI: Use common slot count variable in register_slot()
  ` [RFC][PATCH 14/30] ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge
  ` [RFC][PATCH 15/30] ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context
  ` [RFC][PATCH 16/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func
  ` [RFC][PATCH 17/30] ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge
  ` [RFC][PATCH 18/30] ACPI / hotplug / PCI: Store parent in functions and bus in slots
  ` [RFC][PATCH 19/30] ACPI / hotplug / PCI: Rework namespace scanning and trimming routines
  ` [RFC][PATCH 20/30] ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge()
  ` [RFC][PATCH 21/30] ACPI / hotplug / PCI: Consolidate slot disabling and ejecting
  ` [RFC][PATCH 22/30] ACPI / hotplug / PCI: Do not queue up event handling work items in vain
  ` [RFC][PATCH 23/30] ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directly
  ` [RFC][PATCH 24/30] ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device()
  ` [RFC][PATCH 25/30] ACPI / hotplug / PCI: Allow slots without new devices to be rescanned
  ` [RFC][PATCH 26/30] ACPI / hotplug / PCI: Check for new devices on enabled slots
  ` [RFC][PATCH 27/30] ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.h
  ` [RFC][PATCH 28/30] ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status()
  ` [RFC][PATCH 29/30] ACPI / hotplug / PCI: Redefine enable_device() and disable_device()
  ` [RFC][PATCH 30/30] ACPI / hotplug / PCI: Clean up bridge_mutex usage

[PATCH V2] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-07-12 17:31 UTC  (12+ messages)

/sys/module/pcie_aspm/parameters/policy not writable?
 2013-07-12 11:52 UTC  (3+ messages)

[PATCH v2 0/3] pci: ACS fixes & quirks
 2013-07-12  7:01 UTC  (3+ messages)

[PATCH -v3 0/3] Use PCIe DSN to improve pciehp_resume
 2013-07-12  9:32 UTC  (4+ messages)
` [PATCH -v3 1/3] PCI: introduce PCIe Device Serial Number Capability support
` [PATCH -v3 2/3] PCI,pciehp: avoid add a device already exist before suspend during resume
` [PATCH -v3 3/3] PCI,pciehp: use PCIe DSN to identify device change during suspend

[PATCH 1/1] ia64/pci: set mmio decoding on for some host bridge
 2013-07-12  2:25 UTC  (6+ messages)

[PATCH 2/2] PCI,pciehp: avoid add a device already exist during pciehp_resume
 2013-07-12  1:49 UTC  (10+ messages)

[PATCH v2 0/8] Thunderbolt workarounds
 2013-07-11 22:48 UTC  (5+ messages)
` [PATCH v2 3/8] PCI: acpiphp: enable_device(): rescan even if no new devices on slot

[RFC PATCH v2 0/2] pci/iommu: PCIe requester ID interface
 2013-07-11 21:03 UTC  (3+ messages)
` [RFC PATCH v2 1/2] pci: Create "
` [RFC PATCH v2 2/2] iommu/intel: Make use of "

3.10: disabling already-disabled device
 2013-07-11 20:44 UTC  (5+ messages)

[PATCH 1/2] PCI: introduce PCIe Device Serial NUmber Capability support
 2013-07-11  2:36 UTC  (5+ messages)

[PATCH] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-07-11  1:36 UTC  (9+ messages)

[RFC PATCH 0/2] pci/iommu: PCIe requester ID interface
 2013-07-10 22:10 UTC  (3+ messages)
` [RFC PATCH 1/2] pci: Create "
` [RFC PATCH 2/2] iommu/intel: Make use of "

Abysmal HDD/USB write speed after sleep on a UEFI system
 2013-07-10 20:50 UTC 

[PATCH 0/3] [SCSI] megaraid: Remove local (struct pci_dev) pdev's
 2013-07-10  6:10 UTC  (7+ messages)
` [PATCH 1/3] [SCSI] megaraid: Remove 64-bit DMA_BIT_MASK capability
` [PATCH 2/3] [SCSI] megaraid: Remove local pdev's
` [PATCH 3/3] [SCSI] megaraid: Remove 64-bit DMA related dead code

[PATCH 0/4] optimization/fix/cleanup in pci_assign_unassigned_resources
 2013-07-10  1:36 UTC  (11+ messages)
` [PATCH 1/4] PCI: optimize pci_bus_get_depth() by enumerating on pci bus hierachy
` [PATCH 4/4] PCI: fix the io resource alignment calculation in pbus_size_io()

[PATCHv4 00/11] MSI support for Marvell EBU PCIe driver
 2013-07-09 22:52 UTC  (17+ messages)
` [PATCHv4 04/11] PCI: Introduce new MSI chip infrastructure
` [PATCHv4 05/11] of: pci: add registry of MSI chips
` [PATCHv4 10/11] pci: mvebu: add support for MSI

3.8.0-rc4+ - Oops on removing WinTV-HVR-1400 expresscard TV Tuner
 2013-07-09 20:19 UTC  (22+ messages)

[PATCH v2 0/2] iommu/intel: Quirk non-compliant PCIe-to-PCI bridges
 2013-07-09 20:10 UTC  (7+ messages)

[ 3.8.y.z extended stable ] Patch "xen/pcifront: Deal with toolstack missing" has been added to staging queue
 2013-07-09 16:28 UTC 

[PATCH 1/3] PCI: Add hide_device support to pci subsystem
 2013-07-09 14:22 UTC  (7+ messages)

[PATCH 1/1] ia64/pci: set mmio decoding on for some host bridge
 2013-07-09  5:43 UTC  (3+ messages)

[PATCH 0/2] PCI / ACPI cleanups
 2013-07-08 23:44 UTC  (8+ messages)
` [PATCH 1/2] ACPI / PCI: Make bus registration and unregistration symmetric
` [PATCH 2/2] ACPI / PCI: Consolidate acpiphp_enumerate_slots()
` [PATCH 0/3] ACPI / hotplug / PCI: Rework of events handling
  ` [PATCH 1/3] ACPI / hotplug / PCI: Always return success after adding a function
  ` [PATCH 2/3] ACPI / hotplug / PCI: Hotplug context objects for bridges and functions
  ` [PATCH 3/3] ACPI / hotplug / PCI: Unified notify handler for hotplug events

[PATCH] PCI: fix typo in iov.c
 2013-07-08 20:05 UTC 

[stable PATCH] iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets
 2013-07-08 17:06 UTC 

[PATCH] pci: Avoid unnecessary calls to work_on_cpu
 2013-07-08  4:37 UTC  (5+ messages)

[PATCH 1/8] PCI: Add pcibios_stop_dev()
 2013-07-05 23:05 UTC  (5+ 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).