summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorLines
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann-2/+1
2024-09-26fbcon: break earlier in search_fb_in_map and search_for_mapped_conQianqiang Liu-2/+6
2024-09-26fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu-0/+2
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-1/+15
2024-08-30fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh-0/+30
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter-1/+15
2024-07-22fbcon: Use oops_in_progress instead of panic_cpuJocelyn Falempe-0/+9
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+7
2024-07-19fbcon: Add an option to disable fbcon in panicJocelyn Falempe-1/+6
2024-07-03mm: remove page_mkclean()Kefeng Wang-2/+2
2024-07-03fb_defio: use a folio in fb_deferred_io_work()Kefeng Wang-4/+5
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+7
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+6
2024-05-20Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann-1/+1
2024-05-02fbdev/deferred-io: Provide get_page hook in struct fb_deferred_ioThomas Zimmermann-0/+4
2024-05-02fbdev/deferred-io: Always call get_page() for framebuffer pagesThomas Zimmermann-4/+5
2024-05-02fbdev/deferred-io: Test smem_start for I/O memoryThomas Zimmermann-2/+2
2024-05-02fbdev/deferred-io: Test screen_buffer for vmalloc'ed memoryThomas Zimmermann-3/+3
2024-05-02fbdev/deferred-io: Clean up pageref on lastcloseThomas Zimmermann-6/+11
2024-05-02fbdev/deferred-io: Move pageref setup into separate helperThomas Zimmermann-12/+30
2024-04-29Merge v6.9-rc6 into drm-nextDaniel Vetter-1/+1
2024-04-24fbdev: fix incorrect address computation in deferred IONam Cao-1/+1
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-0/+6
2024-03-28backlight: Match backlight device against struct fb_info.bl_devThomas Zimmermann-0/+6
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+30
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-127/+56
2024-03-19fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov-3/+4
2024-03-18drm/omapdrm: Fix console with deferred opsTony Lindgren-0/+6
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault-17/+26
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-3/+1
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)-5/+3
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+1
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman-2/+1
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard-7/+2
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)-25/+0
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)-6/+0
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)-1/+2
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)-3/+3
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)-1/+2
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)-3/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)-22/+21
2024-01-27fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()Jiri Slaby (SUSE)-40/+4
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)-2/+2
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)-9/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)-13/+19
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)-4/+2
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)-1/+1