summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_lease.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-281-4/+4
|\
| * drm: Differentiate the lack of an interface from invalid parameterChris Wilson2018-09-141-4/+4
* | drm: fix use-after-free read in drm_mode_create_lease_ioctl()Jann Horn2018-10-021-3/+3
|/
* turn filp_clone_open() into inline wrapper for dentry_open()Al Viro2018-07-101-1/+1
* drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro2018-07-101-15/+1
* gpu: drm/lease:: Use list_{next/prev}_entry instead of list_entryArushi Singhal2018-03-261-1/+1
* drm: Fix kerneldoc warnings for drm_leaseChris Wilson2018-02-191-8/+8
* drm: move lease init after validation in drm_lease_createKeith Packard2017-12-211-11/+11
* drm/drm_lease: Prevent deadlock in case drm_lease_create() failsMarius Vlad2017-12-141-2/+2
* drm: Add four ioctls for managing drm mode object leases [v7]Keith Packard2017-10-251-0/+412
* drm: Add drm_object lease infrastructure [v5]Keith Packard2017-10-251-0/+355