index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2020-08-18
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
1
-2
/
+3
2020-08-07
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-956
/
+1046
2020-08-04
Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-07-31
tty: keyboard, do not speculate on func_table index
Jiri Slaby
1
-1
/
+2
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-1
/
+1
2020-07-27
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
1
-11
/
+18
2020-07-21
tty: vt: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-21
vt: Reject zero-sized screen buffer size.
Tetsuo Handa
1
-11
/
+18
2020-07-01
tty/vt: Do not warn when huge selection requested
Alexey Kardashevskiy
1
-1
/
+1
2020-06-24
tty/vt: check allocation size in con_set_unimap()
Denis Efremov
1
-1
/
+1
2020-06-24
vt_ioctl: move perm checks level up
Jiri Slaby
1
-9
/
+12
2020-06-24
vt_ioctl: move vt_kdsetmode out of vt_k_ioctl
Jiri Slaby
1
-35
/
+43
2020-06-24
vt_ioctl: move vt_io_fontreset out of vt_io_ioctl
Jiri Slaby
1
-18
/
+26
2020-06-24
vt_ioctl: move vt_resizex out of vt_ioctl
Jiri Slaby
1
-45
/
+55
2020-06-24
vt_ioctl: move vt_reldisp out of vt_ioctl
Jiri Slaby
1
-48
/
+40
2020-06-24
vt_ioctl: move vt_setactivate out of vt_ioctl
Jiri Slaby
1
-35
/
+39
2020-06-24
vt_ioctl: move io ioctls to a separate function
Jiri Slaby
1
-79
/
+98
2020-06-24
vt_ioctl: move K* ioctls to a separate function
Jiri Slaby
1
-137
/
+157
2020-06-24
vt_ioctl: eliminate use of uival and ucval
Jiri Slaby
1
-13
/
+6
2020-06-24
vt_ioctl: eliminate ret & breaks in vt_ioctl
Jiri Slaby
1
-185
/
+133
2020-06-24
vt: simplify noncolor attributes in build_attr
Jiri Slaby
1
-4
/
+4
[next]