summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-07-27fbcon: Use 'bool' where appopriateVille Syrjälä
2025-07-27fbcon: Introduce get_{fg,bg}_color()Ville Syrjälä
2025-07-27fbcon: fbcon_is_inactive() -> fbcon_is_active()Ville Syrjälä
2025-07-27fbcon: fbcon_cursor_noblink -> fbcon_cursor_blinkVille Syrjälä
2025-07-27fbdev: Fix typo in Kconfig text for FB_DEVICEDaniel Palmer
2025-07-27fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-derefChenyuan Yang
2025-07-27fbdev: svgalib: Clean up coding styleDarshan R.
2025-07-27fbdev: kyro: Use devm_ioremap_wc() for screen memGiovanni Di Santi
2025-07-27fbdev: kyro: Use devm_ioremap() for mmio registersGiovanni Di Santi
2025-07-27fbdev: kyro: Add missing PCI memory region requestGiovanni Di Santi
2025-07-27fbdev: simplefb: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)
2025-07-27fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang
2025-07-27fbdev: nvidiafb: add depends on HAS_IOPORTRandy Dunlap
2025-07-27fbdev: nvidiafb: fix build on 32-bit ARCH=umJohannes Berg
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou
2025-07-08gpu/trace: make TRACE_GPU_MEM configurableJuston Li
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-16video: Make CONFIG_FIRMWARE_EDID generally availableThomas Zimmermann
2025-06-16fbdev/viafb: Do not include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/viafb: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/sisfb: Unexport symbolsThomas Zimmermann
2025-06-16fbdev/pxafb: Unexport symbolThomas Zimmermann
2025-06-16fbdev/mb862xx: Do not include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/omap2: Do not include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/omap2: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/omap: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/matroxfb: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev/matroxfb: Remove trailing whitespacesThomas Zimmermann
2025-06-16fbdev/cyber2000fb: Unexport symbolsThomas Zimmermann
2025-06-16fbdev/c2p: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann
2025-06-16fbdev: Remove trailing whitespacesThomas Zimmermann
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-06-05video: screen_info: Relocate framebuffers behind PCI bridgesThomas Zimmermann
2025-06-03Merge tag 'backlight-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-31fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov
2025-05-31fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...Murad Masimov
2025-05-31fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook
2025-05-31vgacon: Add check for vc_origin address range in vgacon_scroll()GONG Ruiqi
2025-05-31fbdev: arkfb: Cast ics5342_init() allocation typeKees Cook
2025-05-31fbdev: nvidiafb: Correct const string length in nvidiafb_setup()Zijun Hu
2025-05-31fbdev: carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEMColin Ian King
2025-05-31fbdev: via: use new GPIO line value setter callbacksBartosz Golaszewski
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-26dummycon: Trigger redraw when switching consoles with deferred takeoverThomas Zimmermann
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)