开源镜像站
帮助
动态
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
/
serial
/
kgdb_nmi.c
Age
Commit message (
Expand
)
Author
2025-01-17
serial: kgdb_nmi: Remove unused knock code
Dr. David Alan Gilbert
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::write()
Jiri Slaby (SUSE)
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
2021-05-20
serial: kgdb_nmi: remove redundant initialization of variable c
Colin Ian King
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-03-10
tty: do not check tty_unregister_driver's return value
Jiri Slaby
2020-06-26
kdb: Switch to use safer dbg_io_ops over console APIs
Sumit Garg
2020-01-14
tty/serial: kgdb_nmi: use true,false for bool variable
Zheng Bin
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2015-05-06
serial: kgdb_nmi: Use bool function return values of true/false not 1/0
Joe Perches
2014-09-08
serial: kgdb_nmi: No CON_ENABLED by default
Daniel Thompson
2014-07-17
tty: kgdb_nmi: Automatically manage tty enable
Daniel Thompson
2014-05-29
serial: kgdb_nmi: Improve console integration with KDB I/O
Daniel Thompson
2014-05-29
serial: kgdb_nmi: Switch from tasklets to real timers
Daniel Thompson
2014-05-29
serial: kgdb_nmi: Use container_of() to locate private data
Daniel Thompson
2014-01-07
tty: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-02-04
kgdb: remove #include <linux/serial_8250.h> from kgdb.h
Greg Kroah-Hartman
2013-01-15
TTY: switch tty_flip_buffer_push
Jiri Slaby
2013-01-15
TTY: switch tty_insert_flip_char
Jiri Slaby
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
2012-09-26
tty/serial: Add kgdb_nmi driver
Anton Vorontsov