aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-36/+5
2020-10-14Merge tag 'backlight-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds6-2/+210
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie8-13/+1022
2020-10-02fbcon: remove no-op fbcon_set_origin()Tetsuo Handa1-8/+0
2020-09-30Partially revert "video: fbdev: amba-clcd: Retire elder CLCD driver"Peter Collingbourne3-0/+1007
2020-09-25fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-09-25fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye4-13/+3
2020-09-21Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman10-640/+13
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-09-16sticon: remove no-op sticon_set_origin()Tetsuo Handa1-7/+0
2020-09-16newport_con: remove no-op newport_set_origin()Tetsuo Handa1-6/+0
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-14vgacon: remove software scrollback supportLinus Torvalds2-266/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-09-08backlight: tosa_bl: Include the right headerLinus Walleij1-1/+1
2020-09-08backlight: tosa_lcd: Include the right headerLinus Walleij1-1/+1
2020-09-04video: fbdev: fix OOB read in vga_8planes_imageblit()Tetsuo Handa1-1/+1
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman36-67/+84
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2020-08-28backlight: Add Kinetic KTD253 backlight driverLinus Walleij3-0/+207
2020-08-28backlight: sky81452-backlight: Fix refcount imbalance on errordinghao.liu@zju.edu.cn1-0/+1
2020-08-27video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nMichael Ellerman1-0/+2
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+23
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva34-64/+58
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2020-08-20efi: avoid error message when booting under XenJuergen Gross1-1/+1
2020-08-18newport_con: make module's init & exit static using module_driverJiri Slaby1-13/+1
2020-08-18newport_con: fix no return statement in newport_show_logoJiri Slaby1-0/+2
2020-08-18vt: make vc_data pointers const in selection.hJiri Slaby2-2/+2
2020-08-18fbcon: prevent user font height or width change from causing potential out-of-bounds accessGeorge Kennedy1-2/+23
2020-08-14Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds2-2/+3
2020-08-12Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-10/+7
2020-08-11Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds33-604/+200
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie4-8/+8
2020-08-11Merge tag 'drm-misc-next-fixes-2020-08-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-10/+7
2020-08-06Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds10-62/+72
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds38-1116/+122
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-8/+7
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang1-0/+4
2020-08-04fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa3-10/+7
2020-08-03Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linuxLinus Torvalds3-848/+0
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman4-8/+8
2020-07-24newport_con: vc_color is now in stateJiri Slaby1-5/+5
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie2-2/+3
2020-07-23fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa4-8/+8
2020-07-21video: backlight: cr_bllcd: Remove unused variable 'intensity'Lee Jones1-1/+0
2020-07-20video: fbdev: Replace HTTP links with HTTPS onesAlexander A. Klimov13-18/+18
2020-07-20backlight: backlight: Make of_find_backlight staticSam Ravnborg1-17/+1
2020-07-20backlight: backlight: Drop backlight_put()Sam Ravnborg1-2/+5