index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
etnaviv
/
etnaviv_gem.c
Age
Commit message (
Expand
)
Author
2018-05-18
drm/etnaviv: replace license text with SPDX tags
Lucas Stach
2018-01-02
drm/etnaviv: get rid of userptr worker
Lucas Stach
2018-01-02
drm/etnaviv: change return type of etnaviv_gem_obj_add to void
Lucas Stach
2018-01-02
drm/etnaviv: fold __etnaviv_gem_new into caller
Lucas Stach
2018-01-02
drm/etnaviv: add lockdep annotation for userptr object population
Lucas Stach
2018-01-02
drm/etnaviv: split obj locks in different classes depending on the obj type
Lucas Stach
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
mm: remove cold parameter for release_pages
Mel Gorman
2017-10-14
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...
Dave Airlie
2017-10-10
drm/etnaviv: remove unused function etnaviv_gem_new
Lucas Stach
2017-09-28
Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...
Dave Airlie
2017-09-13
etnaviv: fix gem object list corruption
Lucas Stach
2017-08-15
drm/etnaviv: switch GEM allocations to __GFP_RETRY_MAYFAIL
Lucas Stach
2017-08-08
drm/etnaviv: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-07-03
drm/etnaviv: populate GEM objects on cpu_prep
Lucas Stach
2017-07-03
drm/etnaviv: reduce allocation failure message severity
Lucas Stach
2017-07-03
drm/etnaviv: don't trigger OOM killer when page allocation fails
Lucas Stach
2017-06-28
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...
Dave Airlie
2017-06-03
drm/etnaviv: restore ETNA_PREP_NOSYNC behaviour
Lucas Stach
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-14
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-25
Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-12
drm/etnaviv: Remove manual call to reservation_object_test_signaled_rcu befor...
Chris Wilson
2016-08-01
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-07-22
drm/etnaviv: Optimize error handling in etnaviv_gem_new_userptr()
Markus Elfring
2016-07-22
drm/etnaviv: Delete unnecessary checks before two function calls
Markus Elfring
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
2016-05-06
drm/etnaviv: fix mmap operations for userptr and dma-buf objects
Lucas Stach
2016-05-06
drm/etnaviv: take etnaviv_gem_obj in etnaviv_gem_mmap_obj
Lucas Stach
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-07
drm: etnaviv: clean up vram_mapping submission/retire path
Russell King
2016-02-16
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2016-01-26
drm/etnaviv: call correct function when trying to vmap a DMABUF
Lucas Stach
2016-01-26
drm/etnaviv: rename etnaviv_gem_vaddr to etnaviv_gem_vmap
Lucas Stach
2016-01-26
drm/etnaviv: fix get pages error path in etnaviv_gem_vaddr
Lucas Stach
2016-01-06
drm/etnaviv: unlock on error in etnaviv_gem_get_iova()
Dan Carpenter
2015-12-15
drm/etnaviv: add initial etnaviv DRM driver
The etnaviv authors