linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-20 14:52:46 to 2018-02-25 21:03:23 UTC [more...]

[RFC PATCH V2] virtio_pci: Add SR-IOV support
 2018-02-25 21:03 UTC  (5+ messages)
` [virtio-dev] "

[PATCH] PCIe bridge deferred probe breaks suspend resume
 2018-02-25 16:28 UTC  (6+ messages)

[PATCH v1 1/4] dmi: Introduce dmi_get_bios_year() helper
 2018-02-25 13:27 UTC  (9+ messages)
` [PATCH v1 2/4] x86/pci: Re-use new "
` [PATCH v1 3/4] ACPI / sleep: "
` [PATCH v1 4/4] pci: "

[PATCH next V1 0/7] Report PCI device link status
 2018-02-25 11:20 UTC  (9+ messages)
` [PATCH next V1 3/7] PCI: Calculate BW limitation for PCI devices
` [PATCH next V1 4/7] PCI: Print PCI device link status in kernel log
` [PATCH next V1 7/7] net/mlx5e: Use generic PCI function for BW calculation

[PATCH 0/7] Modernize vga_switcheroo by using device link for HDA
 2018-02-25  9:31 UTC  (14+ messages)
` [PATCH 5/7] vga_switcheroo: Use device link for HDA controller
` [PATCH 2/7] PCI: Make pci_wakeup_bus() & pci_bus_set_current_state() public
` [PATCH 1/7] PCI: Restore BARs on runtime resume despite being unbound

[PATCH] PCI: Fix possible NULL pointer dereference for of_pci_bus_find_domain_nr
 2018-02-25  2:46 UTC 

[PATCH] PCI: cpqphp: Fix possible NULL pointer dereference
 2018-02-25  2:01 UTC 

[PATCH v2 0/6] Add endpoint driver for Rockchip PCIe controller
 2018-02-25  0:51 UTC  (8+ messages)
` [PATCH v2 1/6] PCI: rockchip: Create individual folder for rockchip drivers
` [PATCH v2 2/6] PCI: rockchip: Split out common function to parse DT
` [PATCH v2 3/6] PCI: rockchip: Spilt out common function to init controller
  ` [v2,3/6] "
` [PATCH v2 4/6] dt-bindings: PCI: rockchip: Rename rockchip-pcie.txt to rockchip-pcie-host.txt
` [PATCH v2 5/6] PCI: rockchip: Add Endpoint controller driver for Rockchip PCIe controller
` [PATCH v2 6/6] dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe endpoint controller

[PATCH v11 0/7] Address error and recovery for AER and DPC
 2018-02-24 15:41 UTC  (14+ messages)
` [PATCH v11 1/7] PCI/AER: Rename error recovery to generic pci naming
` [PATCH v11 2/7] PCI/AER: factor out error reporting from AER
` [PATCH v11 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v11 4/7] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v11 5/7] PCI/AER: Unify aer error defines at single space
` [PATCH v11 6/7] PCI: Unify wait for link active into generic pci
` [PATCH v11 7/7] PCI/DPC: Enumerate the devices after DPC trigger event

[PATCH v2 0/6] Add endpoint driver for Rockchip PCIe controller
 2018-02-24 10:55 UTC 

Affinity on non MSI-X interrupts
 2018-02-23 19:17 UTC 

[PATCH v2 0/5] PCI: Fixes for native PCIe and ACPI hotplug
 2018-02-23 19:06 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: Make sure all bridges reserve at least one bus number

[PATCH 0/2] pci: endpoint: Fix double free in pci_epf_create()
 2018-02-23 18:30 UTC  (12+ messages)
` [PATCH 1/2] pci: endpoint: Free func_name after last usage
` [PATCH 2/2] pci: endpoint: Fix kernel panic after put_device()

[PATCH v7 0/9] PCI: dwc: Enables MSI-X driver support
 2018-02-23 15:10 UTC  (10+ messages)
` [PATCH v7 1/9] PCI: dwc: Add new IRQ API to pcie-desigware
` [PATCH v7 2/9] PCI: dwc: exynos: Switch to use the new IRQ API
` [PATCH v7 3/9] PCI: dwc: imx6: "
` [PATCH v7 4/9] PCI: dwc: artpec6: "
` [PATCH v7 5/9] PCI: dwc: designware: "
` [PATCH v7 6/9] PCI: dwc: qcom: "
` [PATCH v7 7/9] PCI: dwc: keystone: "
` [PATCH v7 8/9] PCI: dwc: Remove old "
` [PATCH v7 9/9] PCI: dwc: Expand maximum number of IRQs from 32 to 256

[PATCH][V3] ACPI/PCI: pci_link: allow the absence of _PSR and change log level
 2018-02-23 14:50 UTC  (2+ messages)

[PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h
 2018-02-23 14:38 UTC  (7+ messages)

[PATCH] PCI: rcar-gen2: remove duplicated bit-wise or of RCAR_PCI_INT_SIGRETABORT
 2018-02-23 14:06 UTC  (3+ messages)

[PATCH 0/6] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
 2018-02-23 13:23 UTC  (4+ messages)
` [PATCH 2/6] pci: Scan all functions when probing while running over Jailhouse

