messages from 2013-05-07 01:42:59 to 2013-05-15 13:25:43 UTC [more...]
[PATCHv9 0/9] PCIe support for the Armada 370 and Armada XP SoCs
2013-05-15 13:25 UTC (10+ 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
[OPW kernel] dma_set_coherent_mask
2013-05-15 5:39 UTC
Ricoh DMAR bug returns? (WAS Re: [PATCH v4] Quirk for buggy dma source tags with Intel IOMMU.)
2013-05-15 4:40 UTC (3+ messages)
[PATCH v2 6/7] PCI: Make sure VF's driver get attached after PF's
2013-05-15 4:39 UTC (2+ messages)
[PATCH] pci: Avoid reentrant calls to work_on_cpu
2013-05-15 2:50 UTC (4+ messages)
[RFC PATCH v2, part 2 01/18] PCI: introduce hotplug-safe PCI bus iterators
2013-05-14 23:30 UTC (26+ 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 v2] PCI: Reset PCIe devices to stop ongoing DMA
2013-05-14 22:04 UTC (2+ messages)
[PATCH 0/7] PCI: fix pci dev add and remove sequence
2013-05-14 21:39 UTC (20+ 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 v2, part 1 0/9] Prepare for introducing PCI bus lock interfaces
2013-05-14 18:52 UTC (22+ 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()
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 (12+ messages)
` [PATCH v2 1/8] pci: Create pci_reset_bridge_secondary_bus()
` [PATCH v2 2/8] pci: Add hotplug_slot_ops.reset_slot()
` [PATCH v2 3/8] pci: Add pci_hp_reset_slot
` [PATCH v2 4/8] pci: Implement reset_slot for pciehp
` [PATCH v2 5/8] pci: Add reset_slot option to pci_dev_reset
` [PATCH v2 6/8] pci: Split out pci_dev lock/unlock and save/restore
` [PATCH v2 7/8] pci: Add slot and bus reset interfaces
` [PATCH v2 8/8] pci: Wake-up devices before save for reset
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)
[PATCH 1/4] ARM: tegra30: clocks: Fix pciex clock registration
2013-05-08 17:53 UTC (9+ 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
Abysmal HDD/USB write speed after sleep on a UEFI system
2013-05-08 13:43 UTC (26+ messages)
[PATCH] Reset PCIe devices to stop ongoing DMA
2013-05-08 8:38 UTC (15+ messages)
Resource assignment oddities
2013-05-08 3:57 UTC (21+ messages)
` [PATCH v3 0/5] PCI: Skip resource allocation for root bus without conresponding type resource
` [PATCH v3 1/5] PCI: Split pci_assign_unassigned_resources to per root bus
` [PATCH v3 2/5] PCI: Skip IORESOURCE_IO allocation for root bus without ioport range
` [PATCH v3 3/5] PCI: Skip IORESOURCE_MMIO allocation for root bus without MMIO range
` [PATCH v3 4/5] PCI: Enable pci bridge when it is needed
` [PATCH v3 5/5] PCI: Retry assign unassigned resources for hotadd root bus
[PATCH] PCI, EDAC: fix ordering assign resource and bus_add
2013-05-07 23:29 UTC
USB PCI quirk issue
2013-05-07 22:36 UTC (5+ messages)
` [PATCH] PCI: move down pci_fixup_final for hotplug path
[PATCH v9 0/3] of/pci: Provide common support for PCI DT parsing
2013-05-07 15:31 UTC (4+ messages)
` [PATCH v9 1/3] of/pci: Provide support for parsing PCI DT ranges property
` [PATCH v9 2/3] of/pci: mips: convert to common of_pci_range_parser
` [PATCH v9 3/3] of/pci: microblaze: "
[PATCH 1/2] PCI: Split pci_assign_unassigned_resources to per root bus
2013-05-07 7:34 UTC (3+ messages)
Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset
2013-05-07 6:01 UTC (7+ messages)
[PATCH 2/5] KVM: PPC: iommu: Add missing kvm_iommu_map_pages/kvm_iommu_unmap_pages
2013-05-07 3:28 UTC (5+ messages)
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).