summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorLines
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa-1/+1
2021-03-23drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng-0/+3
2020-11-29video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg-17/+8
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter-37/+8
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye-36/+21
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye-11/+0
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+0
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-9/+1
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-0/+12
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa-8/+0
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye-0/+12
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman-331/+5
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2020-09-18fbcon: Remove the superfluous breakJing Xiangfeng-2/+0
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa-1/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds-2/+2
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds-330/+4
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman-2/+23
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby-1/+1
2020-08-18fbcon: prevent user font height or width change from causing potential out-of...George Kennedy-2/+23
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-5/+5
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie-1/+2
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman-1/+2
2020-07-10fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva-2/+2
2020-06-24drm/fb-helper: Fix vt restoreDaniel Vetter-1/+2
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby-1/+1
2020-06-24vc: separate stateJiri Slaby-4/+4
2020-03-31fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang-0/+3
2020-01-15fbcon: Adjust indentation in set_con2fb_mapNathan Chancellor-14/+13
2020-01-03fbdev: fbmem: allow overriding the number of bootup logosPeter Rosin-0/+7
2019-06-19fbcon: Export fbcon_update_vcsDaniel Vetter-0/+1
2019-06-13fbcon: Document what I learned about fbcon lockingDaniel Vetter-0/+19
2019-06-12fbcon: Call con2fb_map functions directlyDaniel Vetter-23/+36
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter-9/+5
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter-6/+9
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter-3/+2
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter-13/+1
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter-7/+2
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter-11/+3
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter-8/+2
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter-17/+7
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter-2/+1
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter-11/+3
2019-06-12fbcon: Remove fbcon_has_exitedDaniel Vetter-34/+7
2019-06-12fbcon: s/struct display/struct fbcon_display/Daniel Vetter-37/+37
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat-1/+1
2019-05-06fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab-1/+1
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava-1/+7
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko-3/+3
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin-0/+7