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
/
udl
/
udl_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-10
drm/udl: Use GEM vmap/mmap function from SHMEM helpers
Thomas Zimmermann
1
-108
/
+0
2020-06-03
drm/udl: Don't call get/put_pages on imported dma-buf
Daniel Vetter
1
-10
/
+12
2019-11-26
drm/udl: Remove udl implementation of GEM's free_object()
Thomas Zimmermann
1
-17
/
+1
2019-11-08
drm/udl: Remove struct udl_gem_object and functions
Thomas Zimmermann
1
-206
/
+0
2019-11-08
drm/udl: Switch to SHMEM
Thomas Zimmermann
1
-4
/
+97
2019-11-08
drm/udl: Allocate GEM object via struct drm_driver.gem_create_object
Thomas Zimmermann
1
-4
/
+21
2019-11-08
drm/udl: Remove flags field from struct udl_gem_object
Thomas Zimmermann
1
-20
/
+7
2019-07-17
drm/udl: drop use of drmP.h
Sam Ravnborg
1
-3
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262
Thomas Gleixner
1
-4
/
+1
2019-04-24
drm/udl: introduce a macro to convert dev to udl.
Dave Airlie
1
-1
/
+1
2019-03-18
drm/udl: use drm_gem_object_put_unlocked.
Dave Airlie
1
-1
/
+1
2018-05-23
gpu: drm: udl: Adding new typedef vm_fault_t
Souptick Joarder
1
-13
/
+2
2018-03-28
drm/udl: Get rid of dev->struct_mutex usage
Daniel Vetter
1
-2
/
+3
2017-08-11
drm/udl: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
1
-2
/
+2
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-1
/
+1
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-1
/
+2
2016-12-15
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-3
/
+2
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
2016-04-01
drm/udl: Use unlocked gem unreferencing
Daniel Vetter
1
-1
/
+1
2014-11-26
drm/udl: handle page mapping in dmabuf export.
Haixia Shi
1
-2
/
+2
2014-11-21
drm/udl: Deletion of an unnecessary check before the function call "vunmap"
Markus Elfring
1
-2
/
+1
2014-11-20
drm/udl: add support to export a handle to a FD on UDL.
Haixia Shi
1
-71
/
+0
2014-11-20
drm/udl: add cache flags definitions for udl_gem_object
Haixia Shi
1
-0
/
+21
2014-07-08
drm/gem: remove misleading gfp parameter to get_pages()
David Herrmann
1
-4
/
+4
2014-03-31
Merge tag 'v3.14' into drm-intel-next-queued
Daniel Vetter
1
-3
/
+8
2014-03-27
drm/udl: take reference to device struct for dma-bufs
Dave Airlie
1
-3
/
+8
2014-03-16
drm/udl: fix Bpp calculation in dumb_create()
David Herrmann
1
-1
/
+1
2013-12-05
udl: fix issue with imported prime buffers
Rob Clark
1
-0
/
+6
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-7
/
+0
2013-09-16
drm/udl: rip out set_need_resched
Daniel Vetter
1
-1
/
+0
2013-08-19
drm/udl: use gem get/put page helpers
Rob Clark
1
-38
/
+6
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
1
-6
/
+0
2013-07-25
drm/gem: convert to new unified vma manager
David Herrmann
1
-8
/
+5
2013-05-01
drm: prime: fix refcounting on the dmabuf import error path
Imre Deak
1
-0
/
+4
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-7
/
+0
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-08-17
drm/udl: call begin/end cpu access at more appropriate time
Dave Airlie
1
-7
/
+0
2012-08-09
drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Thomas Meyer
1
-1
/
+1
2012-05-31
udl: support vmapping imported dma-bufs
Dave Airlie
1
-3
/
+22
2012-05-29
drm/udl: remove unused variables.
Dave Airlie
1
-2
/
+0
2012-05-29
drm/udl: unlock before returning in udl_gem_mmap()
Dan Carpenter
1
-1
/
+1
2012-05-23
udl: add prime fd->handle support.
Dave Airlie
1
-0
/
+75
2012-04-02
mm, drm/udl: fixup vma flags on mmap
Konstantin Khlebnikov
1
-0
/
+14
2012-03-15
drm/udl: initial UDL driver (v4)
Dave Airlie
1
-0
/
+227