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
/
fbdev
Age
Commit message (
Expand
)
Author
Lines
2024-04-10
fbdev: add HAS_IOPORT dependencies
Niklas Schnelle
-11
/
+11
2024-04-10
fbdev: sh7760fb: allow modular build
Randy Dunlap
-2
/
+2
2024-04-05
Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
-0
/
+6
2024-04-03
fbdev: sisfb: hide unused variables
Arnd Bergmann
-2
/
+1
2024-03-28
backlight: Remove fb_blank from struct backlight_properties
Thomas Zimmermann
-3
/
+0
2024-03-28
fbdev: omap2/omapfb: Replace use of fb_blank with backlight helpers
Thomas Zimmermann
-12
/
+3
2024-03-28
fbdev: ssd1307fb: Remove struct backlight_ops.check_fb
Thomas Zimmermann
-7
/
+0
2024-03-28
fbdev: ssd1307fb: Init backlight before registering framebuffer
Thomas Zimmermann
-13
/
+11
2024-03-28
fbdev: sh_mobile_lcdc_fb: Remove struct backlight_ops.check_fb
Thomas Zimmermann
-7
/
+0
2024-03-28
backlight: Match backlight device against struct fb_info.bl_dev
Thomas Zimmermann
-0
/
+6
2024-03-27
fbdev: shmobile: fix snprintf truncation
Arnd Bergmann
-1
/
+1
2024-03-25
fbdev: Select I/O-memory framebuffer ops for SBus
Thomas Zimmermann
-0
/
+3
2024-03-25
fbdev: omap2: replace of_graph_get_next_endpoint()
Kuninori Morimoto
-24
/
+10
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-55
/
+85
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-128
/
+57
2024-03-21
fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()
Li Zhijian
-9
/
+4
2024-03-19
fbmon: prevent division by zero in fb_videomode_from_videomode()
Roman Smirnov
-3
/
+4
2024-03-18
drm/omapdrm: Fix console with deferred ops
Tony Lindgren
-0
/
+6
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
-30
/
+64
2024-03-15
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
Aleksandr Burakov
-2
/
+2
2024-03-15
fbdev: mb862xxfb: Fix defined but not used error
Michael Ellerman
-9
/
+9
2024-03-15
fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
-1
/
+1
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2024-03-13
Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-221
/
+127
2024-03-13
Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
-13
/
+13
2024-03-07
fbdev/chipsfb: Include <linux/backlight.h>
Thomas Zimmermann
-0
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
-1
/
+1
2024-03-05
Merge tag 'hyperv-fixes-signed-20240303' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+0
2024-03-01
fbdev/hyperv_fb: Fix logic error for Gen2 VMs in hvfb_getmem()
Michael Kelley
-2
/
+0
2024-02-26
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
-5
/
+3
2024-02-14
fbdev/efifb: Remove framebuffer relocation tracking
Thomas Zimmermann
-75
/
+1
2024-02-14
fbdev/efifb: Do not track parent device status
Thomas Zimmermann
-4
/
+1
2024-02-14
fbdev/efifb: Remove PM for parent device
Thomas Zimmermann
-13
/
+3
2024-02-08
video: fbdev: mmp: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
-13
/
+13
2024-02-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-4
/
+7
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-92
/
+124
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
-4
/
+7
2024-01-31
fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
Geert Uytterhoeven
-1
/
+1
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-7893
/
+189
2024-01-27
vt: remove superfluous CONFIG_HW_CONSOLE
Lukas Bulwahn
-1
/
+1
2024-01-27
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
-25
/
+0
2024-01-27
fbcon: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
-6
/
+0
2024-01-27
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
-1
/
+2
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
-1
/
+1
2024-01-27
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
-3
/
+3
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
-1
/
+2
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
-3
/
+3
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
-22
/
+21
2024-01-27
fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
Jiri Slaby (SUSE)
-40
/
+4
2024-01-27
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
-2
/
+2
[prev]
[next]