linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-23 08:44:05 to 2018-03-30 21:06:31 UTC [more...]

[PATCH v5 00/14] Report PCI device link status
 2018-03-30 21:06 UTC  (15+ messages)
` [PATCH v5 01/14] PCI: Add pcie_get_speed_cap() to find max supported link speed
` [PATCH v5 02/14] PCI: Add pcie_get_width_cap() to find max supported link width
` [PATCH v5 03/14] PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth
` [PATCH v5 04/14] PCI: Add pcie_bandwidth_available() to compute bandwidth available to device
` [PATCH v5 05/14] PCI: Add pcie_print_link_status() to log link speed and whether it's limited
` [PATCH v5 06/14] net/mlx4_core: Report PCIe link properties with pcie_print_link_status()
` [PATCH v5 07/14] net/mlx5: "
` [PATCH v5 08/14] net/mlx5e: Use pcie_bandwidth_available() to compute bandwidth
` [PATCH v5 09/14] bnx2x: Report PCIe link properties with pcie_print_link_status()
` [PATCH v5 10/14] bnxt_en: "
` [PATCH v5 11/14] cxgb4: "
` [PATCH v5 12/14] fm10k: "
` [PATCH v5 13/14] ixgbe: "
` [PATCH v5 14/14] PCI: Remove unused pcie_get_minimum_link()

[PATCH next V4 0/8] Report PCI device link status
 2018-03-30 20:36 UTC  (11+ messages)
` [PATCH next V4 1/8] PCI: Add a query function for PCI device's speed cap
` [PATCH next V4 2/8] PCI: Add a query function for PCI device's width cap
` [PATCH next V4 3/8] PCI: Add device link bandwidth capabilities calculation
` [PATCH next V4 4/8] PCI: Calculate available bandwidth for PCI devices
` [PATCH next V4 5/8] PCI: Print PCI device link status in kernel log
` [PATCH next V4 6/8] net/mlx4_core: Report PCI properties using dedicated function
` [PATCH next V4 7/8] net/mlx5: Report device PCI link status and issues
` [PATCH next V4 8/8] net/mlx5e: Use generic PCI function for bandwidth calculation

[PATCH v5] PCI: hv: Make sure the bus domain is really unique
 2018-03-30 19:35 UTC  (2+ messages)

[PATCH] PCI: allow drivers to limit the number of VFs to 0
 2018-03-30 16:54 UTC  (3+ messages)

[PATCH v2] PCI / PM: Always check PME wakeup capability for runtime wakeup support
 2018-03-30  9:30 UTC  (4+ messages)

[PATCH] dma-mapping: move dma configuration to bus infrastructure
 2018-03-30  9:05 UTC  (6+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] drivers: remove force dma flag from buses

[PATCH v3 0/5] PCI: Fixes for native PCIe and ACPI hotplug
 2018-03-29 21:29 UTC  (17+ messages)
` [PATCH v3 1/5] PCI: Make sure all bridges reserve at least one bus number
` [PATCH v3 2/5] PCI: Take bridge window alignment into account when distributing resources
` [PATCH v3 5/5] ACPI / hotplug / PCI: Mark stale PCI devices disconnected

[PATCH] PCI/AER: Use a common function to print AER error bits
 2018-03-29 21:24 UTC 

[PATCH v5 00/12] PCI endpoint 64-bit BAR fixes
 2018-03-29 16:49 UTC  (31+ messages)
` [PATCH v5 01/12] PCI: endpoint: BAR width should not depend on sizeof dma_addr_t
` [PATCH v5 02/12] PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
` [PATCH v5 03/12] PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid
` [PATCH v5 04/12] PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set
` [PATCH v5 05/12] PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set
` [PATCH v5 06/12] PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properly
` [PATCH v5 07/12] PCI: cadence: Set PCI_BASE_ADDRESS_MEM_TYPE_64 if a 64-bit BAR was set-up
` [PATCH v5 08/12] PCI: endpoint: Handle 64-bit BARs properly
` [PATCH v5 09/12] PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar
` [PATCH v5 10/12] PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing
` [PATCH v5 11/12] PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properly
` [PATCH v5 12/12] misc: pci_endpoint_test: Handle "

[PATCH] MAINTAINERS: Update Layerscape PCIe driver maintainers list
 2018-03-29 15:30 UTC  (2+ messages)

[PATCH v4 0/6] PCI: aardvark: misc fixes and improvements
 2018-03-29 14:21 UTC  (8+ messages)
` [PATCH v4 1/6] PCI: aardvark: Introduce an advk_pcie_valid_device() helper
` [PATCH v4 2/6] PCI: aardvark: Fix logic in advk_pcie_valid_device()
` [PATCH v4 3/6] PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
` [PATCH v4 4/6] PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
` [PATCH v4 5/6] PCI: aardvark: Fix PCIe Max Read Request Size setting
` [PATCH v4 6/6] PCI: aardvark: Remove PCIe outbound window configuration

[PATCH 0/8] Designware EP support and code clenan up
 2018-03-29 13:56 UTC  (12+ messages)
` [PATCH 1/8] bindings: PCI: designware: Example update
` [PATCH 2/8] PCI: dwc: designware: Add support for endpoint mode
` [PATCH 3/8] bindings: PCI: designware: Add support for the EP in designware driver
` [PATCH 4/8] misc: pci_endpoint_test: Add designware EP entry
` [PATCH 5/8] PCI: dwc: designware: Define maximum number of vectors
` [PATCH 6/8] PCI: dwc: Replace lower into upper case characters
` [PATCH 7/8] PCI: dwc: Small computation improvement
` [PATCH 8/8] PCI: dwc: Replace magic number by defines

imx6 : Problem with PCIe switch and intel i110 ethernet cards
 2018-03-29 12:56 UTC 

[PATCH] pci: move pcie_pme_root_status_cleanup into SUSPEND section
 2018-03-29 11:01 UTC  (2+ messages)

HELP PLEASE: Without ugly hacks, no interrupt delivery at all to our driver; 3.10.0 kernel (RHEL7.4) on Intel 82X38/X48 chipset, Shuttle (SX38/FX38, Core 2 Duo)
 2018-03-28 23:28 UTC 

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-28 21:31 UTC  (5+ messages)
` [pci PATCH v7 1/5] pci: Add pci_sriov_configure_simple for PFs that don't manage VF resources
  ` [virtio-dev] "
` [pci PATCH v7 2/5] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices

