summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+12
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds1-2/+2
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-08-18fbcon: prevent user font height or width change from causing potential out-of...George Kennedy1-2/+23
2020-08-07Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-1/+2
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-1/+2
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva1-2/+2
2020-06-24drm/fb-helper: Fix vt restoreDaniel Vetter1-1/+2
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby1-1/+1
2020-06-24vc: separate stateJiri Slaby1-4/+4
2020-03-31fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang1-0/+3
2020-01-15fbcon: Adjust indentation in set_con2fb_mapNathan Chancellor1-14/+13
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin1-0/+7
2019-06-19fbcon: Export fbcon_update_vcsDaniel Vetter1-0/+1
2019-06-13fbcon: Document what I learned about fbcon lockingDaniel Vetter1-0/+19
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter1-23/+36
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter1-9/+5
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter1-6/+9
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter1-3/+2
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter1-13/+1
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter1-7/+2
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter1-11/+3
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter1-8/+2
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter1-17/+7
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter1-2/+1
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter1-11/+3
2019-06-12fbcon: Remove fbcon_has_exitedDaniel Vetter1-34/+7
2019-06-12fbcon: s/struct display/struct fbcon_display/Daniel Vetter1-37/+37
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-1/+1
2019-05-06fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab1-1/+1
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava1-1/+7
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko1-3/+3
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin1-0/+7
2018-12-20fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-2/+1
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter1-1/+0
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede1-4/+15
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede1-14/+10
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie1-20/+11
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede1-0/+72
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede1-0/+11
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-02-27console: Expand dummy functions for CFIKees Cook1-1/+2
2017-12-05fbcon: Remove dmi quirk tableHans de Goede1-2/+2
2017-12-05fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede1-6/+12
2017-11-13fbcon: Initialize ops->info earlyThierry Reding1-0/+1