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