Age | Commit message (Expand) | Author |
2021-08-17 | drm: Copy drm_wait_vblank to user before returning | Mark Yacoub |
2021-05-10 | drm: Mark AGP implementation and ioctls as legacy | Thomas Zimmermann |
2021-02-26 | drm/compat: more dummy implementations | Daniel Vetter |
2021-02-26 | drm/compat: Clear bounce structures | Daniel Vetter |
2020-07-02 | drm : Insert blank lines after declarations. | Suraj Upadhyay |
2020-05-19 | drm: print the current->comm alongside the pid | Emil Velikov |
2019-07-22 | Merge v5.3-rc1 into drm-misc-next | Maxime Ripard |
2019-07-15 | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2019-06-21 | drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl | Daniel Vetter |
2019-06-18 | drm: return -EFAULT if copy_to_user() fails | Dan Carpenter |
2019-05-27 | drm: drop use of drmP.h in drm/* | Sam Ravnborg |
2019-04-24 | drm: allow removal of legacy codepaths (v4.1) | Dave Airlie |
2019-03-04 | drm: add __user attribute to ptr_to_compat() | Ben Dooks |
2018-05-03 | drm: Drop DRM_CONTROL_ALLOW from ioctls | Daniel Vetter |
2017-07-26 | Merge airlied/drm-next into drm-misc-next | Daniel Vetter |
2017-07-13 | drm: Add missing field copy in compat_drm_version | Jeffy Chen |
2017-07-06 | Fix trivial misannotations | Al Viro |
2017-07-04 | drm compat: ia64 is not biarch | Al Viro |
2017-07-04 | drm_compat_ioctl(): tidy up a bit | Al Viro |
2017-07-04 | switch compat_drm_mapbufs() to drm_ioctl_kernel() | Al Viro |
2017-07-04 | switch compat_drm_rmmap() to drm_ioctl_kernel() | Al Viro |
2017-07-04 | switch compat_drm_mode_addfb2() to drm_ioctl_kernel() | Al Viro |
2017-07-04 | switch compat_drm_wait_vblank() to drm_ioctl_kernel() | Al Viro |
2017-07-04 | switch compat_drm_update_draw() | Al Viro |
2017-07-04 | compat_drm: switch sg ioctls | Al Viro |
2017-07-04 | compat_drm: switch AGP compat ioctls to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_dma() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_resctx() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_getsareactx() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_setsareactx() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_freebufs() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_markbufs() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_addmap() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_getstats() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_getclient() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_infobufs() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_getmap() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | compat_drm_setunique(): don't bother | Al Viro |
2017-05-27 | switch compat_drm_getunique() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_version() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | switch compat_drm_addbufs() to drm_ioctl_kernel() | Al Viro |
2017-05-27 | drm_compat_ioctl(): prepare for conversions to drm_ioctl_kernel() | Al Viro |
2017-04-04 | drm: document drm_ioctl.[hc] | Daniel Vetter |
2017-02-28 | gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches |
2016-09-19 | drm: drop obsolete drm_core.h | David Herrmann |
2016-09-15 | drm: Only use compat ioctl for addfb2 on X86/IA64 | Kristian H. Kristensen |
2016-08-22 | drm: avoid exposing kernel stack in compat_drm_getstats | Heinrich Schuchardt |
2015-09-30 | drm: Remove __OS_HAS_AGP | Daniel Vetter |
2015-07-24 | Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in... | Dave Airlie |
2015-07-15 | drm: Provide compat ioctl for addfb2.1 | Tvrtko Ursulin |