linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-08 08:31:33 to 2013-05-16 15:56:55 UTC [more...]

[PATCHv9 0/9] PCIe support for the Armada 370 and Armada XP SoCs
 2013-05-16 15:56 UTC  (18+ messages)
` [PATCHv9 1/9] arm: mvebu: fix the 'ranges' property to handle PCIe
` [PATCHv9 2/9] of/pci: Provide support for parsing PCI DT ranges property
` [PATCHv9 3/9] of/pci: Add of_pci_get_devfn() function
` [PATCHv9 4/9] of/pci: Add of_pci_parse_bus_range() function
` [PATCHv9 5/9] clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
` [PATCHv9 6/9] clk: mvebu: add more PCIe clocks for Armada XP
` [PATCHv9 7/9] pci: PCIe driver for Marvell Armada 370/XP systems
` [PATCHv9 8/9] arm: mvebu: PCIe support is now available on mvebu
` [PATCHv9 9/9] arm: mvebu: update defconfig with PCI and USB support

[RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine
 2013-05-16 15:50 UTC  (12+ messages)
` [RFC PATCH v2, part3 01/11] PCI: introduce bus lock and state machine to serialize PCI hotplug operations
` [RFC PATCH v2, part3 02/11] PCI: implement state machine for PCI bus
` [RFC PATCH v2, part3 03/11] PCI: introduce a state machine to manage PCI device lifecycle
` [RFC PATCH v2, part3 04/11] PCI: introduce helper function pci_stop_and_remove_device()
` [RFC PATCH v2, part3 05/11] PCI: enhance PCI core logic to support PCI bus lock
` [RFC PATCH v2, part3 06/11] PCI, sysfs: use PCI bus lock to serialize hotplug operations triggered by sysfs
` [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
` [RFC PATCH v2, part3 08/11] PCI, xen-pcifront: use PCI bus lock to protect PCI device hotplug
` [RFC PATCH v2, part3 09/11] PCI, acpiphp: "
` [RFC PATCH v2, part3 10/11] PCI, pciehp: "
` [RFC PATCH v2, part3 11/11] PCI, ACPI, pci_root: "

[OPW kernel] dma_set_coherent_mask
 2013-05-16 14:11 UTC  (4+ messages)

enabling aspm on ati radeon
 2013-05-16  8:58 UTC 

[PATCH 0/7] PCI: fix pci dev add and remove sequence
 2013-05-16  7:52 UTC  (25+ messages)
` [PATCH 1/7] PCI: move back pci_proc_attach_devices calling
` [PATCH 2/7] PCI: move resources and bus_list releasing to pci_release_dev
` [PATCH 3/7] PCI: Detach driver in pci_stop_device
` [PATCH 4/7] PCI: Fix racing for pci device removing via sysfs
` [PATCH 5/7] PCI, ACPI: Don't glue ACPI dev with pci VFs
` [PATCH 6/7] PCI: Make sure VF's driver get attached after PF's
` [PATCH 7/7] PCI: use pf as dma_dev for vf that does not have func0 sibling

[PATCH] Reset PCIe devices to stop ongoing DMA
 2013-05-16  5:31 UTC  (17+ messages)

[PATCH v2, part 1 0/9] Prepare for introducing PCI bus lock interfaces
 2013-05-15 23:46 UTC  (30+ messages)
` [PATCH v2, part 1 1/9] PCI: introduce pci_bus_{get|put}() to manage PCI bus reference count
` [PATCH v2, part 1 2/9] PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()
` [PATCH v2, part 1 3/9] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
` [PATCH v2, part 1 4/9] PCI: mark pci_scan_bus_parented() as __deprecated
` [PATCH v2, part 1 5/9] ACPI, PCI: remove unused global list acpi_pci_roots in pci_root.c
` [PATCH v2, part 1 6/9] ACPI, pci_root: use acpi_handle_print() and pr_xxx() to print messages
` [PATCH v2, part 1 7/9] PCI, IA64: minor code clean up
` [PATCH v2, part 1 8/9] PCI: make PCI host bridge/bus creating and destroying logic symmetric
` [PATCH v2, part 1 9/9] PCI, unicore, m68k: remove redundant call of pci_bus_add_devices()

Ricoh DMAR bug returns? (WAS Re: [PATCH v4] Quirk for buggy dma source tags with Intel IOMMU.)
 2013-05-15 23:24 UTC  (4+ messages)

[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration
 2013-05-15 17:28 UTC  (10+ messages)
` [PATCH 2/4] ARM: tegra: pcie: Add tegra3 support
` [PATCH 3/4] ARM: dts: tegra: Correct PCIe entry
` [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu

[PATCH] Move PCIe node to correct place
 2013-05-15 16:21 UTC  (2+ messages)

[PATCH v2 6/7] PCI: Make sure VF's driver get attached after PF's
 2013-05-15 16:12 UTC  (3+ messages)

[RFC PATCH v2, part 2 01/18] PCI: introduce hotplug-safe PCI bus iterators
 2013-05-15 15:36 UTC  (31+ messages)
` [RFC PATCH v2, part 2 02/18] PCI, core: use hotplug-safe iterators to walk PCI buses
` [RFC PATCH v2, part 2 03/18] PCI, hotplug: "
` [RFC PATCH v2, part 2 04/18] PCI, Alpha: "
` [RFC PATCH v2, part 2 05/18] PCI, FRV: "
` [RFC PATCH v2, part 2 06/18] PCI, IA64: "
` [RFC PATCH v2, part 2 07/18] PCI, Microblaze: "
` [RFC PATCH v2, part 2 08/18] PCI, mn10300: "
` [RFC PATCH v2, part 2 09/18] PCI, PPC: "
    `  "
` [RFC PATCH v2, part 2 10/18] PCI, SPARC: "
` [RFC PATCH v2, part 2 11/18] PCI, x86: "
` [RFC PATCH v2, part 2 12/18] PCI, ACPI: "
` [RFC PATCH v2, part 2 13/18] PCI, DRM: "
` [RFC PATCH v2, part 2 14/18] PCI, EDAC: use hotplug-safe PCI bus "
` [RFC PATCH v2, part 2 15/18] PCI, via-camera: use hotplug-safe "
` [RFC PATCH v2, part 2 16/18] PCI, iommu: "
` [RFC PATCH v2, part 2 17/18] PCI, eeepc-laptop: "
` [RFC PATCH v2, part 2 18/18] PCI, asus-wmi: "

[PATCH] pci: Avoid reentrant calls to work_on_cpu
 2013-05-15  2:50 UTC  (4+ messages)

[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
 2013-05-14 22:04 UTC  (2+ messages)

Seeking advice: Restoring MSI-X after device reset
 2013-05-14 15:06 UTC 

[PATCH 0/2] fix the pci device malfunction if a wrong bus address is assigned by firmware
 2013-05-14 13:07 UTC  (3+ messages)
` [PATCH 1/2] PCI: make pcibios_bus_to_resource return either success or failure
` [PATCH 2/2] PCI: unset the resource if we can't get the correct CPU address

[PATCH v1 1/2] ACPI, PCI: remove unused global list acpi_pci_roots in pci_root.c
 2013-05-14 13:00 UTC  (2+ messages)
` [PATCH v1 2/2] ACPI, pci_root: use acpi_handle_print() and pr_xxx() to print messages

[PATCH v1 1/2] ACPI, PCI: remove unused global list acpi_pci_roots in pci_root.c
 2013-05-14 12:59 UTC 

[PATCH 0/3] pci/iommu: Quirk non-compliant PCIe-to-PCI bridges
 2013-05-13 14:49 UTC  (6+ messages)
` [PATCH 1/3] pci: Add PCI walk function and PCIe bridge test
` [PATCH 2/3] intel-iommu: Convert to pci_walk_up_to_first_match
` [PATCH 3/3] pci: Remove pci_find_pcie_upstream_bridge

[PATCH v3 -tip x86/apic 0/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-05-13  9:06 UTC  (3+ messages)
` [PATCH v3 -tip x86/apic 1/2] "
` [PATCH v3 -tip x86/apic 2/2] x86/MSI: Conserve interrupt resources when using multiple-MSIs

Rescan PCIE bus to find recently powered on device
 2013-05-13  5:35 UTC  (3+ messages)

is L1 really disabled in iwlwifi
 2013-05-11 20:26 UTC  (11+ messages)

[PATCH v2 0/8] pci: bus and slot reset interface
 2013-05-10 21:46 UTC  (6+ messages)
` [PATCH v2 1/8] pci: Create pci_reset_bridge_secondary_bus()
` [PATCH v2 3/8] pci: Add pci_hp_reset_slot

3.8.2: stale pci device info for a previously inserted express card
 2013-05-10 17:47 UTC 

[PATCH -v3] PCI, ACPI, hotplug: Fix BUS_CHECK event handle on root bridge
 2013-05-10 17:09 UTC  (3+ messages)

[PATCH] powerpc/pci: Support per-aperture memory offset
 2013-05-09 22:07 UTC  (3+ messages)

[PATCH] PCI: Workaround for NTB BAR size issue
 2013-05-09 21:52 UTC  (3+ messages)

[PATCH v2] aerdrv: Move cper_print_aer() call out of interrupt context
 2013-05-09 20:24 UTC  (2+ messages)

[PATCH] PCI/ACPI: Check acpi_resource_to_address64() return value
 2013-05-09 19:45 UTC  (2+ messages)

[PATCH] aerdrv: Move cper_print_pcie() out of interrupt context
 2013-05-09 19:24 UTC  (6+ messages)

pci-sysfs: queue sysfs rescan routine into workqueue to avoid potential deadlock situation
 2013-05-09 16:53 UTC  (3+ messages)

[GIT PULL] PCI updates for v3.10
 2013-05-09 16:46 UTC 

Masked MSIs expectations
 2013-05-09  8:09 UTC 

[PATCH 2/3] PCI: rename alloc_pci_dev() to pci_alloc_dev()
 2013-05-09  2:23 UTC  (5+ messages)
  ` [PATCH v2 4/4] PCI: Check if the pci device get removed from pci tree already in remove_callback()

[PATCH] PCI: Fix racing for pci device removing via sysfs
 2013-05-08 23:43 UTC  (11+ messages)

Abysmal HDD/USB write speed after sleep on a UEFI system
 2013-05-08 13:43 UTC  (22+ 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).