index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fonts
/
fonts.c
Age
Commit message (
Expand
)
Author
2026-06-04
lib/fonts: Look up glyph data with font_data_glyph_buf()
Thomas Zimmermann
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
2026-03-09
lib/fonts: Remove internal symbols and macros from public header file
Thomas Zimmermann
2026-03-09
lib/fonts: Store font data for user space with font_data_export()
Thomas Zimmermann
2026-03-09
lib/fonts: Create font_data_t from struct console_font with font_data_import()
Thomas Zimmermann
2026-03-09
lib/fonts: Compare font data for equality with font_data_is_equal()
Thomas Zimmermann
2026-03-09
lib/fonts: Manage font-data lifetime with font_data_get/_put()
Thomas Zimmermann
2026-03-09
lib/fonts: Read font size with font_data_size()
Thomas Zimmermann
2025-12-02
lib/fonts: Add Terminus 10x18 console font
Neilay Kharwadkar
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
2022-11-18
lib/fonts: fix undefined behavior in bit shift for get_default_font
Gaosheng Cui
2020-09-08
lib/fonts: add font 6x8 for OLED display
Sven Schneider
2019-06-20
fonts: Prefer a bigger font for high resolution screens
Takashi Iwai
2019-06-20
fonts: Use BUILD_BUG_ON() for checking empty font table
Takashi Iwai
2019-06-20
fonts: Fix coding style
Takashi Iwai
2018-12-19
Fonts: New Terminus large console font
Amanoel Dawod
2014-10-09
fonts: Add 6x10 font
Maarten ter Huurne
2013-06-28
lib: Move fonts from drivers/video/console/ to lib/fonts/
Geert Uytterhoeven