index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-4
/
+4
2026-08-03
vt: add permission check for KDSKBMETA ioctl
Joshua Rogers
1
-0
/
+2
2026-08-03
vt: stabilize tty reference in kbd_keycode with tty_port_tty_get
Joshua Rogers
1
-1
/
+4
2026-07-31
vt: add mode validation in vt_setactivate
Wang Zihan
1
-0
/
+2
2026-07-13
Merge 7.2-rc3 into tty-next
Greg Kroah-Hartman
1
-3
/
+9
2026-07-10
vt: fix spurious modifier in CSI/cursor key sequences
Nicolas Pitre
1
-3
/
+9
2026-07-07
vc_screen: replace __get_free_pages() with kmalloc()
Mike Rapoport (Microsoft)
1
-4
/
+2
2026-06-22
Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
5
-534
/
+661
2026-06-12
vc_screen: fix null-ptr-deref in vcs_notifier() during concurrent vcs_write
Yi Yang
1
-1
/
+1
2026-05-22
vt: merge ucs_is_zero_width()/ucs_is_double_width() into ucs_get_width()
Nicolas Pitre
4
-533
/
+660
2026-05-20
console: mdacon: remove this obsolete driver
Ethan Nelson-Moore
1
-3
/
+0
2026-04-19
Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-9
/
+119
2026-04-15
Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
1
-0
/
+34
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
1
-3
/
+2
2026-04-07
vt: Implement helpers for struct vc_font in source file
Thomas Zimmermann
1
-0
/
+35
2026-03-30
vt: resize saved unicode buffer on alt screen exit after resize
Nicolas Pitre
1
-9
/
+15
2026-03-30
vt: discard stale unicode buffer on alt screen exit after resize
Liav Mordouch
1
-1
/
+13
2026-03-23
Merge 7.0-rc5 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2026-03-13
vt: save/restore unicode screen buffer for alternate screen
Nicolas Pitre
1
-0
/
+8
2026-03-12
vt: support ITU-T T.416 color subparameters
Ronan Pigott
1
-3
/
+45
2026-03-12
vt: add fallback to plain map for modifier-aware key types
Nicolas Pitre
1
-0
/
+15
2026-03-12
vt: add KT_CSI keysym type for modifier-aware CSI sequences
Nicolas Pitre
1
-5
/
+33
2026-03-12
vt: add modifier support to cursor keys
Nicolas Pitre
1
-1
/
+26
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-5
/
+7
2026-02-17
Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-106
/
+115
2026-02-14
printk, vt, fbcon: Remove console_conditional_schedule()
Sebastian Andrzej Siewior
1
-1
/
+0
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2025-12-21
vt: Remove con_debug_enter/_leave from struct consw
Thomas Zimmermann
1
-29
/
+1
2025-12-21
vt: Remove trailing whitespace
Thomas Zimmermann
1
-1
/
+1
2025-12-17
tty: vt/keyboard: Split apart vt_do_diacrit()
Nathan Chancellor
1
-106
/
+115
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
1
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
1
-53
/
+37
2025-11-21
drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
David Laight
1
-4
/
+5
2025-09-12
vt: move vc_saved_screen to within tty allocated judgment
Edward Adam Davis
1
-4
/
+4
2025-09-06
tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()
Zizhi Wo
1
-1
/
+3
2025-09-06
vt: remove redundant check on vc_mode in con_font_set()
Wang Liang
1
-2
/
+0
2025-09-06
vt: add support for smput/rmput escape codes
Calixte Pernot
1
-0
/
+58
2025-08-17
tty/vt: use guard()s
Jiri Slaby (SUSE)
5
-244
/
+170
2025-08-17
tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()
Jiri Slaby (SUSE)
2
-95
/
+78
2025-07-22
vt: defkeymap: Map keycodes above 127 to K_HOLE
Myrrh Periwinkle
1
-0
/
+112
2025-07-22
vt: keyboard: Don't process Unicode characters in K_OFF mode
Myrrh Periwinkle
1
-1
/
+1
2025-06-19
vt: fix kernel-doc warnings in ucs_get_fallback()
Randy Dunlap
1
-1
/
+1
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
1
-0
/
+1
2025-05-21
vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position
Nicolas Pitre
1
-0
/
+16
2025-05-21
vt: bracketed paste support
Nicolas Pitre
2
-4
/
+42
[next]