summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdb_nmi.c
Commit message (Expand)AuthorAgeFilesLines
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+3
* serial: kgdb_nmi: remove redundant initialization of variable cColin Ian King2021-05-201-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-3/+1
* kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+1
* tty/serial: kgdb_nmi: use true,false for bool variableZheng Bin2020-01-141-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-4/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: kgdb_nmi: Use bool function return values of true/false not 1/0Joe Perches2015-05-061-3/+3
* serial: kgdb_nmi: No CON_ENABLED by defaultDaniel Thompson2014-09-081-2/+3
* tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson2014-07-171-21/+15
* serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson2014-05-291-3/+13
* serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson2014-05-291-21/+9
* serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson2014-05-291-8/+5
* tty: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0
* kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-041-0/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-9/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+2
* tty/serial: Add kgdb_nmi driverAnton Vorontsov2012-09-261-0/+402