index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_info.c
Age
Commit message (
Expand
)
Author
2018-11-22
drm: Merge drm_info.c into drm_debugfs.c
Daniel Vetter
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2016-10-17
drm: Print device information again in debugfs
Daniel Vetter
2016-09-19
drm: remove redundant drm_file->uid
David Herrmann
2016-06-21
drm: Extract drm_is_current_master
Daniel Vetter
2016-06-21
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
2016-06-20
drm: Prevent NULL deref in drm_name_info()
Chris Wilson
2016-06-16
drm: Nuke legacy maps debugfs files
Daniel Vetter
2016-04-27
drm: Protect dev->filelist with its own mutex
Daniel Vetter
2015-03-13
drm: Silence sparse warnings
Ville Syrjälä
2014-12-16
drm/info: Remove unused code
Thierry Reding
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-15
Merge tag 'topic/core-stuff-2014-09-15' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-09-15
drm: Include task->name and master status in debugfs clients info
Chris Wilson
2014-09-12
drm: Move legacy buffer structures to <drm/drm_legacy.h>
Daniel Vetter
2014-09-10
drm: move "struct drm_vma_entry" to drm_vm.c
David Herrmann
2014-08-02
drm: remove unused "struct drm_freelist"
David Herrmann
2014-04-23
drm: remove drm_bus->get_name
Daniel Vetter
2013-12-18
drm: remove dev->vma_count
Daniel Vetter
2013-12-18
drm: Kill file_priv->ioctl_count tracking
Daniel Vetter
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
2013-08-21
drm/gem: switch dev->object_name_lock to a mutex
Daniel Vetter
2013-08-21
drm/gem: fix up flink name create race
Daniel Vetter
2013-08-19
drm: fix locking in gem debugfs/procfs file
Daniel Vetter
2012-10-23
drm/debugfs: remove redundant info from gem_names
Marcin Slusarz
2012-10-16
drm: fix warning on 32-bit.
Dave Airlie
2012-10-03
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-09-13
userns: Convert drm to use kuid and kgid and struct pid where appropriate
Eric W. Biederman
2012-07-19
drm: kill dma queue support
Daniel Vetter
2012-06-21
drm: Add missing static storage class specifier
Sachin Kamat
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
2011-02-14
drm: do not leak kernel addresses via /proc/dri/*/vma
Kees Cook
2011-02-07
drm: rework PCI/platform driver interface.
Dave Airlie
2010-10-06
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
Dave Airlie
2010-10-01
drm: Move the GTT accounting to i915
Chris Wilson
2010-10-01
drm/gem: handlecount isn't really a kref so don't make it one.
Dave Airlie
2010-06-01
drm: Add support for platform devices to register as DRM devices
Jordan Crouse
2009-03-28
drm: merge Linux master into HEAD
Dave Airlie
2009-03-28
Merge branch 'linus' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2009-03-27
drm: Convert proc files to seq_file and introduce debugfs
Ben Gamari
2009-03-13
drm: fix warnings about new mappings in info code.
Dave Airlie
2009-03-13
drm: Convert proc files to seq_file and introduce debugfs
Ben Gamari