Age | Commit message (Expand) | Author |
2023-07-20 | sticon: make sticon_set_def_font() void and remove op parameter | Jiri Slaby (SUSE) |
2023-07-20 | vgacon: cache vc_cell_height in vgacon_cursor() | Jiri Slaby (SUSE) |
2023-07-20 | vgacon: let vgacon_doresize() return void | Jiri Slaby (SUSE) |
2023-07-20 | vgacon: remove unused xpos from vgacon_set_cursor_size() | Jiri Slaby (SUSE) |
2023-07-20 | vgacon: remove unneeded forward declarations | Jiri Slaby (SUSE) |
2023-07-20 | vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen() | Jiri Slaby (SUSE) |
2023-04-20 | video: Move HP PARISC STI core code to shared location | Thomas Zimmermann |
2023-04-20 | video: Remove trailing whitespaces | Thomas Zimmermann |
2023-01-19 | VT: Bump font size limitation to 64x128 pixels | Samuel Thibault |
2023-01-19 | VT: Add height parameter to con_font_get/set consw operations | Samuel Thibault |
2022-08-24 | fbdev: Move fbdev drivers from strlcpy to strscpy | Wolfram Sang |
2022-08-08 | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2022-07-13 | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie |
2022-06-27 | tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir* | Jiri Slaby |
2022-06-27 | drm: Implement DRM aperture helpers under video/ | Thomas Zimmermann |
2022-06-10 | tty/vt: consolemap: rename and document struct uni_pagedir | Jiri Slaby |
2022-06-07 | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI | Helge Deller |
2022-06-04 | Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-06-04 | parisc/stifb: Keep track of hardware path of graphics card | Helge Deller |
2022-06-04 | parisc/stifb: Implement fb_is_primary_device() | Helge Deller |
2022-05-23 | parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI font | Helge Deller |
2022-03-07 | nds32: Remove the architecture | Alan Kao |
2022-02-02 | fbcon: Add option to enable legacy hardware acceleration | Helge Deller |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter |
2021-12-09 | Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter |
2021-11-27 | drm: Move nomodeset kernel parameter to the DRM subsystem | Javier Martinez Canillas |
2021-11-25 | vgacon: Propagate console boot parameters before calling `vc_resize' | Maciej W. Rozycki |
2021-11-17 | parisc/sticon: fix reverse colors | Sven Schnelle |
2021-06-17 | um: allow disabling NO_IOMEM | Johannes Berg |
2021-05-13 | Merge branch 'resizex' (patches from Maciej) | Linus Torvalds |
2021-05-13 | vt: Fix character height handling with VT_RESIZEX | Maciej W. Rozycki |
2021-05-13 | vgacon: Record video mode changes with VT_RESIZEX | Maciej W. Rozycki |
2021-03-23 | vgacon: drop unused vga_init_done | Stephen Kitt |
2021-03-10 | vgacon: comment on vga_rolled_over | Jiri Slaby |
2021-01-07 | vgacon: drop BROKEN_GRAPHICS_PROGRAMS | Jiri Slaby |
2020-11-16 | parisc/sticore: Avoid hard-coding built-in font charcount | Peilin Ye |
2020-11-16 | console: Delete dummy con_font_set() and con_font_default() callback implemen... | Peilin Ye |
2020-11-16 | console: Delete unused con_font_copy() callback implementations | Peilin Ye |
2020-11-02 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2020-10-28 | Fonts: Make font size unsigned in font_desc | Peilin Ye |
2020-10-15 | parisc/sticon: Add user font support | Helge Deller |
2020-10-15 | parisc/sticon: Always register sticon console driver | Helge Deller |
2020-10-14 | Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-10-06 | Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie |
2020-09-25 | fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h | Peilin Ye |
2020-09-21 | Merge 5.9.0-rc6 into tty-next | Greg Kroah-Hartman |
2020-09-16 | sticon: remove no-op sticon_set_origin() | Tetsuo Handa |
2020-09-16 | newport_con: remove no-op newport_set_origin() | Tetsuo Handa |
2020-09-14 | vgacon: remove software scrollback support | Linus Torvalds |
2020-08-18 | newport_con: make module's init & exit static using module_driver | Jiri Slaby |