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