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