linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 12:50:38 to 2020-09-04 16:22:31 UTC [more...]

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-04 16:22 UTC  (9+ messages)
` [PATCH v3 1/6] iommu/virtio: Move to drivers/iommu/virtio/
` [PATCH v3 2/6] iommu/virtio: Add topology helpers
` [PATCH v3 4/6] iommu/virtio: Add topology definitions
` [PATCH v3 5/6] iommu/virtio: Support topology description in config space

[PATCH] PCI: tegra: Convert to MSI domains
 2020-09-04 15:48 UTC  (5+ messages)

[PATCH] PCI: xilinx-cpm: Remove leftover bridge initialization
 2020-09-04 14:27 UTC 

[PATCH] PCI: mvebu: Remove useless msi_controller allocation/initialization
 2020-09-04 14:21 UTC 

[PATCH] ARM/PCI: Remove struct msi_controller from struct hw_pci
 2020-09-04 14:16 UTC 

[PATCH] PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()
 2020-09-04 14:09 UTC 

[PATCH 0/3] Add PCIe EP to RZ/G2H
 2020-09-04 12:02 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: pci: rcar-pci-ep: Document r8a774e1
` [PATCH 2/3] arm64: dts: renesas: r8a774e1: Add PCIe EP nodes
` [PATCH 3/3] misc: pci_endpoint_test: Add Device ID for RZ/G2H PCIe controller

[PATCH v4 1/2] misc: rtsx: Fix power down flow
 2020-09-04  9:42 UTC  (2+ messages)
` [PATCH v4 2/2] misc: rtsx: Add power saving functions and fix driving parameter

[PATCH v4 1/2] misc: rtsx: Fix power down flow
 2020-09-04  9:40 UTC 

[PATCH 00/22] add support for Clang LTO
 2020-09-04  9:31 UTC  (68+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 01/28] x86/boot/compressed: Disable relocation relaxation
  ` [PATCH v2 02/28] x86/asm: Replace __force_order with memory clobber
  ` [PATCH v2 03/28] lib/string.c: implement stpcpy
  ` [PATCH v2 04/28] RAS/CEC: Fix cec_init() prototype
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [PATCH v2 06/28] objtool: Don't autodetect vmlinux.o
  ` [PATCH v2 07/28] kbuild: add support for objtool mcount
  ` [PATCH v2 08/28] x86, build: use "
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 12/28] kbuild: lto: limit inlining
  ` [PATCH v2 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 14/28] kbuild: lto: remove duplicate dependencies from .mod files
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 16/28] init: lto: fix PREL32 relocations
  ` [PATCH v2 17/28] PCI: Fix PREL32 relocations for LTO
  ` [PATCH v2 18/28] modpost: lto: strip .lto from module names
  ` [PATCH v2 19/28] scripts/mod: disable LTO for empty.c
  ` [PATCH v2 20/28] efi/libstub: disable LTO
  ` [PATCH v2 21/28] drivers/misc/lkdtm: disable LTO for rodata.o
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 23/28] arm64: vdso: disable LTO
  ` [PATCH v2 24/28] KVM: arm64: disable LTO for the nVHE directory
  ` [PATCH v2 25/28] arm64: allow LTO_CLANG and THINLTO to be selected
  ` [PATCH v2 26/28] x86, vdso: disable LTO only for vDSO
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
  ` [PATCH v2 28/28] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v3 00/17] Implement NTB Controller using multiple PCI EP
 2020-09-04  7:50 UTC  (18+ messages)
` [PATCH v3 01/17] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v3 02/17] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v3 03/17] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v3 04/17] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v3 05/17] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v3 06/17] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v3 07/17] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v3 08/17] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v3 09/17] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v3 10/17] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v3 11/17] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v3 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v3 13/17] PCI: Add TI J721E device to pci ids
` [PATCH v3 14/17] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v3 15/17] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v3 16/17] Documentation: PCI: Add binding documentation for pci-ntb endpoint function
` [PATCH v3 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v3] pciutils: Add decode support for RCECs
 2020-09-04  1:01 UTC  (3+ messages)

[PATCH] arm64: Enable PCI write-combine resources under sysfs
 2020-09-03 22:26 UTC  (16+ messages)

[PATCH v6 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-09-03 22:25 UTC  (9+ messages)
` [PATCH v6 5/6] PCI: uniphier: Add iATU register support
` [PATCH v6 6/6] PCI: uniphier: Add error message when failed to get phy

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-03 18:12 UTC  (3+ messages)

[PATCH] PCI: Add a quirk to skip 1000 ms default link activation delay on some devices
 2020-09-03 18:11 UTC  (2+ messages)

[PATCH v4 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-03 17:10 UTC  (6+ messages)
` [PATCH v4 1/3] PCI/IOV: Mark VFs as not implementing MSE bit
` [PATCH v4 2/3] s390/pci: Mark all "
` [PATCH v4 3/3] vfio/pci: Decouple MSE bit checks from is_virtfn

