index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
Albin Babu Varghese
1
-0
/
+17
2025-11-13
fbdev: bitblit: bound-check glyph index in bit_putcs*
Junjie Cao
1
-4
/
+12
2025-11-13
fbcon: Set fb_display[i]->mode to NULL when the mode is released
Quanmin Yan
2
-0
/
+20
2025-10-19
fbdev: Fix logic error in "offb" name match
Finn Thain
1
-1
/
+1
2025-10-02
fbcon: Fix OOB access in font allocation
Thomas Zimmermann
1
-3
/
+3
2025-10-02
fbcon: fix integer overflow in fbcon_do_set_font
Samasth Norway Ananda
1
-2
/
+9
2025-08-20
fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
Sravan Kumar Gundu
1
-4
/
+5
2025-08-20
fbdev: fix potential buffer overflow in do_register_framebuffer()
Yongzhen Zhang
1
-0
/
+3
2025-08-15
fbcon: Fix outdated registered_fb reference in comment
Shixiong Ou
1
-2
/
+2
2025-06-27
fbcon: Make sure modelist not set on unregistered console
Kees Cook
1
-1
/
+6
2025-06-27
fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var
Murad Masimov
1
-1
/
+3
2025-06-27
fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...
Murad Masimov
1
-7
/
+11
2025-06-19
fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
Sergey Shtylyov
1
-1
/
+1
2025-05-29
fbdev: core: tileblit: Implement missing margin clearing for tileblit
Zsolt Kajtar
1
-1
/
+36
2025-05-29
fbcon: Use correct erase colour for clearing in fbcon
Zsolt Kajtar
7
-58
/
+18
2024-09-26
fbcon: break earlier in search_fb_in_map and search_for_mapped_con
Qianqiang Liu
1
-2
/
+6
2024-09-26
fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
Qianqiang Liu
1
-0
/
+2
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+15
2024-08-30
fbdev: Introduce devm_register_framebuffer()
Thomas Weißschuh
1
-0
/
+30
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-1
/
+15
2024-07-22
fbcon: Use oops_in_progress instead of panic_cpu
Jocelyn Falempe
1
-0
/
+9
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+7
2024-07-19
fbcon: Add an option to disable fbcon in panic
Jocelyn Falempe
1
-1
/
+6
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
1
-2
/
+2
2024-07-03
fb_defio: use a folio in fb_deferred_io_work()
Kefeng Wang
1
-4
/
+5
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-1
/
+7
2024-05-22
Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2024-05-20
Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2024-05-03
arch: Remove struct fb_info from video helpers
Thomas Zimmermann
1
-1
/
+1
2024-05-02
fbdev/deferred-io: Provide get_page hook in struct fb_deferred_io
Thomas Zimmermann
1
-0
/
+4
2024-05-02
fbdev/deferred-io: Always call get_page() for framebuffer pages
Thomas Zimmermann
1
-4
/
+5
2024-05-02
fbdev/deferred-io: Test smem_start for I/O memory
Thomas Zimmermann
1
-2
/
+2
2024-05-02
fbdev/deferred-io: Test screen_buffer for vmalloc'ed memory
Thomas Zimmermann
1
-3
/
+3
2024-05-02
fbdev/deferred-io: Clean up pageref on lastclose
Thomas Zimmermann
1
-6
/
+11
2024-05-02
fbdev/deferred-io: Move pageref setup into separate helper
Thomas Zimmermann
1
-12
/
+30
2024-04-29
Merge v6.9-rc6 into drm-next
Daniel Vetter
1
-1
/
+1
2024-04-24
fbdev: fix incorrect address computation in deferred IO
Nam Cao
1
-1
/
+1
2024-04-05
Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-0
/
+6
2024-03-28
backlight: Match backlight device against struct fb_info.bl_dev
Thomas Zimmermann
1
-0
/
+6
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-20
/
+30
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-127
/
+56
2024-03-19
fbmon: prevent division by zero in fb_videomode_from_videomode()
Roman Smirnov
1
-3
/
+4
2024-03-18
drm/omapdrm: Fix console with deferred ops
Tony Lindgren
1
-0
/
+6
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
3
-17
/
+26
2024-03-13
Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-3
/
+1
2024-02-26
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
1
-5
/
+3
2024-02-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-2
/
+1
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+1
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-7
/
+2
2024-01-27
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
1
-25
/
+0
[next]