linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-18 04:14:35 to 2015-08-24 19:14:13 UTC [more...]

[PATCH v4 00/11] x86/dma: RIP MTRR and dma write-combine API rename
 2015-08-24 19:13 UTC  (12+ messages)
` [PATCH v4 01/11] PCI: Add pci_ioremap_wc_bar()
` [PATCH v4 02/11] drivers/video/fbdev/i740fb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()
` [PATCH v4 03/11] drivers/video/fbdev/kyrofb: "
` [PATCH v4 04/11] drivers/video/fbdev/gxt4500: Use pci_ioremap_wc_bar() to map framebuffer
` [PATCH v4 05/11] PCI: Add pci_iomap_wc() variants
` [PATCH v4 06/11] drivers/video/fbdev/arkfb.c: Use arch_phys_wc_add() and pci_iomap_wc()
` [PATCH v4 07/11] drivers/video/fbdev/s3fb: "
` [PATCH v4 08/11] drivers/video/fbdev/vt8623fb: "
` [PATCH v4 09/11] drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-style
` [PATCH v4 10/11] dma: rename dma_*_writecombine() to dma_*_wc()
` [PATCH v4 11/11] mtrr: bury MTRR - unexport mtrr_add() and mtrr_del()

[PATCH] pci: acpi: Generic function for setting up PCI device DMA coherency
 2015-08-24 19:09 UTC  (7+ messages)

[PATCH v4 1/4] Numachip: Fix 16-bit APIC ID truncation
 2015-08-24 17:46 UTC  (8+ messages)
` [PATCH v4 4/4] Use 2GB memory block size on large-memory x86-64 systems

[PATCH 0/3] MPS tuning
 2015-08-24 16:33 UTC  (10+ messages)
