linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-02 21:38:48 to 2018-03-07 10:58:11 UTC [more...]

[PATCH 0/4] Code cleanup and small improvements
 2018-03-07 10:58 UTC  (5+ messages)
` [PATCH 1/4] PCI: dwc: designware: Define maximum number of vectors
` [PATCH 2/4] PCI: dwc: Replace lower into upper case characters in comments and debug printks
` [PATCH 3/4] PCI: dwc: Replace magic number by defines
` [PATCH 4/4] PCI: dwc: Replace division by 2 to right shift

[PATCH v11 0/4] PCI: dwc: Enables MSI-X driver support
 2018-03-07 10:46 UTC  (7+ messages)
` [PATCH v11 1/4] PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical API
` [PATCH v11 2/4] PCI: dwc: Remove old MSI IRQs API
` [PATCH v11 3/4] PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256
` [PATCH v11 4/4] PCI: dwc: Code cleanup

[PATCH v1 0/9] PCI: Simplify PCIe port driver
 2018-03-07 10:34 UTC  (16+ messages)
` [PATCH v1 1/9] PCI/PM: Move pcie_clear_root_pme_status() to core
` [PATCH v1 2/9] PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driver
` [PATCH v1 3/9] PCI/PM: Clear PCIe PME Status bit for Root Complex Event Collectors
` [PATCH v1 4/9] PCI/portdrv: Disable port driver in compat mode
` [PATCH v1 5/9] PCI/portdrv: Remove pcie_port_bus_type link order dependency
` [PATCH v1 6/9] PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VC
` [PATCH v1 7/9] PCI/portdrv: Simplify PCIe feature permission checking
` [PATCH v1 8/9] PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h>
` [PATCH v1 9/9] PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter

[PATCH] PCI/hotplug: ppc: correct a php_slot usage after free
 2018-03-07  8:46 UTC 

[PATCH] PCI: fix semicolon.cocci warnings
 2018-03-07  8:34 UTC 

[PATCH v5 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
 2018-03-07  7:39 UTC  (8+ messages)
` [PATCH v5 1/7] jailhouse: Provide detection for non-x86 systems
` [PATCH v5 2/7] PCI: Scan all functions when running over Jailhouse
` [PATCH v5 3/7] x86/jailhouse: Enable PCI mmconfig access in inmates
` [PATCH v5 4/7] x86: Align x86_64 PCI_MMCONFIG with 32-bit variant
` [PATCH v5 5/7] x86: Consolidate PCI_MMCONFIG configs
` [PATCH v5 6/7] x86/jailhouse: Allow to use PCI_MMCONFIG without ACPI
` [PATCH v5 7/7] MAINTAINERS: Add entry for Jailhouse

[pci PATCH v3 0/3] Add support for unmanaged SR-IOV
 2018-03-07  6:46 UTC  (5+ messages)
` [pci PATCH v3 1/3] pci-iov: "
` [pci PATCH v3 2/3] vfio: Add support for unmanaged or userspace managed SR-IOV
` [pci PATCH v3 3/3] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices

[pci:pci/exp/portdevs 7/9] drivers/acpi/pci_root.c:900:32: error: 'PCIE_PORT_SERVICE_HP' undeclared; did you mean 'ACPI_OS_SERVICES'?
 2018-03-07  6:42 UTC 

[pci:pci/exp/portdevs 7/9] drivers//acpi/pci_root.c:900:2: note: in expansion of macro 'if'
 2018-03-07  6:39 UTC 

[PATCH] pci-iov: Add support for unmanaged SR-IOV
 2018-03-07  0:40 UTC  (14+ messages)

Question about a quirky (DesignWare) PCIe RC in Allwinner H6
 2018-03-06 23:38 UTC  (4+ messages)

[PATCH v7] PCI: Workaround wrong flags completions for IDT switch
 2018-03-06 19:15 UTC  (6+ messages)
        ` [PATCH v8] "

[PATCH v3 0/6] some fixes to the pci-hyperv driver
 2018-03-06 18:32 UTC  (12+ messages)
