index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_bufs.c
Age
Commit message (
Expand
)
Author
2021-08-02
drm: Fix typo in comments
Cai Huoqing
2021-05-26
drm: fix leaked dma handles after removing drm_pci_free
Joseph Kogut
2021-05-20
drm: Fix missing unlock and free on error in drm_legacy_addbufs_pci()
Zou Wei
2021-05-10
drm: Mark AGP implementation and ioctls as legacy
Thomas Zimmermann
2021-04-26
drm: remove usage of drm_pci_alloc/free
Joseph Kogut
2021-04-22
drm: drm_bufs.c: Adjust end of block comment
Beatriz Martins de Carvalho
2021-04-20
drm/drm_bufs.c: In switch, add break in default case
Fabio M. De Francesco
2021-01-19
drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
Thomas Zimmermann
2020-11-22
drm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
2020-04-03
drm: delete drm_pci.h
Daniel Vetter
2020-03-16
drm: bufs: Clean up documentation
Benjamin Gaignard
2020-02-04
drm: Remove the dma_alloc_coherent wrapper for internal usage
Chris Wilson
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-06-18
drm: return -EFAULT if copy_to_user() fails
Dan Carpenter
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
2019-04-24
drm/legacy: move map cleanups into drm_bufs.c
Dave Airlie
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
2019-01-02
drm: un-inline drm_legacy_findmap()
Jani Nikula
2018-10-17
drm/bufs: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
2018-03-19
drm: dma_bufs: Fixed checkpatch issues
Paul McQuade
2017-07-04
switch compat_drm_mapbufs() to drm_ioctl_kernel()
Al Viro
2017-05-27
switch compat_drm_infobufs() to drm_ioctl_kernel()
Al Viro
2016-09-21
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()
Markus Elfring
2016-09-21
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()
Markus Elfring
2016-09-21
GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()
Markus Elfring
2016-09-21
GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()
Markus Elfring
2016-08-08
drm: Used DRM_LEGACY for all legacy functions
Daniel Vetter
2016-06-21
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
2016-04-27
drm: Hide master MAP cleanup in drm_bufs.c
Daniel Vetter
2016-04-27
drm: Forbid legacy MAP functions for DRIVER_MODESET
Daniel Vetter
2016-04-27
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
Daniel Vetter
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
2014-09-12
drm: Move __drm_pci_free to drm_legacy.h
Daniel Vetter
2014-09-12
drm: Move dma functions into drm_legacy.h
Daniel Vetter
2014-09-10
drm: mark drm_buf and drm_map as legacy
David Herrmann
2014-08-02
drm: remove unused "struct drm_freelist"
David Herrmann
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-04-29
drm: Fix indentation of closing brace
Thierry Reding
2014-04-23
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
2013-12-18
drm: rip out drm_core_has_AGP
Daniel Vetter
2013-12-18
drm/bufs: remove handling of _DRM_GEM mappings
Daniel Vetter
2013-08-19
drm: remove the dma_ioctl special-case
Daniel Vetter
2013-08-19
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
2013-08-19
drm: rip out DRIVER_FB_DMA and related code
Daniel Vetter
2013-08-19
drm: disallow legacy dma ioctls for modesetting drivers
Daniel Vetter
2013-07-23
drm: remove drm_order
Daniel Vetter
2013-07-23
drm/bufs: s/drm_order/order_base_2/
Daniel Vetter
[next]