linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-18 14:47:37 to 2018-09-20 17:25:12 UTC [more...]

[PATCH v3 00/10] Shared Virtual Addressing for the IOMMU
 2018-09-20 17:00 UTC  (7+ messages)
` [PATCH v3 01/10] iommu: Introduce Shared Virtual Addressing API
` [PATCH v3 02/10] iommu/sva: Bind process address spaces to devices
` [PATCH v3 03/10] iommu/sva: Manage process address spaces
` [PATCH v3 04/10] iommu/sva: Add a mm_exit callback for device drivers
` [PATCH v3 05/10] iommu/sva: Track mm changes with an MMU notifier
` [PATCH v3 06/10] iommu/sva: Search mm by PASID

[PATCH v2 0/2] hv_netvsc: associate VF and PV device by serial number
 2018-09-20 16:50 UTC  (5+ messages)
` [PATCH v2 2/2] hv_netvsc: pair VF based on "

[PATCHv4 00/12] pci error handling fixes
 2018-09-20 16:27 UTC  (13+ messages)
` [PATCHv4 01/12] PCI: portdrv: Initialize service drivers directly
` [PATCHv4 02/12] PCI: portdrv: Restore pci state on slot reset
` [PATCHv4 03/12] PCI: DPC: Save and restore control state
` [PATCHv4 04/12] PCI: AER: Take reference on error devices
` [PATCHv4 05/12] PCI: AER: Don't read upstream ports below fatal errors
` [PATCHv4 06/12] PCI: ERR: Use slot reset if available
` [PATCHv4 07/12] PCI: ERR: Handle fatal error recovery
` [PATCHv4 08/12] PCI: ERR: Always use the first downstream port
` [PATCHv4 09/12] PCI: ERR: Simplify broadcast callouts
` [PATCHv4 10/12] PCI: ERR: Report current recovery status for udev
` [PATCHv4 11/12] PCI: Unify device inaccessible
` [PATCHv4 12/12] PCI: Make link active reporting detection generic

[PATCH v3 5/5] PCI: cadence: Add MSI-X capability to EP driver
 2018-09-20 16:12 UTC  (3+ messages)

[PATCH] PCI: hv: Fix return value check in hv_pci_assign_slots()
 2018-09-20 15:41 UTC  (3+ messages)

[PATCH] tools: PCI: exit with error code when test fails
 2018-09-20 15:02 UTC 

[PATCH v2] PCI: kirin: Fix section mismatch warning
 2018-09-20 10:58 UTC  (4+ messages)

[PATCH v7 07/16] x86/pci: Add Hygon Dhyana support to PCI and north bridge
 2018-09-20  9:39 UTC  (7+ messages)
` [LKP] [x86/pci] 7ffb31888c: PANIC:early_exception

[PATCH v5 00/12] PCI: brcmstb: Add Broadcom Settopbox PCIe support (resend)
 2018-09-20  9:06 UTC  (22+ messages)
` [PATCH v5 01/12] soc: bcm: brcmstb: add memory API
` [PATCH v5 02/12] dt-bindings: pci: add DT docs for Brcmstb PCIe device
` [PATCH v5 03/12] PCI: brcmstb: add Broadcom STB PCIe host controller driver
` [PATCH v5 04/12] PCI: brcmstb: add dma-range mapping for inbound traffic
` [PATCH v5 05/12] PCI: brcmstb: add MSI capability
` [PATCH v5 06/12] MIPS: BMIPS: add dma remap for BrcmSTB PCIe
` [PATCH v5 07/12] PCI/MSI: enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH v5 08/12] MIPS: BMIPS: add PCI bindings for 7425, 7435
` [PATCH v5 09/12] MIPS: BMIPS: enable PCI
` [PATCH v5 10/12] ARM64: declare __phys_to_dma on ARCH_HAS_PHYS_TO_DMA
` [PATCH v5 11/12] ARM64: add dma remap for BrcmSTB PCIe
` [PATCH v5 12/12] ARM: "

[PATCH] PCI: remove unnecessary check of device_type == pci
 2018-09-20  9:02 UTC  (7+ messages)

[PATCH v6 00/16] Add support for Hygon Dhyana Family 18h processor
 2018-09-20  8:05 UTC  (6+ messages)
` [PATCH v6 07/16] x86/pci: Add Hygon Dhyana support to PCI and north bridge

[PATCH] ACPI / hotplug / PCI: Don't scan for non-hotplug bridges if slot is not bridge
 2018-09-20  7:36 UTC  (4+ messages)

kernel panic becase pci register more than once
 2018-09-20  6:40 UTC  (5+ messages)

[RFC] PCI: add support for Immediate Readiness
 2018-09-20  6:12 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling
 2018-09-20  4:21 UTC  (8+ messages)

[PATCHv3 00/10] PCI error handling
 2018-09-19 20:17 UTC  (24+ messages)
` [PATCHv3 01/10] PCI/portdrv: Use subsys_init for service drivers
` [PATCHv3 02/10] PCI/portdrv: Restore pci state on slot reset
` [PATCHv3 03/10] PCI/AER: Take reference on error devices
` [PATCHv3 04/10] PCI/ERR: Use slot reset if available
` [PATCHv3 05/10] PCI/ERR: Handle fatal error recovery
` [PATCHv3 06/10] PCI/ERR: Always use the first downstream port
` [PATCHv3 07/10] PCI/ERR: Simplify broadcast callouts
` [PATCHv3 08/10] PCI/ERR: Report current recovery status for udev
` [PATCHv3 09/10] PCI: Unify device inaccessible
` [PATCHv3 10/10] PCI: Make link active reporting detection generic

