messages from 2013-05-14 02:28:49 to 2013-05-20 16:01:59 UTC [more...]
[PATCH v2 6/7] PCI: Make sure VF's driver get attached after PF's
2013-05-20 16:01 UTC (6+ messages)
[PATCH v2, part 1 0/9] Prepare for introducing PCI bus lock interfaces
2013-05-20 15:52 UTC (27+ messages)
` [PATCH v2, part 1 3/9] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
` [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 8/9] PCI: make PCI host bridge/bus creating and destroying logic symmetric
Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset
2013-05-20 15:37 UTC (5+ messages)
[PATCH 0/2] fix the pci device malfunction if a wrong bus address is assigned by firmware
2013-05-20 15:27 UTC (8+ 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
enabling aspm on ati radeon
2013-05-20 13:34 UTC (15+ messages)
[PATCH 0/7] PCI: fix pci dev add and remove sequence
2013-05-20 12:23 UTC (26+ messages)
` [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] lspci: Fully decode ASPM support from Link Capabilities
2013-05-20 7:06 UTC (2+ messages)
[PATCHv10 0/9] PCIe support for the Armada 370 and Armada XP SoCs
2013-05-20 7:03 UTC (15+ messages)
` [PATCHv10 1/9] arm: mvebu: fix the 'ranges' property to handle PCIe
` [PATCHv10 2/9] of/pci: Provide support for parsing PCI DT ranges property
` [PATCHv10 3/9] of/pci: Add of_pci_get_devfn() function
` [PATCHv10 4/9] of/pci: Add of_pci_parse_bus_range() function
` [PATCHv10 5/9] clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
` [PATCHv10 6/9] clk: mvebu: add more PCIe clocks for Armada XP
` [PATCHv10 7/9] pci: PCIe driver for Marvell Armada 370/XP systems
` [PATCHv10 8/9] arm: mvebu: PCIe support is now available on mvebu
` [PATCHv10 9/9] arm: mvebu: update defconfig with PCI and USB support
[PATCH] mpt2sas,mpt3sas: make watchdog instantiated device removal safe
2013-05-17 21:42 UTC (3+ messages)
` mpt2sas,mpt3sas watchdog device removal
[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration
2013-05-17 19:48 UTC (6+ messages)
` [PATCH 4/4] ARM: tegra: pcie: Enable PCIe controller on Cardhu
[PATCHv9 0/9] PCIe support for the Armada 370 and Armada XP SoCs
2013-05-17 12:55 UTC (23+ 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
[PATCH -v2 0/7] Add hostbridge resource release to support root bus hotplug in IA64
2013-05-17 9:55 UTC (8+ messages)
` [PATCH -v2 1/7] PCI/X86: fix always use info->res[0] to store _CRS resource when pci=nocrs set
` [PATCH -v2 2/7] PCI/IA64: SN: remove sn_pci_window_fixup()
` [PATCH -v2 3/7] PCI/IA64: make pci_root_info holds pci hostbridge resources
` [PATCH -v2 4/7] PCI/IA64: Allocate pci_root_info instead of using stack
` [PATCH -v2 5/7] PCI/IA64: fix memleak for create pci root bus fail
` [PATCH -v2 6/7] PCI/IA64: add host bridge resource release for _CRS path
` [PATCH -v2 7/7] PCI/IA64: introduce probe_pci_root_info() to manage _CRS resource
is L1 really disabled in iwlwifi
2013-05-17 5:49 UTC (6+ messages)
Resource assignment oddities
2013-05-17 5:36 UTC (11+ messages)
[RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine
2013-05-16 19:59 UTC (13+ 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 17:19 UTC (5+ messages)
[PATCH] Reset PCIe devices to stop ongoing DMA
2013-05-16 5:31 UTC (10+ messages)
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] Move PCIe node to correct place
2013-05-15 16:21 UTC (2+ 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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).