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
/
vgem
Age
Commit message (
Expand
)
Author
2017-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-02-20
mm: use helper for calling f_op->mmap()
Miklos Szeredi
2017-01-24
drm/vgem: Switch to reservation_object_lock() helpers
Chris Wilson
2017-01-10
drm: Move drm_clflush prototypes to drm_cache header file
Gabriel Krisman Bertazi
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-12-08
drm: Take ownership of the dmabuf->obj when exporting
Chris Wilson
2016-12-02
drm/vgem: Use ww_mutex_(un)lock even with a NULL context
Nicolai Hähnle
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-09-22
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
2016-07-19
drm/vgem: Fix non static symbol warning
Wei Yongjun
2016-07-19
drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffies
Chris Wilson
2016-07-18
drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)
Chris Wilson
2016-07-12
drm/vgem: Use PAGE_KERNEL in place of x86-specific PAGE_KERNEL_IO
Chris Wilson
2016-07-12
drm/vgem: Enable dmabuf interface for export
Chris Wilson
2016-07-12
drm/vgem: Fix mmaping
Chris Wilson
2016-06-21
drm/vgem: Stop calling drm_drv_set_unique
Daniel Vetter
2016-05-31
drm/vgem: Use lockless gem BO free callback
Daniel Vetter
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-04-20
drm/vgem: Drop dev->struct_mutex
Daniel Vetter
2016-04-20
drm/vgem: Move get_pages to gem_create
Daniel Vetter
2016-04-20
drm/vgem: Simplify dumb_map
Daniel Vetter
2015-10-19
drm/vgem: Drop vgem_drm_gem_mmap
Daniel Vetter
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
2015-06-24
drm/vgem: Set unique to "vgem"
Daniel Vetter
2015-05-26
drm/vgem: drop DRIVER_PRIME (v2)
Rob Clark
2015-04-02
drm/vgem: implement virtual GEM
Zach Reizner