index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_ioc32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-17
drm: Copy drm_wait_vblank to user before returning
Mark Yacoub
1
-3
/
+1
2021-05-10
drm: Mark AGP implementation and ioctls as legacy
Thomas Zimmermann
1
-10
/
+9
2021-02-26
drm/compat: more dummy implementations
Daniel Vetter
1
-12
/
+3
2021-02-26
drm/compat: Clear bounce structures
Daniel Vetter
1
-0
/
+11
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
1
-0
/
+2
2020-05-20
drm: print the current->comm alongside the pid
Emil Velikov
1
-2
/
+2
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-1
/
+4
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-3
/
+6
2019-06-21
drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl
Daniel Vetter
1
-7
/
+6
2019-06-18
drm: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-1
/
+4
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-3
/
+6
2019-04-24
drm: allow removal of legacy codepaths (v4.1)
Dave Airlie
1
-1
/
+12
2019-03-04
drm: add __user attribute to ptr_to_compat()
Ben Dooks
1
-3
/
+3
2018-05-03
drm: Drop DRM_CONTROL_ALLOW from ioctls
Daniel Vetter
1
-2
/
+2
2017-07-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-460
/
+293
2017-07-13
drm: Add missing field copy in compat_drm_version
Jeffy Chen
1
-0
/
+3
2017-07-06
Fix trivial misannotations
Al Viro
1
-2
/
+2
2017-07-04
drm compat: ia64 is not biarch
Al Viro
1
-2
/
+2
2017-07-04
drm_compat_ioctl(): tidy up a bit
Al Viro
1
-13
/
+9
2017-07-04
switch compat_drm_mapbufs() to drm_ioctl_kernel()
Al Viro
1
-36
/
+34
2017-07-04
switch compat_drm_rmmap() to drm_ioctl_kernel()
Al Viro
1
-10
/
+4
2017-07-04
switch compat_drm_mode_addfb2() to drm_ioctl_kernel()
Al Viro
1
-28
/
+10
2017-07-04
switch compat_drm_wait_vblank() to drm_ioctl_kernel()
Al Viro
1
-16
/
+10
2017-07-04
switch compat_drm_update_draw()
Al Viro
1
-14
/
+3
2017-07-04
compat_drm: switch sg ioctls
Al Viro
1
-18
/
+12
2017-07-04
compat_drm: switch AGP compat ioctls to drm_ioctl_kernel()
Al Viro
1
-65
/
+44
2017-05-27
switch compat_drm_dma() to drm_ioctl_kernel()
Al Viro
1
-25
/
+13
2017-05-27
switch compat_drm_resctx() to drm_ioctl_kernel()
Al Viro
1
-13
/
+7
2017-05-27
switch compat_drm_getsareactx() to drm_ioctl_kernel()
Al Viro
1
-15
/
+8
2017-05-27
switch compat_drm_setsareactx() to drm_ioctl_kernel()
Al Viro
1
-11
/
+6
2017-05-27
switch compat_drm_freebufs() to drm_ioctl_kernel()
Al Viro
1
-11
/
+5
2017-05-27
switch compat_drm_markbufs() to drm_ioctl_kernel()
Al Viro
1
-11
/
+7
2017-05-27
switch compat_drm_addmap() to drm_ioctl_kernel()
Al Viro
1
-20
/
+13
2017-05-27
switch compat_drm_getstats() to drm_ioctl_kernel()
Al Viro
1
-18
/
+4
2017-05-27
switch compat_drm_getclient() to drm_ioctl_kernel()
Al Viro
1
-17
/
+12
2017-05-27
switch compat_drm_infobufs() to drm_ioctl_kernel()
Al Viro
1
-34
/
+24
2017-05-27
switch compat_drm_getmap() to drm_ioctl_kernel()
Al Viro
1
-21
/
+12
2017-05-27
compat_drm_setunique(): don't bother
Al Viro
1
-16
/
+3
2017-05-27
switch compat_drm_getunique() to drm_ioctl_kernel()
Al Viro
1
-13
/
+8
2017-05-27
switch compat_drm_version() to drm_ioctl_kernel()
Al Viro
1
-26
/
+16
2017-05-27
switch compat_drm_addbufs() to drm_ioctl_kernel()
Al Viro
1
-13
/
+17
2017-05-27
drm_compat_ioctl(): prepare for conversions to drm_ioctl_kernel()
Al Viro
1
-34
/
+47
2017-04-04
drm: document drm_ioctl.[hc]
Daniel Vetter
1
-36
/
+40
2017-02-28
gpu: drm: core: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-2
/
+1
2016-09-19
drm: drop obsolete drm_core.h
David Herrmann
1
-1
/
+0
2016-09-15
drm: Only use compat ioctl for addfb2 on X86/IA64
Kristian H. Kristensen
1
-0
/
+4
2016-08-22
drm: avoid exposing kernel stack in compat_drm_getstats
Heinrich Schuchardt
1
-0
/
+1
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
1
-3
/
+3
2015-07-24
Merge tag 'topic/drm-misc-2015-07-23' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-29
/
+26
2015-07-15
drm: Provide compat ioctl for addfb2.1
Tvrtko Ursulin
1
-0
/
+60
[next]