summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye1-36/+21
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye1-11/+0
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+0
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...drm-fixes-2020-10-06-1drm-fixes-2020-10-06Dave Airlie1-0/+12
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa1-8/+0
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman1-331/+5
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-18fbcon: Remove the superfluous breakJing Xiangfeng1-2/+0
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-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-2/+23
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby1-1/+1
2020-08-18fbcon: prevent user font height or width change from causing potential out-of...George Kennedy1-2/+23
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-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