` [PATCH v3 1/6] PCI: hv: fix a comment typo in _hv_pcifront_read_config()
` [PATCH v3 2/6] PCI: hv: hv_eject_device_work(): remove the bogus test
` [PATCH v3 3/6] PCI: hv: serialize the present/eject work items
` [PATCH v3 4/6] PCI: hv: remove hbus->enum_sem
` [PATCH v3 5/6] PCI: hv: hv_pci_devices_present(): only queue a new work when necessary
` [PATCH v3 6/6] PCI: hv: fix 2 hang issues in hv_compose_msi_msg()

[PATCH V9 0/3] Add loadable kernel module and power management support
 2018-03-06 17:58 UTC  (9+ messages)
` [PATCH V9 3/3] PCI: tegra: Add "

[PATCH v2] dt-bindings: PCI: rcar: Add device tree support for r8a7743
 2018-03-06 17:37 UTC  (5+ messages)

[PATCH v16 0/9] LPC: legacy ISA I/O support
 2018-03-06 16:22 UTC  (14+ messages)
` [PATCH v16 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v16 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v16 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v16 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v16 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v16 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v16 7/9] ACPI / scan: do not enumerate Indirect IO host children
` [PATCH v16 8/9] HISI LPC: Add ACPI support
` [PATCH v16 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver

[PATCH v10 0/3] PCI: dwc: Enables MSI-X driver support
 2018-03-06 15:27 UTC  (7+ messages)
` [PATCH v10 1/3] PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical API
` [PATCH v10 2/3] PCI: dwc: Remove old MSI IRQs API
` [PATCH v10 3/3] PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256

[PATCH v2 0/4] x86, dmi: introduce and use dmi_get_bios_year()
 2018-03-06 15:12 UTC  (4+ messages)

[PATCH 0/3] dra7xx: PCIe IRQ handling rework
 2018-03-06 15:12 UTC  (5+ messages)
` [PATCH 2/3] PCI: dwc: pci-dra7xx: Improve MSI IRQ handling

[PATCH v12 0/6] Address error and recovery for AER and DPC
 2018-03-06 14:02 UTC  (3+ messages)
` [PATCH v12 3/6] PCI/PORTDRV: Implement generic find service

Regression: bug #81431 (v3.15..V3.16) pci=realloc fails to modify bridge windows, causing devices to fail BAR allocation
 2018-03-06 13:44 UTC  (2+ messages)
` Regression: bug #81431 "

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-03-06 12:52 UTC  (13+ messages)
` [PATCH 03/37] iommu/sva: Manage process address spaces
` [PATCH 07/37] iommu: Add a page fault handler
` [PATCH 35/37] iommu/arm-smmu-v3: Add support for PRI

[PATCH v15 0/9] LPC: legacy ISA I/O support
 2018-03-06 11:19 UTC  (5+ messages)
` [PATCH v15 8/9] HISI LPC: Add ACPI support

[PATCH v2 00/10] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-03-06 10:40 UTC  (41+ messages)
` [PATCH v2 04/10] PCI/P2PDMA: Clear ACS P2P flags for all devices behind switches
` [PATCH v2 07/10] nvme-pci: Use PCI p2pmem subsystem to manage the CMB

[PATCH v3 1/2] PCI/IOV: Store more data about VFs into the SRIOV struct
 2018-03-06 10:37 UTC  (6+ messages)
` [PATCH v3 2/2] PCI/IOV: Use the cached VF BARs size instead of re-reading them

[PATCH v2 0/7] Modernize vga_switcheroo by using device link for HDA
 2018-03-06 10:29 UTC  (5+ messages)
` [PATCH v2 5/7] vga_switcheroo: Use device link for HDA controller
` [PATCH v2 1/7] PCI: Restore config space on runtime resume despite being unbound

[PATCH v2] PCI: dwc: fix enumeration end when reaching root subordinate
 2018-03-06 10:13 UTC  (9+ messages)
              `  "

[PATCH v9 0/3] PCI: dwc: Enables MSI-X driver support
 2018-03-06  8:23 UTC  (4+ messages)

[PATCH 0/3] pci-iov: Add support for unmanaged SR-IOV
 2018-03-06  4:49 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] vfio: Add support for unmanaged or userspace managed SR-IOV
