index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
etnaviv
/
etnaviv_iommu.c
Age
Commit message (
Expand
)
Author
2019-09-02
drm/etnaviv: fix missing unlock on error in etnaviv_iommuv1_context_alloc()
Wei Yongjun
2019-08-15
drm/etnaviv: implement per-process address spaces on MMUv2
Lucas Stach
2019-08-15
drm/etnaviv: rework MMU handling
Lucas Stach
2019-08-02
drm/etnaviv: clean up includes
Lucas Stach
2018-05-18
drm/etnaviv: replace license text with SPDX tags
Lucas Stach
2018-05-18
drm/etnaviv: switch MMU page tables to writecombine memory
Lucas Stach
2018-02-12
drm/etnaviv: make local symbols static
Wei Yongjun
2018-01-02
drm/etnaviv: use memset32 to init pagetable
Lucas Stach
2017-10-10
drm/etnaviv: remove IOMMU dependency
Lucas Stach
2017-10-10
drm/etnaviv: iommuv1: remove map_lock
Lucas Stach
2017-10-10
drm/etnaviv: iommuv1: fold pgtable_write into callers
Lucas Stach
2017-10-10
drm/etnaviv: iommuv1: fold pagetable alloc and free into caller
Lucas Stach
2017-10-10
drm/etnaviv: remove iova_to_phys iommu ops
Lucas Stach
2017-02-02
drm/etnaviv: constify etnaviv_iommu_ops structures
Bhumika Goyal
2016-09-15
drm/etnaviv: move IOMMU domain allocation into etnaviv MMU
Lucas Stach
2016-09-15
drm/etnaviv: move linear window setup into etnaviv_iommuv1_restore
Lucas Stach
2016-09-15
drm/etnaviv: rename etnaviv_iommu_domain_restore to etnaviv_iommuv1_restore
Lucas Stach
2016-06-15
drm/etnaviv: initialize iommu domain page size
Lucas Stach
2015-12-15
drm/etnaviv: add initial etnaviv DRM driver
The etnaviv authors