index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
drm: Add helpers for locking an array of BO reservations.
Eric Anholt
1
-0
/
+78
2019-02-19
drm: Add reservation_object to drm_gem_object
Rob Herring
1
-0
/
+43
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-09
drm/gem: Mark pinned pages as unevictable
Kuo-Hsin Yang
1
-3
/
+33
2018-11-20
drm/gem: Add drm_gem_object_funcs
Noralf Trønnes
1
-9
/
+100
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-3
/
+3
2018-07-13
drm/i915: Prevent writing into a read-only object via a GGTT mmap
Chris Wilson
1
-0
/
+9
2018-03-26
drm/gem: Document that handle_create must be the last step
Daniel Vetter
1
-3
/
+6
2018-02-19
drm: Use idr_init_base(1) when using id==0 for invalid
Chris Wilson
1
-2
/
+2
2017-11-11
drm/framebuffer: Add framebuffer debugfs file
Noralf Trønnes
1
-0
/
+17
2017-10-27
drm/gem: Remove trailing whitespace
Noralf Trønnes
1
-2
/
+2
2017-10-04
drm: fix typo in drm_gem_get_pages() comment
Jordan Crouse
1
-1
/
+1
2017-10-03
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-0
/
+2
2017-09-28
Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-0
/
+6
2017-09-26
drm: Remove obsolete "This is gross" comment
Haneen Mohammed
1
-9
/
+0
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2017-09-03
Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-5
/
+42
2017-09-02
drm/gem: drm_gem_dumb_map_offset(): reject dma-buf
Noralf Trønnes
1
-0
/
+6
2017-08-22
drm: Release driver tracking before making the object available again
Chris Wilson
1
-3
/
+3
2017-08-22
drm: Release driver tracking before making the object available again
Chris Wilson
1
-3
/
+3
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
1
-1
/
+1
2017-07-29
drm/gem: Add drm_gem_dumb_map_offset()
Noralf Trønnes
1
-0
/
+35
2017-07-18
x86, drm, fbdev: Do not specify encrypted memory for video mappings
Tom Lendacky
1
-0
/
+2
2017-07-18
drm: Don't complain too much about struct_mutex.
Daniel Vetter
1
-4
/
+6
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-3
/
+3
2017-02-28
drm: Introduce drm_gem_object_{get,put}()
Thierry Reding
1
-22
/
+22
2017-01-25
drm/gem|prime|mm: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-12
/
+12
2016-09-19
drm: use drm_file to tag vm-bos
David Herrmann
1
-4
/
+4
2016-08-01
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2016-06-02
drm/doc: Appease sphinx
Daniel Vetter
1
-1
/
+1
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
1
-1
/
+1
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-10
/
+4
2016-05-04
drm: Fixup locking WARN_ON mistake around gem_object_free_unlocked
Daniel Vetter
1
-4
/
+5
2016-05-04
drm/gem: support BO freeing without dev->struct_mutex
Daniel Vetter
1
-1
/
+53
2016-04-22
Merge tag 'v4.6-rc3' into drm-next
Dave Airlie
1
-2
/
+2
2016-04-22
Merge tag 'topic/drm-misc-2016-04-21' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-8
/
+8
2016-04-20
drm/vma_manage: Drop has_offset
Daniel Vetter
1
-0
/
+17
2016-04-15
drm: Release driver references to handle before making it available again
Chris Wilson
1
-8
/
+8
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-01-05
drm: Remove opencoded drm_gem_object_release_handle()
Chris Wilson
1
-31
/
+24
2016-01-05
drm: Do not set outparam on error during GEM handle allocation
Chris Wilson
1
-2
/
+4
2016-01-05
drm: Use a normal idr allocation for the obj->name
Chris Wilson
1
-3
/
+1
2016-01-05
drm: Only bump object-reference count when adding first handle
Chris Wilson
1
-5
/
+12
2016-01-05
drm: Balance error path for GEM handle allocation
Chris Wilson
1
-12
/
+17
2015-11-24
drm/gem: Update/Polish docs
Daniel Vetter
1
-3
/
+32
2015-11-10
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-17
/
+30
2015-11-06
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-1
/
+1
2015-10-19
drm/gem: Use kref_get_unless_zero for the weak mmap references
Daniel Vetter
1
-12
/
+28
2015-10-19
drm/gem: Use container_of in drm_gem_object_free
Daniel Vetter
1
-1
/
+2
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
1
-4
/
+0
[next]