开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
2024-01-27
tty: vt: define an enum for CSI+m codes
Jiri Slaby (SUSE)
2024-01-27
tty: vt: make vc_is_sel()'s vc const
Jiri Slaby (SUSE)
2024-01-27
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2024-01-27
tty: vt: push console lock from tioclinux() down to 2 functions
Jiri Slaby (SUSE)
2024-01-27
tty: vt: pass proper pointers from tioclinux()
Jiri Slaby (SUSE)
2024-01-27
tty: vt: expect valid vc when in tty ops
Jiri Slaby (SUSE)
2024-01-27
tty: vt: fix 20 vs 0x20 typo in EScsiignore
Jiri Slaby (SUSE)
2024-01-27
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
2023-11-25
drivers/tty/vt: use standard array-copy-functions
Philipp Stanner
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-10-07
tty: vc_screen: make vc_class constant
Greg Kroah-Hartman
2023-10-07
tty: vt: make vtconsole_class constant
Greg Kroah-Hartman
2023-10-05
tty: Restrict access to TIOCLINUX' copy-and-paste subcommands
Hanno Böck
2023-10-03
vt: Replace strlcpy with strscpy
Azeem Shaikh
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
2023-08-03
tty: vt: Remove some repetitive initialization
oushixiong
2023-05-13
vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
George Kennedy
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-20
tty: vt: drop checks for undefined VT_SINGLE_DRIVER
Jiri Slaby (SUSE)
2023-04-20
tty: vt: distribute EXPORT_SYMBOL()
Jiri Slaby (SUSE)
2023-04-20
tty: vt: simplify some cases in tioclinux()
Jiri Slaby (SUSE)
2023-04-20
tty: vt: reformat tioclinux()
Jiri Slaby (SUSE)
2023-04-03
tty: make tty_class a static const structure
Greg Kroah-Hartman
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-09
tty: vt: protect KD_FONT_OP_GET_TALL from unbound access
Samuel Thibault
2023-02-27
vc_screen: don't clobber return value in vcs_read
Thomas Weißschuh
2023-02-27
vc_screen: modify vcs_size() handling in vcs_read()
George Kennedy
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
2023-01-31
vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
George Kennedy
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
2023-01-19
VT: Add KD_FONT_OP_SET/GET_TALL operations
Samuel Thibault
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
2023-01-19
tty: vt: cache row count in con_scroll()
Jiri Slaby (SUSE)
2023-01-19
tty: vt: saner names for more scroll variables
Jiri Slaby (SUSE)
2023-01-19
tty: vt: separate array juggling to juggle_array()
Jiri Slaby (SUSE)
2023-01-19
tty: vt: simplify some unicode conditions
Jiri Slaby (SUSE)
2023-01-19
tty: vt: replace BUG_ON() by WARN_ON_ONCE()
Jiri Slaby (SUSE)
2023-01-19
tty: vt: remove struct uni_screen
Jiri Slaby (SUSE)
2023-01-19
tty: vt: remove char32_t typedef
Jiri Slaby (SUSE)
2023-01-19
tty: vt: use sizeof(*variable) where possible
Jiri Slaby (SUSE)
2023-01-19
tty: vt: remove reference to undefined NO_VC_UNI_SCREEN
Jiri Slaby (SUSE)
2023-01-19
tty: vt: drop get_vc_uniscr()
Jiri Slaby (SUSE)
[prev]
[next]