linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-10 17:13:30 to 2017-04-13 14:54:02 UTC [more...]

export pcie_flr and remove copies of it in drivers
 2017-04-13 14:53 UTC  (6+ messages)
` [PATCH 1/7] PCI: export pcie_flr
` [PATCH 2/7] PCI: call pcie_flr from reset_intel_82599_sfp_virtfn
` [PATCH 5/7] IB/hfi1: use pcie_flr instead of duplicating it
` [PATCH 6/7] crypto: qat: "
` [PATCH 7/7] liquidio: "

[stable-4.10: PATCH] xen: revert commits 72a9b186292 and da72ff5bfcb0
 2017-04-13 14:49 UTC 

[v3] PCI: Add an option to control probing of VFs before enabling SR-IOV
 2017-04-13 14:16 UTC  (4+ messages)

[stable-4.9: PATCH] xen: revert commit 72a9b186292
 2017-04-13 13:06 UTC 

[PATCH] PCI: Disable IOV before pcibios_sriov_disable()
 2017-04-13 12:27 UTC  (9+ messages)

[PATCH 0/2] arm64: acpi/pci: allow the firmware BAR configuration to be preserved
 2017-04-13  9:42 UTC  (9+ messages)
` [PATCH 1/2] drivers: pci: do not disregard parent resources starting at 0x0
` [PATCH 2/2] arm64: acpi/pci: invoke _DSM whether to preserve firmware PCI setup

[PATCH v2 00/27] PCI resource mmap cleanup
 2017-04-13  9:22 UTC  (35+ messages)
` [PATCH v2 01/27] pci: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
` [PATCH v2 02/27] pci: Fix another sanity check bug in /proc/pci mmap
` [PATCH v2 03/27] pci: Only allow WC mmap on prefetchable resources
` [PATCH v2 04/27] xtensa: Do not mmap PCI BARs to userspace as write-through
` [PATCH v2 05/27] pci: Add arch_can_pci_mmap_wc() macro
` [PATCH v2 06/27] pci: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
` [PATCH v2 07/27] pci: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space
` [PATCH v2 08/27] pci: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v2 09/27] pci: Add BAR index argument to pci_mmap_page_range()
` [PATCH v2 10/27] pci: Add pci_mmap_resource_range() and use it for ARM64
` [PATCH v2 11/27] arm: Use generic pci_mmap_resource_range()
` [PATCH v2 12/27] cris: "
` [PATCH v2 13/27] mips: "
` [PATCH v2 14/27] mn10300: "
` [PATCH v2 15/27] parisc: "
` [PATCH v2 16/27] sh: "
` [PATCH v2 17/27] unicore: "
` [PATCH v2 18/27] x86: "
` [PATCH v2 19/27] pci: Add I/O BAR support to "
` [PATCH v2 20/27] powerpc: Use "
` [PATCH v2 21/27] microblaze: "
` [PATCH v2 22/27] xtensa: "
` [PATCH v2 23/27] ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()
` [PATCH v2 24/27] ia64: Remove redundant checks for WC in pci_mmap_page_range()
` [PATCH v2 25/27] ia64: Use generic pci_mmap_resource_range()
` [PATCH v2 26/27] sparc: "
` [PATCH v2 27/27] pci: Kill ARCH_GENERIC_PCI_MMAP_RESOURCE

provide pci_request_irq / pci_free_irq helpers
 2017-04-13  7:06 UTC  (5+ messages)
` [PATCH 1/4] genirq: fix indentation in remove_irq
` [PATCH 2/4] genirq: return the irq name from free_irq
` [PATCH 3/4] PCI/irq: add pci_request_irq and pci_free_irq helpers
` [PATCH 4/4] nvme/pci: switch to pci_request_irq

[PATCH v4 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-13  6:43 UTC  (20+ messages)
` [PATCH v4 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH v3 00/32] PCI: fix config and I/O Address space memory mappings
 2017-04-13  3:35 UTC  (56+ messages)
