index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vkms
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-15
/
+15
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-18
/
+19
2026-01-28
BackMerge tag 'v6.19-rc7' into drm-next
Dave Airlie
-7
/
+8
2026-01-22
drm/vkms: Fix color pipeline enum name leak
Chaitanya Kumar Borah
-7
/
+8
2025-12-22
drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...
Jani Nikula
-0
/
+2
2025-11-26
drm/colorop: allow non-bypass colorops
Harry Wentland
-4
/
+6
2025-11-26
drm/vkms: Add tests for CTM handling
Harry Wentland
-1
/
+251
2025-11-26
drm/vkms: add 3x4 matrix in color pipeline
Harry Wentland
-2
/
+67
2025-11-26
drm/vkms: Use s32 for internal color pipeline precision
Harry Wentland
-2
/
+29
2025-11-26
drm/vkms: Add kunit tests for linear and sRGB LUTs
Harry Wentland
-13
/
+55
2025-11-26
drm/vkms: Add config for default plane pipeline
Louis Chauvet
-21
/
+71
2025-11-26
drm/vkms: Add enumerated 1D curve colorop
Harry Wentland
-2
/
+968
2025-11-26
drm/vkms: Pass plane_cfg to plane initialization
Louis Chauvet
-9
/
+8
2025-11-26
drm/vkms: Add kunit tests for VKMS LUT handling
Harry Wentland
-4
/
+151
2025-11-04
drm/vkms: Fix use after frees on error paths
Dan Carpenter
-5
/
+15
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+6
2025-10-22
drm/vkms: Allow to configure connector status via configfs
José Expósito
-0
/
+61
2025-10-22
drm/vkms: Allow to update the connector status
José Expósito
-0
/
+31
2025-10-22
drm/vkms: Allow to configure connector status
José Expósito
-2
/
+56
2025-10-22
drm/vkms: Allow to configure the default device creation
José Expósito
-0
/
+7
2025-10-22
drm/vkms: Allow to attach connectors and encoders via configfs
Louis Chauvet
-0
/
+62
2025-10-22
drm/vkms: Allow to configure multiple connectors via configfs
Louis Chauvet
-0
/
+87
2025-10-22
drm/vkms: Allow to attach encoders and CRTCs via configfs
Louis Chauvet
-0
/
+58
2025-10-22
drm/vkms: Allow to configure multiple encoders via configfs
Louis Chauvet
-0
/
+87
2025-10-22
drm/vkms: Allow to attach planes and CRTCs via configfs
Louis Chauvet
-0
/
+58
2025-10-22
drm/vkms: Allow to configure CRTC writeback support via configfs
Louis Chauvet
-0
/
+42
2025-10-22
drm/vkms: Allow to configure multiple CRTCs via configfs
Louis Chauvet
-0
/
+85
2025-10-22
drm/vkms: Allow to configure the plane type via configfs
Louis Chauvet
-0
/
+46
2025-10-22
drm/vkms: Allow to configure multiple planes via configfs
Louis Chauvet
-0
/
+88
2025-10-22
drm/vkms: Add and remove VKMS instances via configfs
Louis Chauvet
-1
/
+190
2025-10-22
drm/vkms: Expose device creation and destruction
José Expósito
-2
/
+22
2025-10-06
drm/vkms: Convert vkms_crtc_atomic_check() to use new plane state
Maxime Ripard
-2
/
+2
2025-10-01
drm/vkms: Convert to DRM's vblank timer
Thomas Zimmermann
-78
/
+7
2025-09-05
drm/vkms: Add P01* formats
Louis Chauvet
-1
/
+9
2025-09-05
drm/vkms: Create helper macro for YUV formats
Louis Chauvet
-27
/
+48
2025-09-05
drm/vkms: Change YUV helpers to support u16 inputs for conversion
Louis Chauvet
-84
/
+85
2025-09-05
drm/vkms: Add support for RGB888 formats
Louis Chauvet
-0
/
+9
2025-09-05
drm/vkms: Add support for RGB565 formats
Louis Chauvet
-0
/
+14
2025-09-05
drm/vkms: Add support for ARGB16161616 formats
Louis Chauvet
-0
/
+8
2025-09-05
drm/vkms: Add support for ARGB8888 formats
Louis Chauvet
-3
/
+15
2025-09-05
drm/vkms: Create helpers macro to avoid code duplication in format callbacks
Louis Chauvet
-127
/
+65
2025-09-05
drm/vkms: Assert if vkms_config_create_*() fails
José Expósito
-5
/
+46
2025-07-31
drm/vkms: Add writeback encoders as possible clones
Robert Mader
-0
/
+15
2025-07-07
drm/vkms: convert to use faux_device
Greg Kroah-Hartman
-16
/
+16
2025-07-03
drm: Simplify drmm_alloc_ordered_workqueue return
Matthew Brost
-2
/
+0
2025-06-13
drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TEST
Maíra Canal
-2
/
+5
2025-05-28
drm/vkms: Add support for DRM_FORMAT_R*
Louis Chauvet
-1
/
+113
2025-05-28
drm/vkms: Create KUnit tests for YUV conversions
Arthur Grillo
-2
/
+291
2025-05-28
drm/vkms: Add range and encoding properties to the plane
Arthur Grillo
-0
/
+9
[next]