[PATCH v2 20/20] x86/PCI: VMD: Fix malformed Kconfig default
 2018-02-23 11:52 UTC  (6+ messages)

free_irq(IRQ#0) on PCIe device with MSI enabled issue
 2018-02-23 11:15 UTC  (5+ messages)

[PATCH] ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
 2018-02-23 10:14 UTC  (6+ messages)

[PATCH v10 0/7] Address error and recovery for AER and DPC
 2018-02-23  6:53 UTC  (19+ messages)
` [PATCH v10 1/7] PCI/AER: Rename error recovery to generic pci naming
` [PATCH v10 2/7] PCI/AER: factor out error reporting from AER
` [PATCH v10 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v10 4/7] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v10 5/7] PCI/AER: Unify aer error defines at single space
` [PATCH v10 6/7] PCI: Unify wait for link active into generic pci
` [PATCH v10 7/7] PCI/DPC: Enumerate the devices after DPC trigger event

[PATCH v9 0/7] Address error and recovery for AER and DPC
 2018-02-23  6:36 UTC  (15+ messages)
` [PATCH v9 1/7] PCI/AER: Rename error recovery to generic pci naming
` [PATCH v9 2/7] PCI/AER: factor out error reporting from AER
` [PATCH v9 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v9 4/7] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v9 5/7] PCI/AER: Unify aer error defines at single space
` [PATCH v9 6/7] PCI: Unify wait for link active into generic pci
` [PATCH v9 7/7] PCI/DPC: Enumerate the devices after DPC trigger event

[PATCH] ACPI/PCI: pci_link: change log level of no _PRS messages
 2018-02-23  5:42 UTC  (8+ messages)

[PATCH V2] PCI: Add ACS quirk for Ampere root ports
 2018-02-22 23:49 UTC  (2+ messages)

[PATCH v2 0/1] PCI: Replace pci_find_ext_capability() calls with pci_dev aer_cap
 2018-02-22 23:45 UTC  (2+ messages)

[PATCH] PCI: Move pcieport_if.h to drivers/pci and replace includes
 2018-02-22 23:18 UTC  (2+ messages)

[PATCH] PCI: update location of pci.ids file
 2018-02-22 21:01 UTC  (2+ messages)

[PATCH v1 0/2] PCI/PM: Add comments, allow PM of conventional & hotplug bridges
 2018-02-22 17:24 UTC  (8+ messages)
` [PATCH v1 2/2] PCI: Allow user to request power management of conventional and "

[PATCH] PCI: Add quirk for Cavium Thunder-X2 PCIe erratum #173
 2018-02-22 15:09 UTC  (14+ messages)

[PATCH v8 0/7] Address error and recovery for AER and DPC
 2018-02-22 14:49 UTC  (12+ messages)
` [PATCH v8 1/7] PCI/AER: Rename error recovery to generic pci naming
` [PATCH v8 2/7] PCI/AER: factor out error reporting from AER
` [PATCH v8 3/7] PCI/ERR: add mutex to synchronize recovery
` [PATCH v8 4/7] PCI/DPC: Unify and plumb error handling into DPC
` [PATCH v8 5/7] PCI/AER: Unify aer error defines at single space
` [PATCH v8 6/7] PCI: Unify wait for link active into generic pci
` [PATCH v8 7/7] PCI/DPC: Enumerate the devices after DPC trigger event

[PATCH] microblaze: Use generic pci_mmap_resource_range()
 2018-02-22 14:26 UTC  (2+ messages)

FLR on AER
 2018-02-22 13:57 UTC  (2+ messages)

[PATCH 03/37] iommu/sva: Manage process address spaces
 2018-02-22 13:17 UTC  (2+ messages)

[PATCH v14 0/9] LPC: legacy ISA I/O support
 2018-02-22 10:10 UTC  (13+ messages)
` [PATCH v14 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v14 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v14 8/9] HISI LPC: Add ACPI support

[PATCH RFC 1/1] powerpc/pseries: fix EEH recovery of IOV devices
 2018-02-22  0:23 UTC 

[PATCH v1 0/2] PCI: Sparc 64-bit resource fixups
 2018-02-21 20:37 UTC  (3+ messages)

[PATCH] PCI: stop crashing in pci_release_resource v2
 2018-02-21 19:24 UTC  (2+ messages)

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-21 10:28 UTC  (4+ messages)
` [PATCH 09/37] iommu/fault: Let handler return a fault response

enabling multiple MSI vectors for a DS port
 2018-02-21  6:23 UTC  (4+ messages)

[PATCH v2] PCI: dwc: fix enumeration end when reaching root subordinate
 2018-02-20 15:39 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).