linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-28 02:01:52 to 2015-11-02 21:33:33 UTC [more...]

[PATCH v6 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-11-02 21:33 UTC  (5+ messages)
` [PATCH v6 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v6 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v6 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v6 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle

[PATCH 0/3] Fix rcar-pcie for arm64
 2015-11-02 21:33 UTC  (5+ messages)
` [PATCH 1/3] PCI: pcie-rcar: Convert to DT resource parsing API
` [PATCH 2/3] Revert "PCI: rcar: Build pcie-rcar.c only on ARM"
` [PATCH 3/3] PCI: pcie-rcar: Add support for R-Car H3

[PATCH v4 1/6] PCI: layerscape: remove ls_pcie_establish_link()
 2015-11-02 21:08 UTC  (10+ messages)
` [PATCH v4 5/6] PCI: layerscape: add PCIe support for LS1043a and LS2080a
` [PATCH v4 6/6] PCI: layerscape: add ls_pcie_msi_host_init

[RFC PATCHv3 0/4] Driver for new VMD device
 2015-11-02 18:35 UTC  (3+ messages)
` [RFC PATCHv3 3/4] x86/pci: Initial commit for new VMD device driver

[PATCH V5 1/9] ACPI: Honor ACPI _CCA attribute setting
 2015-11-02 15:51 UTC  (3+ messages)

[PATCH V5 0/9] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-11-02 15:52 UTC  (13+ messages)
` [PATCH V5 1/9] ACPI: Honor ACPI _CCA attribute setting
` [PATCH V5 2/9] device property: Introducing enum dev_dma_attr
` [PATCH V5 3/9] ACPI: Adding DMA Attribute APIs for ACPI Device
` [PATCH V5 4/9] device property: Adding DMA Attribute APIs for Generic Devices
` [PATCH V5 5/9] device property: ACPI: Make use of the new DMA Attribute APIs
` [PATCH V5 6/9] device property: ACPI: Remove unused DMA APIs
` [PATCH V5 7/9] of/pci: Fix pci_get_host_bridge_device leak
` [PATCH V5 8/9] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()
` [PATCH V5 9/9] PCI: ACPI: Add support for PCI device DMA coherency

[PATCH v2 0/7] SR-IOV fixes and cleanup
 2015-11-02 15:46 UTC  (25+ messages)
` [PATCH v2 1/7] PCI: Set SR-IOV NumVFs to zero after enumeration
` [PATCH v2 2/7] PCI: Remove redundant validation of SR-IOV offset/stride registers
` [PATCH v2 3/7] PCI: Remove VFs in reverse order if virtfn_add() fails
` [PATCH v2 4/7] PCI: Reorder pcibios_sriov_disable()
` [PATCH v2 5/7] PCI: Wait 1 second between disabling VFs and clearing NumVFs
` [PATCH v2 6/7] PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures
` [PATCH v2 7/7] PCI: Set NumVFs before computing how many buses VFs require

[Bugfix v3] PCI, ACPI: Fix regressions caused by resource_size_t overflow with 32-bit kernel
 2015-11-02 15:27 UTC  (3+ messages)
` [Bugfix v4] "

[PATCH v13 0/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-11-02 14:12 UTC  (8+ messages)
` [PATCH v13 1/6] PCI: designware: Move calculation of bus addresses to DRA7xx
` [PATCH v13 2/6] PCI: designware: Remove *_mod_base
` [PATCH v13 3/6] PCI: designware: Replace DT PCI ranges parse with of_pci_get_host_bridge_resources
` [PATCH v13 4/6] ARM/PCI: Replace pci_sys_data->align_resource with global function pointer
` [PATCH v13 5/6] PCI: designware: Add ARM64 support
` [PATCH v13 6/6] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05

[PATCH 0/4] PCI: rcar: Add support for ARM64 and multiple instances
 2015-11-02 10:56 UTC  (14+ messages)

[PATCH V10 00/12] VF EEH on Power8
 2015-11-02  9:39 UTC  (38+ messages)
` [PATCH V10 03/12] powerpc/pci: Cache VF index in pci_dn
` [PATCH V10 04/12] powerpc/pci: Remove VFs prior to PF
` [PATCH V10 05/12] powerpc/eeh: Cache only BARs, not windows or IOV BARs
` [PATCH V10 06/12] powerpc/powernv: EEH device for VF
` [PATCH V10 07/12] powerpc/eeh: Create PE for VFs
` [PATCH V10 08/12] powerpc/powernv: Support EEH reset for VF PE
` [PATCH V10 09/12] powerpc/powernv: Support PCI config restore for VFs
` [PATCH V10 10/12] powerpc/eeh: Support error recovery for VF PE
` [PATCH V10 11/12] powerpc/eeh: Don't block PCI config on resetting "
` [PATCH V10 12/12] powerpc/eeh: Handle hot removed VF when PF is EEH aware

[PATCH] PCI: pciehp: Always protect pciehp_disable_slot() with hotplug mutex
 2015-11-01 21:58 UTC 

[PATCH v5 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-10-31 21:59 UTC  (10+ messages)
` [PATCH v5 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v5 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v5 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v5 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v5 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v5 6/7] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
` [PATCH v5 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

[PATCH v8 00/61] PCI: Resource allocation cleanup for v4.4
 2015-10-31 20:47 UTC  (5+ messages)

[RFC PATCH 0/3] PCI: generate proper configuration access cycles
 2015-10-30 23:21 UTC  (4+ messages)
` [RFC PATCH 1/3] PCI: iproc: "

[RFC Patch 00/12] IXGBE: Add live migration support for SRIOV NIC
 2015-10-30 18:04 UTC  (10+ messages)

[PATCH v4 0/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-10-30 17:30 UTC  (18+ messages)
` [PATCH v4 1/7] drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc num
` [PATCH v4 2/7] drivers:hv: Export hv_do_hypercall()
` [PATCH v4 3/7] PCI: Make it possible to implement a PCI MSI IRQ Domain in a module
` [PATCH v4 4/7] PCI: Add fwnode_handle to pci_sysdata
` [PATCH v4 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle
` [PATCH v4 6/7] drivers:hv: Define the channel type for Hyper-V PCI Express pass-through
` [PATCH v4 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

[PATCH V1 00/11] MMCONFIG refactoring and ARM64 PCI hostbridge init based on ACPI
 2015-10-30 16:38 UTC  (27+ messages)
` [PATCH V1 07/11] XEN / PCI: Remove the dependence on arch x86 when PCI_MMCONFIG=y
  ` [Linaro-acpi] "
` [PATCH V1 10/11] pci, acpi: Provide generic way to assign bus domain number
    ` [Linaro-acpi] "
` [PATCH V1 11/11] arm64, pci, acpi: Support for ACPI based PCI hostbridge init

[RFC][PATCH] pci: completely disable aspm if it's unsupported
 2015-10-30 15:47 UTC 

[PATCH v6] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-30 14:15 UTC  (2+ messages)

[PATCH v12 0/6] Altera PCIe host controller driver with MSI support
 2015-10-30  5:51 UTC  (7+ messages)

[GIT PULL] PCI fixes for v4.3
 2015-10-29 23:54 UTC 

[PATCH 0/5] Various of SR-IOV fixes and cleanup
 2015-10-29 23:19 UTC  (19+ messages)
` [PATCH 1/5] iov: Update virtfn_max_buses to validate offset and stride
` [PATCH 2/5] iov: Reset resources to 0 if totalVFs increases after enabling ARI
` [PATCH 3/5] iov: Fix sriov_enable exception handling path
` [PATCH 4/5] iov: Variable and loop cleanup for sriov_disable and sriov_enable

[PATCH v6 0/5] PCI: Add support for PCI Enhanced Allocation "BARs"
 2015-10-29 21:13 UTC  (4+ messages)
` [PATCH v6 1/5] PCI: Handle IORESOURCE_PCI_FIXED when sizing resources

[PATCH V4 0/8] PCI: ACPI: Setting up DMA coherency for PCI device from _CCA attribute
 2015-10-29  6:37 UTC  (10+ messages)
` [PATCH V4 7/8] PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()

[PATCH v2] iov: restore NumVFs register to 0 before return from virtfn_max_buses()
 2015-10-29  3:29 UTC  (6+ messages)

[PATCH v12 0/8] PCI: hisi: Add PCIe host support for HiSilicon SoC Hip05
 2015-10-29  2:51 UTC  (6+ messages)
` [PATCH v12 7/8] Documentation: DT: Add HiSilicon PCIe host binding

ECRC and Max Read Request Size
 2015-10-28 17:51 UTC 

[PATCH v5] PCI: Xilinx-NWL-PCIe: Added support for Xilinx NWL PCIe Host Controller
 2015-10-28 12:32 UTC  (4+ messages)

[PATCH] PCI: imx6: Use gpio_set_value_cansleep()
 2015-10-28  8:47 UTC  (2+ messages)

[PATCH v3 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs
 2015-10-28  2:01 UTC  (3+ 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).