` [PATCH v3 01/32] PCI: remove __weak tag from pci_remap_iospace()
` [PATCH v3 02/32] asm-generic/pgtable.h: introduce pgprot_nonposted remap attribute
` [PATCH v3 03/32] PCI: fix pci_remap_iospace() "
` [PATCH v3 04/32] asm-generic: add ioremap_nopost() remap interface
` [PATCH v3 05/32] alpha: include default ioremap_nopost() implementation
` [PATCH v3 06/32] avr32: "
` [PATCH v3 07/32] arc: "
` [PATCH v3 08/32] cris: "
` [PATCH v3 09/32] frv: "
` [PATCH v3 10/32] hexagon: "
` [PATCH v3 11/32] ia64: "
` [PATCH v3 12/32] m32r: "
` [PATCH v3 13/32] m68k: "
` [PATCH v3 14/32] metag: "
` [PATCH v3 15/32] microblaze: "
` [PATCH v3 16/32] mips: "
` [PATCH v3 17/32] mn10300: "
` [PATCH v3 18/32] nios2: "
` [PATCH v3 19/32] openrisc: "
` [PATCH v3 20/32] parisc: "
` [PATCH v3 21/32] powerpc: "
` [PATCH v3 22/32] s390: "
` [PATCH v3 23/32] sh: "
` [PATCH v3 24/32] sparc: "
` [PATCH v3 25/32] tile: "
` [PATCH v3 26/32] unicore32: "
` [PATCH v3 27/32] x86: "
` [PATCH v3 28/32] xtensa: "
` [PATCH v3 29/32] arm64: implement ioremap_nopost() interface
` [PATCH v3 30/32] arm: "
` [PATCH v3 31/32] lib: fix Devres devm_ioremap_* offset parameter kerneldoc description
` [PATCH v3 32/32] lib: implement Devres ioremap_nopost() interface

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-12 21:55 UTC  (4+ messages)

[PATCH V8 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-04-12 19:19 UTC  (6+ messages)
` [PATCH V8 4/5] PCI/ASPM: save power on values during bridge init

[PATCH] pci/quirks: ITE 8893 needs quirk_use_pcie_bridge_dma_alias
 2017-04-12 17:33 UTC  (3+ messages)

[PATCH] switchtec: Fix an error handling
 2017-04-12 17:28 UTC  (4+ messages)

Resizeable PCI BAR support V3
 2017-04-12 16:55 UTC  (13+ messages)
` [PATCH 2/4] PCI: add functionality for resizing resources v2
` [PATCH 3/4] x86/PCI: Enable a 64bit BAR on AMD Family 15h (Models 30h-3fh) Processors

[PATCH] switchtec: checking for NULL instead of IS_ERR()
 2017-04-12 16:47 UTC  (2+ messages)

[v2] PCI: Add an option to control probing of VFs before enabling SR-IOV
 2017-04-12 16:00 UTC  (8+ messages)

[PATCH] PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)
 2017-04-12 15:49 UTC  (3+ messages)

v4.10-rc6 boot regression on Intel desktop, does not boot after cold boots, boots after reboot
 2017-04-12 15:08 UTC  (9+ messages)
      ` v4.10-rc8 (-rc6) "

[RFC PATCH v0.2] PCI: Add support for tango PCIe host bridge
 2017-04-12  9:59 UTC  (14+ messages)

[GIT PULL] PCI: Support for configurable PCI endpoint
 2017-04-12  5:43 UTC  (4+ messages)

[PATCH v2] PCI: rockchip: Mark PCI_EXP_LNKSTA_SLC in the root port
 2017-04-11 21:42 UTC  (2+ messages)

[PATCH v2 1/5] PCI: rockchip: fix sign issues for current limits
 2017-04-11 18:18 UTC  (9+ messages)
` [PATCH v2 3/5] PCI: rockchip: add remove() support

[PATCH v2] PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constant
 2017-04-11 17:56 UTC 

[PATCH] PCI: Add cast when assigning PCI_ROM_ADDRESS_MASK to a 32-bit variable
 2017-04-11 17:28 UTC  (5+ messages)

[PATCH v3] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-04-11 16:06 UTC  (15+ messages)

[PATCH 2/2] ARM: imx_v6_v7_defconfig: enable PCI_MSI
 2017-04-11 16:05 UTC  (5+ messages)

remove pci_enable_msix() V3
 2017-04-11 15:16 UTC  (7+ messages)
` [PATCH 1/5] net: alx: switch to pci_alloc_irq_vectors
` [PATCH 2/5] net/ena: "
` [PATCH 3/5] net: thunderx: Switch "
` [PATCH 4/5] PCI: remove pci_enable_msix
` [PATCH 5/5] mlxsw: convert to pci_alloc_irq_vectors

Doubt on first access for PCIe device
 2017-04-11 14:15 UTC 

4.11-rc*: PCI IRQ allocation broken
 2017-04-11  1:43 UTC  (2+ messages)

[PATCH] PCI: Improve __pci_read_base robustness
 2017-04-10 17:46 UTC 


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