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_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-28
drm: Add a function to get the ioctl flags
Thomas Hellstrom
1
-0
/
+18
2014-03-28
drm: Make control nodes master-less v3
Thomas Hellstrom
1
-3
/
+4
2014-03-28
drm: Break out ioctl permission check to a separate function v2
Thomas Hellstrom
1
-38
/
+75
2014-03-16
drm: remove redundant minor->device field
David Herrmann
1
-2
/
+2
2013-12-18
drm: Kill file_priv->ioctl_count tracking
Daniel Vetter
1
-2
/
+0
2013-12-18
drm: rip out dev->ioctl_count tracking
Daniel Vetter
1
-2
/
+0
2013-11-08
Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...
Dave Airlie
1
-2
/
+9
2013-11-04
Merge tag 'v3.12' into drm-intel-next
Daniel Vetter
1
-2
/
+9
2013-10-31
drm: Fix typo in debug message
Thierry Reding
1
-1
/
+1
2013-10-30
drm: allow DRM_IOCTL_VERSION on render-nodes
David Herrmann
1
-1
/
+1
2013-10-18
drm: Prevent overwriting from userspace underallocating core ioctl structs
Chris Wilson
1
-1
/
+8
2013-10-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-71
/
+0
2013-10-09
drm: Kill drm perf counter leftovers
Ville Syrjälä
1
-1
/
+0
2013-10-09
drm: move drm_lastclose() to drm_fops.c
David Herrmann
1
-70
/
+0
2013-10-01
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
1
-0
/
+1
2013-08-30
drm: implement experimental render nodes
David Herrmann
1
-6
/
+7
2013-08-19
drm: move dev data clearing from drm_setup to lastclose
Daniel Vetter
1
-0
/
+27
2013-08-19
drm: remove procfs code, take 2
Daniel Vetter
1
-8
/
+0
2013-08-19
drm: remove the dma_ioctl special-case
Daniel Vetter
1
-5
/
+1
2013-08-19
drm: use ida to allocate connector ids
Ilia Mirkin
1
-0
/
+2
2013-08-19
drm: mark dma setup/teardown as legacy systems
Daniel Vetter
1
-3
/
+1
2013-08-19
drm: hide legacy sg cleanup better from common code
Daniel Vetter
1
-5
/
+1
2013-08-07
drm/agp: move AGP cleanup paths to drm_agpsupport.c
David Herrmann
1
-20
/
+1
2013-07-23
drm: move drm_getsarea into drm_bufs.c
Daniel Vetter
1
-15
/
+0
2013-07-23
drm: fold in drm_sg_alloc into the ioctl
Daniel Vetter
1
-1
/
+1
2013-07-23
drm: remove drm_modctx ioctl and use drm_noop instead
Daniel Vetter
1
-1
/
+1
2013-06-28
drm: add hotspot support for cursors.
Dave Airlie
1
-0
/
+1
2013-05-10
drm: Use names of ioctls in debug traces
Chris Cummins
1
-7
/
+13
2013-04-30
drm: Kill user_modes list and the associated ioctls
Ville Syrjälä
1
-2
/
+2
2013-04-30
drm: Make drm_ioctls const
Ville Syrjälä
1
-2
/
+2
2013-04-16
drm: Perform ioctl command validation on the stored kernel values
Chris Wilson
1
-0
/
+1
2013-02-27
drm: don't use idr_remove_all()
Tejun Heo
1
-1
/
+0
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-11
/
+11
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-10-02
drm: change ioctl permissions
Rob Clark
1
-5
/
+5
2012-09-13
drm: make buffer management work without DRM_MASTER
David Herrmann
1
-6
/
+6
2012-07-19
drm: kill dma queue support
Daniel Vetter
1
-11
/
+0
2012-06-21
drm: use format %d to print error code
Yuanhan Liu
1
-1
/
+1
2012-05-17
drm: add generic ioctls to get/set properties on any object
Paulo Zanoni
1
-1
/
+3
2012-03-30
drm: base prime/dma-buf support (v5)
Dave Airlie
1
-0
/
+4
2012-03-15
drm: add core support for unplugging a device (v2)
Dave Airlie
1
-0
/
+4
2012-02-03
drm: remove master fd restriction on mode setting getters
Mandeep Singh Baines
1
-6
/
+6
2012-01-05
drm: make DRM_UNLOCKED ioctls with their own mutex
Ilija Hadzic
1
-3
/
+3
2012-01-05
drm: no need to hold global mutex for static data
Ilija Hadzic
1
-2
/
+2
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-1
/
+1
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
1
-0
/
+1
2011-11-15
drm: add plane support v3
Jesse Barnes
1
-0
/
+3
2011-11-11
drm: do not sleep on vblank while holding a mutex
Ilija Hadzic
1
-1
/
+1
2011-10-31
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+1
2011-10-19
drm: drm_ioctl() should zero-init extra data
Rob Clark
1
-0
/
+2
[next]