` [PATCH 1/3] PCI: Move MPS configuration check to pci_configure_device()
` [PATCH 2/3] PCI: Set MPS to match upstream bridge
` [PATCH 3/3] PCI: Change MPS default to "match upstream bridge"

[PATCH 1/2] PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code
 2015-08-24 12:42 UTC  (2+ messages)
` [PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case

[PATCH 0/2] Disable MSI/MSI-X interrupts manually at PCI probe time in PowerPC architecture
 2015-08-24 12:18 UTC  (9+ messages)
` [PATCH 1/2] PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code
  ` [PATCH v2 "
` [PATCH 2/2] powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case
  ` [PATCH v2 "

[PATCH v7 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-08-24  8:28 UTC  (13+ messages)
` [PATCH v7 3/6] PCI: designware: Add ARM64 support

[PATCH v4 00/52] PCI: Resource allocation cleanup for v4.3
 2015-08-21 18:24 UTC  (55+ messages)
` [PATCH v4 01/52] PCI: Cleanup res_to_dev_res() printout
` [PATCH v4 02/52] PCI: Reuse res_to_dev_res() in reassign_resources_sorted()
` [PATCH v4 03/52] PCI: Use correct align for optional only resources during sorting
` [PATCH v4 04/52] PCI: Optimize bus min_align/size calculation during sizing
` [PATCH v4 05/52] PCI: Optimize bus align/size calculation for optional "
` [PATCH v4 06/52] PCI: Don't add too much optional size for hotplug bridge MMIO
` [PATCH v4 07/52] PCI: Reorder resources list for required/optional resources
` [PATCH v4 08/52] PCI: Remove duplicated code for resource sorting
` [PATCH v4 09/52] PCI: Rename pdev_sort_resources() to pdev_assign_resources_prepare()
` [PATCH v4 10/52] PCI: Treat ROM resource as optional during realloc
` [PATCH v4 11/52] PCI: Add debug printout during releasing partial assigned resources
` [PATCH v4 12/52] PCI: Simplify res reference using in __assign_resources_sorted()
` [PATCH v4 13/52] PCI, acpiphp: Add missing realloc list checking after resource allocation
` [PATCH v4 14/52] PCI: Add __add_to_list()
` [PATCH v4 15/52] PCI: Cache window alignment value during bus sizing
` [PATCH v4 16/52] PCI: Check if resource is allocated before trying to assign one
` [PATCH v4 17/52] PCI: Separate out save_resources()/restore_resources()
` [PATCH v4 18/52] PCI: Move comment to pci_need_to_release()
` [PATCH v4 19/52] PCI: Separate required+optional assigning to another function
` [PATCH v4 20/52] PCI: Skip required+optional if there is no optional
` [PATCH v4 21/52] PCI: Move saved required resource list out of required+optional assigning
` [PATCH v4 22/52] PCI: Add alt_size ressource allocation support
` [PATCH v4 23/52] PCI: Add support for more than two alt_size under same bridge
` [PATCH v4 24/52] PCI: Better support for two alt_size
` [PATCH v4 25/52] PCI: Fix size calculation with old_size on rescan path
` [PATCH v4 26/52] PCI: Don't add too much optional size for hotplug bridge io
` [PATCH v4 27/52] PCI: Move ISA io port align out of calculate_iosize()
` [PATCH v4 28/52] PCI: Don't add too much io port for hotplug bridge with old size
` [PATCH v4 29/52] PCI: Unify calculate_size() for io port and MMIO
` [PATCH v4 30/52] PCI: Allow bridge optional only io port resource required size to be 0
` [PATCH v4 31/52] PCI: Unify skip_ioresource_align()
` [PATCH v4 32/52] PCI: Kill macro checking for bus io port sizing
` [PATCH v4 33/52] resources: Split out __allocate_resource()
` [PATCH v4 34/52] resources: Make allocate_resource() return best fit resource
` [PATCH v4 35/52] PCI: Check pref compatible bit for mem64 resource of PCIe device
` [PATCH v4 36/52] PCI: Only treat non-pref mmio64 as pref if all bridges have MEM_64
` [PATCH v4 37/52] PCI: Add has_mem64 for struct host_bridge
` [PATCH v4 38/52] PCI: Only treat non-pref mmio64 as pref if host bridge has mmio64
` [PATCH v4 39/52] PCI: Restore pref MMIO allocation logic for host bridge without mmio64
` [PATCH v4 40/52] sparc/PCI: Add mem64 resource parsing for root bus
` [PATCH v4 41/52] sparc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing
` [PATCH v4 42/52] powerpc/PCI: "
` [PATCH v4 43/52] OF/PCI: Add IORESOURCE_MEM_64 for 64-bit resource
` [PATCH v4 44/52] PCI: Treat optional as required in first try for bridge rescan
` [PATCH v4 45/52] PCI: Get new realloc size for bridge for last try
` [PATCH v4 46/52] PCI: Don't release sibling bridge resources during hotplug
` [PATCH v4 47/52] PCI: Don't release fixed resource for realloc
` [PATCH v4 48/52] PCI: Claim fixed resource during remove/rescan path
` [PATCH v4 49/52] PCI: Set resource to FIXED for LSI devices
` [PATCH v4 50/52] PCI, x86: Add pci=assign_pref_bars to reallocate pref BARs
` [PATCH v4 51/52] PCI: Introduce resource_disabled()
` [PATCH v4 52/52] PCI: Don't set flags to 0 when assign resource fail

[GIT PULL] PCI fixes for v4.2
 2015-08-21 17:15 UTC 

[PATCH] PCI: designware: fix dw_pcie_cfg_write
 2015-08-21 12:40 UTC  (9+ messages)

[PATCH] iov: initialize NumVFs register to 0 at the end of sriov_init()
 2015-08-21  9:51 UTC 

[PATCH] PCI/ASPM: Fix a NULL pointer crash on sparc64
 2015-08-21  1:48 UTC  (19+ messages)

Aw: A500 boot crash in 4.2.0-rc3-00246-g763e326
 2015-08-20 21:30 UTC  (13+ messages)
                ` Aw: "
                  `  "
                    `  "

[PATCH 0/2] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-08-20 16:59 UTC  (3+ messages)
` [PATCH 1/2] PCI: Add Enhanced Allocation register entries
` [PATCH 2/2] PCI: Add support for Enhanced Allocation devices

Convention for PCI device to handle bridge window change
 2015-08-20 17:00 UTC 

[PATCH 0/5] arm64, pci: Add ECAM/PCIe support for Cavium ThunderX
 2015-08-20 15:23 UTC  (4+ messages)
` [PATCH 2/5] gic-its: Allow pci_requester_id to be overridden

linux-next: Tree for Aug 12 (include/linux/pci.h)
 2015-08-20  6:18 UTC  (5+ messages)

[PATCH RFC 0/1] Add AtomicOp Requester support
 2015-08-19 21:10 UTC  (2+ messages)
` [PATCH RFC 1/1] PCI: Add pci_enable_atomic_request

[PATCH v5 04/13] DMA-API: Introduce dma_(un)map_peer_resource
 2015-08-19 14:32 UTC  (2+ messages)

[PATCH v3 00/51] PCI: Resource allocation cleanup for v4.3
 2015-08-19  7:22 UTC  (43+ messages)
` [PATCH v3 01/51] PCI: Cleanup res_to_dev_res() printout for addon resources
` [PATCH v3 03/51] PCI: Use correct align for optional only resources during sorting
` [PATCH v3 04/51] PCI: Optimize bus align/size calculation during sizing
` [PATCH v3 07/51] PCI: Reorder resources list for must/optional resources
` [PATCH v3 09/51] PCI: Rename pdev_sort_resources to pdev_check_resources
` [PATCH v3 13/51] PCI: Separate realloc list checking after allocation
` [PATCH v3 20/51] PCI: Skip must+optional if there is no optional addon
` [PATCH v3 22/51] PCI: Add alt_size allocation support
` [PATCH v3 25/51] PCI: Fix size calculation with old_size on rescan path
` [PATCH v3 27/51] PCI: Move ISA ioport align out of calculate_iosize
` [PATCH v3 28/51] PCI: Unifiy calculate_size for io port and mmio
` [PATCH v3 32/51] resources: Split out __allocate_resource()
` [PATCH v3 33/51] resources: Make allocate_resource return just fit resource

[PATCH v4 0/5] Altera PCIe host controller driver with MSI support
 2015-08-19  1:28 UTC  (7+ messages)
` [PATCH v4 2/5] pci:host: Add Altera PCIe host controller driver
` [PATCH v4 4/5] Documentation: dt-bindings: pci: altera pcie device tree binding

[PATCH v5 00/13] DMA-API/PCI map_peer_resource support for peer-to-peer
 2015-08-18 19:04 UTC  (13+ messages)
` [PATCH v5 01/13] lib/Kconfig: add HAS_DMA_P2P for peer-to-peer support
` [PATCH v5 02/13] linux/types.h: Add dma_peer_addr_t type
` [PATCH v5 03/13] dma-debug: add checking for map/unmap_peer_resource
` [PATCH v5 04/13] DMA-API: Introduce dma_(un)map_peer_resource
` [PATCH v5 05/13] dma-mapping: pci: add pci_(un)map_peer_resource
` [PATCH v5 06/13] DMA-API: Add peer resource mapping documentation
` [PATCH v5 07/13] PCI: Export pci_find_host_bridge()
` [PATCH v5 08/13] PCI: Add pci_find_common_upstream_dev()
` [PATCH v5 10/13] iommu/amd: Implement (un)map_peer_resource
` [PATCH v5 11/13] iommu/vt-d: implement (un)map_peer_resource
` [PATCH v5 12/13] x86: add pci-nommu implementation of map_peer_resource
` [PATCH v5 13/13] x86: declare support for DMA P2P

next-20150806 build: 2 failures 52 warnings (next-20150806)
 2015-08-18 15:45 UTC  (7+ messages)
        ` [Bugfix] PCI: Fix a typo in file pcie-xilinx.c caused by commit e39758e0ea76


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).