index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-10
serial: max310x: implement I2C support
Cosmin Tanislav
2
-1
/
+135
2022-06-10
serial: max310x: make accessing revision id interface-agnostic
Cosmin Tanislav
1
-10
/
+30
2022-06-10
serial: max310x: use a separate regmap for each port
Cosmin Tanislav
1
-32
/
+36
2022-06-10
serial: max310x: use regmap methods for SPI batch operations
Cosmin Tanislav
1
-28
/
+8
2022-06-10
tty/vt: consolemap: walk the buffer only once in con_set_trans_old()
Jiri Slaby
1
-7
/
+7
2022-06-10
tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()
Jiri Slaby
1
-5
/
+1
2022-06-10
tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap()
Jiri Slaby
1
-15
/
+23
2022-06-10
tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()
Jiri Slaby
1
-6
/
+7
2022-06-10
tty/vt: consolemap: remove superfluous whitespace
Jiri Slaby
1
-8
/
+8
2022-06-10
tty/vt: consolemap: make conv_uni_to_pc() more readable
Jiri Slaby
1
-10
/
+16
2022-06-10
tty/vt: consolemap: saner variable names in con_set_default_unimap()
Jiri Slaby
1
-21
/
+22
2022-06-10
tty/vt: consolemap: saner variable names in con_set_unimap()
Jiri Slaby
1
-12
/
+12
2022-06-10
tty/vt: consolemap: saner variable names in con_get_unimap()
Jiri Slaby
1
-15
/
+15
2022-06-10
tty/vt: consolemap: saner variable names in con_copy_unimap()
Jiri Slaby
1
-4
/
+4
2022-06-10
tty/vt: consolemap: saner variable names in con_release_unimap()
Jiri Slaby
1
-16
/
+18
2022-06-10
tty/vt: consolemap: saner variable names in con_unshare_unimap()
Jiri Slaby
1
-26
/
+25
2022-06-10
tty/vt: consolemap: saner variable names in con_do_clear_unimap()
Jiri Slaby
1
-13
/
+12
2022-06-10
tty/vt: consolemap: saner variable names in con_unify_unimap()
Jiri Slaby
1
-25
/
+24
2022-06-10
tty/vt: consolemap: saner variable names in con_insert_unipair()
Jiri Slaby
1
-13
/
+13
2022-06-10
tty/vt: consolemap: saner variable names in conv_uni_to_pc()
Jiri Slaby
1
-9
/
+8
2022-06-10
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
1
-19
/
+19
2022-06-10
tty/vt: consolemap: extract dict unsharing to con_unshare_unimap()
Jiri Slaby
1
-65
/
+68
2022-06-10
tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode()
Jiri Slaby
1
-4
/
+3
2022-06-10
tty/vt: consolemap: introduce enum translation_map and use it
Jiri Slaby
1
-19
/
+20
2022-06-10
tty/vt: consolemap: check put_user() in con_get_unimap()
Jiri Slaby
1
-1
/
+2
2022-06-10
tty/vt: consolemap: make p1 increment less confusing in con_get_unimap()
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: consolemap: make con_get_unimap() more readable
Jiri Slaby
1
-16
/
+22
2022-06-10
tty/vt: consolemap: make con_set_unimap() more readable
Jiri Slaby
1
-19
/
+23
2022-06-10
tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type)
Jiri Slaby
1
-11
/
+12
2022-06-10
tty/vt: consolemap: zero uni_pgdir using kcalloc()
Jiri Slaby
1
-5
/
+3
2022-06-10
tty/vt: consolemap: introduce UNI_*() macros
Jiri Slaby
1
-8
/
+13
2022-06-10
tty/vt: consolemap: use | for binary addition
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: consolemap: one line = one statement
Jiri Slaby
1
-10
/
+20
2022-06-10
tty/vt: consolemap: make parameters of inverse_translate() saner
Jiri Slaby
3
-4
/
+5
2022-06-10
tty/vt: consolemap: decrypt inverse_translate()
Jiri Slaby
1
-15
/
+16
2022-06-10
tty/vt: consolemap: define UNI_* macros for constants
Jiri Slaby
1
-24
/
+30
2022-06-10
tty/vt: consolemap: rename and document struct uni_pagedir
Jiri Slaby
1
-19
/
+28
2022-06-10
tty/vt: consolemap: use ARRAY_SIZE()
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: Makefile, add --unicode for loadkeys invocation
Jiri Slaby
1
-1
/
+1
2022-06-10
tty/vt: defkeymap.c_shipped, little unification with loadkeys
Jiri Slaby
1
-3
/
+3
2022-06-10
serial: pmac_zilog: remove unused header
Jiri Slaby
1
-1
/
+0
2022-06-10
serial: pic32: fix missing clk_disable_unprepare() on error in pic32_uart_startup()
Yang Yingliang
1
-1
/
+3
2022-06-10
serial: tegra: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-06-10
tty: fix typos in comments
Julia Lawall
2
-2
/
+2
2022-06-10
tty: goldfish: Fix free_irq() on remove
Vincent Whitchurch
1
-1
/
+1
2022-06-10
tty: serial: qcom-geni-serial: Implement start_rx callback
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-06-10
serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present.
Vijaya Krishna Nivarthi
1
-3
/
+6
2022-06-10
tty: n_gsm: Debug output allocation must use GFP_ATOMIC
Tony Lindgren
1
-1
/
+1
2022-06-04
Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-1
/
+1
2022-06-03
Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-2
/
+2
[prev]
[next]