linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-11 23:58:56 to 2013-07-23 21:16:00 UTC [more...]

[PATCH] PCI: pciehp: Convert pciehp to be builtin only, not modular
 2013-07-23 21:26 UTC  (3+ messages)

[PATCH 13/15] pci: mvebu: Convert to use devm_ioremap_resource
 2013-07-23 20:19 UTC  (4+ messages)
` [PATCH V2 6/6] "

[PATCH v2 0/3] pci: ACS fixes & quirks
 2013-07-23 20:19 UTC  (5+ messages)

[stable PATCH] iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets
 2013-07-23 20:03 UTC  (3+ messages)

[PATCH] pci: Enable overrides for missing ACS capabilities
 2013-07-23 18:38 UTC  (11+ messages)

[PATCH 13/27] drivers/pci/host: don't check resource with devm_ioremap_resource
 2013-07-23 18:12 UTC  (2+ messages)

[PATCH] PCI: Fix hotplug remove with sriov again
 2013-07-23 17:40 UTC  (17+ messages)
` [PATCH] PCI: Separate stop and remove devices in pciehp
` [PATCH] PCI: Stop sriov before remove PF

Linux Plumbers ACPI/PM, PCI Microconference
 2013-07-23 16:06 UTC  (3+ messages)

[PATCH V3] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-07-23  8:42 UTC  (7+ messages)

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

[PATCH v2 0/8] Thunderbolt workarounds
 2013-07-23  2:01 UTC  (11+ messages)
` [PATCH v2 1/8] x86/PCI: prevent re-allocation of already existing bridge and ROM resources
` [PATCH v2 6/8] PCI: acpiphp: workaround for Thunderbolt on Acer Aspire S5

[PATCHv5 00/11] MSI support for Marvell EBU PCIe driver
 2013-07-23  0:30 UTC  (25+ messages)
` [PATCHv5 01/11] irqdomain: add irq_alloc_mapping() function
` [PATCHv5 02/11] PCI: use weak functions for MSI arch-specific functions
` [PATCHv5 03/11] PCI: remove ARCH_SUPPORTS_MSI kconfig option
` [PATCHv5 04/11] PCI: Introduce new MSI chip infrastructure
` [PATCHv5 05/11] of: pci: add registry of MSI chips
` [PATCHv5 06/11] irqchip: armada-370-xp: properly request resources
` [PATCHv5 07/11] irqchip: armada-370-xp: implement MSI support
` [PATCHv5 08/11] ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci
` [PATCHv5 09/11] ARM: mvebu: the MPIC now provides MSI controller features
` [PATCHv5 10/11] PCI: mvebu: add support for MSI
` [PATCHv5 11/11] ARM: mvebu: link PCIe controllers to the MSI controller

[PATCH 0/3] [SCSI] megaraid: Remove local (struct pci_dev) pdev's
 2013-07-23  0:27 UTC  (5+ messages)

workqueue, pci: INFO: possible recursive locking detected
 2013-07-22 22:33 UTC  (3+ messages)

[PATCH v6 0/7] PCI: Change assign unassigned resources per root bus bassis
 2013-07-22 21:37 UTC  (8+ messages)
` [PATCH v6 1/7] PCI: Don't use temp bus for pci_bus_release_bridge_resources
` [PATCH v6 2/7] PCI: Use pci_walk_bus to detect unassigned resources
` [PATCH v6 3/7] PCI: Check pci bus address for unassigned res
` [PATCH v6 4/7] PCI: Introduce enable_local to prepare per root bus handling
` [PATCH v6 5/7] PCI: Split pci_assign_unassigned_resources to per root bus
` [PATCH v6 6/7] PCI: Enable pci bridge when it is needed
` [PATCH v6 7/7] PCI: Retry assign unassigned resources for hotadd root bus

[PATCH][pciutils] libpci: pci_id_lookup - add udev/hwdb support
 2013-07-20 21:40 UTC 

[PATCH][pciutils] lspci: pci_id_lookup - add udev/hwdb support
 2013-07-20 20:58 UTC  (3+ messages)
` [systemd-devel] "

[PATCH 0/4] pci_ids, 8250_pci: remove PCI_VENDOR_ID_ADDIDATA_OLD
 2013-07-19 21:37 UTC  (6+ messages)
` [PATCH 1/4] pci_ids.h: move PCI_VENDOR_ID_AMCC here
` [PATCH 2/4] serial: 8250_pci: replace PCI_VENDOR_ID_ADDIDATA_OLD
` [PATCH 3/4] serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800
` [PATCH 4/4] pci_ids.h: remove PCI_VENDOR_ID_ADDIDATA_OLD and PCI_DEVICE_ID_ADDIDATA_APCI7800

^*^ hi
 2013-07-19 11:27 UTC 

[ 29/72] xen/pcifront: Deal with toolstack missing XenbusStateClosing state
 2013-07-19  5:25 UTC 

[ 16/38] xen/pcifront: Deal with toolstack missing XenbusStateClosing state
 2013-07-19  5:21 UTC 

[PATCH 0/4] optimization/fix/cleanup in pci_assign_unassigned_resources
 2013-07-19  3:10 UTC  (7+ messages)
` [PATCH 4/4] PCI: fix the io resource alignment calculation in pbus_size_io()

[PATCH 021/145] xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state
 2013-07-18 18:30 UTC  (6+ messages)
` [PATCH 089/145] iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets

[PATCH V5 1/3] pci: Add PCIe driver for Samsung Exynos
 2013-07-17  5:07 UTC  (5+ messages)

[PATCH V3 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-07-17  4:56 UTC  (5+ messages)
` [PATCH V3 3/4] ARM: dts: tegra: Correct PCIe entry

[PATCH] PCI / hotplug / ACPI: Get rid of check_sub_bridges()
 2013-07-16 11:51 UTC  (7+ messages)

[Qemu-devel] [PATCH] QEMU-AER: Qemu changes to support AER for VFIO-PCI devices
 2013-07-15 21:51 UTC 

[PATCH] acpi, acpi_pci_irq_enable must return an error if ACPI cannot map an IRQ
 2013-07-15 14:57 UTC 

[PATCH V2] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-07-15  8:26 UTC  (11+ messages)

[PATCH -v2 0/3] Use PCIe DSN to improve pciehp_resume
 2013-07-15  0:51 UTC  (22+ 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

/sys/module/pcie_aspm/parameters/policy not writable?
 2013-07-12 11:52 UTC  (2+ 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  (4+ messages)

[PATCH 2/2] PCI,pciehp: avoid add a device already exist during pciehp_resume
 2013-07-12  1:49 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).