[PATCH v4 0/8] Implement PCI Error Recovery on Navi12
 2020-09-03 15:45 UTC  (20+ messages)
` [PATCH v4 1/8] drm/amdgpu: Avoid accessing HW when suspending SW state
` [PATCH v4 2/8] drm/amdgpu: Block all job scheduling activity during DPC recovery
` [PATCH v4 3/8] drm/amdgpu: Fix SMU error failure
` [PATCH v4 4/8] drm/amdgpu: Fix consecutive DPC recovery failures
` [PATCH v4 5/8] drm/amdgpu: Trim amdgpu_pci_slot_reset by reusing code
` [PATCH v4 6/8] drm/amdgpu: Disable DPC for XGMI for now
` [PATCH v4 7/8] drm/amdgpu: Minor checkpatch fix
` [PATCH v4 8/8] Revert "PCI/ERR: Update error status after reset_link()"

[PATCH] PCI: exynos: simplify with PTR_ERR_OR_ZERO
 2020-09-03 12:29 UTC  (2+ messages)

[PATCH v4 0/8] Implement PCI Error Recovery on Navi12
 2020-09-03 15:01 UTC  (2+ messages)

[PATCH v15 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 12:34 UTC  (3+ messages)
` [PATCH v15 1/2] ACPI / APEI: Add a notifier chain for unknown (vendor) CPER records
` [PATCH v15 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-03 12:33 UTC  (2+ messages)

[RESEND PATCH v14 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-09-03 11:01 UTC  (5+ messages)
` [RESEND PATCH v14 2/2] PCI: hip: Add handling of HiSilicon HIP PCIe controller errors

[PATCH 00/19] thunderbolt: Power Management improvements
 2020-09-03  9:15 UTC  (2+ messages)

[PATCH v2 1/3] swiotlb: Use %pa to print phys_addr_t variables
 2020-09-03  2:02 UTC  (4+ messages)
` [PATCH v2 2/3] swiotlb: Declare swiotlb_late_init_with_default_size() in header
` [PATCH v2 3/3] swiotlb: Mark max_segment with static keyword

[pci:pci/pm] BUILD SUCCESS 34f20a6410d50e72aa7f61a8f26a2338f159664f
 2020-09-03  0:35 UTC 

[pci:next] BUILD SUCCESS 88f66c6817809ce9705efe376b65b93fdbdb7f35
 2020-09-03  0:35 UTC 

[PATCH] PCI/ASPM: Enable ASPM for links under VMD domain
 2020-09-02 22:54 UTC  (6+ messages)

[PATCH v3 07/10] PCI: Add 'rcec' field to pci_dev for associated RCiEPs
 2020-09-02 22:24 UTC  (3+ messages)

[PATCH v3 04/10] PCI/RCEC: Add pcie_walk_rcec() to walk associated RCiEPs
 2020-09-02 21:55 UTC  (3+ messages)

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-09-02 17:45 UTC  (9+ messages)
` [PATCH 1/2] phy: marvell: comphy: Convert internal SMCC firmware return codes to errno
` [PATCH 2/2] PCI: aardvark: Fix initialization with old Marvell's Arm Trusted Firmware

[PATCH v3] misc: rtsx: add power saving function and bios guide options
 2020-09-02 12:29 UTC  (4+ messages)

[PATCH V2 0/2] lspci: Decode 10-Bit Tag Requester Enable
 2020-09-02  8:42 UTC  (2+ messages)

Re: [PATCH v3] PCI: Add pci_iounmap
 2020-09-02  8:34 UTC  (2+ messages)
`  "

[pci:pci/misc] BUILD SUCCESS e7a7499d841bfc9c7a4443f0fd7a04ae49bdbdd3
 2020-09-02  7:10 UTC 

[pci:next] BUILD SUCCESS 5bb4567cd17c1681ae76062cc469808c83c4e82f
 2020-09-02  4:17 UTC 

[PATCH 0/3] PCI: Replace use of snprintf() with scnprintf() in show() functions
 2020-09-01 19:05 UTC  (2+ messages)

GREETINGS!!!
 2020-09-01 15:06 UTC 

[PATCH] PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0
 2020-09-01 16:55 UTC  (2+ messages)

[PATCH v3] PCI: Add pci_iounmap
 2020-09-01 13:28 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).