` [PATCH 3/3] virtio_pci: Add support for unmanaged SR-IOV on virtio_pci devices

[PATCH v3 0/6] Add endpoint driver for Rockchip PCIe controller
 2018-03-06  2:44 UTC  (7+ messages)
` [PATCH v3 1/6] PCI: rockchip: Create individual folder for rockchip drivers
` [PATCH v3 2/6] PCI: rockchip: Split out common function to parse DT
` [PATCH v3 3/6] PCI: rockchip: Split out common function to init controller
` [PATCH v3 4/6] dt-bindings: PCI: rockchip: Rename rockchip-pcie.txt to rockchip-pcie-host.txt
` [PATCH v3 5/6] PCI: rockchip: Add Endpoint controller driver for Rockchip PCIe controller
` [PATCH v3 6/6] dt-bindings: PCI: rockchip: Add DT bindings for Rockchip PCIe endpoint controller

[PATCH v4 0/7] jailhouse: Enhance secondary Jailhouse guest support /wrt PCI
 2018-03-06  0:41 UTC  (10+ messages)
` [PATCH v4 1/7] jailhouse: Provide detection for non-x86 systems
` [PATCH v4 2/7] PCI: Scan all functions when running over Jailhouse
` [PATCH v4 3/7] x86/jailhouse: Enable PCI mmconfig access in inmates
` [PATCH v4 4/7] x86: Align x86_64 PCI_MMCONFIG with 32-bit variant
` [PATCH v4 5/7] x86: Consolidate PCI_MMCONFIG configs
` [PATCH v4 6/7] x86/jailhouse: Allow to use PCI_MMCONFIG without ACPI
` [PATCH v4 7/7] MAINTAINERS: Add entry for Jailhouse

[PATCH v2 0/6] some fixes to the pci-hyperv driver
 2018-03-06  0:17 UTC  (9+ messages)
` [PATCH v2 1/6] PCI: hv: fix a comment typo in _hv_pcifront_read_config()
` [PATCH v2 2/6] PCI: hv: hv_eject_device_work(): remove the bogus test
` [PATCH v2 3/6] PCI: hv: serialize the present/eject work items
` [PATCH v2 4/6] PCI: hv: remove hbus->enum_sem
` [PATCH v2 5/6] PCI: hv: hv_pci_devices_present(): only queue a new work when necessary
` [PATCH v2 6/6] PCI: hv: fix 2 hang issues in hv_compose_msi_msg()

[PATCH v2] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ
 2018-03-06  0:10 UTC  (2+ messages)

[PATCH V2] PM / core: fix deferred probe breaking suspend resume order
 2018-03-05 19:54 UTC  (5+ messages)

[PATCH] pci: use kstrtobool over ad hoc string parsing
 2018-03-05 19:35 UTC  (6+ messages)

[PATCH V3] PM / core: fix deferred probe breaking suspend resume order
 2018-03-05 18:29 UTC 

[PATCH v3 0/3] PCI endpoint 64-bit BAR fixes
 2018-03-05 16:19 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: endpoint: Handle 64-bit BARs properly

[PATCH 1/3] PCI: hv: fix a comment typo in _hv_pcifront_read_config()
 2018-03-05  5:11 UTC  (5+ messages)
` [PATCH 2/3] PCI: hv: serialize the present/eject work items
` [PATCH 3/3] PCI: hv: fix 2 hang issues in hv_compose_msi_msg()

[PATCH 0/2] ahci/pci-quirks: Add PCI-id for the Highpoint Rocketraid 644L card
 2018-03-04 20:36 UTC  (3+ messages)

[PATCH] PCI/IOV: Skip initializing the base addresses from the VF config space
 2018-03-03  4:33 UTC 

[GIT PULL] PCI fixes for v4.16
 2018-03-02 22:14 UTC 


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