| Commit message (Expand) | Author | Age | Files | Lines |
* | mdacon: rework dependency list | Arnd Bergmann | 4 days | 1 | -1/+1 |
* | dummycon: fix default rows/cols | Arnd Bergmann | 4 days | 1 | -2/+2 |
* | dummycon: only build module if there are users | Arnd Bergmann | 4 days | 1 | -2/+1 |
* | video: console: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 2024-06-22 | 4 | -0/+4 |
* | tty: vt: change consw::con_set_origin() return type | Jiri Slaby (SUSE) | 2024-01-27 | 1 | -4/+4 |
* | tty: vt: make consw::con_font_default()'s name const | Jiri Slaby (SUSE) | 2024-01-27 | 2 | -2/+4 |
* | tty: vt: make font of consw::con_font_set() const | Jiri Slaby (SUSE) | 2024-01-27 | 3 | -5/+6 |
* | tty: vt: make types around consw::con_blank() bool | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -19/+21 |
* | tty: vt: use enum constants for VESA blanking modes | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -8/+14 |
* | tty: vt: use VESA blanking constants | Jiri Slaby (SUSE) | 2024-01-27 | 3 | -5/+5 |
* | tty: vt: stop using -1 for blank mode in consw::con_blank() | Jiri Slaby (SUSE) | 2024-01-27 | 1 | -1/+0 |
* | tty: vt: make consw::con_switch() return a bool | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -10/+10 |
* | tty: vt: remove CM_* constants | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -11/+11 |
* | consoles: use if instead of switch-case in consw::con_cursor() | Jiri Slaby (SUSE) | 2024-01-27 | 3 | -66/+53 |
* | tty: vt: sanitize consw::con_putcs() parameters | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -15/+16 |
* | tty: vt: sanitize consw::con_putc() parameters | Jiri Slaby (SUSE) | 2024-01-27 | 2 | -4/+6 |
* | tty: vt: eliminate unneeded consw::con_putc() implementations | Jiri Slaby (SUSE) | 2024-01-27 | 3 | -20/+0 |
* | tty: vt: remove checks for count in consw::con_clear() implementations | Jiri Slaby (SUSE) | 2024-01-27 | 2 | -6/+0 |
* | tty: vt: sanitize arguments of consw::con_clear() | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -21/+16 |
* | tty: vt: make init parameter of consw::con_init() a bool | Jiri Slaby (SUSE) | 2024-01-27 | 5 | -6/+6 |
* | tty: vt: pass vc_resize_user as a parameter | Jiri Slaby (SUSE) | 2024-01-27 | 1 | -2/+2 |
* | vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() | Jiri Slaby (SUSE) | 2024-01-27 | 1 | -2/+34 |
* | vgacon: drop IA64 reference in VGA_CONSOLE dependency list | Lukas Bulwahn | 2023-11-28 | 1 | -1/+1 |
* | console: fix up ARM screen_info reference | Arnd Bergmann | 2023-10-17 | 1 | -2/+3 |
* | vgacon: remove screen_info dependency | Arnd Bergmann | 2023-10-17 | 1 | -28/+40 |
* | dummycon: limit Arm console size hack to footbridge | Arnd Bergmann | 2023-10-17 | 2 | -3/+4 |
* | vgacon: rework Kconfig dependencies | Arnd Bergmann | 2023-10-17 | 1 | -3/+3 |
* | drm: fix up fbdev Kconfig defaults | Arnd Bergmann | 2023-09-18 | 1 | -0/+1 |
* | BackMerge tag 'v6.5-rc7' into drm-next | Dave Airlie | 2023-08-24 | 2 | -52/+34 |
|\ |
|
| * | sticon: make sticon_set_def_font() void and remove op parameter | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -6/+6 |
| * | vgacon: cache vc_cell_height in vgacon_cursor() | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -19/+15 |
| * | vgacon: let vgacon_doresize() return void | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -2/+1 |
| * | vgacon: remove unused xpos from vgacon_set_cursor_size() | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -15/+10 |
| * | vgacon: remove unneeded forward declarations | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -9/+1 |
| * | vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen() | Jiri Slaby (SUSE) | 2023-07-20 | 1 | -6/+6 |
* | | fbdev: Split frame buffer support in FB and FB_CORE symbols | Javier Martinez Canillas | 2023-07-22 | 1 | -1/+1 |
|/ |
|
* | video: Move HP PARISC STI core code to shared location | Thomas Zimmermann | 2023-04-20 | 4 | -1176/+3 |
* | video: Remove trailing whitespaces | Thomas Zimmermann | 2023-04-20 | 2 | -53/+53 |
* | VT: Bump font size limitation to 64x128 pixels | Samuel Thibault | 2023-01-19 | 1 | -1/+1 |
* | VT: Add height parameter to con_font_get/set consw operations | Samuel Thibault | 2023-01-19 | 3 | -12/+14 |
* | fbdev: Move fbdev drivers from strlcpy to strscpy | Wolfram Sang | 2022-08-24 | 1 | -1/+1 |
* | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2022-08-08 | 1 | -6/+6 |
|\ |
|
| * | tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir* | Jiri Slaby | 2022-06-27 | 1 | -4/+4 |
| * | tty/vt: consolemap: rename and document struct uni_pagedir | Jiri Slaby | 2022-06-10 | 1 | -2/+2 |
* | | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to... | Dave Airlie | 2022-07-13 | 1 | -0/+2 |
|\ \ |
|
| * | | parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI | Helge Deller | 2022-06-07 | 1 | -0/+2 |
| |/ |
|
* / | drm: Implement DRM aperture helpers under video/ | Thomas Zimmermann | 2022-06-27 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-06-04 | 2 | -9/+28 |
|\ |
|
| * | parisc/stifb: Keep track of hardware path of graphics card | Helge Deller | 2022-06-04 | 2 | -9/+11 |
| * | parisc/stifb: Implement fb_is_primary_device() | Helge Deller | 2022-06-04 | 1 | -0/+17 |