[PATCH v2] PCI/DPC: Fix PCI legacy interrupt acknowledgement
 2018-03-28 15:12 UTC  (4+ messages)

[pci PATCH v7 0/5] Add support for unmanaged SR-IOV
 2018-03-27 23:00 UTC 

[PATCH v3 0/6] PCI: aardvark: misc fixes and improvements
 2018-03-27 19:57 UTC  (18+ messages)
` [PATCH v3 1/6] PCI: aardvark: introduce an advk_pcie_valid_device() helper
` [PATCH v3 2/6] PCI: aardvark: fix logic in advk_pcie_valid_device()
` [PATCH v3 3/6] PCI: aardvark: set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
` [PATCH v3 4/6] PCI: aardvark: use isr1 instead of isr0 interrupt in legacy irq mode
` [PATCH v3 5/6] PCI: aardvark: fix PCIe max read request size setting
` [PATCH v3 6/6] PCI: aardvark: remove PCIe outbound window configuration

[PATCH v2 00/10] PCI DT header refactoring and compile test improvements
 2018-03-27 17:44 UTC  (12+ messages)
` [PATCH v2 02/10] PCI: iproc: Remove dependency on ARM specific struct pci_sys_data
` [PATCH v2 04/10] PCI: kirin: struct kirin_pcie_driver can be static
` [PATCH v2 09/10] PCI: dwc: Move CONFIG_PCI depends to menu
` [PATCH v2 10/10] PCI: Move private DT related functions into private header

[PATCH next V3 0/5] Report PCI device link status
 2018-03-27 17:31 UTC  (10+ messages)
` [PATCH next V3 3/5] PCI: Print PCI device link status in kernel log

PCIe x4 cards not detected on Z370 mainboards
 2018-03-27 16:05 UTC  (16+ messages)

[PATCH v3 00/11] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-27 15:37 UTC  (13+ messages)
` [PATCH v3 01/11] PCI/P2PDMA: Support peer-to-peer memory

[PATCH v6 2/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver
 2018-03-27 12:04 UTC  (6+ messages)

[PATCH v6 3/3] PCI: mobiveil: Add MSI support for Mobiveil PCIe Host Bridge IP driver
 2018-03-27 10:54 UTC  (6+ messages)

[PATCH v2] PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS
 2018-03-27 10:48 UTC 

[PATCH v4 0/2] x86, dmi: Uninline dmi_get_bios_year()
 2018-03-27  9:33 UTC  (4+ messages)
` [PATCH v4 1/2] firmware: dmi_scan: Uninline dmi_get_bios_year() helper

[PATCH v6 1/3] PCI: mobiveil: Add Mobiveil PCIe Host Bridge IP driver DT bindings
 2018-03-27  8:14 UTC  (3+ messages)

[PATCH v3]PCI: hv: fix PCI-BUS domainID corruption
 2018-03-26 17:32 UTC  (13+ messages)

[PATCH v3 01/11] PCI/P2PDMA: Support peer-to-peer memory
 2018-03-26 15:43 UTC  (15+ messages)

[PATCH 1/2] PCI/DPC: Disable interrupt generation during suspend
 2018-03-26  9:55 UTC  (19+ messages)

[PATCH] SB600 for the Nemo board has non-zero devices on non-root bus
 2018-03-25 20:55 UTC  (10+ messages)
              ` [PATCH 0/1] PCI set flag PCI_SCAN_ALL_PCIE_DEVS for P.A. Semi boards
                ` [PATCH 1/1] "
                      `  "

[PATCH v2 1/2] dma-mapping: move dma configuration to bus infrastructure
 2018-03-24  9:25 UTC  (2+ messages)

[PATCH] ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
 2018-03-23 21:18 UTC  (9+ messages)

[PATCH v2 2/2] drivers: remove force dma flag from buses
 2018-03-23 17:41 UTC  (3+ messages)

[PATCH v4] PCI: hv: Make sure the bus domain is really unique
 2018-03-23 16:48 UTC  (2+ messages)

[RFC PATCH] nvme: avoid race-conditions when enabling devices
 2018-03-23  8:44 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).