summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vgem
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* drm/vgem: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-11
* drm/vgem: add compat_ioctl supportBrian Norris2017-07-17
* drm/vgem: Pin our pages for dmabuf exportsChris Wilson2017-06-23
* drm/vgem: Fix return value check in vgem_init()Wei Yongjun2017-05-22
* drm: drop drm_[cm]alloc* helpersMichal Hocko2017-05-18
* drm/vgem: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2017-05-18
* drm/vgem: Convert to a struct drm_device subclassChris Wilson2017-05-10
* drm/vgem: Enable dmabuf import interfacesLaura Abbott2017-05-08
* drm/vgem: Add a dummy platform deviceLaura Abbott2017-05-08
* Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2017-03-14
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-02
| |\
| | * Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-02
| | |\
| | | * mm: use helper for calling f_op->mmap()Miklos Szeredi2017-02-20
| * | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
| |/ /
* | | drm/vgem: switch to postcloseDaniel Vetter2017-03-14
|/ /
* | drm/vgem: Switch to reservation_object_lock() helpersChris Wilson2017-01-24
* | drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi2017-01-10
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-14
* drm: Take ownership of the dmabuf->obj when exportingChris Wilson2016-12-08
* drm/vgem: Use ww_mutex_(un)lock even with a NULL contextNicolai Hähnle2016-12-02
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-22
* drm/vgem: Fix non static symbol warningWei Yongjun2016-07-19
* drm/vgem: Remember to offset relative timeouts to mod_timer() by jiffiesChris Wilson2016-07-19
* drm/vgem: Attach sw fences to exported vGEM dma-buf (ioctl)Chris Wilson2016-07-18
* drm/vgem: Use PAGE_KERNEL in place of x86-specific PAGE_KERNEL_IOChris Wilson2016-07-12
* drm/vgem: Enable dmabuf interface for exportChris Wilson2016-07-12
* drm/vgem: Fix mmapingChris Wilson2016-07-12
* drm/vgem: Stop calling drm_drv_set_uniqueDaniel Vetter2016-06-21
* drm/vgem: Use lockless gem BO free callbackDaniel Vetter2016-05-31
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-17
* drm/vgem: Drop dev->struct_mutexDaniel Vetter2016-04-20
* drm/vgem: Move get_pages to gem_createDaniel Vetter2016-04-20
* drm/vgem: Simplify dumb_mapDaniel Vetter2016-04-20
* drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter2015-10-19
* mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-10
* drm/vgem: Set unique to "vgem"Daniel Vetter2015-06-24
* drm/vgem: drop DRIVER_PRIME (v2)Rob Clark2015-05-26
* drm/vgem: implement virtual GEMZach Reizner2015-04-02