index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-26
fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
Ian Bridges
1
-0
/
+12
2026-06-26
fbcon: fix NULL pointer dereference for a console without vc_data
Ian Bridges
1
-3
/
+4
2026-06-26
fbdev: fix use-after-free in store_modes()
Ian Bridges
1
-1
/
+9
2026-06-25
fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()
Mingyu Wang
1
-0
/
+7
2026-06-12
fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
Steffen Persvold
1
-1
/
+1
2026-06-10
fbdev: modedb: fix a possible UAF in fb_find_mode()
Tuo Li
1
-2
/
+1
2026-06-09
fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
Ethan Nelson-Moore
1
-1
/
+1
2026-06-09
fbdev: Do not export fbcon from fbdev
Thomas Zimmermann
4
-3
/
+52
2026-06-09
fbdev: Wrap fbcon updates from vga-switcheroo in helper
Thomas Zimmermann
1
-0
/
+10
2026-06-09
fbdev: Wrap user-invoked calls to fb_blank() in helper
Thomas Zimmermann
4
-7
/
+13
2026-06-09
fbdev: Wrap user-invoked calls to fb_set_var() in helper
Thomas Zimmermann
4
-10
/
+15
2026-06-09
fbcon: don't suspend/resume when vc is graphics mode
Lu Yao
1
-3
/
+6
2026-06-07
fbcon: Use correct type for vc_resize() return value
Jiacheng Yu
1
-2
/
+1
2026-04-28
fbdev: defio: Remove duplicate include of linux/module.h
Chen Ni
1
-1
/
+0
2026-04-07
fbcon: Put font-rotation state into separate struct
Thomas Zimmermann
6
-32
/
+41
2026-04-07
fbcon: Fill cursor mask in helper function
Thomas Zimmermann
6
-151
/
+78
2026-04-07
lib/fonts: Implement font rotation
Thomas Zimmermann
2
-60
/
+20
2026-04-07
lib/fonts: Implement glyph rotation
Thomas Zimmermann
4
-83
/
+8
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
4
-17
/
+18
2026-04-07
fbcon: Avoid OOB font access if console rotation fails
Thomas Zimmermann
1
-1
/
+4
2026-03-09
lib/fonts: Store font data for user space with font_data_export()
Thomas Zimmermann
1
-55
/
+2
2026-03-09
lib/fonts: Create font_data_t from struct console_font with font_data_import()
Thomas Zimmermann
1
-34
/
+4
2026-03-09
lib/fonts: Compare font data for equality with font_data_is_equal()
Thomas Zimmermann
1
-6
/
+1
2026-03-09
lib/fonts: Manage font-data lifetime with font_data_get/_put()
Thomas Zimmermann
2
-36
/
+30
2026-03-09
lib/fonts: Read font size with font_data_size()
Thomas Zimmermann
1
-7
/
+7
2026-03-09
lib/fonts: Store font data as font_data_t; update consoles
Thomas Zimmermann
2
-18
/
+29
2026-03-09
vt: Calculate font-buffer size with vc_font_size()
Thomas Zimmermann
1
-7
/
+2
2026-03-09
vt: Store font in struct vc_font
Thomas Zimmermann
3
-10
/
+9
2026-03-09
fbdev: Declare src parameter of fb_pad_ helpers as constant
Thomas Zimmermann
1
-3
/
+3
2026-03-09
fbdev: defio: Move pageref array to struct fb_deferred_io_state
Thomas Zimmermann
1
-28
/
+27
2026-03-09
fbdev: defio: Move variable state into struct fb_deferred_io_state
Thomas Zimmermann
1
-15
/
+22
2026-03-09
fbdev: defio: Keep module reference from VMAs
Thomas Zimmermann
1
-0
/
+6
2026-03-09
fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
Thomas Zimmermann
1
-36
/
+142
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-8
/
+7
2026-02-14
fbcon: Remove struct fbcon_display.inverse
Thomas Zimmermann
1
-1
/
+0
2026-02-14
printk, vt, fbcon: Remove console_conditional_schedule()
Sebastian Andrzej Siewior
1
-6
/
+0
2026-02-14
fbdev: fix fb_pad_unaligned_buffer mask
Osama Abdelkader
1
-1
/
+1
2026-02-14
fbcon: check return value of con2fb_acquire_newinfo()
Andrey Vatoropin
1
-1
/
+2
2026-02-14
fbdev: Use device_create_with_groups() to fix sysfs groups registration race
Hans de Goede
1
-33
/
+3
2026-02-11
Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-25
/
+0
2025-12-26
Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-25
/
+0
2025-12-16
sysfb: Move edid_info into sysfb_primary_display
Thomas Zimmermann
1
-3
/
+5
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
11
-579
/
+605
2025-12-02
fbcon: Remove fb_debug_enter/_leave from struct fb_ops
Thomas Zimmermann
2
-25
/
+0
2025-11-25
drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
Thomas Zimmermann
1
-0
/
+9
2025-11-21
Merge tag 'v6.18-rc6' into drm-next
Dave Airlie
3
-4
/
+32
2025-10-28
fbcon: Set fb_display[i]->mode to NULL when the mode is released
Quanmin Yan
2
-0
/
+20
2025-10-28
fbdev: bitblit: bound-check glyph index in bit_putcs*
Junjie Cao
1
-4
/
+12
2025-10-21
Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...
Simona Vetter
11
-579
/
+605
[next]