index
:
Linux Stable
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.12.y
linux-6.13.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
/
vkms
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vkms: change the max cursor width/height
Melissa Wen
2020-07-12
1
-0
/
+2
*
drm/vkms: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
1
-1
/
+1
*
drm/vkms: Hold gem object while still in-use
Ezequiel Garcia
2020-05-06
2
-10
/
+6
*
drm/vkms: enable cursor by default
Melissa Wen
2020-05-06
1
-1
/
+1
*
drm/vkms: Use simple encoder
Thomas Zimmermann
2020-04-02
1
-6
/
+2
*
drm: Garbage collect drm_dev_fini
Daniel Vetter
2020-03-26
1
-1
/
+0
*
drm/vkms: Use drmm_add_final_kfree
Daniel Vetter
2020-03-26
1
-9
/
+9
*
drm/vkms: Convert to CRTC VBLANK callbacks
Thomas Zimmermann
2020-02-13
3
-8
/
+6
*
drm/vkms: plane_state->fb iff plane_state->crtc
Daniel Vetter
2020-01-28
1
-1
/
+1
*
drm/vkms: Fix typo and preposion in function documentation
Gabriela Bittencourt
2019-12-05
1
-4
/
+4
*
drm/vkms: Update VKMS documentation
Gabriela Bittencourt
2019-11-04
1
-4
/
+4
*
drm/vkms: Remove duplicated include from vkms_drv.c
YueHaibing
2019-10-10
1
-1
/
+0
*
drm/vkms: prime import support
Oleg Vasilev
2019-10-08
3
-0
/
+45
*
drm/vkms: Reduce critical section in vblank_simulate
Daniel Vetter
2019-09-03
1
-5
/
+4
*
drm/vkms: Use wait_for_flip_done
Daniel Vetter
2019-09-03
1
-1
/
+1
*
drm/vkms: drop use of drmP.h
Sam Ravnborg
2019-07-15
6
-8
/
+23
*
drm/vkms: Rename vkms_crc.c into vkms_composer.c
Rodrigo Siqueira
2019-07-12
6
-97
/
+101
*
drm/vkms: Avoid assigning 0 for possible_crtc
Rodrigo Siqueira
2019-07-12
4
-8
/
+8
*
drm/vkms: No need for ->pages_lock in crc work anymore
Daniel Vetter
2019-06-26
1
-11
/
+2
*
drm/vkms: totally reworked crc data tracking
Daniel Vetter
2019-06-26
3
-23
/
+67
*
drm/vkms: No _irqsave within spin_lock_irq needed
Daniel Vetter
2019-06-26
1
-3
/
+2
*
drm/vkms: Dont flush crc worker when we change crc status
Daniel Vetter
2019-06-26
1
-3
/
+0
*
drm/vkms: flush crc workers earlier in commit flow
Daniel Vetter
2019-06-26
2
-1
/
+11
*
drm/vkms: Add our own commit_tail
Daniel Vetter
2019-06-26
1
-0
/
+25
*
drm/vkms: Rename vkms_output.state_lock to crc_lock
Daniel Vetter
2019-06-26
3
-7
/
+8
*
drm/vkms: Use spin_lock_irq in process context
Daniel Vetter
2019-06-26
1
-6
/
+4
*
drm/vkms: Fix crc worker races
Daniel Vetter
2019-06-26
3
-16
/
+22
*
drm/vkms: add crc sources list
Oleg Vasilev
2019-06-18
3
-0
/
+12
*
drm/vkms: Move format arrays to vkms_plane.c
Daniel Vetter
2019-06-18
2
-8
/
+8
*
drm/vkms: Forward timer right after drm_crtc_handle_vblank
Daniel Vetter
2019-06-06
1
-6
/
+16
*
drm/vkms: Remove useless call to drm_connector_register/unregister()
Rodrigo Siqueira
2019-06-06
1
-10
/
+0
*
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
1
-20
/
+13
|
\
|
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2019-05-09
1
-4
/
+1
|
|
\
|
*
|
drm/vkms: Convert to using __drm_atomic_helper_crtc_reset() for reset.
Maarten Lankhorst
2019-04-25
1
-20
/
+13
*
|
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
|
/
|
/
|
*
|
BackMerge v5.1-rc5 into drm-next
Dave Airlie
2019-04-15
1
-4
/
+1
|
\
\
|
|
/
|
/
|
|
*
drm/vkms: fix use-after-free when drm_gem_handle_create() fails
Eric Biggers
2019-03-18
1
-4
/
+1
*
|
drm: vkms: check status of alloc_ordered_workqueue
Kangjie Lu
2019-03-25
1
-0
/
+2
|
/
*
Merge v5.0-rc7 into drm-next
Dave Airlie
2019-02-18
7
-35
/
+9
|
\
|
*
drm/vkms: Fix license inconsistent
Rodrigo Siqueira
2019-02-10
7
-35
/
+9
*
|
drm/vkms: WARN when hrtimer_forward_now fails
Shayenne Moura
2019-02-10
1
-1
/
+3
*
|
drm/vkms: Bugfix racing hrtimer vblank handle
Shayenne Moura
2019-02-03
1
-12
/
+6
*
|
drm/vkms: Bugfix extra vblank frame
Shayenne Moura
2019-02-03
1
-0
/
+3
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
3
-3
/
+3
*
|
drm/vkms: Fix flush_work() without INIT_WORK().
Tetsuo Handa
2019-01-24
1
-0
/
+1
*
|
drm/vkms: set preferred depth to 24
emersion
2018-12-17
1
-0
/
+1
|
/
*
drm/vkms: Remove set but not used variable 'vkms_obj'
YueHaibing
2018-12-04
1
-2
/
+0
*
drm/vkms: Fix plane duplicate_state
Daniel Vetter
2018-11-29
1
-2
/
+5
*
drm/vkms: Drop custom vkms_dumb_map().
Eric Anholt
2018-11-27
3
-30
/
+0
*
drm/vkms: provide a parent device to drm_dev_init()
Emil Velikov
2018-10-29
1
-10
/
+11
[next]