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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2024-09-04
fbmem: Check virtual screen sizes in fb_set_var()
Helge Deller
1
-0
/
+11
2024-09-04
fbcon: Prevent that screen size is smaller than font size
Helge Deller
2
-3
/
+34
2024-04-13
fbmon: prevent division by zero in fb_videomode_from_videomode()
Roman Smirnov
1
-3
/
+4
2024-01-25
fbdev: flush deferred work in fb_deferred_io_fsync()
Nam Cao
1
-5
/
+1
2023-08-30
fbdev: fix potential OOB read in fast_imageblit()
Zhang Shurong
1
-1
/
+1
2023-08-30
fbdev: Fix sys_imageblit() for arbitrary image widths
Thomas Zimmermann
1
-4
/
+25
2023-08-30
fbdev: Improve performance of sys_imageblit()
Thomas Zimmermann
1
-11
/
+38
2023-06-09
fbcon: Fix null-ptr-deref in soft_cursor
Helge Deller
1
-0
/
+3
2023-06-09
fbdev: modedb: Add 1920x1080 at 60 Hz video mode
Helge Deller
1
-0
/
+5
2023-02-22
fbcon: Check font dimension limits
Samuel Thibault
1
-2
/
+5
2022-12-14
fbcon: Use kzalloc() in fbcon_prepare_logo()
Tetsuo Handa
1
-1
/
+1
2022-08-25
fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters
Helge Deller
1
-3
/
+5
2022-07-12
fbcon: Disallow setting font bigger than screen size
Helge Deller
1
-0
/
+5
2022-06-14
fbcon: Consistently protect deferred_takeover with console_lock()
Daniel Vetter
1
-2
/
+3
2022-04-15
video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
Dan Carpenter
1
-32
/
+21
2021-09-22
fbmem: don't allow too huge resolutions
Tetsuo Handa
1
-0
/
+6
2021-09-03
fbmem: add margin check to fb_check_caps()
George Kennedy
1
-0
/
+4
2021-05-26
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-22
fbdev: zero-fill colormap in fbcmap.c
Phillip Potter
1
-4
/
+4
2021-04-07
drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
Du Cheng
1
-0
/
+3
2020-10-14
fbcon: Fix global-out-of-bounds read in fbcon_get_font()
Peilin Ye
1
-0
/
+12
2020-10-14
fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
Peilin Ye
3
-7
/
+2
2020-09-23
fbcon: Fix user font detection test at fbcon_resize().
Tetsuo Handa
1
-1
/
+1
2020-09-17
fbcon: remove now unusued 'softback_lines' cursor() argument
Linus Torvalds
7
-44
/
+8
2020-09-17
fbcon: remove soft scrollback code
Linus Torvalds
1
-330
/
+4
2020-09-03
fbcon: prevent user font height or width change from causing potential out-of...
George Kennedy
1
-2
/
+23
2020-07-29
fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.
Tetsuo Handa
4
-8
/
+8
2020-04-23
fbdev: potential information leak in do_fb_ioctl()
Dan Carpenter
1
-1
/
+1
2020-04-13
fbcon: fix null-ptr-deref in fbcon_switch
Qiujun Huang
1
-0
/
+3
2019-11-24
fbdev: Ditch fb_edid_add_monspecs
Daniel Vetter
2
-153
/
+0
2019-06-09
vt/fbcon: deinitialize resources in visual_init() after failed memory allocation
Grzegorz Halat
1
-1
/
+1
2019-05-31
fbdev: fix WARNING in __alloc_pages_nodemask bug
Jiufei Xue
1
-0
/
+2
2019-05-31
fbdev: fix divide error in fb_var_to_videomode
Shile Zhang
1
-0
/
+3
2019-04-05
fbdev: fbmem: fix memory access if logo is bigger than the screen
Manfred Schlaegl
1
-0
/
+3
2019-02-12
fbdev: fbcon: Fix unregister crash when more than one framebuffer
Noralf Trønnes
1
-1
/
+1
2019-02-12
fbdev: fbmem: behave better with small rotated displays and many CPUs
Peter Rosin
1
-2
/
+6
2018-08-10
fbcon: Do not takeover the console from atomic context
Hans de Goede
1
-4
/
+15
2018-08-10
fbcon: Only defer console takeover if the current console driver is the dummycon
Hans de Goede
1
-14
/
+10
2018-07-31
fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set
Thomas Zimmermann
1
-4
/
+9
2018-07-25
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
1
-6
/
+32
2018-07-24
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-24
fbdev: fix modedb docs in fb_find_mode
Daniel Vetter
1
-30
/
+32
2018-07-24
fbcon: introduce for_each_registered_fb() helper
Yisheng Xie
2
-23
/
+12
2018-07-24
fbdev: Distinguish between interlaced and progressive modes
Fredrik Noring
1
-11
/
+30
2018-06-28
console/fbcon: Add support for deferred console takeover
Hans de Goede
1
-0
/
+72
2018-06-28
fbcon: Call WARN_CONSOLE_UNLOCKED() where applicable
Hans de Goede
1
-0
/
+11
2018-06-17
Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux
Linus Torvalds
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
8
-16
/
+20
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-14
/
+1
[next]