summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2025-06-16fbdev/omap: Include <linux/export.h>Thomas Zimmermann-0/+5
2025-06-16fbdev/matroxfb: Include <linux/export.h>Thomas Zimmermann-0/+10
2025-06-16fbdev/matroxfb: Remove trailing whitespacesThomas Zimmermann-75/+75
2025-06-16fbdev/cyber2000fb: Unexport symbolsThomas Zimmermann-38/+0
2025-06-16fbdev/c2p: Include <linux/export.h>Thomas Zimmermann-0/+2
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann-0/+26
2025-06-16fbdev: Remove trailing whitespacesThomas Zimmermann-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-34/+63
2025-06-05video: screen_info: Relocate framebuffers behind PCI bridgesThomas Zimmermann-29/+50
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-161/+149
2025-05-31fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov-1/+3
2025-05-31fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...Murad Masimov-7/+11
2025-05-31fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov-1/+1
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook-1/+6
2025-05-31vgacon: Add check for vc_origin address range in vgacon_scroll()GONG Ruiqi-1/+1
2025-05-31fbdev: arkfb: Cast ics5342_init() allocation typeKees Cook-2/+3
2025-05-31fbdev: nvidiafb: Correct const string length in nvidiafb_setup()Zijun Hu-1/+1
2025-05-31fbdev: carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEMColin Ian King-5/+5
2025-05-31fbdev: via: use new GPIO line value setter callbacksBartosz Golaszewski-5/+5
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+36
2025-05-26dummycon: Trigger redraw when switching consoles with deferred takeoverThomas Zimmermann-5/+13
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+3
2025-04-15backlight: pm8941: Add NULL check in wled_configure()Henry Martin-2/+4
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar-10/+10
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar-15/+15
2025-04-10leds: backlight trigger: Replace fb events with a dedicated function callThomas Zimmermann-9/+10
2025-04-10backlight: lcd: Replace fb events with a dedicated function callThomas Zimmermann-76/+61
2025-04-10backlight: lcd: Move event handling into helpersThomas Zimmermann-10/+28
2025-04-10backlight: Replace fb events with a dedicated function callThomas Zimmermann-73/+26
2025-04-10backlight: Move blank-state handling into helperThomas Zimmermann-19/+27
2025-04-10backlight: Implement fbdev tracking with blank state from eventThomas Zimmermann-7/+7
2025-04-10fbdev: Send old blank state in FB_EVENT_BLANKThomas Zimmermann-1/+4
2025-04-10fbdev: Track display blanking stateThomas Zimmermann-5/+21
2025-04-10fbdev: Rework fb_blank()Thomas Zimmermann-8/+10
2025-04-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2673/+1850
2025-04-07firmware: sysfb: Move bpp-depth calculation into screen_info helperThomas Zimmermann-0/+36
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-6/+6
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-28/+15
2025-03-29Merge tag 'backlight-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-180/+140
2025-03-28Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+1
2025-03-26fbdev: fsl-diu-fb: add missing device_remove_file()Shixiong Ou-0/+1
2025-03-26fbcon: Use static attribute groups for sysfs entriesShixiong Ou-50/+19
2025-03-26fbdev: sm501fb: Add some geometry checks.Danila Chernetsov-0/+7
2025-03-26fbdev: omapfb: Add 'plane' value checkLeonid Arapov-1/+5
2025-03-26fbdev: omapfb: Remove writeback deadcodeLeonid Arapov-7/+2
2025-03-26fbdev: Refactoring the fbcon packed pixel drawing routinesZsolt Kajtar-2255/+1464
2025-03-26fbdev: wmt_ge_rops: Remove fb_draw.h includesZsolt Kajtar-2/+28
2025-03-26fbdev: mach64_cursor: Remove fb_draw.h includesZsolt Kajtar-1/+6
2025-03-26fbdev: Register sysfs groups through device_add_groupShixiong Ou-30/+39