aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-27fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang1-0/+3
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-14/+68
2025-05-31fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-1/+3
2025-05-31fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-7/+11
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann1-9/+10
2025-04-10backlight: lcd: Replace fb events with a dedicated function callThomas Zimmermann1-4/+35
2025-04-10backlight: Replace fb events with a dedicated function callThomas Zimmermann1-0/+2
2025-04-10fbdev: Send old blank state in FB_EVENT_BLANKThomas Zimmermann1-1/+4
2025-04-10fbdev: Track display blanking stateThomas Zimmermann1-1/+16
2025-04-10fbdev: Rework fb_blank()Thomas Zimmermann1-8/+10
2024-08-30fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh1-0/+30
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-6/+6
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-6/+6
2024-01-23video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEOThomas Zimmermann1-2/+0
2023-09-11fbdev/core: Clean up include statements in fbmem.cThomas Zimmermann1-18/+1
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann1-519/+0
2023-09-11fbdev/core: Unexport logo helpersThomas Zimmermann1-5/+0
2023-09-11fbdev/core: Fix style of code for boot-up logoThomas Zimmermann1-6/+7
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann1-32/+20
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann1-473/+6
2023-06-27fbdev/core: Move procfs code to separate fileThomas Zimmermann1-42/+6
2023-06-27fbdev/core: Add fb_device_{create,destroy}()Thomas Zimmermann1-17/+4
2023-06-27fbdev/core: Pass Linux device to pm_vt_switch_*() functionsThomas Zimmermann1-3/+3
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-1/+1
2023-05-20fbdev: fbmem: mark get_fb_unmapped_area() staticArnd Bergmann1-1/+1
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-2/+0
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+3
2023-05-08fbdev: Move I/O read and write code into helper functionsThomas Zimmermann1-116/+2
2023-05-08fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann1-2/+8
2023-05-08fbdev: Return number of bytes read or writtenThomas Zimmermann1-5/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2023-04-11fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter1-0/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-22Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-33/+0
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai1-0/+4
2023-01-13drm/fbdev: Remove aperture handling and FBINFO_MISC_FIRMWAREThomas Zimmermann1-33/+0
2022-11-16fbdev: Add support for the nomodeset kernel parameterThomas Zimmermann1-0/+15
2022-07-27fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter1-3/+3
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann1-136/+0
2022-07-19fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann1-0/+33
2022-07-19video: Provide constants for VGA I/O rangeThomas Zimmermann1-2/+2
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann1-12/+0
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann1-48/+0
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-2/+14
2022-07-07fbmem: Check virtual screen sizes in fb_set_var()Helge Deller1-0/+10
2022-07-07fbcon: Prevent that screen size is smaller than font sizeHelge Deller1-1/+3
2022-07-06fbdev: fbmem: Fix logo center image dx issueGuiling Deng1-1/+1
2022-06-29fbdev: Disable sysfb device registration when removing conflicting FBsJavier Martinez Canillas1-0/+12
2022-06-22Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+12
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-7/+15