index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
accessibility
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: the rest, stop using tty_schedule_flip()
Jiri Slaby
2021-11-25
1
-2
/
+2
*
speakup: replace sprintf() by scnprintf()
Samuel Thibault
2021-07-21
1
-4
/
+11
*
speakup: use C99 syntax for array initializers
Colin Ian King
2021-07-21
1
-7
/
+7
*
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
1
-4
/
+5
|
\
|
*
tty: no checking of tty_unregister_ldisc
Jiri Slaby
2021-05-13
1
-2
/
+1
|
*
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
2021-05-13
1
-1
/
+1
|
*
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
1
-1
/
+2
|
*
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
1
-1
/
+2
*
|
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
4
-5
/
+18
|
\
\
|
*
|
accessibility: braille: braille_console: fix whitespace style issues
Clayton Casciato
2021-06-15
1
-0
/
+3
|
*
|
speakup: Separate out translations for bright colors names
Samuel Thibault
2021-06-15
3
-5
/
+15
|
|
/
*
/
braille_console: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-05-17
1
-0
/
+1
|
/
*
Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-04-26
1
-1
/
+0
|
\
|
*
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
2021-03-10
1
-1
/
+0
*
|
speakup: i18n: Switch to kmemdup_nul() in spk_msg_set()
Yang Yingliang
2021-04-10
1
-3
/
+1
|
/
*
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-24
17
-151
/
+140
|
\
|
*
speakup: Make dectlk flush timeout configurable
Samuel Thibault
2021-02-04
4
-2
/
+16
|
*
speakup: Simplify spk_ttyio_out error handling.
Samuel Thibault
2021-01-27
1
-18
/
+20
|
*
speakup: Reference synth from tty and tty from synth
Samuel Thibault
2021-01-27
2
-73
/
+46
|
*
speakup: add the missing synth parameter to all io functions
Samuel Thibault
2021-01-27
16
-60
/
+60
*
|
tty: rename tty_kopen() and add new function tty_kopen_shared()
Uwe Kleine-König
2020-12-28
1
-1
/
+1
|
/
*
speakup: fix uninitialized flush_lock
Yang Yingliang
2020-12-09
1
-1
/
+1
*
Merge 5.10-rc7 into char-misc-next
Greg Kroah-Hartman
2020-12-07
1
-14
/
+23
|
\
|
*
speakup: Reject setting the speakup line discipline outside of speakup
Samuel Thibault
2020-11-30
1
-14
/
+23
*
|
Merge 5.10-rc6 into char-misc-next
Greg Kroah-Hartman
2020-11-30
1
-1
/
+11
|
\
|
|
*
Merge tag 'tty-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-11-22
1
-1
/
+11
|
|
\
|
|
*
speakup: Do not let the line discipline be used several times
Samuel Thibault
2020-11-12
1
-1
/
+11
*
|
|
Merge 5.10-rc4 into char-misc-next
Greg Kroah-Hartman
2020-11-16
5
-15
/
+16
|
\
|
|
|
*
|
speakup ttyio: Do not schedule() in ttyio_in_nowait
Samuel Thibault
2020-11-09
1
-4
/
+6
|
*
|
speakup: Fix clearing selection in safe context
Samuel Thibault
2020-11-09
3
-9
/
+4
|
*
|
speakup: Fix var_id_t values and thus keymap
Samuel Thibault
2020-11-09
1
-2
/
+6
|
|
/
*
|
speakup: document the usage of enum values
Samuel Thibault
2020-11-09
2
-31
/
+39
*
|
speakup_dummy: log about characters received by the dummy driver
Samuel Thibault
2020-11-09
1
-1
/
+6
|
/
*
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2020-08-31
8
-11
/
+25
|
\
|
*
Merge tag 'char-misc-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-26
7
-10
/
+24
|
|
\
|
|
*
speakup: only build serialio when ISA is enabled
Samuel Thibault
2020-08-18
2
-5
/
+10
|
|
*
speakup: Fix wait_for_xmitr for ttyio case
Samuel Thibault
2020-08-18
5
-5
/
+14
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
|
/
*
/
vc: propagate "viewed as bool" from screenpos up
Jiri Slaby
2020-08-18
1
-2
/
+2
|
/
*
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-08-06
2
-19
/
+19
|
\
|
*
vc: separate state
Jiri Slaby
2020-06-24
1
-5
/
+5
*
|
staging/speakup: Move out of staging
Samuel Thibault
2020-07-29
44
-0
/
+11463
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-2
/
+2
*
console: Don't perform test for CON_BRL flag
Andy Shevchenko
2020-02-11
1
-4
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
printk: move braille console support into separate braille.[ch] files
Joe Perches
2013-07-31
1
-2
/
+7
*
vt:tackle kbd_table
Alan Cox
2012-03-08
1
-6
/
+3
*
module_param: make bool parameters really bool (drivers & misc)
Rusty Russell
2012-01-13
1
-1
/
+1
[next]