summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * fbdev: Improve performance of cfb_imageblit()Thomas Zimmermann2022-03-021-9/+42
| | * fbdev: Remove trailing whitespaces from cfbimgblt.cThomas Zimmermann2022-03-021-30/+30
| | * fbdev: Improve performance of sys_imageblit()Thomas Zimmermann2022-03-021-11/+38
| | * fbdev: Improve performance of sys_fillrect()Thomas Zimmermann2022-03-021-13/+3
| * | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-15/+33
| |\|
| | * fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann2022-02-161-7/+17
| | * fbdev/defio: Early-out if page is already enlistedThomas Zimmermann2022-02-161-9/+17
| * | Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-02-149-36/+726
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-3/+26
| |\ \
| | * | fbdev: Hot-unplug firmware fb devices on forced removalThomas Zimmermann2022-01-271-3/+26
* | | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-38/+23
|\ \ \ \
| * | | | video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter2022-01-301-32/+21
| * | | | video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng2022-01-291-6/+2
| |/ / /
* | | / fb_defio: Use noop_dirty_folio()Matthew Wilcox (Oracle)2022-03-161-8/+1
| |_|/ |/| |
* | | fbcon: Avoid 'cap' set but not used warningHelge Deller2022-02-081-4/+3
* | | fbdev: fbmem: Fix the implicit type castingYizhuo Zhai2022-02-031-0/+2
* | | fbcon: Add option to enable legacy hardware accelerationHelge Deller2022-02-026-34/+64
* | | Revert "fbcon: Disable accelerated scrolling"Helge Deller2022-02-021-8/+37
* | | Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TOD...Helge Deller2022-02-028-36/+666
|/ /
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-7/+7
|\|
| * video: fbdev: replace snprintf in show functions with sysfs_emitQing Wang2021-10-151-7/+7
* | fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher2021-12-311-0/+47
|/
* fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)Claudio Suarez2021-10-138-666/+36
* fbdev: fbmem: Fix double free of 'fb_info->pixmap.addr'Zheyu Ma2021-10-101-1/+4
* fbmem: don't allow too huge resolutionsTetsuo Handa2021-09-081-0/+6
* Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-231-3/+3
|\
| * fbmem: Convert from atomic_t to refcount_t on fb_info->countXiyu Yang2021-07-191-3/+3
* | fbmem: Do not delete the mode that is still in useZhen Lei2021-07-131-7/+5
* | Revert "fb_defio: Remove custom address_space_operations"Matthew Wilcox2021-06-012-0/+39
|/
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-151-1/+1
* fbmem: fix horribly incorrect placement of __maybe_unusedLinus Torvalds2021-05-091-1/+1
* Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-05-091-1/+1
|\
| * Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Dave Airlie2021-05-071-1/+1
| |\
| | * fbmem: Mark proc_fb_seq_ops as __maybe_unusedGuenter Roeck2021-05-041-1/+1
* | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-282-39/+0
|\| |
| * | Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-0/+3
| |\ \ | | |/ | |/|
| * | fb_defio: Remove custom address_space_operationsMatthew Wilcox (Oracle)2021-03-122-39/+0
* | | fbdev: zero-fill colormap in fbcmap.cPhillip Potter2021-04-101-4/+4
| |/ |/|
* | 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
| |\ \