index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
fbdev: xenfb: Use vmalloc_array to simplify code
Qianfeng Rong
-1
/
+1
2025-09-23
fbdev/simplefb: Sort headers correctly
Luca Weiss
-3
/
+3
2025-09-23
fbdev: Turn FB_MODE_HELPERS into an internal config option
Thomas Zimmermann
-1
/
+1
2025-09-23
fbdev: Make drivers depend on FB_TILEBLITTING
Thomas Zimmermann
-4
/
+4
2025-09-23
fbcon: Fix OOB access in font allocation
Thomas Zimmermann
-3
/
+3
2025-09-22
fbcon: fix integer overflow in fbcon_do_set_font
Samasth Norway Ananda
-2
/
+9
2025-09-19
fbcon: Streamline setting rotated/unrotated bitops
Thomas Zimmermann
-32
/
+38
2025-09-19
fbcon: Move fbcon callbacks into struct fbcon_bitops
Thomas Zimmermann
-67
/
+94
2025-09-19
fbcon: Set rotate_font callback with related callbacks
Thomas Zimmermann
-3
/
+7
2025-09-19
fbcon: Rename struct fbcon_ops to struct fbcon_par
Thomas Zimmermann
-552
/
+541
2025-09-19
fbcon: Fix empty lines in fbcon.h
Thomas Zimmermann
-1
/
+1
2025-09-13
fbdev: use panic_in_progress() helper
Jinchao Wang
-8
/
+1
2025-08-09
Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2025-08-08
Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+5
2025-08-07
treewide: rename GPIO set callbacks back to their original names
Bartosz Golaszewski
-1
/
+1
2025-08-02
fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
Sravan Kumar Gundu
-4
/
+5
2025-08-02
Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-115
/
+116
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-180
/
+137
2025-07-27
fbcon: Use 'bool' where appopriate
Ville Syrjälä
-10
/
+11
2025-07-27
fbcon: Introduce get_{fg,bg}_color()
Ville Syrjälä
-6
/
+18
2025-07-27
fbcon: fbcon_is_inactive() -> fbcon_is_active()
Ville Syrjälä
-15
/
+15
2025-07-27
fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink
Ville Syrjälä
-4
/
+4
2025-07-27
fbdev: Fix typo in Kconfig text for FB_DEVICE
Daniel Palmer
-1
/
+1
2025-07-27
fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref
Chenyuan Yang
-2
/
+7
2025-07-27
fbdev: svgalib: Clean up coding style
Darshan R.
-53
/
+42
2025-07-27
fbdev: kyro: Use devm_ioremap_wc() for screen mem
Giovanni Di Santi
-6
/
+3
2025-07-27
fbdev: kyro: Use devm_ioremap() for mmio registers
Giovanni Di Santi
-5
/
+3
2025-07-27
fbdev: kyro: Add missing PCI memory region request
Giovanni Di Santi
-1
/
+6
2025-07-27
fbdev: simplefb: Use of_reserved_mem_region_to_resource() for "memory-region"
Rob Herring (Arm)
-13
/
+4
2025-07-27
fbdev: fix potential buffer overflow in do_register_framebuffer()
Yongzhen Zhang
-0
/
+3
2025-07-27
fbdev: nvidiafb: add depends on HAS_IOPORT
Randy Dunlap
-1
/
+1
2025-07-27
fbdev: nvidiafb: fix build on 32-bit ARCH=um
Johannes Berg
-1
/
+1
2025-07-09
fbcon: Fix outdated registered_fb reference in comment
Shixiong Ou
-2
/
+2
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
-4
/
+4
2025-06-16
video: Make CONFIG_FIRMWARE_EDID generally available
Thomas Zimmermann
-17
/
+1
2025-06-16
fbdev/viafb: Do not include <linux/export.h>
Thomas Zimmermann
-1
/
+0
2025-06-16
fbdev/viafb: Include <linux/export.h>
Thomas Zimmermann
-0
/
+2
2025-06-16
fbdev/sisfb: Unexport symbols
Thomas Zimmermann
-27
/
+0
2025-06-16
fbdev/pxafb: Unexport symbol
Thomas Zimmermann
-15
/
+2
2025-06-16
fbdev/mb862xx: Do not include <linux/export.h>
Thomas Zimmermann
-1
/
+0
2025-06-16
fbdev/omap2: Do not include <linux/export.h>
Thomas Zimmermann
-3
/
+0
2025-06-16
fbdev/omap2: Include <linux/export.h>
Thomas Zimmermann
-0
/
+11
2025-06-16
fbdev/omap: Include <linux/export.h>
Thomas Zimmermann
-0
/
+5
2025-06-16
fbdev/matroxfb: Include <linux/export.h>
Thomas Zimmermann
-0
/
+10
2025-06-16
fbdev/matroxfb: Remove trailing whitespaces
Thomas Zimmermann
-75
/
+75
2025-06-16
fbdev/cyber2000fb: Unexport symbols
Thomas Zimmermann
-38
/
+0
2025-06-16
fbdev/c2p: Include <linux/export.h>
Thomas Zimmermann
-0
/
+2
2025-06-16
fbdev: Include <linux/export.h>
Thomas Zimmermann
-0
/
+26
2025-06-16
fbdev: Remove trailing whitespaces
Thomas Zimmermann
-1
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-1
/
+1
[prev]
[next]