summaryrefslogtreecommitdiff
path: root/drivers/video/console
AgeCommit message (Expand)Author
2025-08-28Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()"Helge Deller
2025-07-10dummycon: Trigger redraw when switching consoles with deferred takeoverThomas Zimmermann
2025-07-10tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2025-07-10tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2025-07-10tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2025-07-10vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)
2025-07-10vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)
2025-07-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby
2025-06-27vgacon: Add check for vc_origin address range in vgacon_scroll()GONG Ruiqi
2025-04-10mdacon: rework dependency listArnd Bergmann
2022-06-29parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller
2022-06-09parisc/stifb: Keep track of hardware path of graphics cardHelge Deller
2022-06-09parisc/stifb: Implement fb_is_primary_device()Helge Deller
2022-02-08fbcon: Add option to enable legacy hardware accelerationHelge Deller
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki
2021-11-25parisc/sticon: fix reverse colorsSven Schnelle
2021-06-17um: allow disabling NO_IOMEMJohannes Berg
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountPeilin Ye
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye
2020-10-15parisc/sticon: Add user font supportHelge Deller
2020-10-15parisc/sticon: Always register sticon console driverHelge Deller
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman
2020-09-16sticon: remove no-op sticon_set_origin()Tetsuo Handa
2020-09-16newport_con: remove no-op newport_set_origin()Tetsuo Handa
2020-09-14vgacon: remove software scrollback supportLinus Torvalds
2020-08-18newport_con: make module's init & exit static using module_driverJiri Slaby
2020-08-18newport_con: fix no return statement in newport_show_logoJiri Slaby
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang
2020-07-24newport_con: vc_color is now in stateJiri Slaby
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby
2020-06-24vc: switch state to boolJiri Slaby
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby
2020-06-24vc: separate stateJiri Slaby
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport