index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
etnaviv
/
etnaviv_mmu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/etnaviv: reinstate MMUv1 command buffer window check
Lucas Stach
2019-10-29
1
-3
/
+14
*
drm/etnaviv: allow to request specific virtual address for gem mapping
Lucas Stach
2019-08-15
1
-2
/
+14
*
drm/etnaviv: implement per-process address spaces on MMUv2
Lucas Stach
2019-08-15
1
-10
/
+32
*
drm/etnaviv: rework MMU handling
Lucas Stach
2019-08-15
1
-99
/
+160
*
drm/etnaviv: replace MMU flush marker with flush sequence
Lucas Stach
2019-08-15
1
-3
/
+3
*
drm/etnaviv: split out cmdbuf mapping into address space
Lucas Stach
2019-08-15
1
-25
/
+44
*
drm/etnaviv: drop use of drmP.h
Sam Ravnborg
2019-08-02
1
-0
/
+2
*
drm/etnaviv: replace license text with SPDX tags
Lucas Stach
2018-05-18
1
-13
/
+2
*
drm/etnaviv: remove cycling through MMU address space
Lucas Stach
2018-05-18
1
-15
/
+1
*
drm/etnaviv: use correct format specifier for size_t
Lucas Stach
2018-02-12
1
-2
/
+2
*
drm/etnaviv: Improve unlocking of a mutex in etnaviv_iommu_map_gem()
Markus Elfring
2017-12-01
1
-8
/
+6
*
drm/etnaviv: remove IOMMU dependency
Lucas Stach
2017-10-10
1
-21
/
+12
*
drm/etnaviv: mmu: mark local functions static
Lucas Stach
2017-10-10
1
-4
/
+4
*
drm/etnaviv: mmu: stop using iommu map/unmap functions
Lucas Stach
2017-10-10
1
-13
/
+61
*
drm/etnaviv: remove iommu fault handler
Lucas Stach
2017-10-10
1
-9
/
+0
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-4
/
+7
*
Merge branch 'drm-etnaviv-next' of https://git.pengutronix.de/git/lst/linux i...
Dave Airlie
2017-02-03
1
-35
/
+25
|
\
|
*
Revert "drm/etnaviv: trick drm_mm into giving out a low IOVA"
Lucas Stach
2017-02-02
1
-6
/
+1
|
*
drm/etnaviv: add cmdbuf suballocator
Lucas Stach
2017-02-02
1
-25
/
+20
|
*
drm/etnaviv: move cmdbuf de-/allocation into own file
Lucas Stach
2017-02-02
1
-0
/
+1
|
*
drm/etnaviv: always flush MMU TLBs on map/unmap
Lucas Stach
2017-02-02
1
-4
/
+3
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
2017-01-27
1
-1
/
+6
|
\
|
|
*
drm/etnaviv: trick drm_mm into giving out a low IOVA
Lucas Stach
2017-01-11
1
-1
/
+6
*
|
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
2016-12-28
1
-1
/
+1
*
|
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
2016-12-27
1
-4
/
+5
|
/
*
drm/etnaviv: block 64K of address space behind each cmdstream
Lucas Stach
2016-10-10
1
-1
/
+2
*
drm/etnaviv: space out IOVA layout for cmdbufs on MMUv2
Lucas Stach
2016-09-15
1
-1
/
+6
*
drm/etnaviv: implement IOMMUv2 translation
Lucas Stach
2016-09-15
1
-1
/
+1
*
drm/etnaviv: map cmdbuf through MMU on version 2
Lucas Stach
2016-09-15
1
-1
/
+41
*
drm/etnaviv: split out iova search and MMU reaping logic
Lucas Stach
2016-09-15
1
-25
/
+37
*
drm/etnaviv: move gpu_va() to etnaviv mmu
Lucas Stach
2016-09-15
1
-0
/
+6
*
drm/etnaviv: move IOMMU domain allocation into etnaviv MMU
Lucas Stach
2016-09-15
1
-7
/
+21
*
drm/etnaviv: indirect IOMMU restore through etnaviv MMU
Lucas Stach
2016-09-15
1
-0
/
+9
*
drm/etnaviv: only try to use the linear window on MMUv1
Lucas Stach
2016-09-15
1
-1
/
+2
*
drm: etnaviv: clean up vram_mapping submission/retire path
Russell King
2016-03-07
1
-1
/
+1
*
drm/etnaviv: add initial etnaviv DRM driver
The etnaviv authors
2015-12-15
1
-0
/
+299