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
/
via
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: IRQ midlayer is now legacy
Thomas Zimmermann
2021-08-10
1
-2
/
+1
*
drm: Mark AGP implementation and ioctls as legacy
Thomas Zimmermann
2021-05-10
1
-1
/
+0
*
drm/via: Remove references to drm_device.pdev
Thomas Zimmermann
2021-05-03
2
-7
/
+11
*
via/via_irq: use __func__ to replace string function name
Bernard Zhao
2020-11-27
1
-1
/
+1
*
drm/via: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-22
1
-0
/
+1
*
drm/via: fix assignment in if condition
Bernard Zhao
2020-11-18
1
-3
/
+4
*
drm/via/via_dma: Remove set but unused variable 'agp_base'
Lee Jones
2020-11-12
1
-2
/
+0
*
drm/via: reduce no need mutex_lock area
Bernard Zhao
2020-10-17
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-4
/
+4
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-01-31
1
-3
/
+3
|
\
|
*
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-2
/
+2
|
*
drm/via: set FOLL_PIN via pin_user_pages_fast()
John Hubbard
2020-01-31
1
-1
/
+1
*
|
drm/via: Don't include <drm/drm_pci.h>
Thomas Zimmermann
2019-12-05
3
-3
/
+4
|
/
*
drivers/gpu/drm/via: convert put_page() to put_user_page*()
John Hubbard
2019-09-24
1
-8
/
+2
*
drm/via: drop use of drmP.h
Sam Ravnborg
2019-07-25
8
-17
/
+42
*
drm/via: make via_drv.h self-contained
Sam Ravnborg
2019-07-25
1
-0
/
+3
*
drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use it
Sam Ravnborg
2019-07-25
4
-6
/
+46
*
drm/via: drop use of DRM(READ|WRITE) macros
Sam Ravnborg
2019-07-25
5
-64
/
+84
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-1
/
+2
*
drm/via: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-30
1
-0
/
+4
*
drm/irq: Ditch DRIVER_IRQ_SHARED
Daniel Vetter
2019-01-29
1
-2
/
+1
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-1
/
+1
*
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-12-04
2
-19
/
+12
|
\
|
*
drm/via: use monotonic time for VIA_WAIT_IRQ
Arnd Bergmann
2017-11-27
1
-3
/
+3
|
*
drm: via: use ktime_get() instead of do_gettimeofday
Arnd Bergmann
2017-11-06
2
-16
/
+9
*
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
*
|
Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-11-17
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
via_dmablit(): use get_user_pages_fast()
Al Viro
2017-09-22
1
-3
/
+3
*
|
drm/via: use ARRAY_SIZE
Jérémy Lefaure
2017-10-16
1
-6
/
+4
|
/
*
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/via: remove unneeded -Iinclude/drm compiler flag
Masahiro Yamada
2017-05-18
1
-1
/
+0
*
drm/via: use get_user_pages_unlocked()
Lorenzo Stoakes
2017-02-28
1
-7
/
+3
*
drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
Chris Wilson
2017-02-03
1
-2
/
+2
*
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
*
mm: replace get_user_pages() write/force parameters with gup_flags
Lorenzo Stoakes
2016-10-19
1
-2
/
+2
*
drm: Mark up legacy/dri1 drivers with DRM_LEGACY
Daniel Vetter
2016-08-08
1
-1
/
+1
*
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
2016-06-21
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm
Dave Hansen
2016-02-16
1
-2
/
+1
*
via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...
Mikko Rapeli
2015-10-16
1
-0
/
+4
*
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-10-06
2
-11
/
+12
*
treewide: fix typos in comment blocks
Masahiro Yamada
2015-08-07
1
-1
/
+1
*
drm: move drm_mmap to <drm/drm_legacy.h>
Daniel Vetter
2014-09-24
1
-1
/
+1
*
drm: Move legacy buffer structures to <drm/drm_legacy.h>
Daniel Vetter
2014-09-12
1
-0
/
+1
*
drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>
Daniel Vetter
2014-09-12
2
-4
/
+4
*
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
-3
/
+3
[next]