linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 09:57:48 to 2020-03-20 20:25:19 UTC [more...]

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-20 20:24 UTC  (10+ messages)
  ` [patch 01/22] x86/devicetable: Move x86 specific macro out of generic code
  ` [patch 02/22] x86/cpu: Add conistent CPU match macros
  ` [patch 08/22] ACPI: Convert to new X86 "
  ` [patch 09/22] cpufreq: "
  ` [patch 11/22] platform/x86: Convert to new "
  ` [patch 19/22] ASoC: Intel: Convert to new X86 "

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-20 19:51 UTC  (58+ messages)
` [patch V2 01/15] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V2 02/15] pci/switchtec: Replace completion wait queue usage for poll
` [patch V2 03/15] usb: gadget: Use completion interface instead of open coding it
` [patch V2 04/15] orinoco_usb: Use the regular completion interfaces
` [patch V2 05/15] acpi: Remove header dependency
` [patch V2 06/15] rcuwait: Add @state argument to rcuwait_wait_event()
  ` [PATCH 0/5] Remove mm.h from arch/*/include/asm/uaccess.h
    ` [PATCH 1/5] nds32: Remove mm.h from asm/uaccess.h
    ` [PATCH 2/5] csky: "
    ` [PATCH 3/5] hexagon: "
    ` [PATCH 4/5] ia64: "
    ` [PATCH 5/5] microblaze: "
` [patch V2 07/15] powerpc/ps3: Convert half completion to rcuwait
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation
` [patch V2 09/15] timekeeping: Split jiffies seqlock
` [patch V2 10/15] sched/swait: Prepare usage in completions
` [patch V2 11/15] completion: Use simple wait queues
` [PATCH 16/15] rcuwait: Get rid of stale name comment
  ` [PATCH 17/15] rcuwait: Inform rcuwait_wake_up() users if a wakeup was attempted
  ` [PATCH 18/15] kvm: Replace vcpu->swait with rcuwait
  ` [PATCH 19/15] sched/swait: Reword some of the main description

[PATCH 01/12] pcie: qcom: add missing ipq806x clocks in pcie driver
 2020-03-20 19:46 UTC  (18+ messages)
` [PATCH 02/12] devicetree: bindings: pci: add missing clks to qcom,pcie
` [PATCH 03/12] pcie: qcom: change duplicate pci reset to phy reset
` [PATCH 04/12] pcie: qcom: Fixed pcie_phy_clk branch issue
` [PATCH 05/12] pcie: qcom: add missing reset for ipq806x
` [PATCH 06/12] devicetree: bindings: pci: add ext reset to qcom,pcie
` [PATCH 07/12] pcie: qcom: add tx term offset support
` [PATCH 08/12] devicetree: bindings: pci: add phy-tx0-term-offset to qcom,pcie
` [PATCH 09/12] pcie: qcom: Programming the PCIE iATU for IPQ806x
` [PATCH 10/12] pcie: qcom: add Force GEN1 support
` [PATCH 11/12] devicetree: bindings: pci: add force_gen1 for qcom,pcie
` [PATCH 12/12] pcie: qcom: Set PCIE MRRS and MPS to 256B

[pci:review/edr] BUILD SUCCESS aa898fd0720c1521407eb52a3f954da0954c1ae5
 2020-03-20 18:46 UTC 

[PATCH v3] PCI: pciehp: Make sure pciehp_isr clears interrupt events
 2020-03-20 15:16 UTC  (3+ messages)
` [PATCH v4] PCI: pciehp: Fix MSI interrupt race

[PATCH v5] PCI: Microchip: Add host driver for Microchip PCIe controller
 2020-03-20 14:48 UTC  (4+ messages)

[patch 17/22] PCI: intel-mid: Convert to new X86 CPU match macros
 2020-03-20 14:30 UTC 

[PATCH] PCI: endpoint: Fix NULL pointer dereference for ->get_features()
 2020-03-20 10:20 UTC  (3+ messages)

[PATCH V3] PCI: rcar: Add the suspend/resume for pcie-rcar driver
 2020-03-20 10:12 UTC  (2+ messages)

[PATCH v5 0/4] dt-bindings: Convert Cadence PCIe RC/EP to DT Schema
 2020-03-20  9:58 UTC  (2+ messages)

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-03-20  9:52 UTC  (4+ messages)

[PATCH v2 0/5] misc: Improvements to pci_endpoint_test driver
 2020-03-20  9:52 UTC  (5+ messages)
` [PATCH v2 3/5] tools: PCI: Add 'e' to clear IRQ
` [PATCH v2 4/5] misc: pci_endpoint_test: Fix to support > 10 pci-endpoint-test devices
` [PATCH v2 5/5] misc: pci_endpoint_test: Use full pci-endpoint-test name in request irq

[PATCH] PCI: Change lock order in pci_dev_lock() to avoid potential deadlock
 2020-03-20  9:36 UTC  (2+ messages)

[PATCH v2] PCI: dwc: fix compile err for pcie-tagra194
 2020-03-20  9:15 UTC  (2+ messages)

[PATCH -next] PCI: dwc: fix compile err for pcie-tagra194
 2020-03-20  6:00 UTC  (4+ messages)

[pci:pci/misc] BUILD SUCCESS 2880325bda8d53566dcb9725abc929eec871608e
 2020-03-20  5:55 UTC 

PCIe EPF
 2020-03-20  5:28 UTC  (2+ messages)

[pci:next] BUILD SUCCESS ebcc830b29d78ba033f45a9c278b75db835b19dc
 2020-03-20  5:18 UTC 

[PATCH v17 09/12] PCI/AER: Allow clearing Error Status Register in FF mode
 2020-03-19 23:20 UTC  (3+ messages)

[PATCH v17 00/12] Add Error Disconnect Recover (EDR) support
 2020-03-19 22:52 UTC  (15+ messages)
` [PATCH v17 03/12] PCI/ERR: Remove service dependency in pcie_do_recovery()
` [PATCH v17 05/12] PCI: portdrv: remove reset_link member from pcie_port_service_driver
` [PATCH v17 06/12] Documentation: PCI: Remove reset_link references
` [PATCH v17 10/12] PCI/DPC: Export DPC error recovery functions

[PATCH] PCI: Avoid ASMedia XHCI USB PME# from D0 defect
 2020-03-19 21:49 UTC  (2+ messages)

[PATCH 4/5] pci: handled return value of platform_get_irq correctly
 2020-03-19 21:35 UTC  (6+ messages)

Linux Kernel Mentorship Summer 2020
 2020-03-19 20:55 UTC  (3+ messages)
    ` Fwd: "

[PATCH] PCI: tegra: Print -EPROBE_DEFER error message at debug level
 2020-03-19 18:05 UTC  (3+ messages)

[PATCH v3 0/7] vfio/pci: SR-IOV support
 2020-03-19 17:46 UTC  (11+ messages)
` [PATCH v3 3/7] vfio/pci: Introduce VF token
` [PATCH v3 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH v3 5/7] vfio/pci: Add sriov_configure support
` [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths

[pci:pci/aspm] BUILD SUCCESS 58a3862a10a317a81097ab0c78aecebabb1704f5
 2020-03-19 17:26 UTC 

[PATCH v2 0/2] PCI: Add new UniPhier PCIe endpoint driver
 2020-03-19 17:06 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: Add UniPhier PCIe endpoint controller description
` [PATCH v2 2/2] PCI: uniphier: Add UniPhier PCIe endpoint controller support

[PATCH] PCI: dwc: fix ERROR: modpost: dw_pcie_ep_*.o undefined
 2020-03-19 12:48 UTC 

[pci:pci/p2pdma] BUILD SUCCESS 7b94b53db34f78bb5e09f44e8827d45a8a88bf47
 2020-03-19 11:26 UTC 

[PATCH v3] PCI: Use ioremap(), not phys_to_virt() for platform ROM
 2020-03-19  2:16 UTC 

[PATCH RFC] perf:Add driver for HiSilicon PCIe PMU
 2020-03-19  1:34 UTC  (4+ messages)

[pci:next] BUILD SUCCESS cf21d34fbdf6847494031ce45f3aa1b181a1c28f
 2020-03-19  0:32 UTC 

[PATCH v2] PCI/P2PDMA: Add the remaining Intel Sky Lake-E root ports to the whitelist
 2020-03-18 23:13 UTC  (2+ messages)

[PATCH v2] PCI/ASPM: Fix wrong field set when config L1SS
 2020-03-18 23:06 UTC  (2+ messages)

[PATCH v2 00/11] PCI/ATS: Device-tree support and other improvements
 2020-03-18 21:49 UTC  (3+ messages)
` [PATCH v2 07/11] iommu/arm-smmu-v3: Use pci_ats_supported()

[PATCH v2 1/6] PCI/ATS: Export symbols of PASID functions
 2020-03-18 21:12 UTC  (3+ messages)

[PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
 2020-03-18 21:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4
 2020-03-18 18:49 UTC  (2+ messages)

linux-next: Tree for Mar 12 (pci/controller/mobiveil/)
 2020-03-18 16:46 UTC  (6+ messages)

Kernel hangs when powering up/down drive using sysfs
 2020-03-18 16:43 UTC  (11+ messages)
` [PATCH] PCI: pciehp: Fix indefinite wait on sysfs requests

[PATCH] PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLAT
 2020-03-18 16:30 UTC  (4+ messages)

[PATCH RESEND v2 0/2] Fix loading of platform ROM from 32-bit EFI
 2020-03-18  6:51 UTC  (5+ messages)
` [PATCH RESEND v2 2/2] PCI: Use ioremap(), not phys_to_virt() for platform ROM

[PATCH v2] alpha: fix nautilus PCI setup
 2020-03-18  0:50 UTC 

[PATCH] alpha: fix nautilus PCI setup
 2020-03-17 23:28 UTC  (3+ messages)

[PATCH 03/17] docs: pci: boot-interrupts.rst: improve html output
 2020-03-17 22:06 UTC  (2+ messages)

[PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
 2020-03-17 18:40 UTC  (11+ messages)

[PATCH] PCI: mobiveil: fix different address space warnings of sparse
 2020-03-17 15:50 UTC  (2+ messages)

[PATCH net-next 06/11] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
 2020-03-17 15:16 UTC 

[PATCH 0/4] Fix loading of radeon BIOS from 32-bit EFI
 2020-03-17 14:29 UTC  (5+ messages)
` [PATCH 2/4] PCI: Use ioremap, not phys_to_virt for platform rom
` [PATCH 3/4] drm/radeon: iounmap unused mapping

[PATCH v5 0/7] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2020-03-17 11:11 UTC  (15+ messages)
` [PATCH v5 4/7] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [PATCH v5 5/7] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v5 6/7] PCI: rcar: Add support for rcar PCIe controller in endpoint mode
` [PATCH v5 7/7] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller

[PATCH] PCI: endpoint: functions/pci-epf-test: Fix compiler error
 2020-03-17 11:17 UTC  (2+ 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).