index
:
linux/linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_drv.c
Age
Commit message (
Expand
)
Author
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-05-20
drm: don't bother with super_operations and dentry_operations
Al Viro
2019-04-24
drm/legacy: move init/destroy of struct members into legacy file
Dave Airlie
2019-04-24
drm/legacy: move map_hash create/destroy into inlines
Dave Airlie
2019-04-24
drm/legacy: move map cleanups into drm_bufs.c
Dave Airlie
2019-04-18
drm/drv: Fix incorrect resolution of merge conflict
Janusz Krzysztofik
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
2019-03-25
drm: Fix drm_release() and device unplug
Noralf Trønnes
2019-03-04
drm/drv: DOC: Add driver example code
Noralf Trønnes
2019-03-04
drm: Add devm_drm_dev_init()
Noralf Trønnes
2019-03-04
drm/drv: Hold ref on parent device during drm_device lifetime
Noralf Trønnes
2019-02-21
drm/drv: drm_dev_unplug(): Move out drm_dev_put() call
Noralf Trønnes
2019-02-21
drm: Fix drm_release() and device unplug
Noralf Trønnes
2019-02-19
drm/doc: document recommended component helper usage
Daniel Vetter
2019-01-12
drm/docs: improve docs for drm_drv.c
Daniel Vetter
2018-12-27
drm/drm_drv.c: Remove duplicate header
Brajeswar Ghosh
2018-11-29
Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-11-24
drm: remove deprecated "drm_dev_unref" function
Fernando Ramos
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-11-05
drm: Remove drm_global.{c,h} v2
Thomas Zimmermann
2018-10-25
drm: BUG_ON if passing NULL parent to drm_dev_init
Emil Velikov
2018-09-13
drm: Introduce per-device driver_features
Ville Syrjälä
2018-07-16
drm/dp_helper: Add DP aux channel tracing
Lyude Paul
2018-07-10
drm: Begin an API for in-kernel clients
Noralf Trønnes
2018-06-20
Merge tag 'drm-misc-next-fixes-2018-06-15' of git://anongit.freedesktop.org/d...
Dave Airlie
2018-06-06
Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-05-31
drm: Fix possible race conditions while unplugging DRM device
Oleksandr Andrushchenko
2018-05-11
drm: Match sysfs name in link removal to link creation
Haneen Mohammed
2018-05-03
drm: remove all control node code
Daniel Vetter
2018-03-29
drm: Use srcu to protect drm_device.unplugged
Noralf Trønnes
2018-03-06
drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
Joe Moriarty
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
2017-10-25
drm: Add new LEASE debug level
Keith Packard
2017-10-20
drm: Move debug macros out of drmP.h
Haneen Mohammed
2017-09-26
drm: introduce drm_dev_{get/put} functions
Aishwarya Pant
2017-08-11
drm: Clean up drm_dev_unplug
Daniel Vetter
2017-08-11
drm: Only lastclose on unload for legacy drivers
Daniel Vetter
2017-08-11
drm: Document device unplug infrastructure
Daniel Vetter
2017-07-11
drm: inhibit drm drivers register to uninitialized drm core
Alexandru Moise
2017-06-02
drm: Fix oops + Xserver hang when unplugging USB drm devices
Hans de Goede
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
2017-02-02
drm: Provide a driver hook for drm_dev_release()
Chris Wilson
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-01-30
drm: Don't race connector registration
Daniel Vetter
2017-01-27
drm: drm_minor_register(): Clean up debugfs on failure
Noralf Trønnes
2017-01-25
drm/core: Use recommened kerneldoc for struct member refs
Daniel Vetter
2017-01-23
Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...
Dave Airlie
2016-12-30
drm: Avoid NULL dereference of drm_device.dev
Chris Wilson
2016-12-30
drm/doc: use preferred struct reference in kernel-doc
Daniel Vetter
2016-12-30
drm: Deduplicate driver initialization message
Gabriel Krisman Bertazi
[prev]
[next]