linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-22 12:38:26 to 2019-03-26 17:34:30 UTC [more...]

[PATCHv4 00/28] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-03-26 17:34 UTC  (3+ messages)
` [PATCHv4 16/28] PCI: mobiveil: refactor Mobiveil PCIe Host Bridge IP driver

[PATCH V4 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-03-26 16:48 UTC  (9+ messages)
` [PATCH V4 2/6] PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
` [PATCH V4 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V4 4/6] PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
` [PATCH V4 5/6] PCI: rcar: Clean up debug messages
` [PATCH V4 6/6] PCI: rcar: Fix 64bit MSI message address handling

[PATCH v2 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2019-03-26 17:23 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/AER: Do not use APEI/HEST to disable AER services globally
` [PATCH v2 2/2] PCI/AER: Determine AER ownership based on _OSC instead of HEST

[PATCH 1/3] PCI: hv: Fix a memory leak in hv_eject_device_work()
 2019-03-26 17:08 UTC  (2+ messages)

[PATCH v2 0/3] Fix system crash for accessing unmapped IO port regions
 2019-03-26 16:33 UTC  (11+ messages)
` [RFC PATCH v2 1/3] resource: Request IO port regions from children of ioport_resource
` [PATCH v2 2/3] lib: logic_pio: Reject access to unregistered CPU MMIO regions
` [PATCH v2 3/3] lib: logic_pio: Make some prints explicitly hex

[PATCH] PCI: al: add pcie-al.c
 2019-03-26 15:58 UTC  (9+ messages)
` [PATCH v2] PCI: al: Add Amazon Annapurna Labs PCIe host controller driver

[pci:review/pci/resource 8/21] drivers/nvme/host/pci.c:2919:6: sparse: symbol 'nvme_rescan_prepare' was not declared. Should it be static?
 2019-03-26 15:40 UTC  (3+ messages)
` [RFC PATCH pci] nvme-pci: nvme_rescan_prepare() can be static

[PATCH 00/10] Add Tegra194 PCIe support
 2019-03-26 15:13 UTC  (11+ messages)
` [PATCH 01/10] PCI: save pci_bus pointer in pcie_port structure
` [PATCH 02/10] PCI: perform dbi regs write lock towards the end
` [PATCH 03/10] PCI: dwc: Move config space capability search API
` [PATCH 04/10] PCI: Add #defines for PCIe spec r4.0 features
` [PATCH 05/10] dt-bindings: PCI: tegra: Add device tree support for T194
` [PATCH 06/10] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH 07/10] arm64: tegra: Enable PCIe slots in P2972-0000 board
` [PATCH 08/10] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH 09/10] PCI: tegra: Add Tegra194 PCIe support
` [PATCH 10/10] arm64: Add Tegra194 PCIe driver to defconfig

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-26 14:02 UTC  (3+ messages)
` [PATCH RFC v4 01/21] PCI: Fix writing invalid BARs during pci_restore_state()

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-03-26 13:35 UTC  (3+ messages)

[PATCH v2] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-26 13:01 UTC  (3+ messages)

Question about Hotplug driver deadlock issue
 2019-03-26 12:44 UTC  (2+ messages)

[PATCH] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-26 11:40 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] PCI: xilinx: Check for __get_free_pages() failure

[PATCH V3] PCI: rcar: Add the initialization of PCIe link in resume_noirq()
 2019-03-26 11:24 UTC  (3+ messages)

[BACKPORT 4.14.y 0/8] candidates from spreadtrum 4.14 product kernel
 2019-03-26  2:26 UTC  (5+ messages)
