aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/console
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri Slaby (SUSE)1-4/+4
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)2-2/+4
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)3-5/+6
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)5-19/+21
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)5-8/+14
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)3-5/+5
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)1-1/+0
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)5-10/+10
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)5-11/+11
2024-01-27consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)3-66/+53
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)5-15/+16
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)2-4/+6
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)3-20/+0
2024-01-27tty: vt: remove checks for count in consw::con_clear() implementationsJiri Slaby (SUSE)2-6/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)5-21/+16
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)5-6/+6
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-2/+2
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)1-2/+34
2023-11-28vgacon: drop IA64 reference in VGA_CONSOLE dependency listLukas Bulwahn1-1/+1
2023-10-17console: fix up ARM screen_info referenceArnd Bergmann1-2/+3
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann1-28/+40
2023-10-17dummycon: limit Arm console size hack to footbridgeArnd Bergmann2-3/+4
2023-10-17vgacon: rework Kconfig dependenciesArnd Bergmann1-3/+3
2023-09-18drm: fix up fbdev Kconfig defaultsArnd Bergmann1-0/+1
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2-52/+34
2023-07-22fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas1-1/+1
2023-07-20sticon: make sticon_set_def_font() void and remove op parameterJiri Slaby (SUSE)1-6/+6
2023-07-20vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)1-19/+15
2023-07-20vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)1-2/+1
2023-07-20vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)1-15/+10
2023-07-20vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)1-9/+1
2023-07-20vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)1-6/+6
2023-04-20video: Move HP PARISC STI core code to shared locationThomas Zimmermann4-1176/+3
2023-04-20video: Remove trailing whitespacesThomas Zimmermann2-53/+53
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault1-1/+1
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault3-12/+14
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-6/+6
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-0/+2
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby1-4/+4
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann1-0/+1
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby1-2/+2
2022-06-07parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STIHelge Deller1-0/+2
2022-06-04Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+28
2022-06-04parisc/stifb: Keep track of hardware path of graphics cardHelge Deller2-9/+11
2022-06-04parisc/stifb: Implement fb_is_primary_device()Helge Deller1-0/+17
2022-05-23parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI fontHelge Deller1-0/+21
2022-03-07nds32: Remove the architectureAlan Kao1-1/+1
2022-02-02fbcon: Add option to enable legacy hardware accelerationHelge Deller1-0/+20
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-5/+9
2021-12-09Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-21/+0
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-21/+0
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-11-17parisc/sticon: fix reverse colorsSven Schnelle1-6/+6
2021-06-17um: allow disabling NO_IOMEMJohannes Berg1-1/+1
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds1-24/+32
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-22/+22
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki1-3/+11
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt1-3/+0
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby1-1/+1
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby1-19/+0
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountPeilin Ye1-4/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye1-14/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-6/+0
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard5-560/+325
2020-10-28Fonts: Make font size unsigned in font_descPeilin Ye1-1/+1
2020-10-15parisc/sticon: Add user font supportHelge Deller3-254/+313
2020-10-15parisc/sticon: Always register sticon console driverHelge Deller1-8/+7
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-27/+4
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-6/+1
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye1-6/+1
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2-266/+1
2020-09-16sticon: remove no-op sticon_set_origin()Tetsuo Handa1-7/+0
2020-09-16newport_con: remove no-op newport_set_origin()Tetsuo Handa1-6/+0
2020-09-14vgacon: remove software scrollback supportLinus Torvalds2-266/+1
2020-08-18newport_con: make module's init & exit static using module_driverJiri Slaby1-13/+1
2020-08-18newport_con: fix no return statement in newport_show_logoJiri Slaby1-0/+2
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby1-1/+1
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-37/+47
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-07-24newport_con: vc_color is now in stateJiri Slaby1-5/+5
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby3-3/+3
2020-06-24vc: switch state to boolJiri Slaby3-7/+10
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby3-7/+10
2020-06-24vc: separate stateJiri Slaby3-15/+15
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+10
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-01console: newport_con: fix an issue about leak related system resourcesDejin Zheng1-2/+10
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-0/+3
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu1-0/+3
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-38/+38
2020-01-15video: Fix Kconfig indentationKrzysztof Kozlowski1-38/+38
2020-01-14console/dummycon: Remove bogus depends on from DUMMY_CONSOLEArvind Sankar1-1/+0
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang1-3/+3
2019-06-12dummycon: Sprinkle locking checksDaniel Vetter1-0/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre1-3/+4
2018-08-10dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede1-2/+0
2018-08-10fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede1-1/+1
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-06-29console: dummycon: export dummycon_[un]register_output_notifierHans de Goede1-0/+2
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede2-8/+70
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-10Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds1-3/+1
2018-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-3/+3
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-31/+66
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds1-2/+1
2018-03-28video/console/sticore: Delete an error message for a failed memory allocation...Markus Elfring1-3/+1
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-2/+1
2018-03-18s390/setup : enable display support for KVM guestFarhan Ali1-1/+1
2018-03-18Kconfig : Remove HAS_IOMEM dependency for Graphics supportFarhan Ali1-3/+3
2018-03-12video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLEUlf Magnusson1-1/+1
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2018-02-28console: Drop added "static" for newport_conKees Cook1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook3-32/+67
2018-02-22drivers/video/concole: add negative dependency for VGA_CONSOLE on nds32Greentime Hu1-1/+1
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+0
2018-01-15console/dummy: leave .con_font_get set to NULLNicolas Pitre1-1/+0
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas1-8/+26
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds13-6100/+3
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr1-3/+2
2017-08-22parisc/sticore: Fix section mismatchesHelge Deller1-5/+6
2017-08-01fbcon: Make fbcon a built-time depency for fbdevDaniel Vetter12-6097/+1
2017-06-14mdacon: replace MDA_ADDR macro by inline functionJiri Slaby1-8/+11
2017-06-14mdacon: make mda_vram_base u16 *Jiri Slaby1-6/+6
2017-06-14mdacon: align code in mda_detect properlyJiri Slaby1-25/+35
2017-04-21video: console: Remove reference to CONFIG_8xxChristophe Leroy1-1/+1
2017-02-25Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds1-32/+43
2017-02-08video/console: use setup_timer and mod_timer instead of init_timerJan Stourac1-5/+3
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling2-18/+19
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling2-56/+111
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-1/+23
2017-01-25console: Move scrollback data into its own structManuel Schölling1-44/+47
2017-01-11fbcon: Fix vc attr at deinitTakashi Iwai1-27/+40
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-123/+50
2016-12-12openrisc: prevent VGA console, fix buildsRandy Dunlap1-1/+1
2016-10-27vgacon: remove prehistoric macrosJiri Slaby1-49/+0
2016-10-27vgacon: switch boolean variables to boolJiri Slaby1-22/+23
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-25/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby5-27/+25
2016-06-25tty: vt, convert more macros to functionsJiri Slaby2-17/+17
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby6-82/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby6-29/+7
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby6-37/+12
2016-04-30tty: vt, make color_table constJiri Slaby5-8/+7
2016-02-26fbcon: set a default value to blink intervalJean-Philippe Brucker1-0/+2
2015-10-17fbcon: initialize blink interval before calling fb_set_parScot Doyle1-0/+1
2015-09-08Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds1-1/+1
2015-09-04drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov1-1/+1
2015-08-20framebuffer: disable vgacon on microblaze archNicolai Stange1-1/+1
2015-08-10fbcon: unconditionally initialize cursor blink intervalScot Doyle1-1/+2
2015-06-26Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+4
2015-05-27fbcon: Avoid deleting a timer in IRQ contextThierry Reding1-2/+3
2015-05-27video/console: use swap() in newport_bmove()Fabian Frederick1-4/+2
2015-05-10fbcon: use the cursor blink interval provided by vtScot Doyle2-5/+6
2015-01-26fbcon: Remove unused vblank cursor codeScot Doyle1-4/+0
2015-01-13console/dummy: Move screen size selection from CPP to KconfigGeert Uytterhoeven2-10/+11
2014-11-14fbcon: Change fbcon_init from module_init to fs_initcallHans de Goede1-1/+1
2014-10-22video/console: Resolve several shadow warningsMark Rustad1-12/+12
2014-10-22fbcon: Fix option parsing control flow in fb_console_setupMaarten ter Huurne1-10/+9
2014-09-30framebuffer: fix border colorMikulas Patocka4-8/+4
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-0/+2
2014-06-09drm/i915: Kick out vga consoleDaniel Vetter2-0/+2
2014-06-04Merge tag 'fbdev-main-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2014-05-28console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai1-2/+2
2014-05-28vgacon: Fix & cleanup refcountingTakashi Iwai1-7/+8
2014-05-09fbcon: Fix memory leak in con2fb_release_oldinfo()Masami Ichikawa1-0/+1
2014-04-17video: move fbdev to drivers/video/fbdevTomi Valkeinen2-2/+2
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard1-2/+25
2014-02-02parisc/sti_console: prefer Linux fonts over built-in ROM fontsHelge Deller1-1/+1
2014-01-17video: vgacon: Don't build on arm64Mark Brown1-1/+2
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa1-0/+1
2014-01-17fbcon: trivial optimization for fbcon_exitWang YanQing1-1/+3
2013-11-07parisc: sticon - unbreak on 64bit kernelHelge Deller1-63/+103
2013-08-02fbdev: fbcon: select VT_HW_CONSOLE_BINDINGDavid Herrmann1-1/+2
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+13
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-31583/+10
2013-07-02Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven13-31577/+0
2013-06-27vgacon: fix missing include.Dave Airlie1-0/+1
2013-06-26vgacon.c: add cond reschedule points in vgacon_do_font_opMarcelo Tosatti1-4/+12
2013-06-23console/font: Refactor font support code selection logicGeert Uytterhoeven2-11/+15
2013-06-23Revert "staging/solo6x10: depend on CONFIG_FONTS"Geert Uytterhoeven1-2/+0
2013-06-16console: Disable VGA text console support on crisGeert Uytterhoeven1-1/+3
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-0/+2
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing4-7/+18
2013-05-20fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing1-1/+1
2013-05-20fbcon: delete unneeded function fbcon_takeoverWang YanQing1-28/+0
2013-05-20fbcon: convert last fbcon_takeover call to do_fbcon_takeoverWang YanQing1-1/+2
2013-05-16staging/solo6x10: depend on CONFIG_FONTSArnd Bergmann1-0/+2
2013-05-14fbcon: queue work on power efficient wqViresh Kumar1-1/+1
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2013-04-29drivers/video/console/fbcon_cw.c: fix compiler warning in cw_update_attrDevendra Naga1-2/+1
2013-04-24fbcon: when font is freed, clear also vc_font.dataMika Kuoppala1-0/+2
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-17/+63