index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Don't overwrite user ioctl arg unless requested
Chris Wilson
2016-07-14
1
-28
/
+22
*
drm: Fix a typo in drm_ioctl.c
Masanari Iida
2016-06-30
1
-1
/
+1
*
drm: document drm_auth.c
Daniel Vetter
2016-06-21
1
-0
/
+1
*
drm: Extract drm_is_current_master
Daniel Vetter
2016-06-21
1
-1
/
+2
*
drm: Lobotomize set_busid nonsense for !pci drivers
Daniel Vetter
2016-06-21
1
-0
/
+58
*
drm: Nuke SET_UNIQUE ioctl
Daniel Vetter
2016-06-21
1
-46
/
+1
*
drm: Use dev->name as fallback for dev->unique
Daniel Vetter
2016-06-21
1
-6
/
+1
*
drm: Mark set/drop master ioctl as unlocked.
Daniel Vetter
2016-06-20
1
-2
/
+2
*
drm: Mark authmagic ioctls as unlocked
Daniel Vetter
2016-06-20
1
-2
/
+2
*
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
Daniel Vetter
2016-04-27
1
-53
/
+1
*
drm: Enforce unlocked ioctl operation for kms driver ioctls
Daniel Vetter
2015-10-16
1
-2
/
+8
*
drm/drm_ioctl.c: kerneldoc
Daniel Vetter
2015-09-30
1
-22
/
+54
*
drm: Define a drm_invalid_op ioctl implementation
Daniel Vetter
2015-09-30
1
-0
/
+7
*
drm: Remove __OS_HAS_AGP
Daniel Vetter
2015-09-30
1
-1
/
+1
*
drm: Allow also control clients to check the drm version
Thomas Hellstrom
2015-09-24
1
-1
/
+2
*
drm: export the DRM permission check code
Thomas Hellstrom
2015-08-12
1
-1
/
+2
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-06-26
1
-3
/
+2
|
\
|
*
drm: Always enable atomic API
Daniel Stone
2015-06-24
1
-3
/
+0
|
*
drm/mode: Add user blob-creation ioctl
Daniel Stone
2015-05-22
1
-0
/
+2
*
|
x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()
Luis R. Rodriguez
2015-05-27
1
-13
/
+1
|
/
*
drm: line wrap DRM_IOCTL_DEF* macros
Emil Velikov
2015-03-31
1
-2
/
+7
*
drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code
Ville Syrjälä
2015-03-27
1
-6
/
+7
*
drm: Use max() to make the ioctl alloc size code cleaner
Ville Syrjälä
2015-03-27
1
-3
/
+2
*
drm: Simplify core vs. drv ioctl handling
Ville Syrjälä
2015-03-27
1
-24
/
+15
*
drm: Drop ioctl->cmd_drv
Ville Syrjälä
2015-03-27
1
-3
/
+3
*
drm: add support for tiled/compressed/etc modifier in addfb2
Rob Clark
2015-02-13
1
-0
/
+3
*
drm: Ensure universal_planes is set for atomic
Daniel Vetter
2015-01-05
1
-0
/
+1
*
drm/atomic: Hide drm.ko internal interfaces
Daniel Vetter
2015-01-05
1
-0
/
+1
*
drm: Atomic modeset ioctl
Rob Clark
2015-01-05
1
-0
/
+1
*
drm: add atomic properties
Rob Clark
2015-01-05
1
-0
/
+10
*
drm: Purge ioctl forward declarations from drmP.h
Daniel Vetter
2014-09-12
1
-123
/
+123
*
drm: Move vblank related module options into drm_irq.c
Daniel Vetter
2014-09-12
1
-0
/
+1
*
drm: Move sg functions into drm_legacy.h
Daniel Vetter
2014-09-12
1
-2
/
+2
*
drm: move drm-lock API to drm_legacy.h
David Herrmann
2014-09-10
1
-2
/
+2
*
drm: Goody bye, drm_bus!
David Herrmann
2014-09-10
1
-7
/
+1
*
drm: add driver->set_busid() callback
David Herrmann
2014-09-10
1
-1
/
+7
*
drm: drop unused drm_master->unique_size
David Herrmann
2014-09-10
1
-1
/
+0
*
drm: mark drm_buf and drm_map as legacy
David Herrmann
2014-09-10
1
-8
/
+8
*
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
2014-08-08
1
-1
/
+1
*
drm: mark drm_context support as legacy
David Herrmann
2014-08-05
1
-8
/
+9
*
drm: merge drm_drv.c into drm_ioctl.c
David Herrmann
2014-08-05
1
-8
/
+361
*
drm: Remove command line guard for universal planes
Matt Roper
2014-07-08
1
-2
/
+0
*
drm: Introduce drm_dev_set_unique()
Thierry Reding
2014-06-05
1
-6
/
+18
*
drm: rip out dev->devname
Daniel Vetter
2014-04-23
1
-3
/
+0
*
drm: inline drm_pci_set_unique
Daniel Vetter
2014-04-23
1
-3
/
+7
*
drm: Allow userspace to ask for universal plane list (v2)
Matt Roper
2014-04-01
1
-0
/
+7
*
drm: add DRM_CAPs for cursor size
Alex Deucher
2014-02-18
1
-0
/
+12
*
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
2013-10-01
1
-1
/
+13
*
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
2013-10-01
1
-0
/
+9
*
drm: Advertise async page flip ability through GETCAP ioctl
Keith Packard
2013-08-30
1
-0
/
+3
[next]