index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
savage
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/savage: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-05-03
1
-12
/
+14
*
drm/savage/savage_bci: Remove set but never used 'aper_rsrc' and 'fb_rsrc'
Lee Jones
2020-11-12
1
-11
/
+0
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-5
/
+5
*
drm/savage: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-12-05
1
-1
/
+1
*
drm/savage: drop use of drmP.h
Sam Ravnborg
2019-06-05
4
-6
/
+24
*
drm/savage: drop use of drm_os_linux
Sam Ravnborg
2019-06-05
2
-9
/
+14
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
drm/savage: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-30
1
-0
/
+4
*
drm/savage: off by one in savage_bci_cmdbuf()
Dan Carpenter
2018-07-04
1
-1
/
+1
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
1
-2
/
+3
*
drm/pci: Deprecate drm_pci_init/exit completely
Daniel Vetter
2017-06-20
1
-2
/
+2
*
drm: Remove drm_driver->set_busid hook
Daniel Vetter
2017-06-20
1
-1
/
+0
*
drm/savage: remove unneeded -Iinclude/drm compiler flag
Masahiro Yamada
2017-05-18
1
-1
/
+0
*
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2017-01-09
2
-4
/
+2
*
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-11-02
1
-2
/
+0
*
drm/savage: dereferencing an error pointer
Dan Carpenter
2016-10-13
1
-0
/
+1
*
GPU-DRM-Savage: Use memdup_user() rather than duplicating
Markus Elfring
2016-08-19
1
-9
/
+3
*
drm: Mark up legacy/dri1 drivers with DRM_LEGACY
Daniel Vetter
2016-08-08
1
-1
/
+1
*
drm: move drm_mmap to <drm/drm_legacy.h>
Daniel Vetter
2014-09-24
1
-1
/
+1
*
drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>
Daniel Vetter
2014-09-12
1
-8
/
+8
*
drm: Create drm legacy driver header
Daniel Vetter
2014-09-12
1
-0
/
+2
*
drm: move drm-lock API to drm_legacy.h
David Herrmann
2014-09-10
1
-2
/
+2
*
drm: add driver->set_busid() callback
David Herrmann
2014-09-10
1
-0
/
+1
*
drm: mark drm_buf and drm_map as legacy
David Herrmann
2014-09-10
1
-9
/
+10
*
drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()
Damien Lespiau
2014-06-10
1
-1
/
+1
*
drm: Kill DRM_*MEMORYBARRIER
Daniel Vetter
2013-12-18
2
-4
/
+4
*
drm: Kill DRM_COPY_(TO|FROM)_USER
Daniel Vetter
2013-12-18
2
-5
/
+5
*
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
2013-08-19
1
-1
/
+1
*
drm: remove FASYNC support
Daniel Vetter
2013-08-19
1
-1
/
+0
*
drm: const'ify ioctls table (v2)
Rob Clark
2013-08-07
2
-2
/
+2
*
drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}
Andy Lutomirski
2013-05-31
2
-32
/
+16
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-03
1
-0
/
+2
|
\
|
*
drm/savage: re-add busmaster enable, regression fix
Florian Zumbiehl
2012-10-03
1
-0
/
+2
*
|
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
3
-7
/
+7
|
/
*
drm: use drm_compat_ioctl for 32-bit apps
Keith Packard
2012-09-06
1
-0
/
+3
*
drm/savage: clean up reclaim_buffers
Daniel Vetter
2012-07-19
2
-3
/
+8
*
drm: checking the wrong variable in savage_do_init_bci()
Dan Carpenter
2012-05-17
1
-1
/
+1
*
drm/savage: fix integer overflows in savage_bci_cmdbuf()
Xi Wang
2012-04-10
1
-3
/
+3
*
drivers/gpu/drm/savage/savage_state.c: add missing kfree
Julia Lawall
2012-03-20
1
-2
/
+3
*
drm: Make the per-driver file_operations struct const
Arjan van de Ven
2011-11-11
1
-11
/
+12
*
gpu: add module.h to drivers/gpu files as required.
Paul Gortmaker
2011-10-31
1
-0
/
+2
*
savage: remove unnecessary if statement
Greg Dietsche
2011-06-14
1
-3
/
+0
*
drm: rework PCI/platform driver interface.
Dave Airlie
2011-02-07
1
-7
/
+7
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-10-26
1
-2
/
+0
|
\
|
*
drm: kill get_reg_ofs callback
Daniel Vetter
2010-08-30
1
-1
/
+0
|
*
drm: kill drm_map_ofs callbacks
Daniel Vetter
2010-08-30
1
-1
/
+0
*
|
drm: use noop_llseek
Arnd Bergmann
2010-09-16
1
-0
/
+1
|
/
*
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-23
1
-4
/
+4
|
\
|
*
drm: block userspace under allocating buffer and having drivers overwrite it ...
Dave Airlie
2010-08-17
1
-4
/
+4
*
|
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2010-08-05
1
-11
/
+13
|
\
|
[next]