]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-next/svm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
authorWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 22:16:20 +0000 (23:16 +0100)
committerWill Deacon <will@kernel.org>
Mon, 28 Sep 2020 22:16:20 +0000 (23:16 +0100)
commit9a9b32df01d9248f7620b45013d814f7ee3eb7cc
tree59f96054e0e68dc09413f81ac8ac9bab4d4bdeb8
parent1c3d3a5ff6db5a8f72da05cad49cf1adf14ae408
parent2f71b17264580c24cda363496c17b61a7957e3c9
Merge branch 'for-next/svm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-joerg/arm-smmu/updates

Pull in core arm64 changes required to enable Shared Virtual Memory
(SVM) using SMMUv3. This brings us increasingly closer to being able to
share page-tables directly between user-space tasks running on the CPU
and their corresponding contexts on coherent devices performing DMA
through the SMMU.

Signed-off-by: Will Deacon <will@kernel.org>