git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f983d
)
iommu: add IOMMU_EXEC flag for safely allowing XN mappings
author
Will Deacon
<will.deacon@arm.com>
Tue, 5 Nov 2013 15:59:53 +0000
(15:59 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Mon, 16 Dec 2013 19:30:31 +0000
(19:30 +0000)
Whilst most IOMMU mappings should probably be non-executable, there
may be cases (HSA?) where executable mappings are required.
This patch introduces a new mapping flag, IOMMU_EXEC, to indicate that
the mapping should be mapped as executable.
Signed-off-by: Will Deacon <will.deacon@arm.com>
No differences found