linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-06 11:40:28 to 2017-03-09 11:55:01 UTC [more...]

[PATCH v2 00/22] PCI: Support for configurable PCI endpoint
 2017-03-09 11:55 UTC  (13+ messages)
` [PATCH v2 08/22] PCI: dwc: designware: Add EP mode support

[PATCH V8 00/11] IOMMU probe deferral support
 2017-03-09 11:21 UTC  (6+ messages)
` [PATCH V8 01/11] iommu/of: Refactor of_iommu_configure() for error handling

[PATCH 0/6] PCI/ASPM: Add PCIe L1 PM substate support
 2017-03-09 11:00 UTC  (6+ messages)
` [PATCH 5/6] PCI/ASPM: Actually configure the L1 substate settings to the device

[RESEND PATCH v3 0/7] PCI: dwc: Miscellaneous fixes and cleanups
 2017-03-09 10:21 UTC  (9+ messages)
` [RESEND PATCH v3 1/7] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [RESEND PATCH v3 2/7] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [RESEND PATCH v3 3/7] PCI: dwc: artpec6: "
` [RESEND PATCH v3 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [RESEND PATCH v3 5/7] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [RESEND PATCH v3 6/7] PCI: dwc: designware: Move _unroll configurations to a separate function
` [RESEND PATCH v3 7/7] PCI: dwc: dra7xx: Push request_irq call to the bottom of probe

[PATCH 00/29] drivers, mics refcount conversions
 2017-03-09  9:32 UTC  (60+ messages)
` [PATCH 01/29] drivers, block: convert xen_blkif.refcnt from atomic_t to refcount_t
` [PATCH 02/29] drivers, firewire: convert fw_node.ref_count "
` [PATCH 03/29] drivers, char: convert vma_data.refcnt "
` [PATCH 04/29] drivers, connector: convert cn_callback_entry.refcnt "
` [PATCH 05/29] drivers, md, bcache: convert cached_dev.count "
` [PATCH 06/29] drivers, md: convert dm_cache_metadata.ref_count "
` [PATCH 07/29] drivers, md: convert dm_dev_internal.count "
` [PATCH 08/29] drivers, md: convert mddev.active "
` [PATCH 09/29] drivers, md: convert table_device.count "
` [PATCH 10/29] drivers, md: convert stripe_head.count "
` [PATCH 11/29] drivers, media: convert cx88_core.refcount "
` [PATCH 12/29] drivers, media: convert s2255_dev.num_channels "
` [PATCH 13/29] drivers, media: convert vb2_vmarea_handler.refcount "
` [PATCH 14/29] drivers, media: convert vb2_dc_buf.refcount "
` [PATCH 15/29] drivers, media: convert vb2_dma_sg_buf.refcount "
` [PATCH 16/29] drivers, media: convert vb2_vmalloc_buf.refcount "
` [PATCH 17/29] drivers, pci: convert hv_pci_dev.refs "
` [PATCH 18/29] drivers, s390: convert urdev.ref_count "
` [PATCH 19/29] drivers, s390: convert lcs_reply.refcnt "
` [PATCH 20/29] drivers, s390: convert qeth_reply.refcnt "
` [PATCH 21/29] drivers, s390: convert fc_fcp_pkt.ref_cnt "
` [PATCH 22/29] drivers, scsi: convert iscsi_task.refcount "
` [PATCH 23/29] drivers: convert vme_user_vma_priv.refcnt "
` [PATCH 24/29] drivers: convert iblock_req.pending "
` [PATCH 25/29] drivers, usb: convert ffs_data.ref "
` [PATCH 26/29] drivers, usb: convert dev_data.count "
` [PATCH 27/29] drivers, usb: convert ep_data.count "
` [PATCH 28/29] drivers: convert sbd_duart.map_guard "
` [PATCH 29/29] drivers, xen: convert grant_map.users "
  ` [Xen-devel] "

Quick question on PCI EP framework
 2017-03-09  9:11 UTC  (2+ messages)

[PATCH 1/3] PCI: rockchip: fix sign issues for current limits
 2017-03-09  8:59 UTC  (5+ messages)
` [PATCH 2/3] PCI: rockchip: make 'return 0' more obvious in probe()
` [RFC PATCH 3/3] WIP: PCI: rockchip: add remove() support

[PATCH v3 00/23] PCI: Support for configurable PCI endpoint
 2017-03-09  7:57 UTC  (24+ messages)
` [PATCH v3 01/23] PCI: endpoint: Add EP core layer to enable EP controller and EP functions
` [PATCH v3 02/23] Documentation: PCI: Guide to use PCI Endpoint Core Layer
` [PATCH v3 03/23] PCI: endpoint: Introduce configfs entry for configuring EP functions
` [PATCH v3 04/23] Documentation: PCI: Guide to use pci endpoint configfs
` [PATCH v3 05/23] PCI: endpoint: Create configfs entry for EPC device and EPF driver
` [PATCH v3 06/23] Documentation: PCI: Add specification for the *pci test* function device
` [PATCH v3 07/23] PCI: endpoint: functions: Add an EP function to test PCI
` [PATCH v3 08/23] Documentation: PCI: Add binding documentation for pci-test endpoint function
` [PATCH v3 09/23] PCI: dwc: designware: Add EP mode support
` [PATCH v3 10/23] dt-bindings: PCI: Add dt bindings for pci designware EP mode
` [PATCH v3 11/23] PCI: dwc: dra7xx: Facilitate wrapper and msi interrupts to be enabled independently
` [PATCH v3 12/23] PCI: dwc: dra7xx: Add EP mode support
` [PATCH v3 13/23] dt-bindings: PCI: dra7xx: Add dt bindings for pci dra7xx EP mode
` [PATCH v3 14/23] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH v3 15/23] dt-bindings: PCI: dra7xx: Add dt bindings to enable unaligned access
` [PATCH v3 16/23] PCI: Add device IDs for DRA74x and DRA72x
` [PATCH v3 17/23] misc: Add host side pci driver for pci test function device
` [PATCH v3 18/23] Documentation: misc-devices: Add Documentation for pci-endpoint-test driver
` [PATCH v3 19/23] tools: PCI: Add a userspace tool to test PCI endpoint
` [PATCH v3 20/23] tools: PCI: Add sample test script to invoke pcitest
` [PATCH v3 21/23] Documentation: PCI: Add userguide for PCI endpoint test function
` [PATCH v3 22/23] MAINTAINERS: add PCI EP maintainer
` [PATCH v3 23/23] ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUP

