summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
* drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng2021-03-231-0/+3
* video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notifySam Ravnborg2020-12-082-1/+8
* video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg2020-11-291-17/+8
* fbcon: Drop EXPORT_SYMBOLDaniel Vetter2020-11-177-11/+0
* fbcon: Disable accelerated scrollingDaniel Vetter2020-11-171-37/+8
* video: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye2020-11-163-41/+23
* console: Delete unused con_font_copy() callback implementationsPeilin Ye2020-11-161-11/+0
* drm: remove pgprot_decrypted() before calls to io_remap_pfn_range()Jason Gunthorpe2020-11-101-5/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-028-389/+26
|\
| * Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-152-7/+9
| |\
| * \ Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-10-141-9/+1
| |\ \
| | * | fbcon: remove no-op fbcon_set_origin()Tetsuo Handa2020-10-021-8/+0
| | * | Merge 5.9.0-rc6 into tty-nextGreg Kroah-Hartman2020-09-217-373/+11
| | |\ \
| | * \ \ Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-312-3/+24
| | |\ \ \
| | * | | | vt: make vc_data pointers const in selection.hJiri Slaby2020-08-181-1/+1
| * | | | | Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-10-064-7/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye2020-09-251-0/+12
| | * | | | fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-09-253-7/+2
| | |/ / /
| * | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-201-1/+1
| |\ \ \ \
| | * | | | fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa2020-09-161-1/+1
| | | |/ / | | |/| |
| * | | | fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds2020-09-147-44/+8
| * | | | fbcon: remove soft scrollback codeLinus Torvalds2020-09-141-330/+4
| |/ / /
* | | / fbdev: simplify fb_getput_cmap()Arnd Bergmann2020-09-251-25/+19
| |_|/ |/| |
* | | fbcon: Remove the superfluous breakJing Xiangfeng2020-09-181-2/+0
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-2/+23
|\ \ \
| * | | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-2/+23
| |\| |
| | * | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-261-2/+23
| | |\ \
| | | * | fbcon: prevent user font height or width change from causing potential out-of...George Kennedy2020-08-181-2/+23
| | | |/
| | * / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| | |/
* | / fbmem: add margin check to fb_check_caps()George Kennedy2020-09-081-0/+4
|/ /
* | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-186-25/+25
|\|
| * Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-122-8/+4
| |\
| * \ Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-066-25/+25
| |\ \
| | * \ Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-274-8/+8
| | |\ \
| | * \ \ Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-201-1/+2
| | |\ \ \
| | * | | | vt: use newly defined CUR_* macrosJiri Slaby2020-06-246-6/+6
| | * | | | vt: redefine world of cursor macrosJiri Slaby2020-06-244-4/+4
| | * | | | vc: separate stateJiri Slaby2020-06-246-15/+15
| * | | | | Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-052-4/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-127-17/+14
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'v5.8' into drm-nextDave Airlie2020-08-114-8/+8
| |\| | | |
| | * | | | fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa2020-07-234-8/+8
| | | |_|/ | | |/| |
| * | | | Merge tag 'drm-misc-next-fixes-2020-08-05' of git://anongit.freedesktop.org/d...Dave Airlie2020-08-112-8/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | fbmem: pull fbcon_update_vcs() out of fb_set_var()Tetsuo Handa2020-08-042-8/+4
| * | | | Merge v5.8-rc6 into drm-nextDave Airlie2020-07-241-1/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * / drm/fb-helper: Fix vt restoreDaniel Vetter2020-06-241-1/+2
| | |/
| | * Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-04-221-1/+1
| | |\
* | | | fbdev: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-031-1/+1
* | | | fbdev: Remove trailing whitespaceThomas Zimmermann2020-08-031-5/+5
|/ / /