index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
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/misc/kernel into drm-next
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/misc/kernel into drm-next
Simona Vetter
11
-579
/
+605
2025-10-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
5
-17
/
+34
2025-10-10
Merge tag 'fbdev-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
4
-6
/
+23
2025-10-10
fbdev: Fix logic error in "offb" name match
Finn Thain
1
-1
/
+1
2025-10-04
fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
Albin Babu Varghese
1
-0
/
+17
2025-10-02
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-8
/
+1
2025-09-30
fbdev: Use string choices helpers
Chelsy Ratnawat
1
-3
/
+4
2025-09-30
fbdev: core: Fix ubsan warning in pixel_to_pat
Zsolt Kajtar
1
-2
/
+1
2025-09-23
fbdev: Turn FB_MODE_HELPERS into an internal config option
Thomas Zimmermann
1
-1
/
+1
2025-09-23
fbcon: Fix OOB access in font allocation
Thomas Zimmermann
1
-3
/
+3
2025-09-22
fbcon: fix integer overflow in fbcon_do_set_font
Samasth Norway Ananda
1
-2
/
+9
2025-09-19
fbcon: Streamline setting rotated/unrotated bitops
Thomas Zimmermann
8
-32
/
+38
2025-09-19
fbcon: Move fbcon callbacks into struct fbcon_bitops
Thomas Zimmermann
7
-67
/
+94
2025-09-19
fbcon: Set rotate_font callback with related callbacks
Thomas Zimmermann
5
-3
/
+7
2025-09-19
fbcon: Rename struct fbcon_ops to struct fbcon_par
Thomas Zimmermann
10
-551
/
+540
[next]