pcie-iproc: broken 2nd (& 3rd?) controller support by c3245a566400 ("PCI: iproc: Request host bridge window resources")
 2017-03-09  7:39 UTC  (3+ messages)

[PATCH V3 0/3] VFIO SRIOV support
 2017-03-09  6:29 UTC  (4+ messages)

[PATCH] PCI: Disable IOV before pcibios_sriov_disable()
 2017-03-09  0:34 UTC  (3+ messages)

[PATCH V3] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-03-08 20:39 UTC 

Partial BAR Address Allocation
 2017-03-08 15:42 UTC  (6+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-08 15:26 UTC  (3+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS

Neophyte questions about PCIe
 2017-03-08 15:17 UTC  (6+ messages)

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-08 15:06 UTC  (20+ messages)
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 04/32] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 07/32] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 09/32] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v2 10/32] x86: DMA support for SEV memory encryption

[PATCH] PCI: Add pci reset quirk for Cavium VNIC
 2017-03-08 14:21 UTC  (3+ messages)

Implementing MSI support on my platform
 2017-03-08 13:11 UTC  (2+ messages)

[PATCH] pciehp: Fix race condition handling surprise link-down
 2017-03-08 12:27 UTC  (6+ messages)

[PATCH v3 0/7] PCI: dwc: miscellaneous fixes and cleanups
 2017-03-08 10:47 UTC  (8+ messages)
` [PATCH v3 1/7] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH v3 2/7] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH v3 3/7] PCI: dwc: artpec6: "
` [PATCH v3 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH v3 5/7] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH v3 6/7] PCI: dwc: designware: Move _unroll configurations to a separate function
` [PATCH v3 7/7] PCI: dwc: dra7xx: Push request_irq call to the bottom of probe

[PATCH] pci: Prevent VPD access for QLogic ISP2722
 2017-03-08  2:19 UTC  (3+ messages)

[PATCH] PCI/aspm: Fix link->downstream setting
 2017-03-07 21:20 UTC  (2+ messages)

[PATCH] PCI/MSI: Only disable affinity settings if pre and post vector count is equal to max_vecs and not min_vecs
 2017-03-07 21:08 UTC  (4+ messages)

[patch] PCI: dwc: uninitialized variable in dw_handle_msi_irq()
 2017-03-07 19:32 UTC  (4+ messages)

[PATCH v2 3/5] pci: set msi_domain_ops as __ro_after_init
 2017-03-07 19:07 UTC  (6+ messages)

[PATCH] PCI: exynos: fix the NULL pointer dereference about elbi_base
 2017-03-07 18:52 UTC  (2+ messages)

[PATCH v2 0/7] PCI: dwc: miscellaneous fixes and cleanups
 2017-03-07 11:34 UTC  (14+ messages)
` [PATCH v2 1/7] PCI: dwc: designware: Add new *ops* for cpu addr fixup
` [PATCH v2 2/7] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops
` [PATCH v2 3/7] PCI: dwc: artpec6: "
` [PATCH v2 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
` [PATCH v2 5/7] PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes
` [PATCH v2 6/7] PCI: dwc: designware: Modify _unroll() to _ob_unroll()
` [PATCH v2 7/7] PCI: dwc: dra7xx: Push request_irq call to the bottom of probe

[PATCH v5] PCI: Xilinx NWL: Modifying irq chip for legacy interrupts
 2017-03-07  5:48 UTC  (7+ messages)

[PATCH] pci/aspm: Fix null pointer dereference during re-enumeration of PCI bus in pcie_aspm_init_link_state even though ASPM is off
 2017-03-07  0:27 UTC  (3+ messages)

[PATCH 5/5] drm/amdgpu: resize VRAM BAR for CPU access
 2017-03-06 21:26 UTC 

[RFC PATCH v2 01/32] x86: Add the Secure Encrypted Virtualization CPU feature
 2017-03-06 20:54 UTC  (3+ messages)

[PATCH] PCI: Add cavium acs pci quirk
 2017-03-06 17:09 UTC  (4+ messages)

Using the generic host PCIe driver
 2017-03-06 16:57 UTC  (13+ messages)

Panic in quirk_usb_early_handoff
 2017-03-06 14:56 UTC  (2+ messages)

[PATCH 1/5] PCI: add resizeable BAR infrastructure v2
 2017-03-06 12:34 UTC  (9+ messages)
` [PATCH 4/5] drm/amdgpu: fix printing the doorbell BAR info
` [PATCH 5/5] drm/amdgpu: resize VRAM BAR for CPU access


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