index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
1
-6
/
+11
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
1
-4
/
+3
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
9
-29
/
+39
2018-02-27
drm/virtio: Add spaces around operators
Rodrigo Siqueira
2
-12
/
+12
2018-02-27
drm/virtio: Remove multiple blank lines
Rodrigo Siqueira
3
-3
/
+0
2018-02-27
drm/virtio: Replace 'unsigned' for 'unsigned int'
Rodrigo Siqueira
4
-5
/
+5
2018-02-27
drm/virtio: Remove return from void function
Rodrigo Siqueira
1
-2
/
+0
2018-02-27
drm/virtio: Add */ in block comments to separate line
Rodrigo Siqueira
3
-3
/
+6
2018-02-27
drm/virtio: Add blank line after variable declarations
Rodrigo Siqueira
6
-0
/
+12
2018-02-27
drm/virtio: Add tabs at the start of a line
Rodrigo Siqueira
2
-4
/
+4
2018-02-27
virtio-gpu: fix ioctl and expose the fixed status to userspace.
Dave Airlie
1
-6
/
+11
2018-02-26
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-1
/
+1
2018-02-26
drm/ttm: drop ttm->dummy_read_page
Christian König
1
-4
/
+2
2018-02-26
drm/virtio: remove ttm_pool_* wrappers
Christian König
1
-16
/
+0
2018-02-01
drm/virtio: Don't return invalid caps on timeout
Tomeu Vizoso
1
-0
/
+2
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2
-3
/
+8
2017-12-27
drm/virtio: remove the default io_mem_pfn set
Tan Xiaojun
1
-1
/
+0
2017-12-06
drm/ttm: add context to driver move callback as well
Christian König
1
-4
/
+3
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-5
/
+6
2017-12-04
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-5
/
+15
2017-11-15
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-10
/
+10
2017-11-10
virtgpu: remove redundant task_comm copying
Michał Mirosław
1
-4
/
+2
2017-11-10
drm/virtio: add create_handle support.
Lepton Wu
1
-0
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
drm: virtio: replace reference/unreference with get/put
Aastha Gupta
1
-1
/
+1
2017-10-03
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-1
/
+1
2017-10-02
drm/virtio: Replace instances of reference/unreference with get/put
Srishti Sharma
3
-10
/
+10
2017-08-17
drm/ttm: make ttm_mem_type_manager_func debug more useful
Christian König
1
-1
/
+1
2017-08-16
drm/virtio: Use the drm_driver.dumb_destroy default
Noralf Trønnes
3
-11
/
+0
2017-08-09
drm/virtio: make drm_fb_helper_funcs const
Bhumika Goyal
1
-1
/
+1
2017-08-08
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
1
-1
/
+0
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-1
/
+1
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-07-03
drm: ttm: virtio-gpu: dma-buf: Constify ttm_place structures.
Arvind Yadav
1
-1
/
+1
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
1
-2
/
+3
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
1
-2
/
+3
2017-05-29
drm: Remove drm_device->virtdev
Daniel Vetter
2
-3
/
+2
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
1
-13
/
+14
2017-05-18
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
1
-2
/
+1
2017-05-18
drm/virtio: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
6
-16
/
+15
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+1
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-2
/
+1
2017-04-11
Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
5
-59
/
+82
2017-04-07
drm/virtio: don't leak bo on drm_gem_object_init failure
Gerd Hoffmann
1
-1
/
+3
2017-04-06
drm: virtio: fix virtio_gpu_cursor_formats
Laurent Vivier
1
-0
/
+4
2017-04-04
drm/ttm: add io_mem_pfn callback
Christian König
1
-0
/
+1
2017-04-04
drm: virtio: fix virtio_gpu_mode_dumb_create
Gerd Hoffmann
1
-2
/
+4
2017-04-04
drm: virtio: add virtio_gpu_translate_format
Gerd Hoffmann
3
-56
/
+71
2017-03-14
Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-next
Daniel Vetter
2
-5
/
+4
2017-03-14
drm: virtio: fix kmem_cache_alloc error check
Gerd Hoffmann
1
-2
/
+2
[next]