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
/
video
Age
Commit message (
Expand
)
Author
Lines
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
-33
/
+32
2024-01-27
fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
Jiri Slaby (SUSE)
-40
/
+4
2024-01-27
consoles: use if instead of switch-case in consw::con_cursor()
Jiri Slaby (SUSE)
-66
/
+53
2024-01-27
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
-17
/
+18
2024-01-27
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
-4
/
+6
2024-01-27
tty: vt: eliminate unneeded consw::con_putc() implementations
Jiri Slaby (SUSE)
-29
/
+0
2024-01-27
tty: vt: remove checks for count in consw::con_clear() implementations
Jiri Slaby (SUSE)
-6
/
+0
2024-01-27
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
-34
/
+35
2024-01-27
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
-7
/
+7
2024-01-27
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
-4
/
+2
2024-01-27
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
-3
/
+3
2024-01-27
fbcon: make display_desc a static array in fbcon_startup()
Jiri Slaby (SUSE)
-1
/
+1
2024-01-27
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
-2
/
+34
2024-01-23
video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO
Thomas Zimmermann
-48
/
+1
2024-01-23
video/cmdline: Hide __video_get_options() behind CONFIG_FB_CORE
Thomas Zimmermann
-0
/
+2
2024-01-23
video/cmdline: Introduce CONFIG_VIDEO for video= parameter
Thomas Zimmermann
-3
/
+4
2024-01-23
fbdev: stifb: Fix crash in stifb_blank()
Helge Deller
-1
/
+1
2024-01-22
fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
Geert Uytterhoeven
-2
/
+1
2024-01-21
fbdev: sis: Error out if pixclock equals zero
Fullway Wang
-0
/
+2
2024-01-21
fbdev: savage: Error out if pixclock equals zero
Fullway Wang
-0
/
+3
2024-01-21
fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()
Jiapeng Chong
-1
/
+0
2024-01-18
Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-17
/
+5
2024-01-18
Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-70
/
+502
2024-01-18
fbdev: remove I2C_CLASS_DDC support
Heiner Kallweit
-27
/
+10
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+1
2024-01-12
Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-9
/
+9
2024-01-12
Merge tag 'fbdev-for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-8149
/
+188
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-232
/
+303
2024-01-12
fbdev/intelfb: Remove driver
Thomas Zimmermann
-5042
/
+0
2024-01-12
fbdev/hyperv_fb: Do not clear global screen_info
Thomas Zimmermann
-8
/
+1
2024-01-12
fbdev/hyperv_fb: Remove firmware framebuffers with aperture helpers
Thomas Zimmermann
-5
/
+6
2024-01-12
fbdev/sis: Remove dependency on screen_info
Thomas Zimmermann
-37
/
+0
2024-01-12
video/logo: use %u format specifier for unsigned int values
Colin Ian King
-3
/
+3
2024-01-12
video/sticore: Remove info field from STI struct
Thomas Zimmermann
-3
/
+0
2024-01-12
fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()
Thomas Zimmermann
-50
/
+56
2024-01-12
video/sticore: Store ROM device in STI struct
Thomas Zimmermann
-0
/
+5
2024-01-12
fbdev: flush deferred IO before closing
Nam Cao
-1
/
+1
2024-01-12
fbdev: flush deferred work in fb_deferred_io_fsync()
Nam Cao
-5
/
+1
2024-01-12
fbdev: amba-clcd: Delete the old CLCD driver
Linus Walleij
-1003
/
+0
2024-01-12
fbdev: Remove support for Carillo Ranch driver
Matthew Wilcox (Oracle)
-1907
/
+0
2024-01-11
fbdev: hgafb: fix kernel-doc comments
Randy Dunlap
-2
/
+11
2024-01-11
fbdev: mmp: Fix typo and wording in code comment
Dario Binacchi
-1
/
+1
2024-01-11
fbdev: fsl-diu-fb: Fix sparse warning due to virt_to_phys() prototype change
Stanislav Kinsburskii
-1
/
+1
2024-01-11
fbdev: imxfb: add '*/' on a separate line in block comment
Dario Binacchi
-2
/
+4
2024-01-11
fbdev: imxfb: use __func__ for function name
Dario Binacchi
-1
/
+1
2024-01-11
fbdev: imxfb: Fix style warnings relating to printk()
Dario Binacchi
-11
/
+11
2024-01-11
fbdev: imxfb: add missing spaces after ','
Dario Binacchi
-2
/
+2
2024-01-11
fbdev: imxfb: drop ftrace-like logging
Dario Binacchi
-2
/
+0
2024-01-11
fbdev: imxfb: add missing SPDX tag
Dario Binacchi
-4
/
+1
2024-01-11
fbdev: imxfb: replace some magic numbers with constants
Dario Binacchi
-3
/
+4
[prev]
[next]