[PATCH v4 0/6] PCI: Add reset type parameter to PCI reset functions
 2018-09-19 19:02 UTC  (10+ messages)
` [PATCH v4 1/6] PCI: Expose reset_type to users of __pci_reset_function_locked()
` [PATCH v4 2/6] PCI: Expose reset_type to users of pci_reset_function()
` [PATCH v4 3/6] PCI: Expose reset_type to users of pci_reset_function_locked()
` [PATCH v4 4/6] PCI: Expose reset type to users of pci_try_reset_function()
` [PATCH v4 5/6] PCI: Expose reset type to users of pci_probe_reset_function()
` [PATCH v4 6/6] PCI: Expose reset type to users of pci_reset_bus()

[PATCH] PCI: kirin: Fix section mismatch warning
 2018-09-19 18:48 UTC  (6+ messages)

[PATCH 00/12] error handling and pciehp maintenance
 2018-09-19 17:36 UTC  (18+ messages)
` [PATCH 01/12] PCI: Set PCI bus accessors to noinline
` [PATCH 02/12] PCI/AER: Covertly inject errors
` [PATCH 03/12] PCI/AER: Reuse existing service device lookup
` [PATCH 04/12] PCI/AER: Abstract AER interrupt handling
` [PATCH 05/12] PCI/AER: Remove dead code
` [PATCH 06/12] PCI/AER: Remove error source from aer struct
` [PATCH 07/12] PCI/AER: Use kfifo for tracking events
` [PATCH 08/12] PCI/AER: Use kfifo helper inserting locked elements
` [PATCH 09/12] PCI/AER: Don't read upstream ports below fatal errors
` [PATCH 10/12] PCI/AER: Use threaded IRQ for bottom half
` [PATCH 11/12] PCI/AER: Use managed resource allocations
` [PATCH 12/12] PCI/pciehp: Use device managed allocations

PCI: Enforce bus address limits in resource allocation
 2018-09-19 22:12 UTC  (12+ messages)

[PATCH] MAINTAINERS: Move mobiveil PCI driver entry where it belongs
 2018-09-19 16:06 UTC 

[PATCH] PCI: cadence: check the correct variable
 2018-09-19 10:51 UTC  (3+ messages)

[PATCH V3 0/2] Xen/PCIback: PCI reset using 'reset' SysFS attribute
 2018-09-19  9:05 UTC  (12+ messages)
` [PATCH V3 2/2] Xen/PCIback: Implement PCI flr/slot/bus reset with "
            ` [Xen-devel] "

[PATCH v2 0/8] PCI hotplug diet
 2018-09-18 22:55 UTC  (2+ messages)

[PATCH v2] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2018-09-18 22:15 UTC 

[PATCHv2 00/20] PCI, error handling and hot plug
 2018-09-18 22:11 UTC  (10+ messages)
` [PATCHv2 15/20] PCI/pciehp: Fix powerfault detection order

[PATCH v3] PCI: Reprogram bridge prefetch registers on resume
 2018-09-18 21:32 UTC  (2+ messages)

[PATCH RFC 0/4] PCI: Allow BAR movement during hotplug
 2018-09-18 21:22 UTC  (14+ messages)
` [PATCH RFC 1/4] PCI: hotplug: Add parameter to put devices to reset during rescan

[[v1]] PCI/ASPM: Do not initialize link state when aspm_disabled is set
 2018-09-18 21:21 UTC  (2+ messages)

[PATCH] PCI/AER: Clear uncorrectable error status for device
 2018-09-18 19:04 UTC  (3+ messages)

Explicit IOVA management from a PCIe endpoint driver
 2018-09-18 18:16 UTC  (3+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-18 17:59 UTC  (6+ messages)

[PATCH v2 01/10] PCI: Do not skip power managed bridges in pci_enable_wake()
 2018-09-18 21:38 UTC  (4+ messages)
` [PATCH RESEND "

[PATCH v3 0/5] Add MSI-X support for cadence EP driver
 2018-09-18 15:14 UTC 

[PATCH v3 4/5] PCI: cadence: Check link is up before sending IRQ from EP
 2018-09-18 15:19 UTC 

[PATCH v3 2/5] PCI: cadence: Write MSI data with 32bits
 2018-09-18 15:18 UTC 

[PATCH v3 3/5] PCI: cadence: Check whether MSI is masked before sending it
 2018-09-18 15:19 UTC 

[PATCH v3 1/5] PCI: cadence: Use AXI region 0 to signal interrupts from EP
 2018-09-18 15:15 UTC 

[PATCH 0/9] PCI hotplug diet
 2018-09-18 19:46 UTC  (10+ messages)
` [PATCH 4/9] PCI: pciehp: Unify controller and slot structs

[PATCH] PCI/MSI: Don't touch MSI bits when the PCI device is disconnected
 2018-09-18 13:07 UTC  (3+ messages)

[PATCH v4 0/2] pci-dra7xx: Enable errata i870 workaround for RC mode
 2018-09-18 12:18 UTC  (4+ messages)
` [PATCH v4 2/2] pci: dwc: pci-dra7xx: Enable errata i870 for both EP and "

[PATCH] PCI: fix ptr_ret.cocci warnings
 2018-09-18 16:30 UTC  (6+ messages)

[PATCH][RFC] PCI: rcar: Add bus notifier so we can limit the DMA range
 2018-09-18 10:51 UTC  (3+ messages)

[PATCH] PCI: mediatek: Fix unchecked return value
 2018-09-18 10:46 UTC  (2+ messages)

[PATCHv2 0/3] PCI: emulated PCI bridge config space
 2018-09-18 16:17 UTC  (4+ messages)
` [PATCHv2 2/3] PCI: mvebu: Convert to PCI emulated "


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).