messages from 2015-10-08 21:38:40 to 2015-10-12 20:27:29 UTC [more...]
[PATCH V3 0/4] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
2015-10-12 20:27 UTC (7+ messages)
[RFC][PATCH] PCI / PM: Avoid resuming more devices during system suspend
2015-10-12 20:14 UTC (3+ messages)
` [PATCH v2] "
[RFC][PATCH v3 3/3] input: i8042: Avoid resetting controller on system suspend/resume
2015-10-12 20:41 UTC (5+ messages)
` [Update][PATCH "
[PATCH] PM / sleep: Drop pm_request_idle() from pm_generic_complete()
2015-10-12 20:15 UTC (2+ messages)
[PATCH v7 00/60] PCI: Resource allocation cleanup for v4.4
2015-10-12 19:46 UTC (70+ messages)
` [PATCH v7 01/60] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v7 02/60] sparc/PCI: Use correct bus address to resource offset
` [PATCH v7 03/60] sparc/PCI: Unify pci_register_region()
` [PATCH v7 04/60] sparc/PCI: Reserve legacy mmio after PCI mmio
` [PATCH v7 05/60] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v7 06/60] sparc/PCI: Keep resource idx order with bridge register number
` [PATCH v7 07/60] PCI: kill wrong quirk about M7101
` [PATCH v7 10/60] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v7 11/60] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v7 12/60] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v7 13/60] PCI: Add has_mem64 for struct host_bridge
` [PATCH v7 14/60] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v7 15/60] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v7 16/60] PCI: Don't release fixed resource for realloc
` [PATCH v7 17/60] PCI: Claim fixed resource during remove/rescan path
` [PATCH v7 21/60] PCI: Get new realloc size for bridge for last try
` [PATCH v7 22/60] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v7 23/60] PCI: Cleanup res_to_dev_res() printout
` [PATCH v7 24/60] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v7 25/60] PCI: Use correct align for optional only resources during sorting
` [PATCH v7 26/60] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v7 27/60] PCI: Optimize bus align/size calculation for optional "
` [PATCH v7 28/60] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v7 29/60] PCI: Reorder resources list for required/optional resources
` [PATCH v7 30/60] PCI: Remove duplicated code for resource sorting
` [PATCH v7 31/60] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v7 32/60] PCI: Treat ROM resource as optional during realloc
` [PATCH v7 33/60] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v7 34/60] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v7 35/60] PCI: Add __add_to_list()
` [PATCH v7 36/60] PCI: Cache window alignment value during bus sizing
` [PATCH v7 37/60] PCI: Check if resource is allocated before trying to assign one
` [PATCH v7 38/60] PCI: Separate out save_resources()/restore_resources()
` [PATCH v7 39/60] PCI: Move comment to pci_need_to_release()
` [PATCH v7 40/60] PCI: Separate required+optional assigning to another function
` [PATCH v7 41/60] PCI: Skip required+optional if there is no optional
` [PATCH v7 42/60] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v7 43/60] PCI: Add alt_size ressource allocation support
` [PATCH v7 44/60] PCI: Add support for more than two alt_size entries under same bridge
` [PATCH v7 45/60] PCI: Fix size calculation with old_size on rescan path
` [PATCH v7 46/60] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v7 47/60] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v7 48/60] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v7 49/60] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v7 50/60] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v7 51/60] PCI: Unify skip_ioresource_align()
` [PATCH v7 52/60] PCI: Kill macro checking for bus io port sizing
` [PATCH v7 53/60] resources: Split out __allocate_resource()
` [PATCH v7 54/60] resources: Make allocate_resource() return best fit resource
` [PATCH v7 55/60] PCI, x86: Allocate from high in available window for MMIO
` [PATCH v7 56/60] PCI: Add debug print out for min_align and alt_size
` [PATCH v7 57/60] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v7 58/60] PCI: Introduce resource_disabled()
` [PATCH v7 59/60] PCI: Don't set flags to 0 when assign resource fail
` [PATCH v7 60/60] PCI: Only try to assign io port only for root bus that support it
[PATCH 1/2] PCI: pciehp: Queue power work requests in dedicated function
2015-10-12 19:10 UTC (2+ messages)
` [RFC PATCH 2/2] PCI: pciehp: Add support for delayed power-on
[PATCH v3 1/3] PCI: designware: Move LTSSM state definitions to pcie-designware.h
2015-10-12 16:06 UTC (5+ messages)
` [PATCH v3 2/3] PCI: imx6: Use define instead of hard coded value
` [PATCH v3 3/3] PCI: imx6: Use the common LTSSM state mask
[PATCH v2 1/2] PCI: designware: Move LTSSM state definitions to pcie-designware.h
2015-10-12 15:47 UTC (11+ messages)
` [PATCH v2 2/2] PCI: imx6: Use define instead of hard coded value
[PATCH v2] PCI: layerscape: Add PCIe support for LS1043a and LS2080a
2015-10-12 15:26 UTC (6+ messages)
4.3-rc3 BAR allocation problems on multiple machines
2015-10-12 13:04 UTC (3+ messages)
[dm-devel] AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
2015-10-12 12:34 UTC (27+ messages)
` [PATCH] iommu/amd: Fix NULL pointer deref on device detach "
[PATCH v8 0/6] Altera PCIe host controller driver with MSI support
2015-10-12 12:03 UTC (6+ messages)
` [PATCH v8 3/6] pci:host: Add Altera PCIe host controller driver
[PATCH v3 0/5] arm64: Juno: Add support for PCIe on R1 board
2015-10-12 10:07 UTC (6+ messages)
` [PATCH v3 1/5] pci: Add PLDA's XpressRICH3 PCIe host bridge PCI ID
` [PATCH v3 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class
` [PATCH v3 3/5] Documentation: of: Document the bindings used by Juno R1 PCIe host bridge
` [PATCH v3 4/5] arm64: Juno: Add support for the PCIe host bridge on Juno R1
` [PATCH v3 5/5] arm64: defconfig: Enable PCI generic host bridge by default
[PATCH v2 0/5] arm64: Juno: Add support for PCIe on R1 board
2015-10-12 8:57 UTC (12+ messages)
` [PATCH v2 1/5] pci: Add PLDA's XpressRICH3 PCIe host bridge PCI ID
` [PATCH v2 2/5] PCI: Add quirk for PLDA's XpressRICH3 host bridge class
` [PATCH v2 3/5] of: Add vendor prefix for PLDA
` [PATCH v2 4/5] arm64: Juno: Add support for the PCIe host bridge on Juno R1
` [PATCH v2 5/5] arm64: defconfig: Enable PCI generic host bridge by default
[PATCH v8 4/6] pci: altera: Add Altera PCIe MSI driver
2015-10-12 1:55 UTC (2+ messages)
[PATCH] PCI/MSI: Export all remapped MSIs to sysfs attributes
2015-10-11 9:49 UTC (3+ messages)
[PATCH v3] PCI: layerscape: Add PCIe support for LS1043a and LS2080a
2015-10-10 14:12 UTC (2+ messages)
[PATCH v10 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
2015-10-10 2:59 UTC (7+ messages)
` [PATCH v10 1/6] PCI: designware: move calculation of bus addresses to DRA7xx
` [PATCH v10 2/6] ARM/PCI: remove align_resource in pci_sys_data
` [PATCH v10 3/6] PCI: designware: Add ARM64 support
` [PATCH v10 4/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
` [PATCH v10 5/6] Documentation: DT: Add HiSilicon PCIe host binding
` [PATCH v10 6/6] MAINTAINERS: Add pcie-hisi maintainer
[RFC PATCH 0/2] DRA72/DRA74: Add 2 lane support
2015-10-09 23:53 UTC (5+ messages)
[PATCH] x86/pci/legacy: make pci_subsys_init static
2015-10-09 23:39 UTC (2+ messages)
[PATCH] PCI: generic: Fix address window calculation for non-zero starting bus
2015-10-09 23:21 UTC (3+ messages)
[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
2015-10-09 19:22 UTC (7+ messages)
[PATCH v5 0/4] MSI, of, irqchip/gicv3-its: Handle "msi-map" properties
2015-10-09 18:00 UTC (8+ messages)
` [PATCH v5 1/4] Docs: dt: Add PCI MSI map bindings
` [PATCH v5 2/4] of/irq: Add new function of_msi_map_rid()
` [PATCH v5 3/4] PCI/MSI: Add helper function pci_msi_domain_get_msi_rid()
` [PATCH v5 4/4] irqchip/gic-v3-its: Add handling of PCI requester id
[PATCH 0/9] Further mvebu PCIe patches
2015-10-09 16:49 UTC (13+ messages)
` [PATCH 2/9] pci: mvebu: fix memory leaks and refcount leaks
[PATCH 0/4] arm64: Juno: Add support for PCIe on R1 board
2015-10-09 16:41 UTC (13+ messages)
` [PATCH 1/4] pci: Add PLDA's XpressRICH3 PCIe host bridge PCI ID
` [PATCH 2/4] PCI: Add quirk for PLDA's XpressRICH3 host bridge class
` [PATCH 3/4] arm64: Juno: Add support for the PCIe host bridge on Juno R1
` [PATCH 4/4] arm64: defconfig: Enable PCI generic host bridge by default
[PATCH] x86/PCI: Don't alloc pcibios-irq when MSI is enabled
2015-10-09 15:56 UTC (7+ messages)
` [Bugfix v4 0/2] Prevent binding PCI drivers to PCI devices used by non-pci drivers
` [Bugfix v4 1/2] iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices
` [Bugfix v4 2/2] ACPI, PCI: Prevent binding other PCI drivers to IOAPIC "
[PATCH v3] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
2015-10-09 14:18 UTC (12+ messages)
[Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
2015-10-09 8:19 UTC (5+ messages)
[PATCH v6 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
2015-10-09 6:37 UTC (3+ messages)
what code generates this message?
2015-10-09 4:14 UTC (3+ messages)
[RFC] PCI: spear: Fix definition of LTSSM_STATE_MASK
2015-10-09 1:20 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