linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-05 23:01:45 to 2015-10-08 22:05:07 UTC [more...]

[PATCH] PCI: generic: Fix address window calculation for non-zero starting bus
 2015-10-08 22:05 UTC  (3+ messages)

[PATCH v7 00/60] PCI: Resource allocation cleanup for v4.4
 2015-10-08 21:39 UTC  (60+ 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 08/60] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v7 09/60] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [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 18/60] PCI: Set resource to FIXED for LSI devices
` [PATCH v7 19/60] PCI: Separate realloc list checking after allocation
` [PATCH v7 20/60] PCI: Treat optional as required in first try for bridge rescan
` [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 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

[RFC PATCHv2] x86/pci: Initial commit for new VMD device driver
 2015-10-08 21:33 UTC  (7+ messages)

[PATCH v8 4/6] pci: altera: Add Altera PCIe MSI driver
 2015-10-08 20:05 UTC 

AMD-Vi IO_PAGE_FAULTs and ata3.00: failed command: READ FPDMA QUEUED errors since Linux 4.0
 2015-10-08 19:52 UTC  (22+ messages)
  ` [dm-devel] "

[PATCH v6 0/3] PCI: designware: change dw_pcie_cfg_write() and dw_pcie_cfg_read()
 2015-10-08 19:25 UTC  (2+ messages)

[PATCH] x86/pci/legacy: make pci_subsys_init static
 2015-10-08 18:51 UTC 

[PATCH v4 0/5] PCI: generic: Misc. bug fixes/enhancements
 2015-10-08 17:27 UTC  (18+ messages)
