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