Age | Commit message (Expand) | Author | Files | Lines |
2020-12-09 | tty: Fix whitespace inconsistencies in vt_io_ioctl | Yan.Gao | 1 | -2/+2 |
2020-11-12 | vt: keyboard, make use of assign_bit() API | Andy Shevchenko | 1 | -4/+1 |
2020-11-12 | vt: keyboard, replace numbers with \r, \n where appropriate | Andy Shevchenko | 1 | -3/+3 |
2020-11-12 | vt: keyboard, use BIT() macro instead of open coded variants | Andy Shevchenko | 1 | -13/+13 |
2020-11-09 | Merge 5.10-rc3 into tty-next | Greg Kroah-Hartman | 2 | -39/+21 |
2020-11-08 | Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -22/+2 |
2020-11-08 | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 1 | -22/+2 |
2020-11-06 | tty: vt: consolemap: Demote weakly documented function header | Lee Jones | 1 | -2/+1 |
2020-11-04 | vt: keyboard, use tty_insert_flip_string in puts_queue | Jiri Slaby | 1 | -5/+2 |
2020-11-04 | vt: keyboard, use find_next_bit in kbd_match | Jiri Slaby | 1 | -8/+6 |
2020-11-04 | vt: keyboard, make HW_RAW a function | Jiri Slaby | 1 | -6/+16 |
2020-11-04 | vt: keyboard, union perm checks in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -4/+1 |
2020-11-04 | vt: keyboard, extract and simplify vt_kdskbsent | Jiri Slaby | 1 | -79/+23 |
2020-11-04 | vt: keyboard, reorder user buffer handling in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -22/+20 |
2020-11-04 | vt: keyboard, rename i to kb_func in vt_do_kdgkb_ioctl | Jiri Slaby | 1 | -8/+9 |
2020-11-04 | vt: keyboard, use bool for rep | Jiri Slaby | 1 | -1/+1 |
2020-11-04 | vt: keyboard, use DECLARE_BITMAP for key_down | Jiri Slaby | 1 | -1/+1 |
2020-11-04 | vt: keyboard, union perm checks in vt_do_kdsk_ioctl | Jiri Slaby | 1 | -4/+1 |
2020-11-04 | vt: keyboard, extract vt_kdgkbent and vt_kdskbent | Jiri Slaby | 1 | -87/+102 |
2020-11-04 | vt: keyboard, clean up max_vals | Jiri Slaby | 1 | -4/+16 |
2020-11-04 | vt: keyboard, sort includes | Jiri Slaby | 1 | -16/+15 |
2020-11-04 | vt: keyboard, include linux/spinlock.h | Jiri Slaby | 1 | -0/+1 |
2020-11-04 | vt: keyboard, remove ctrl_alt_del declaration | Jiri Slaby | 1 | -2/+0 |
2020-11-03 | tty: make FONTX ioctl use the tty pointer they were actually passed | Linus Torvalds | 1 | -17/+19 |
2020-10-28 | vt_ioctl: fix GIO_UNIMAP regression | Jiri Slaby | 1 | -6/+5 |
2020-10-28 | vt: keyboard, extend func_buf_lock to readers | Jiri Slaby | 1 | -4/+13 |
2020-10-28 | vt: keyboard, simplify vt_kdgkbsent | Jiri Slaby | 1 | -19/+9 |
2020-09-27 | vt_ioctl: make VT_RESIZEX behave like VT_RESIZE | Tetsuo Handa | 1 | -47/+10 |
2020-08-31 | Merge 5.9-rc3 into tty-next | Greg Kroah-Hartman | 2 | -6/+17 |
2020-08-26 | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -3/+14 |
2020-08-24 | Revert "vc_screen: extract vcs_read_buf_header" | Jiri Slaby | 1 | -18/+13 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
2020-08-18 | tty: vt, fix kernel-doc | Jiri Slaby | 3 | -6/+6 |
2020-08-18 | vc_screen: prune macros | Jiri Slaby | 1 | -4/+0 |
2020-08-18 | vc_screen: extract vcs_read_buf_header | Jiri Slaby | 1 | -13/+18 |
2020-08-18 | vc_screen: extract vcs_read_buf | Jiri Slaby | 1 | -68/+78 |
2020-08-18 | vc_screen: extract vcs_read_buf_noattr | Jiri Slaby | 1 | -11/+22 |
2020-08-18 | vc_screen: extract vcs_read_buf_uni | Jiri Slaby | 1 | -19/+30 |
2020-08-18 | vs_screen: kill tmp_count from vcs_read | Jiri Slaby | 1 | -8/+2 |
2020-08-18 | vc_screen: sanitize types in vcs_read | Jiri Slaby | 1 | -8/+7 |
2020-08-18 | vc_screen: eliminate ifdefs from vcs_write_buf | Jiri Slaby | 1 | -12/+17 |
2020-08-18 | vc_screen: extract vcs_write_buf | Jiri Slaby | 1 | -76/+92 |
2020-08-18 | vc_screen: extract vcs_write_buf_noattr | Jiri Slaby | 1 | -21/+34 |
2020-08-18 | vc_screen: sanitize types in vcs_write | Jiri Slaby | 1 | -10/+7 |
2020-08-18 | vc_screen: rewrite vcs_size to accept vc, not inode | Jiri Slaby | 1 | -17/+29 |
2020-08-18 | vc_screen: document and cleanup vcs_vc | Jiri Slaby | 1 | -8/+12 |
2020-08-18 | vc: propagate "viewed as bool" from screenpos up | Jiri Slaby | 2 | -9/+11 |
2020-08-18 | vt: declare xy for get/putconsxy properly | Jiri Slaby | 1 | -5/+5 |
2020-08-18 | vt: make vc_data pointers const in selection.h | Jiri Slaby | 2 | -8/+9 |
2020-08-18 | vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() | George Kennedy | 1 | -1/+11 |