index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
panfrost
/
panfrost_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
drm/panfrost: Implement generic DRM object RSS reporting function
Adrián Larumbe
1
-0
/
+15
2023-10-04
drm/panfrost: Add fdinfo support for memory stats
Adrián Larumbe
1
-0
/
+15
2022-12-21
drm/panfrost: Fix GEM handle creation ref-counting
Steven Price
1
-15
/
+1
2022-02-14
drm/gem-shmem: Set vm_ops in static initializer
Thomas Zimmermann
1
-0
/
+1
2021-12-02
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
1
-1
/
+1
2021-11-15
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
1
-3
/
+5
2021-11-15
drm/shmem-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-6
/
+6
2021-06-24
drm/panfrost: Make sure MMU context lifetime is not bound to panfrost_priv
Boris Brezillon
1
-11
/
+9
2020-11-24
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
1
-1
/
+1
2020-11-10
Merge v5.10-rc3 into drm-next
Daniel Vetter
1
-3
/
+1
2020-11-03
drm/panfrost: Fix a deadlock between the shrinker and madvise path
Boris Brezillon
1
-3
/
+1
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-2
/
+2
2020-10-30
drm/panfrost: Support cache-coherent integrations
Robin Murphy
1
-0
/
+2
2020-09-10
drm: panfrost: fix common struct sg_table related issues
Marek Szyprowski
1
-2
/
+2
2020-06-19
drm/panfrost: Use kvfree() to free bo->sgts
Denis Efremov
1
-1
/
+1
2020-05-20
drm/panfrost: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-2
/
+2
2020-01-21
drm/panfrost: Add the panfrost_gem_mapping concept
Boris Brezillon
1
-16
/
+108
2019-12-06
drm/panfrost: Open/close the perfcnt BO
Boris Brezillon
1
-2
/
+2
2019-12-06
drm/panfrost: Fix a race in panfrost_gem_free_object()
Boris Brezillon
1
-5
/
+10
2019-10-17
drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap
Gerd Hoffmann
1
-1
/
+1
2019-08-23
drm/panfrost: Fix sleeping while atomic in panfrost_gem_open
Rob Herring
1
-4
/
+6
2019-08-19
drm/panfrost: Implement per FD address spaces
Rob Herring
1
-7
/
+8
2019-08-12
drm/panfrost: Add support for GPU heap allocations
Rob Herring
1
-5
/
+33
2019-08-12
drm/panfrost: Add a no execute flag for BO allocations
Rob Herring
1
-2
/
+48
2019-08-12
drm/panfrost: Restructure the GEM object creation
Rob Herring
1
-29
/
+39
2019-08-09
drm/panfrost: Add madvise and shrinker support
Rob Herring
1
-0
/
+5
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-1
/
+2
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+6
2019-06-25
drm/panfrost: don't set gem_obj->resv for prime import anymore
Daniel Vetter
1
-2
/
+0
2019-06-18
drm/panfrost: Make sure a BO is only unmapped when appropriate
Boris Brezillon
1
-1
/
+2
2019-06-14
drm/panfrost: Align GEM objects GPU VA to 2MB
Rob Herring
1
-2
/
+6
2019-04-18
drm/panfrost: Make panfrost_gem_free_object() static
YueHaibing
1
-1
/
+1
2019-04-12
drm/panfrost: Add initial panfrost driver
Rob Herring
1
-0
/
+95