summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'drm-next-2022-03-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-8/+49
2022-03-25fbdev: Fix cfb_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+24
2022-03-25fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+25
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-79/+170
2022-03-23Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-38/+23
2022-03-16fb_defio: Use noop_dirty_folio()Matthew Wilcox (Oracle)1-8/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-61/+111
2022-03-02fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann1-9/+42
2022-03-02fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann1-30/+30
2022-03-02fbdev: Improve performance of sys_imageblit()Thomas Zimmermann1-11/+38
2022-03-02fbdev: Improve performance of sys_fillrect()Thomas Zimmermann1-13/+3
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-15/+33
2022-02-16fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann1-7/+17
2022-02-16fbdev/defio: Early-out if page is already enlistedThomas Zimmermann1-9/+17
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie9-36/+726
2022-02-08fbcon: Avoid 'cap' set but not used warningHelge Deller1-4/+3
2022-02-03fbdev: fbmem: Fix the implicit type castingYizhuo Zhai1-0/+2
2022-02-02fbcon: Add option to enable legacy hardware accelerationHelge Deller6-34/+64
2022-02-02Revert "fbcon: Disable accelerated scrolling"Helge Deller1-8/+37
2022-02-02Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller8-36/+666
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+26
2022-01-30video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter1-32/+21
2022-01-29video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng1-6/+2
2022-01-27fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann1-3/+26
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-7/+7
2021-12-31fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher1-0/+47
2021-10-15video: fbdev: replace snprintf in show functions with sysfs_emitQing Wang1-7/+7
2021-10-13fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez8-666/+36
2021-10-10fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'Zheyu Ma1-1/+4
2021-09-08fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+6
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2021-07-19fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang1-3/+3
2021-07-13fbmem: Do not delete the mode that is still in useZhen Lei1-7/+5
2021-06-01Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox2-0/+39
2021-05-15tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds1-1/+1
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-05-07Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie1-1/+1
2021-05-04fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck1-1/+1
2021-04-28Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-39/+0
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-0/+3
2021-04-10fbdev: zero-fill colormap in fbcmap.cPhillip Potter1-4/+4
2021-03-23drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng1-0/+3
2021-03-12fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)2-39/+0
2020-12-08video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notifySam Ravnborg2-1/+8
2020-11-29video: fbcon: Fix warnings by using pr_debug() in fbconSam Ravnborg1-17/+8
2020-11-17fbcon: Drop EXPORT_SYMBOLDaniel Vetter7-11/+0
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-11-16video: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye3-41/+23