linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-21 15:17:45 to 2019-03-25 22:59:44 UTC [more...]

[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] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-25 22:19 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] PCI: xilinx: Check for __get_free_pages() failure

[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 v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-03-25 21:19 UTC  (2+ messages)

[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] PCI: rcar: Add the initialization of PCIe link in resume_noirq()
 2019-03-25 19:43 UTC 

[PATCH v3 00/10] Support using MSI interrupts in ntb_transport
 2019-03-25 19:08 UTC  (14+ messages)
` [PATCH v3 01/10] PCI/MSI: Support allocating virtual MSI interrupts
` [PATCH v3 02/10] PCI/switchtec: Add module parameter to request more interrupts
` [PATCH v3 03/10] NTB: Introduce helper functions to calculate logical port number
` [PATCH v3 04/10] NTB: Introduce functions to calculate multi-port resource index
` [PATCH v3 05/10] NTB: Rename ntb.c to support multiple source files in the module
` [PATCH v3 06/10] NTB: Introduce MSI library
` [PATCH v3 07/10] NTB: Introduce NTB MSI Test Client
` [PATCH v3 08/10] NTB: Add ntb_msi_test support to ntb_test
` [PATCH v3 09/10] NTB: Add MSI interrupt support to ntb_transport
` [PATCH v3 10/10] NTB: Describe the ntb_msi_test client in the documentation

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

[PATCH] PCI: al: add pcie-al.c
 2019-03-25 17:36 UTC  (4+ 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 v2 0/3] Fix system crash for accessing unmapped IO port regions
 2019-03-25 15:03 UTC  (8+ messages)
` [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 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 v2] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-25 12:08 UTC  (2+ messages)

[PATCH V4 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-03-25 11:45 UTC  (7+ 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 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  (15+ messages)
` [PATCH V2 2/6] PCI: rcar: Replace unsigned long with u32 in register accessors
` [PATCH V2 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V2 4/6] PCI: rcar: Replace (8 * n) with (n << 3)
` [PATCH V2 5/6] PCI: rcar: Clean up debug messages
` [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  (6+ messages)

[BACKPORT 4.14.y 0/8] candidates from spreadtrum 4.14 product kernel
 2019-03-22 16:17 UTC  (4+ 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] tools: PCI: exit with error code when test fails
 2019-03-22 11:06 UTC  (2+ messages)

[PATCH 1/3] PCI: rcar: Replace unsigned long with u32 for register values
 2019-03-22  2:30 UTC  (4+ messages)
` [PATCH 2/3] PCI: rcar: Allow 64bit MSI addresses

KASAN: slab-out-of-bounds Read in _decode_session6 (2)
 2019-03-21 23:21 UTC  (2+ messages)

WIP: PCIe on MSM8998
 2019-03-21 17:34 UTC  (9+ 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).