index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPU: drm: fix style errors
F.A.Sulaiman
2021-08-28
1
-3
/
+3
*
drm: unexport drm_ioctl_permit
Desmond Cheong Zhi Xi
2021-08-13
1
-14
/
+1
*
drm: Fix typo in comments
Cai Huoqing
2021-08-02
1
-2
/
+2
*
drm: Return -ENOTTY for non-drm ioctls
Charles Baylis
2021-07-20
1
-0
/
+3
*
Backmerge tag 'v5.13-rc7' into drm-next
Dave Airlie
2021-06-23
1
-4
/
+5
|
\
|
*
drm: Fix use-after-free read in drm_getunique()
Desmond Cheong Zhi Xi
2021-06-08
1
-4
/
+5
*
|
drm: Mark IRQ_BUSID ioctl as legacy
Thomas Zimmermann
2021-05-17
1
-1
/
+2
*
|
drm: Mark AGP implementation and ioctls as legacy
Thomas Zimmermann
2021-05-10
1
-9
/
+15
|
/
*
drm: Give irq_by_busid drm_legacy_ prefix
Daniel Vetter
2020-10-21
1
-1
/
+1
*
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-06-24
1
-5
/
+6
|
\
|
*
drm: print the current->comm alongside the pid
Emil Velikov
2020-05-19
1
-5
/
+6
*
|
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-06-03
1
-2
/
+2
|
\
|
|
*
drm: rework SET_MASTER and DROP_MASTER perm handling
Emil Velikov
2020-03-30
1
-2
/
+2
*
|
docs: fix broken references to text files
Mauro Carvalho Chehab
2020-04-20
1
-1
/
+1
|
/
*
drm: Add getfb2 ioctl
Daniel Stone
2020-01-14
1
-0
/
+1
*
drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctls
Emil Velikov
2019-12-02
1
-2
/
+2
*
drm/atomic: Take the atomic toys away from X
Daniel Vetter
2019-09-18
1
-1
/
+6
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-1
/
+1
|
\
|
*
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
2019-07-16
1
-1
/
+1
|
|
\
|
|
*
docs: ioctl: convert to ReST
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
|
|
drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctl
Daniel Vetter
2019-06-21
1
-70
/
+69
|
/
/
*
/
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-05-27
1
-8
/
+14
|
/
*
drm: introduce a capability flag for syncobj timeline support
Lionel Landwerlin
2019-05-02
1
-0
/
+3
*
drm: allow removal of legacy codepaths (v4.1)
Dave Airlie
2019-04-24
1
-24
/
+31
*
Revert "drm: allow render capable master with DRM_AUTH ioctls"
Dave Airlie
2019-04-17
1
-16
/
+4
*
drm/syncobj: add timeline signal ioctl for syncobj v5
Chunming Zhou
2019-04-01
1
-0
/
+2
*
drm/syncobj: add transition iotcls between binary and timeline v2
Chunming Zhou
2019-04-01
1
-0
/
+2
*
drm/syncobj: add timeline payload query ioctl v6
Chunming Zhou
2019-04-01
1
-0
/
+2
*
drm/syncobj: add support for timeline point wait v8
Chunming Zhou
2019-04-01
1
-0
/
+2
*
drm: allow render capable master with DRM_AUTH ioctls
Emil Velikov
2019-02-13
1
-4
/
+16
*
drm: drop DRM_AUTH requirement from AUTH_MAGIC ioctl
Emil Velikov
2019-02-13
1
-1
/
+1
*
drm/ioctl: Fix Spectre v1 vulnerabilities
Gustavo A. R. Silva
2018-12-20
1
-2
/
+8
*
drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
José Roberto de Souza
2018-09-21
1
-0
/
+6
*
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-09-14
1
-2
/
+2
*
drm: refuse ADDFB2 ioctl for broken bigendian drivers
Gerd Hoffmann
2018-09-10
1
-1
/
+1
*
drm: drop _mode_ from remaining connector functions
Daniel Vetter
2018-07-13
1
-1
/
+1
*
drm: Make ioctls available for in-kernel clients
Noralf Trønnes
2018-06-25
1
-2
/
+2
*
drm: writeback: Add client capability for exposing writeback connectors
Liviu Dudau
2018-06-20
1
-0
/
+7
*
drm: Add DRM client cap for aspect-ratio
Ankit Nautiyal
2018-05-11
1
-0
/
+9
*
drm: remove all control node code
Daniel Vetter
2018-05-03
1
-7
/
+1
*
drm: Drop DRM_CONTROL_ALLOW from ioctls
Daniel Vetter
2018-05-03
1
-34
/
+34
*
drm: Print the pid when debug logging an ioctl error.
Eric Anholt
2018-02-10
1
-1
/
+1
*
drm/ioctl: Remove trailing whitespace
Noralf Trønnes
2018-01-11
1
-2
/
+2
*
drm: Add four ioctls for managing drm mode object leases [v7]
Keith Packard
2017-10-25
1
-0
/
+4
*
drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3]
Keith Packard
2017-10-23
1
-0
/
+2
*
drm: vblank: remove drm_timestamp_monotonic parameter
Arnd Bergmann
2017-10-13
1
-1
/
+1
*
drm/syncobj: Add a signal ioctl (v3)
Jason Ekstrand
2017-08-29
1
-0
/
+2
*
drm/syncobj: Add a reset ioctl (v3)
Jason Ekstrand
2017-08-29
1
-0
/
+2
*
drm/syncobj: add sync obj wait interface. (v8)
Dave Airlie
2017-08-28
1
-0
/
+2
*
drm: Document device unplug infrastructure
Daniel Vetter
2017-08-11
1
-2
/
+2
[next]