summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
2021-09-15fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-20fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-11fbdev: zero-fill colormap in fbcmap.cPhillip Potter1-4/+4
2021-04-07drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng1-0/+3
2020-10-29fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye3-7/+2
2020-09-23fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-17fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-17fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-09-03fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa2-8/+4
2020-09-03fbcon: prevent user font height or width change from causing potential out-of...George Kennedy1-2/+23
2020-07-29fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa4-8/+8
2020-04-23fbmem: Adjust indentation in fb_prepare_logo and fb_blankNathan Chancellor1-18/+18
2020-04-23fbdev: potential information leak in do_fb_ioctl()Dan Carpenter1-1/+1
2020-04-13fbcon: fix null-ptr-deref in fbcon_switchQiujun Huang1-0/+3
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg1-11/+1
2019-07-23fbmem: remove redundant assignment to errColin Ian King1-1/+1
2019-07-23fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2-153/+0
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 Vetter2-55/+38
2019-06-12vgaswitcheroo: call fbcon_remap_all directlyDaniel Vetter1-9/+5
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter2-17/+19
2019-06-12fb: Flatten control flow in fb_set_varDaniel Vetter1-63/+63
2019-06-12fbdev: remove FBINFO_MISC_USEREVENT around fb_blankDaniel Vetter3-8/+2
2019-06-12fbmem: pull fbcon_fb_blanked out of fb_blankDaniel Vetter2-3/+9
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2-13/+2
2019-06-12fbdev: Call fbcon_get_requirement directlyDaniel Vetter2-11/+3
2019-06-12fbcon: Call fbcon_mode_deleted/new_modelist directlyDaniel Vetter2-26/+10
2019-06-12fbdev: directly call fbcon_suspended/resumedDaniel Vetter2-13/+4
2019-06-12fbdev: unify unlink_framebuffer pathsDaniel Vetter1-27/+20
2019-06-12fbdev: make unregister/unlink functions not failDaniel Vetter1-50/+23
2019-06-12fbcon: call fbcon_fb_bind directlyDaniel Vetter2-22/+9
2019-06-12fbdev: lock_fb_info cannot failDaniel Vetter3-63/+19
2019-06-12fbdev: sysfs files can't disappear before the device is goneDaniel Vetter1-8/+2
2019-06-12fbcon: call fbcon_fb_(un)registered directlyDaniel Vetter2-18/+20
2019-06-12fbcon: Remove fbcon_has_exitedDaniel Vetter1-34/+7
2019-06-12fbcon: s/struct display/struct fbcon_display/Daniel Vetter2-40/+40
2019-06-12fbdev: locking check for fb_set_suspendDaniel Vetter1-0/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
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-04-11fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-04-01fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-04-01fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann1-4/+25
2019-02-08video: fbdev: Fix potential NULL pointer dereferenceYueHaibing1-0/+2
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava1-1/+7