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
2015-05-05
drm: simplify master cleanup
David Herrmann
1
-6
/
+1
2015-05-05
drm: simplify authentication management
David Herrmann
1
-9
/
+3
2015-05-05
drm: drop unused 'magicfree' list
David Herrmann
1
-1
/
+0
2015-03-13
drm: %pF is only for function pointers
Scott Wood
1
-1
/
+1
2015-01-05
drm: add atomic properties
Rob Clark
1
-0
/
+4
2014-11-25
drm: Document that drm_dev_alloc doesn't need a parent
Daniel Vetter
1
-0
/
+2
2014-10-12
drm: drm_err: Remove unnecessary __func__ argument
Joe Perches
1
-2
/
+3
2014-10-03
drm/core: use helper to check driver features
Andrzej Hajda
1
-2
/
+2
2014-09-24
drm: change drm_err return type to void
Joe Perches
1
-5
/
+2
2014-09-12
drm: Move DRM_MAGIC_HASH_ORDER into drm_drv.c
Daniel Vetter
1
-0
/
+2
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
1
-0
/
+1
2014-09-12
drm: Move vblank related module options into drm_irq.c
Daniel Vetter
1
-13
/
+0
2014-09-11
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
Daniel Vetter
1
-12
/
+9
2014-09-10
drm: move "struct drm_magic_entry" to drm_auth.c
David Herrmann
1
-7
/
+0
2014-09-10
drm: mark drm_buf and drm_map as legacy
David Herrmann
1
-2
/
+2
2014-08-08
Revert "drm: drop redundant drm_file->is_master"
Dave Airlie
1
-3
/
+7
2014-08-06
drm: Disable vblank interrupt immediately when drm_vblank_offdelay<0
Ville Syrjälä
1
-2
/
+2
2014-08-06
drm: move drm_stub.c to drm_drv.c
Dave Airlie
1
-0
/
+921
2014-08-05
drm: merge drm_drv.c into drm_ioctl.c
David Herrmann
1
-412
/
+0
2014-08-05
drm: move module initialization to drm_stub.c
David Herrmann
1
-59
/
+0
2014-08-05
drm: drop redundant drm_file->is_master
David Herrmann
1
-1
/
+1
2014-07-22
drm: Add missing __user annotation
Thierry Reding
1
-1
/
+1
2014-07-03
drm: fix permissions on drm_drv.c
Dave Airlie
1
-0
/
+0
2014-06-25
drm: fix NULL pointer access by wrong ioctl
Zhaowei Yuan
1
-1
/
+2
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
[next]