summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2025-08-20fbdev: nvidiafb: add depends on HAS_IOPORTRandy Dunlap1-1/+1
2025-08-20fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-20fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang1-0/+3
2025-08-15fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-derefChenyuan Yang1-2/+7
2025-08-15fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-18/+85
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_...Murad Masimov1-7/+11
2025-05-31fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov1-1/+1
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook1-1/+6
2025-05-31fbdev: arkfb: Cast ics5342_init() allocation typeKees Cook1-2/+3
2025-05-31fbdev: nvidiafb: Correct const string length in nvidiafb_setup()Zijun Hu1-1/+1
2025-05-31fbdev: carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEMColin Ian King2-5/+5
2025-05-31fbdev: via: use new GPIO line value setter callbacksBartosz Golaszewski1-5/+5
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-0/+3
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar3-10/+10
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar4-15/+15
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 Zimmermann2-0/+14
2025-04-10fbdev: Send old blank state in FB_EVENT_BLANKThomas Zimmermann1-1/+4
2025-04-10fbdev: Track display blanking stateThomas Zimmermann3-5/+21
2025-04-10fbdev: Rework fb_blank()Thomas Zimmermann1-8/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-6/+6
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+15
2025-03-27fbdev: fsl-diu-fb: add missing device_remove_file()Shixiong Ou1-0/+1
2025-03-27fbcon: Use static attribute groups for sysfs entriesShixiong Ou1-50/+19
2025-03-27fbdev: sm501fb: Add some geometry checks.Danila Chernetsov1-0/+7
2025-03-27fbdev: omapfb: Add 'plane' value checkLeonid Arapov1-1/+5
2025-03-27fbdev: omapfb: Remove writeback deadcodeLeonid Arapov1-7/+2
2025-03-27fbdev: Refactoring the fbcon packed pixel drawing routinesZsolt Kajtar13-2255/+1464
2025-03-27fbdev: wmt_ge_rops: Remove fb_draw.h includesZsolt Kajtar1-2/+28
2025-03-27fbdev: mach64_cursor: Remove fb_draw.h includesZsolt Kajtar1-1/+6
2025-03-27fbdev: Register sysfs groups through device_add_groupShixiong Ou1-30/+39
2025-03-27fbdev: lcdcfb: Register sysfs groups through driver coreShixiong Ou1-16/+13
2025-03-27fbdev: au1100fb: Move a variable assignment behind a null pointer checkMarkus Elfring1-1/+3
2025-03-27fbdev: pxafb: use devm_kmemdup*()Raag Jadav1-14/+9
2025-03-27fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2025-03-27fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-03-17fb_defio: do not use deprecated page->mapping, index fieldsLorenzo Stoakes1-28/+15
2025-03-10fbdev: hyperv_fb: Allow graceful removal of framebufferSaurabh Sengar1-5/+15
2025-03-10fbdev: hyperv_fb: Simplify hvfb_putmemSaurabh Sengar1-6/+6
2025-03-10fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMsMichael Kelley1-7/+13
2025-02-21fbdev: hyperv_fb: iounmap() the correct memory when removing a deviceMichael Kelley1-1/+1
2025-01-24Merge tag 'fbdev-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-49/+23
2025-01-21fbdev: lcdcfb: Use backlight helperShixiong Ou1-5/+1
2025-01-20fbdev: vga16fb: fix orig_video_isVGA confusionZsolt Kajtar1-3/+4
2025-01-12fbdev: omapfb: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-7/+2
2025-01-12fbdev: omapfb: Use of_property_present() to test existence of DT propertyKrzysztof Kozlowski1-1/+1