messages from 2013-05-17 23:43:33 to 2013-05-28 03:15:21 UTC [more...]
[PATCH] PCI: update device mps when doing pci hotplug
2013-05-28 3:15 UTC (2+ messages)
[PATCH] PCI/X86: increase info->res_num before checking pci_use_crs return
2013-05-28 2:55 UTC
[PATCH v3, part1 00/10] Prepare for introducing PCI bus lock interfaces
2013-05-28 2:00 UTC (12+ messages)
` [PATCH v3, part1 01/10] PCI: introduce pci_bus_{get|put}() to manage PCI bus reference count
` [PATCH v3, part1 02/10] PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()
` [PATCH v3, part1 03/10] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
` [PATCH v3, part1 04/10] PCI: mark pci_scan_bus_parented() as __deprecated
` [PATCH v3, part1 05/10] PCI, IA64: minor code clean up
` [PATCH v3, part1 06/10] PCI: make PCI host bridge/bus creating and destroying logic symmetric
` [PATCH v3, part1 07/10] PCI, unicore, m68k: remove redundant call of pci_bus_add_devices()
` [PATCH v3, part1 08/10] PCI, IOV: don't touch bus->is_added flag
` [PATCH v3, part1 09/10] PCI, IOV: simplify IOV implementation
` [PATCH v3, part1 10/10] PCI, IOV: hide remove and rescan sysfs interfaces for SR-IOV virtual functions
[PATCH 09/24] drivers/pci/ioapic: Convert to module_pci_driver
2013-05-27 23:06 UTC (2+ messages)
Pcie Linux HotPlug Driver
2013-05-27 17:38 UTC (4+ messages)
[PATCH -next] pci: mvebu: fix return value check in mvebu_pcie_probe()
2013-05-27 16:05 UTC (3+ messages)
[PATCH v3, part2 00/20] Introduce hotplug-safe PCI bus iterators
2013-05-26 17:11 UTC (22+ messages)
` [PATCH v3, part2 01/20] PCI: introduce "
` [PATCH v3, part2 02/20] PCI, core: use hotplug-safe iterators to walk PCI buses
` [PATCH v3, part2 03/20] PCI, hotplug: "
` [PATCH v3, part2 04/20] PCI, IOV: hold a reference to PCI bus when creating virtual PCI devices
` [PATCH v3, part2 05/20] PCI, Alpha: use hotplug-safe iterators to walk PCI buses
` [PATCH v3, part2 06/20] PCI, FRV: "
` [PATCH v3, part2 07/20] PCI, IA64: "
` [PATCH v3, part2 08/20] PCI, Microblaze: "
` [PATCH v3, part2 09/20] PCI, mn10300: "
` [PATCH v3, part2 10/20] PCI, PPC: "
` [PATCH v3, part2 11/20] PCI, SPARC: "
` [PATCH v3, part2 12/20] PCI, x86: "
` [PATCH v3, part2 13/20] PCI, ACPI: "
` [PATCH v3, part2 14/20] PCI, DRM: "
` [PATCH v3, part2 15/20] PCI, EDAC: use hotplug-safe PCI bus "
` [PATCH v3, part2 16/20] PCI, via-camera: use hotplug-safe "
` [PATCH v3, part2 17/20] PCI, iommu: "
` [PATCH v3, part2 18/20] PCI, eeepc-laptop: "
` [PATCH v3, part2 19/20] PCI, asus-wmi: "
` [PATCH v3, part2 20/20] PCI, ARM: use hotplug-safe PCI bus "
[PATCH v2 0/3] fix the pci device malfunction if a wrong bus address is assigned by firmware
2013-05-26 0:16 UTC (8+ messages)
` [PATCH 1/3] PCI: add 0x prefix when printing the BAR registers position in __pci_read_base
` [PATCH 2/3] PCI: converge the unnecessary sprinkling of pcibios_bus_to_resource "
` [PATCH 3/3] PCI: unset the resource if a wrong bus address is assigned by firmware
[RFC PATCH v2, part 2 01/18] PCI: introduce hotplug-safe PCI bus iterators
2013-05-25 15:18 UTC (4+ messages)
` [RFC PATCH v2, part 2 14/18] PCI, EDAC: use hotplug-safe PCI bus iterators to walk PCI buses
[PATCH 0/2] fix the pci device malfunction if a wrong bus address is assigned by firmware
2013-05-25 11:17 UTC (11+ messages)
` [PATCH 2/2] PCI: unset the resource if we can't get the correct CPU address
Resource assignment oddities
2013-05-24 23:34 UTC (48+ messages)
` [PATCH 1/2] PCI: Split pci_assign_unassigned_resources to per root bus
` [PATCH v4 0/8] PCI: Skip resource allocation for root bus without conresponding type resource
` [PATCH v4 1/8] PCI: Don't use temp bus for pci_bus_release_bridge_resources
` [PATCH v4 2/8] PCI: Use pci_walk_bus to detect unassigned resources
` [PATCH v4 3/8] PCI: Introduce enable_local to prepare per root bus handling
` [PATCH v4 4/8] PCI: Split pci_assign_unassigned_resources to per root bus
` [PATCH v4 5/8] PCI: Skip IORESOURCE_IO allocation for root bus without ioport range
` [PATCH v4 6/8] PCI: Skip IORESOURCE_MMIO allocation for root bus without MMIO range
` [PATCH v4 7/8] PCI: Enable pci bridge when it is needed
` [PATCH v4 8/8] PCI: Retry assign unassigned resources for hotadd root bus
` [PATCH] PCI: Don't let mmio fallback to must-only, if ioport fails with must+optional
` [PATCH v3] "
enabling aspm on ati radeon
2013-05-24 19:57 UTC (19+ messages)
[PATCH v2] aerdrv: Move cper_print_aer() call out of interrupt context
2013-05-24 19:36 UTC (2+ messages)
Patch: Increase maximum bus memory window size (for Xeon Phi)
2013-05-24 16:59 UTC
[PATCH] x86/PCI: setup data may be in highmem
2013-05-24 14:38 UTC (3+ messages)
[PATCH 0/3] pci/iommu: Quirk non-compliant PCIe-to-PCI bridges
2013-05-23 20:44 UTC (7+ messages)
` [PATCH 1/3] pci: Add PCI walk function and PCIe bridge test
[GIT PULL] PCI updates for v3.10
2013-05-23 20:09 UTC
[PATCH 0/4] Marvell PCIe driver improvements
2013-05-23 18:57 UTC (17+ messages)
` [PATCH 1/4] pci: mvebu: no longer fake the slot location of downstream devices
` [PATCH 2/4] pci: mvebu: allow the enumeration of devices beyond physical bridges
` [PATCH 3/4] pci: mvebu: emulate an empty capability list
` [PATCH 4/4] pci: mvebu: fix the emulation of the status register
[PATCH v2 0/3] Marvell PCIe driver improvements
2013-05-23 18:53 UTC (8+ messages)
` [PATCH v2 1/3] pci: mvebu: no longer fake the slot location of downstream devices
` [PATCH v2 2/3] pci: mvebu: allow the enumeration of devices beyond physical bridges
` [PATCH v2 3/3] pci: mvebu: fix the emulation of the status register
[PATCH 0/7] PCI: fix pci dev add and remove sequence
2013-05-23 6:43 UTC (29+ messages)
` [PATCH 6/7] PCI: Make sure VF's driver get attached after PF's
[OPW kernel] dma_set_coherent_mask
2013-05-22 20:43 UTC (4+ messages)
[RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine
2013-05-22 9:48 UTC (2+ messages)
[PATCH] Finally eradicate CONFIG_HOTPLUG
2013-05-22 0:04 UTC (5+ messages)
[PATCH v2] PCI: Reset PCIe devices to stop ongoing DMA
2013-05-21 23:46 UTC (3+ messages)
Subject : [ PATCH ] pci-reset-error_state-to-pci_channel_io_normal-at-report_slot_reset
2013-05-21 16:51 UTC (15+ messages)
[PATCH 1/2] powerpc/PCI: Use PCI_UNKNOWN for unknown power state
2013-05-21 1:51 UTC (6+ messages)
` [PATCH 2/2] sparc/PCI: "
[PATCHv10 0/9] PCIe support for the Armada 370 and Armada XP SoCs
2013-05-20 18:02 UTC (12+ 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 5/9] clk: mvebu: create parent-child relation for PCIe clocks on Armada 370
` [PATCHv10 9/9] arm: mvebu: update defconfig with PCI and USB support
[PATCH v2 6/7] PCI: Make sure VF's driver get attached after PF's
2013-05-20 16:37 UTC (8+ messages)
The dd72be99 breaks some of Intel Medfield based devices
2013-05-20 16:36 UTC
[PATCH v2, part 1 0/9] Prepare for introducing PCI bus lock interfaces
2013-05-20 15:52 UTC (4+ messages)
` [PATCH v2, part 1 8/9] PCI: make PCI host bridge/bus creating and destroying logic symmetric
[PATCH] lspci: Fully decode ASPM support from Link Capabilities
2013-05-20 7:06 UTC (2+ 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).