` [PATCH v4 1/5] PCI: Add pci_bus_fixup_irqs()
` [PATCH v4 3/5] PCI: generic: Quit clobbering our pci_ops
` [PATCH v4 4/5] PCI: generic: Correct, and avoid overflow, in bus_max calculation

[PATCH 0/6] mvebu PCI fixes and cleanups
 2015-10-08 16:26 UTC  (2+ messages)

[PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
 2015-10-08 16:05 UTC  (8+ messages)
  ` [PATCH v2 "

[PATCH v2] PCI: IOV: read SRIOV_NUM_VF after enabling ARI
 2015-10-08 15:20 UTC 

4.3-rc3 BAR allocation problems on multiple machines
 2015-10-08 14:47 UTC  (4+ messages)

[PATCH v8 0/6] Altera PCIe host controller driver with MSI support
 2015-10-08 14:38 UTC  (12+ messages)
` [PATCH v8 1/6] arm: add msi.h to Kbuild
` [PATCH v8 2/6] pci: add Altera PCI vendor ID
` [PATCH v8 3/6] pci:host: Add Altera PCIe host controller driver
` [PATCH v8 4/6] pci: altera: Add Altera PCIe MSI driver
` [PATCH v8 5/6] Documentation: dt-bindings: pci: altera pcie device tree binding
` [PATCH v8 6/6] MAINTAINERS: Add Altera PCIe and MSI drivers maintainer

[PATCH v2] ARM: cns3xxx: pci: avoid potential stack overflow
 2015-10-08 14:38 UTC  (3+ messages)

[Patch v6 4/7] PCI/ACPI: Consolidate common PCI host bridge code into ACPI core
 2015-10-08 13:20 UTC  (10+ messages)
` [Patch v6 5/7] ACPI, PCI: Reset acpi_root_dev->domain to 0 when pci_ignore_seg is set
` [Patch v6 6/7] x86/PCI/ACPI: Use common interface to support PCI host bridge

[PATCH v2 0/2] PCI: of: Fix handling 64-bit PCI resources on non-LPAE kernels
 2015-10-08  7:24 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: of: Add 64-bit address recognition without LPAE support
` [PATCH v2 2/2] PCI: of: Ignore resources with failed translation

[Bugfix v4 1/2] eata: Convert eata driver as normal PCI and platform device drivers
 2015-10-08  3:10 UTC  (3+ messages)
` [Bugfix v4 2/2] eata: Ask for help to reset eata controllers for kexec

[PATCH 0/2] PCI: of: Fix handling 64-bit PCI resources on non-LPAE kernels
 2015-10-08  1:42 UTC  (4+ messages)
` [PATCH 1/2] PCI: of: Add 64-bit address recognition without LPAE support
` [PATCH 2/2] PCI: of: Ignore resources with failed translation

[PATCH] PCI: IOV: reread SRIOV_NUM_VF after enabling ARI
 2015-10-07 23:13 UTC  (4+ messages)

[PATCH] pciutil: Enumerate alternative PCIe bus
 2015-10-07 19:58 UTC  (3+ messages)

Convention for PCI device to handle bridge window change
 2015-10-07 19:20 UTC  (2+ messages)

[PATCH v2] PCI: layerscape: Add PCIe support for LS1043a and LS2080a
 2015-10-07 17:57 UTC  (2+ messages)

[PATCH] PCI: prevent out of bounds access in numa_node override
 2015-10-07 16:09 UTC  (6+ messages)

[PATCH v5 0/3] PCI: st: provide support for dw pcie
 2015-10-07 14:32 UTC  (9+ messages)
` [PATCH v5 1/3] ARM: STi: Kconfig update for PCIe support
` [PATCH v5 2/3] PCI: st: Add Device Tree bindings for sti pcie
` [PATCH v5 3/3] PCI: st: Provide support for the sti PCIe controller

[PATCH v5 0/4] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-07 13:44 UTC  (6+ messages)
` [PATCH v5 1/4] PCI: Add Enhanced Allocation register entries
` [PATCH v5 2/4] PCI: Add support for Enhanced Allocation devices
` [PATCH v5 3/4] PCI: Handle IORESOURCE_PCI_FIXED when sizing and assigning resources
` [PATCH v5 4/4] PCI: Handle Enhanced Allocation (EA) capability for SRIOV devices

[PATCH] Enumerate all undiscovered PCIe busses
 2015-10-07  9:16 UTC  (6+ messages)

[RFC][PATCH v2 0/2] PM / sleep: Make it possible to check if suspend/resume goes via firmware
 2015-10-07  1:03 UTC  (13+ messages)
  ` [PATCH v3 0/3] "
    ` [PATCH v3 1/3] PM / sleep: Add flags to indicate platform firmware involvement
    ` [PATCH v3 2/3] PM / PCI / ACPI: Kick devices that might have been reset by firmware
    ` [RFC][PATCH v3 3/3] input: i8042: Avoid resetting controller on system suspend/resume
              `  "
      ` [Update][PATCH "

[PATCH v4 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-06 20:58 UTC  (11+ messages)
` [PATCH v4 3/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing and assigning resources
` [PATCH v4 5/5] PCI: Handle Enhanced Allocation (EA) capability for bridges

[PATCH] PCI: create builtin_pci_driver to avoid registration boilerplate
 2015-10-06 19:27 UTC  (2+ messages)

[PATCH v2 0/8] of: Handle multi-parent version of msi-parent & msi-map
 2015-10-06 17:04 UTC  (9+ messages)
` [PATCH v2 1/8] of/irq: Add support code for multi-parent version of "msi-parent"
` [PATCH v2 2/8] of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsing
` [PATCH v2 3/8] PCI/MSI: "
` [PATCH v2 4/8] irqchip/gic-v3-its: Parse new version of msi-parent property
` [PATCH v2 5/8] of/irq: Split of_msi_map_rid to reuse msi-map lookup
` [PATCH v2 6/8] of/irq: Use the msi-map property to provide device-specific MSI domain
` [PATCH v2 7/8] PCI: Add per-device MSI domain hook
` [PATCH v2 8/8] PCI/MSI: Allow the MSI domain to be device-specific

[PATCH v3] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-06 16:41 UTC  (4+ messages)

[PATCH] iommu/s390: add iommu api for s390 pci devices
 2015-10-06 10:22 UTC  (5+ 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).