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.13.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
/
drm_gem_shmem_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
drm/gem: Create shmem GEM object in a given mountpoint
Maíra Canal
1
-4
/
+26
2024-05-29
drm/gem-shmem: Add import attachment warning to locked pin function
Adrián Larumbe
1
-0
/
+2
2024-05-27
Merge tag 'drm-misc-fixes-2024-05-23' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-0
/
+3
2024-05-21
drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE)
Wachowski, Karol
1
-0
/
+3
2024-03-12
drm/shmem-helper: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2024-03-11
drm/gem-shmem: Acquire reservation lock in GEM pin/unpin callbacks
Thomas Zimmermann
1
-2
/
+4
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-0
/
+6
2023-08-10
drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
Boris Brezillon
1
-0
/
+6
2023-06-21
drm/shmem-helper: Switch to reservation lock
Dmitry Osipenko
1
-118
/
+92
2023-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
1
-3
/
+6
2023-03-14
Merge tag 'drm-misc-next-2023-03-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-29
/
+36
2023-03-13
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
1
-31
/
+42
2023-03-03
Merge tag 'drm-next-2023-03-03-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2023-02-28
Revert "drm/shmem-helper: Switch to reservation lock"
Thomas Zimmermann
1
-67
/
+118
2023-02-28
drm/shmem-helper: Revert accidental non-GPL export
Asahi Lina
1
-1
/
+1
2023-02-27
drm/shmem-helper: Switch to reservation lock
Dmitry Osipenko
1
-118
/
+67
2023-02-27
drm/shmem-helper: Don't use vmap_use_count for dma-bufs
Dmitry Osipenko
1
-14
/
+15
2023-02-27
drm/shmem-helper: Switch to use drm_* debug helpers
Dmitry Osipenko
1
-16
/
+22
2023-02-27
drm/shmem-helper: Remove another errant put in error path
Dmitry Osipenko
1
-3
/
+6
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-16
drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
Asahi Lina
1
-20
/
+34
2023-02-10
drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
Asahi Lina
1
-20
/
+34
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-01
drm/shmem: Cleanup drm_gem_shmem_create_with_handle()
Rob Clark
1
-9
/
+4
2023-01-30
drm/shmem: Cleanup drm_gem_shmem_create_with_handle()
Rob Clark
1
-9
/
+4
2023-01-16
Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2023-01-10
drm: Remove usage of deprecated DRM_DEBUG_PRIME
Siddh Raman Pant
1
-1
/
+1
2023-01-03
Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-1
/
+3
2022-12-04
drm/shmem-helper: Avoid vm_open error paths
Rob Clark
1
-3
/
+11
2022-12-04
drm/shmem-helper: Remove errant put in error path
Rob Clark
1
-3
/
+1
2022-11-21
drm/gem-shmem: When drm_gem_object_init failed, should release object
ChunyouTang
1
-1
/
+3
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-1
/
+1
2022-08-09
drm/shmem-helper: Add missing vunmap on error
Dmitry Osipenko
1
-0
/
+1
2022-07-21
drm: correct comments
Liu Zixian
1
-1
/
+1
2022-02-24
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+4
2022-02-14
drm/gem-shmem: Don't store mmap'ed buffers in core dumps
Thomas Zimmermann
1
-1
/
+1
2022-02-14
drm/gem-shmem: Set vm_ops in static initializer
Thomas Zimmermann
1
-2
/
+3
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-6
/
+9
2021-12-14
Merge v5.16-rc5 into drm-next
Daniel Vetter
1
-0
/
+1
2021-12-03
treewide: Add missing includes masked by cgroup -> bpf dependency
Jakub Kicinski
1
-0
/
+1
2021-12-02
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
1
-7
/
+10
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+2
2021-11-15
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
1
-47
/
+36
2021-11-15
drm/shmem-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
1
-28
/
+17
2021-11-15
drm/shmem-helper: Unexport drm_gem_shmem_create_with_handle()
Thomas Zimmermann
1
-2
/
+1
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2021-10-29
drm: import DMA_BUF module namespace
Marcel Ziswiler
1
-0
/
+1
2021-10-27
fix for "dma-buf: move dma-buf symbols into the DMA_BUF module namespace"
Stephen Rothwell
1
-0
/
+2
2021-10-22
drm: Move GEM memory managers into modules
Thomas Zimmermann
1
-0
/
+4
2021-08-12
drm/shmem-helpers: Allocate wc pages on x86
Daniel Vetter
1
-0
/
+19
[next]