index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_bufs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
switch compat_drm_mapbufs() to drm_ioctl_kernel()
Al Viro
2017-07-04
1
-29
/
+39
*
switch compat_drm_infobufs() to drm_ioctl_kernel()
Al Viro
2017-05-27
1
-22
/
+26
*
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()
Markus Elfring
2016-09-21
1
-2
/
+1
*
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()
Markus Elfring
2016-09-21
1
-1
/
+1
*
GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()
Markus Elfring
2016-09-21
1
-2
/
+2
*
GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()
Markus Elfring
2016-09-21
1
-2
/
+3
*
drm: Used DRM_LEGACY for all legacy functions
Daniel Vetter
2016-08-08
1
-11
/
+11
*
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
2016-06-21
1
-4
/
+4
*
drm: Hide master MAP cleanup in drm_bufs.c
Daniel Vetter
2016-04-27
1
-5
/
+22
*
drm: Forbid legacy MAP functions for DRIVER_MODESET
Daniel Vetter
2016-04-27
1
-0
/
+12
*
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
Daniel Vetter
2016-04-27
1
-0
/
+52
*
drm: Remove __OS_HAS_AGP
Daniel Vetter
2015-09-30
1
-3
/
+3
*
drm: Move __drm_pci_free to drm_legacy.h
Daniel Vetter
2014-09-12
1
-1
/
+1
*
drm: Move dma functions into drm_legacy.h
Daniel Vetter
2014-09-12
1
-1
/
+1
*
drm: mark drm_buf and drm_map as legacy
David Herrmann
2014-09-10
1
-46
/
+44
*
drm: remove unused "struct drm_freelist"
David Herrmann
2014-08-02
1
-9
/
+8
*
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2014-05-16
1
-1
/
+1
|
\
|
*
drm: Fix indentation of closing brace
Thierry Reding
2014-04-29
1
-1
/
+1
*
|
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
2014-04-23
1
-16
/
+16
|
/
*
drm: rip out drm_core_has_AGP
Daniel Vetter
2013-12-18
1
-2
/
+2
*
drm/bufs: remove handling of _DRM_GEM mappings
Daniel Vetter
2013-12-18
1
-6
/
+0
*
drm: remove the dma_ioctl special-case
Daniel Vetter
2013-08-19
1
-0
/
+12
*
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
2013-08-19
1
-8
/
+5
*
drm: rip out DRIVER_FB_DMA and related code
Daniel Vetter
2013-08-19
1
-159
/
+2
*
drm: disallow legacy dma ioctls for modesetting drivers
Daniel Vetter
2013-08-19
1
-0
/
+15
*
drm: remove drm_order
Daniel Vetter
2013-07-23
1
-23
/
+0
*
drm/bufs: s/drm_order/order_base_2/
Daniel Vetter
2013-07-23
1
-6
/
+6
*
drm: move drm_getsarea into drm_bufs.c
Daniel Vetter
2013-07-23
1
-0
/
+14
*
drm: Don't leak phys_wc "handles" to userspace
Andy Lutomirski
2013-05-31
1
-0
/
+9
*
drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs
Andy Lutomirski
2013-05-31
1
-8
/
+9
*
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
1
-1
/
+1
*
drm: kill dma queue support
Daniel Vetter
2012-07-19
1
-14
/
+2
*
VM: add "vm_mmap()" helper function
Linus Torvalds
2012-04-20
1
-8
/
+4
*
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
drm: Compare only lower 32 bits of framebuffer map offsets
Tormod Volden
2011-06-14
1
-5
/
+9
*
alpha/drm: Cleanup Alpha support in DRM generic code
Jay Estabrook
2011-06-14
1
-3
/
+0
*
DRM: Replace kmalloc/memset combos with kzalloc
Davidlohr Bueso
2010-08-12
1
-22
/
+11
*
Merge branch 'drm-platform' into drm-testing
Dave Airlie
2010-07-07
1
-14
/
+1
|
\
|
*
drm: Add __arm defines to DRM
Jordan Crouse
2010-06-01
1
-1
/
+1
|
*
drm: Remove drm_resource wrappers
Jordan Crouse
2010-06-01
1
-13
/
+0
*
|
Merge branch 'master' into for-next
Jiri Kosina
2010-04-23
1
-0
/
+1
|
\
|
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
Fix typos in comments
Thomas Weber
2010-03-16
1
-1
/
+1
|
/
*
drm: remove address mask param for drm_pci_alloc()
Zhenyu Wang
2010-01-07
1
-2
/
+2
*
drm: fix _DRM_GEM addmap error message
Pekka Paalanen
2009-09-18
1
-2
/
+2
*
drm: Remove memory debugging infrastructure.
Eric Anholt
2009-06-18
1
-84
/
+56
*
drm: don't associate _DRM_DRIVER maps with a master
Ben Skeggs
2009-06-11
1
-1
/
+2
*
drm: Round size of SHM maps to PAGE_SIZE
Benjamin Herrenschmidt
2009-05-19
1
-0
/
+8
*
drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings.
David Miller
2009-03-13
1
-4
/
+31
*
drm: Make drm_local_map use a resource_size_t offset
Benjamin Herrenschmidt
2009-03-13
1
-9
/
+28
[next]