| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-09-01 | 2 | -36/+53 |
|\ |
|
| * | vt: keyboard.c: make console an unsigned int | Greg Kroah-Hartman | 2021-07-27 | 1 | -15/+15 |
| * | vt: keyboard: treat kbd_table as an array all the time. | Greg Kroah-Hartman | 2021-07-27 | 1 | -16/+16 |
| * | tty: stop using alloc_tty_driver | Jiri Slaby | 2021-07-27 | 1 | -3/+3 |
| * | tty: Fix out-of-bound vmalloc access in imageblit | Igor Matheus Andrade Torrente | 2021-07-21 | 1 | -2/+19 |
* | | vt_kdsetmode: extend console locking | Linus Torvalds | 2021-08-30 | 1 | -4/+6 |
* | | console: consume APC, DM, DCS | nick black | 2021-08-30 | 1 | -4/+27 |
|/ |
|
* | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman | 2021-05-31 | 2 | -11/+48 |
|\ |
|
| * | tty: vt: always invoke vc->vc_sw->con_resize callback | Tetsuo Handa | 2021-05-15 | 1 | -1/+1 |
| * | Merge branch 'resizex' (patches from Maciej) | Linus Torvalds | 2021-05-13 | 1 | -10/+47 |
| |\ |
|
| | * | vt: Fix character height handling with VT_RESIZEX | Maciej W. Rozycki | 2021-05-13 | 1 | -3/+3 |
| | * | vt_ioctl: Revert VT_RESIZEX parameter handling removal | Maciej W. Rozycki | 2021-05-13 | 1 | -10/+47 |
* | | | tty: vt: selection: Correct misspelled function sel_loadlut() | Lee Jones | 2021-05-20 | 1 | -1/+1 |
* | | | vt: Move custom isspace() to its own namespace | Andy Shevchenko | 2021-05-13 | 1 | -9/+9 |
* | | | tty: remove tty_operations::chars_in_buffer for non-buffering | Jiri Slaby | 2021-05-13 | 1 | -6/+0 |
* | | | tty: make tty_operations::write_room return uint | Jiri Slaby | 2021-05-13 | 1 | -1/+1 |
* | | | tty: cumulate and document tty_struct::ctrl* members | Jiri Slaby | 2021-05-13 | 1 | -2/+2 |
* | | | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 2021-05-13 | 2 | -3/+3 |
* | | | tty: remove broken r3964 line discipline | Jiri Slaby | 2021-05-13 | 1 | -2/+0 |
|/ / |
|
* | | .gitignore: prefix local generated files with a slash | Masahiro Yamada | 2021-05-02 | 1 | -3/+3 |
* | | tty: fix memory leak in vc_deallocate | Pavel Skripkin | 2021-03-28 | 1 | -0/+1 |
* | | tty: vt: Mundane typo fix in the file vt.c | Bhaskar Chowdhury | 2021-03-23 | 1 | -1/+1 |
* | | vt: keyboard, Fix typo in the doc for vt_get_shift_state() | Andy Shevchenko | 2021-03-23 | 1 | -1/+1 |
|/ |
|
* | vt_ioctl: Remove in_interrupt() check | Ahmed S. Darwish | 2021-02-09 | 1 | -2/+1 |
* | vt: keyboard, use new API for keyboard_tasklet | Emil Renner Berthing | 2021-01-27 | 1 | -3/+3 |
* | vt: drop old FONT ioctls | Jiri Slaby | 2021-01-07 | 2 | -187/+3 |
* | vt/consolemap: do font sum unsigned | Jiri Slaby | 2021-01-07 | 1 | -1/+1 |
* | vt: keyboard, defkeymap.c_shipped, approach the unicode table | Jiri Slaby | 2021-01-07 | 1 | -34/+34 |
* | vt: keyboard, defkeymap.c_shipped, approach the definitions | Jiri Slaby | 2021-01-07 | 1 | -7/+7 |
* | vt: keyboard, make keyboard_tasklet local | Jiri Slaby | 2021-01-07 | 1 | -2/+3 |
* | vt: move set_leds to keyboard.c | Jiri Slaby | 2021-01-07 | 2 | -3/+11 |
* | tty: Fix whitespace inconsistencies in vt_io_ioctl | Yan.Gao | 2020-12-09 | 1 | -2/+2 |
* | vt: keyboard, make use of assign_bit() API | Andy Shevchenko | 2020-11-12 | 1 | -4/+1 |
* | vt: keyboard, replace numbers with \r, \n where appropriate | Andy Shevchenko | 2020-11-12 | 1 | -3/+3 |
* | vt: keyboard, use BIT() macro instead of open coded variants | Andy Shevchenko | 2020-11-12 | 1 | -13/+13 |
* | Merge 5.10-rc3 into tty-next | Greg Kroah-Hartman | 2020-11-09 | 2 | -39/+21 |
|\ |
|
| * | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-11-08 | 1 | -22/+2 |
| |\ |
|
| | * | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 2020-11-08 | 1 | -22/+2 |
| * | | tty: make FONTX ioctl use the tty pointer they were actually passed | Linus Torvalds | 2020-11-02 | 1 | -17/+19 |
| |/ |
|
* | | tty: vt: consolemap: Demote weakly documented function header | Lee Jones | 2020-11-06 | 1 | -2/+1 |
* | | vt: keyboard, use tty_insert_flip_string in puts_queue | Jiri Slaby | 2020-11-04 | 1 | -5/+2 |
* | | vt: keyboard, use find_next_bit in kbd_match | Jiri Slaby | 2020-11-04 | 1 | -8/+6 |
* | | vt: keyboard, make HW_RAW a function | Jiri Slaby | 2020-11-04 | 1 | -6/+16 |
* | | vt: keyboard, union perm checks in vt_do_kdgkb_ioctl | Jiri Slaby | 2020-11-04 | 1 | -4/+1 |
* | | vt: keyboard, extract and simplify vt_kdskbsent | Jiri Slaby | 2020-11-04 | 1 | -79/+23 |
* | | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl | Jiri Slaby | 2020-11-04 | 1 | -22/+20 |
* | | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl | Jiri Slaby | 2020-11-04 | 1 | -8/+9 |
* | | vt: keyboard, use bool for rep | Jiri Slaby | 2020-11-04 | 1 | -1/+1 |
* | | vt: keyboard, use DECLARE_BITMAP for key_down | Jiri Slaby | 2020-11-04 | 1 | -1/+1 |
* | | vt: keyboard, union perm checks in vt_do_kdsk_ioctl | Jiri Slaby | 2020-11-04 | 1 | -4/+1 |