This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c06c303832ec ocfs2: fix xattr array entry __counted_by error new b8a65b2d8b20 fbdev: vga16fb: replace printk() with dev_*() in probe new 6c317ceefac0 fbdev: vga16fb: Request memory region new b104df377da1 fbdev: vesafb: Use dev_* fn's instead printk new e3f44742bbb1 fbdev: gbefb: fix to use physical address instead of dma address new 7ecb5c36b136 fbdev: gxt4500fb: Use dev_err instead of printk new 35fa2b4bf964 fbdev: tcx.c fix mem_map to correct smem_start offset new 0155e868cbc1 fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing new b08ee4d666f2 lib/fonts: Add Terminus 10x18 console font new af0fa9b449d7 fbdev: tridentfb: replace printk() with dev_*() in probe new 93b22a4bf0b4 fbdev: i810: use appopriate log interface dev_info new 164312662ae9 fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() new 0d1d44032f7b Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub [...] new 3631b9cb2a34 parisc: Drop padding fields and layers entries from inventory log new 5fb1d3ce3e74 parisc: entry: set W bit for !compat tasks in syscall_rest [...] new 1aa4524c0c1b parisc: entry.S: fix space adjustment on interruption for [...] new 3317aaca33dc parisc: remove unneeded semicolon in perf_regs.c new 75b51437a4ac parisc: Drop linux/kernel.h include from asm/bug.h header new dca7da244349 parisc: Do not reprogram affinitiy on ASP chip new 50471f8b7371 Merge tag 'parisc-for-6.19-rc1' of git://git.kernel.org/pu [...]
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/parisc/include/asm/bug.h | 2 - arch/parisc/kernel/asm-offsets.c | 2 + arch/parisc/kernel/drivers.c | 8 +- arch/parisc/kernel/entry.S | 16 +- arch/parisc/kernel/perf_regs.c | 2 +- drivers/parisc/gsc.c | 4 +- drivers/video/fbdev/gbefb.c | 5 +- drivers/video/fbdev/gxt4500.c | 2 +- drivers/video/fbdev/i810/i810_main.c | 46 +- drivers/video/fbdev/pxafb.c | 12 +- drivers/video/fbdev/ssd1307fb.c | 4 +- drivers/video/fbdev/tcx.c | 2 +- drivers/video/fbdev/tridentfb.c | 4 +- drivers/video/fbdev/vesafb.c | 29 +- drivers/video/fbdev/vga16fb.c | 21 +- include/linux/font.h | 4 +- lib/fonts/Kconfig | 12 + lib/fonts/Makefile | 1 + lib/fonts/font_ter10x18.c | 5143 ++++++++++++++++++++++++++++++++++ lib/fonts/fonts.c | 3 + 20 files changed, 5250 insertions(+), 72 deletions(-) create mode 100644 lib/fonts/font_ter10x18.c