summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_ioc32.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove locking for legacy ioctls and DRM_UNLOCKEDThomas Zimmermann2023-12-061-1/+1
* drm: Remove entry points for legacy ioctlsThomas Zimmermann2023-12-061-610/+0
* drm: Include <drm/drm_device.h>Thomas Zimmermann2023-12-061-0/+1
* arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2/+2
* drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin2023-01-031-6/+7
* drm: Copy drm_wait_vblank to user before returningMark Yacoub2021-08-171-3/+1
* drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-101-10/+9
* drm/compat: more dummy implementationsDaniel Vetter2021-02-261-12/+3
* drm/compat: Clear bounce structuresDaniel Vetter2021-02-261-0/+11
* drm : Insert blank lines after declarations.Suraj Upadhyay2020-07-021-0/+2
* drm: print the current->comm alongside the pidEmil Velikov2020-05-191-2/+2
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-1/+4
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-3/+6
| |\
| * | drm: return -EFAULT if copy_to_user() failsDan Carpenter2019-06-181-1/+4
* | | drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctlDaniel Vetter2019-06-211-7/+6
| |/ |/|
* | drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-3/+6
|/
* drm: allow removal of legacy codepaths (v4.1)Dave Airlie2019-04-241-1/+12
* drm: add __user attribute to ptr_to_compat()Ben Dooks2019-03-041-3/+3
* drm: Drop DRM_CONTROL_ALLOW from ioctlsDaniel Vetter2018-05-031-2/+2
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-07-261-460/+293
|\
| * drm: Add missing field copy in compat_drm_versionJeffy Chen2017-07-131-0/+3
| * Fix trivial misannotationsAl Viro2017-07-061-2/+2
| * drm compat: ia64 is not biarchAl Viro2017-07-041-2/+2
| * drm_compat_ioctl(): tidy up a bitAl Viro2017-07-041-13/+9
| * switch compat_drm_mapbufs() to drm_ioctl_kernel()Al Viro2017-07-041-36/+34
| * switch compat_drm_rmmap() to drm_ioctl_kernel()Al Viro2017-07-041-10/+4
| * switch compat_drm_mode_addfb2() to drm_ioctl_kernel()Al Viro2017-07-041-28/+10
| * switch compat_drm_wait_vblank() to drm_ioctl_kernel()Al Viro2017-07-041-16/+10
| * switch compat_drm_update_draw()Al Viro2017-07-041-14/+3
| * compat_drm: switch sg ioctlsAl Viro2017-07-041-18/+12
| * compat_drm: switch AGP compat ioctls to drm_ioctl_kernel()Al Viro2017-07-041-65/+44
| * switch compat_drm_dma() to drm_ioctl_kernel()Al Viro2017-05-271-25/+13
| * switch compat_drm_resctx() to drm_ioctl_kernel()Al Viro2017-05-271-13/+7
| * switch compat_drm_getsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-15/+8
| * switch compat_drm_setsareactx() to drm_ioctl_kernel()Al Viro2017-05-271-11/+6
| * switch compat_drm_freebufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+5
| * switch compat_drm_markbufs() to drm_ioctl_kernel()Al Viro2017-05-271-11/+7
| * switch compat_drm_addmap() to drm_ioctl_kernel()Al Viro2017-05-271-20/+13
| * switch compat_drm_getstats() to drm_ioctl_kernel()Al Viro2017-05-271-18/+4
| * switch compat_drm_getclient() to drm_ioctl_kernel()Al Viro2017-05-271-17/+12
| * switch compat_drm_infobufs() to drm_ioctl_kernel()Al Viro2017-05-271-34/+24
| * switch compat_drm_getmap() to drm_ioctl_kernel()Al Viro2017-05-271-21/+12
| * compat_drm_setunique(): don't botherAl Viro2017-05-271-16/+3
| * switch compat_drm_getunique() to drm_ioctl_kernel()Al Viro2017-05-271-13/+8
| * switch compat_drm_version() to drm_ioctl_kernel()Al Viro2017-05-271-26/+16
| * switch compat_drm_addbufs() to drm_ioctl_kernel()Al Viro2017-05-271-13/+17
| * drm_compat_ioctl(): prepare for conversions to drm_ioctl_kernel()Al Viro2017-05-271-34/+47
|/
* drm: document drm_ioctl.[hc]Daniel Vetter2017-04-041-36/+40
* gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-02-281-2/+1
* drm: drop obsolete drm_core.hDavid Herrmann2016-09-191-1/+0