-
-
-
iommu-fixes-v4.2-rc41c1cc454 · ·
IOMMU Fixes for Linux v4.2-rc4 These fixes are all for the AMD IOMMU driver: * A regression with HSA caused by the conversion of the driver to default domains. The fixes make sure that an HSA device can still be attached to an IOMMUv2 domain and that these domains also allow non-IOMMUv2 capable devices. * Fix iommu=pt mode which did not work because the dma_ops where set to nommu_ops, which breaks devices that can only do 32bit DMA. * Fix an issue with non-PCI devices not working, because there are no dma_ops for them. This issue was discovered recently as new AMD x86 platforms have non-PCI devices too.
-
drm-intel-next-2015-07-315d8a0d0b · ·
- kerneldoc for tiling/swizzling/fencing code - bxt hpd port A w/a - various other fixes all over ... not much, everyone's on vacation.
-
-
qcom-soc-for-4.3ba68227e · ·
Qualcomm ARM Based SoC Updates for 4.3 * Add SMEM driver * Add SMD driver * Add RPM over SMD driver * Select QCOM_SCM by default
-
qcom-arm64-for-4.39943230c · ·
Qualcomm ARM64 Updates for v4.3 * Add BLSP and required pinctrl info for MSM8916 * Add SDHC aliases and nodes for MSM8916 * Add USB nodes for MSM8916 * Add APQ8016 SBC specific USB configuration * Add APQ8016 LED configuration
-
qcom-defconfig-for-4.3142f2610 · ·
Qualcomm ARM Based defconfig Updates for v4.3 * Enable KS8851 for QCOM SoCs in qcom defconfig
-
qcom-dt-for-4.3baff39e6 · ·
Qualcomm ARM Based Device Tree Updates for v4.3 * Switch to use pinctrl compatible for GPIOs * Add RPM regulators for MSM8960 * Add SPI Ethernet support on MSM8960 CDP * Add SMEM support along with dependencies * Add PM8921 support for GPIO and MPP * Fix GSBI cell index * Switch to use real regulators on APQ8064 w/ SDCC
-
-
iommu-fixes-v4.2-rc346ebb7af · ·
IOMMU Fixes for Linux v4.2-rc3 The fixes include: * A couple of fixes for the new ARM-SMMUv3 driver to fix issues found on the first real implementation of that hardware. * A patch for the Intel VT-d driver to fix a domain-id leak.