` [BACKPORT 4.14.y 2/8] PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bits
` [BACKPORT 4.14.y 3/8] PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writable
` [BACKPORT 4.14.y 4/8] PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()

[PATCH] PCI/LINK: bw_notification: Do not leave interrupt handler NULL
 2019-03-25 22:59 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/2] Link bandwidth notification fixes
 2019-03-25 22:33 UTC  (6+ messages)
` [PATCH 1/2] PCI/LINK: bw_notification: Clear interrupt before enabling it
` [PATCH 2/2] PCI/LINK: bw_notification: Deduplicate reports for multi-function devices

[PATCH 0/2] PCI/MSI: Remove unused interfaces
 2019-03-25 22:12 UTC  (3+ messages)
` [PATCH 1/2] PCI/MSI: Remove unused __write_msi_msg() and write_msi_msg()
` [PATCH 2/2] PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()

[PATCH 10/27] PCI: Lock down BAR access when the kernel is locked down
 2019-03-25 22:09 UTC 

[PATCH 0/4] PCI, CPER: Trivial cleanups
 2019-03-25 19:56 UTC  (8+ messages)
` [PATCH 1/4] PCI: Cleanup register definition width and whitespace
` [PATCH 2/4] PCI: Fix comment typos
` [PATCH 3/4] CPER: Add UEFI spec references
` [PATCH 4/4] CPER: Remove unnecessary use of user-space types

[PATCH V2] PCI: rcar: Add the initialization of PCIe link in resume_noirq
 2019-03-25 19:44 UTC  (10+ messages)

[PATCH v3 00/10] Support using MSI interrupts in ntb_transport
 2019-03-25 19:08 UTC  (6+ messages)
` [PATCH v3 03/10] NTB: Introduce helper functions to calculate logical port number
` [PATCH v3 09/10] NTB: Add MSI interrupt support to ntb_transport

[PATCH] PCI/LINK: Request a one-shot IRQ with NULL handler
 2019-03-25 18:27 UTC  (2+ messages)

[PATCH] ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()
 2019-03-25 15:49 UTC  (2+ messages)

[RFC PATCH v1] PCI: qcom: Use quirk to override incorrect device class
 2019-03-25 15:42 UTC  (17+ messages)
      ` [PATCH v2] PCI: qcom: Use default config space read function
                    ` [PATCH v3] "
                        ` [PATCH v4] "
                              ` [PATCH v5] "

[PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf
 2019-03-25 15:24 UTC  (15+ messages)
` [PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps

[PATCH 0/2] PCI: Describe external-facing ports in device tree
 2019-03-25 13:53 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: Add external-facing PCIe port property

[PATCH] PCI: Mark expected switch fall-throughs
 2019-03-25 13:25 UTC  (2+ messages)
` [Xen-devel] "

[PATCH 1/2] PCI: rcar: Clean up remaining macros defining bits
 2019-03-25 11:36 UTC  (10+ messages)
` [PATCH 2/2] PCI: rcar: Replace unsigned long with u32 in register accessors

[PATCH V3 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-03-25 11:34 UTC  (13+ messages)
` [PATCH V3 2/6] PCI: rcar: Replace unsigned long with u32 in register accessors
` [PATCH V3 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V3 4/6] PCI: rcar: Replace (8 * n) with (n << 3)
` [PATCH V3 5/6] PCI: rcar: Clean up debug messages
` [PATCH V3 6/6] PCI: rcar: Fix 64bit MSI message address handling

[PATCH] PCI: rcar-gen2: Ensure the mandatory clock is enabled
 2019-03-25  9:49 UTC  (3+ messages)

[PATCH v3 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-03-25  9:39 UTC  (27+ messages)
` [PATCH v3 01/26] PCI: keystone: Add start_link/stop_link dw_pcie_ops
` [PATCH v3 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v3 03/26] dt-bindings: PCI: keystone: Add "reg-names" binding information
` [PATCH v3 04/26] PCI: keystone: Perform host initialization in a single function
` [PATCH v3 05/26] PCI: keystone: Use platform_get_resource_byname to get memory resources
` [PATCH v3 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v3 07/26] dt-bindings: PCI: Add dt-binding to configure PCIe mode
` [PATCH v3 08/26] PCI: keystone: Explicitly set the "
` [PATCH v3 09/26] dt-bindings: PCI: Document "atu" reg-names
` [PATCH v3 10/26] PCI: dwc: Enable iATU unroll for endpoint too
` [PATCH v3 11/26] PCI: dwc: Fix ATU identification for designware version >= 4.80
` [PATCH v3 12/26] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [PATCH v3 13/26] dt-bindings: PCI: Add PCI RC dt binding documentation for AM654
` [PATCH v3 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v3 15/26] PCI: keystone: Invoke phy_reset API before enabling PHY
` [PATCH v3 16/26] PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
` [PATCH v3 17/26] PCI: keystone: Add support to set the max link speed from DT
` [PATCH v3 18/26] PCI: endpoint: Add support to allocate aligned buffers to be mapped in BARs
` [PATCH v3 19/26] PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
` [PATCH v3 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v3 21/26] PCI: dwc: Add callbacks for accessing dbi2 address space
` [PATCH v3 22/26] PCI: keystone: Add support for PCIe EP in AM654x Platforms
` [PATCH v3 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size
` [PATCH v3 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts
` [PATCH v3 25/26] misc: pci_endpoint_test: Add support to test PCI EP in AM654x
` [PATCH v3 26/26] misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_test

[PATCH v2 00/26] Add support for PCIe RC and EP mode in TI's AM654 SoC
 2019-03-25  9:36 UTC  (28+ messages)
` [PATCH v2 01/26] PCI: keystone: Add start_link/stop_link dw_pcie_ops
` [PATCH v2 02/26] PCI: keystone: Cleanup error_irq configuration
` [PATCH v2 03/26] dt-bindings: PCI: keystone: Add "reg-names" binding information
` [PATCH v2 04/26] PCI: keystone: Perform host initialization in a single function
` [PATCH v2 05/26] PCI: keystone: Use platform_get_resource_byname to get memory resources
` [PATCH v2 06/26] PCI: keystone: Move initializations to appropriate places
` [PATCH v2 07/26] dt-bindings: PCI: Add dt-binding to configure PCIe mode
` [PATCH v2 08/26] PCI: keystone: Explicitly set the "
` [PATCH v2 09/26] dt-bindings: PCI: Document "atu" reg-names
` [PATCH v2 10/26] PCI: dwc: Enable iATU unroll for endpoint too
` [PATCH v2 11/26] PCI: dwc: Fix ATU identification for designware version >= 4.80
` [PATCH v2 12/26] PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
` [PATCH v2 13/26] dt-bindings: PCI: Add PCI RC dt binding documentation for AM654
` [PATCH v2 14/26] PCI: keystone: Add support for PCIe RC in AM654x Platforms
` [PATCH v2 15/26] PCI: keystone: Invoke phy_reset API before enabling PHY
` [PATCH v2 16/26] PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
` [PATCH v2 17/26] PCI: keystone: Add support to set the max link speed from DT
` [PATCH v2 18/26] PCI: endpoint: Add support to allocate aligned buffers to be mapped in BARs
` [PATCH v2 19/26] PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
` [PATCH v2 20/26] PCI: dwc: Fix dw_pcie_ep_find_capability to return correct capability offset
` [PATCH v2 21/26] PCI: dwc: Add callbacks for accessing dbi2 address space
` [PATCH v2 22/26] PCI: keystone: Add support for PCIe EP in AM654x Platforms
` [PATCH v2 23/26] PCI: designware-ep: Configure RESBAR to advertise the smallest size
` [PATCH v2 24/26] PCI: designware-ep: Use aligned ATU window for raising MSI interrupts
` [PATCH v2 25/26] misc: pci_endpoint_test: Add support to test PCI EP in AM654x
` [PATCH v2 26/26] misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_test

[PATCH] PCI/IOV: update num_VFs earlier
 2019-03-25  8:18 UTC 

[PATCH V2 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-03-23  1:52 UTC  (7+ messages)
` [PATCH V2 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V2 6/6] PCI: rcar: Allow 64bit MSI addresses

[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
 2019-03-22 23:50 UTC  (7+ messages)

[PATCH 1/2] pci: rpadlpar: fix leaked device_node references in add/remove paths
 2019-03-22 18:27 UTC  (2+ messages)
` [PATCH 2/2] pci: rpaphp: get/put device node reference during slot alloc/dealloc

Regression causes a hang on boot with a Comtrol PCI card
 2019-03-22 20:02 UTC  (5+ 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).