summaryrefslogtreecommitdiff
path: root/drivers/video/console/newport_con.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-2/+3
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+4
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-2/+2
2024-01-27consoles: use if instead of switch-case in consw::con_cursor()Jiri Slaby (SUSE)1-15/+11
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-4/+5
2024-01-27tty: vt: sanitize consw::con_putc() parametersJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault1-4/+5
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-19/+3
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye1-6/+1
2020-09-16newport_con: remove no-op newport_set_origin()Tetsuo Handa1-6/+0
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-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2020-07-24newport_con: vc_color is now in stateJiri Slaby1-5/+5
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+10
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
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-02-28console: Drop added "static" for newport_conKees Cook1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook1-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-4/+4
2016-06-25tty: vt, remove consw->con_bmoveJiri Slaby1-29/+0
2016-06-25tty: vt, consw->con_set_palette cleanupJiri Slaby1-6/+0
2016-06-25tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-7/+0
2016-04-30tty: vt, make color_table constJiri Slaby1-1/+1
2015-05-27video/console: use swap() in newport_bmove()Fabian Frederick1-4/+2
2013-05-20TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-3/+6
2012-12-13VIDEO: Newport Fix console crashesThomas Bogendoerfer1-2/+9
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-07MIPS: GIO bus support for SGI IP22/28Thomas Bogendoerfer1-19/+44
2011-04-06update David Miller's old email addressJustin P. Mattock1-1/+1
2009-09-23drivers/video/console/newport_con.c: fix read outside array boundsRoel Kluin1-1/+1
2007-10-18netport_con.c: fix build errors and warningsRalf Baechle1-3/+3
2007-10-16fbcon: logo: disable logo at bootRandy Dunlap1-6/+14
2007-08-22newport_con warning fixAndrew Morton1-2/+1
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-1/+0
2006-06-26[PATCH] VT binding: Make newport_con support bindingAntonino A. Daplas1-10/+28
2006-03-27[PATCH] sparse: Fix warnings in newport driver about non-static functionsRalf Baechle1-2/+2
2005-10-29Fix build error caused by missmatching duplicate declaration.Ralf Baechle1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+745