aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdb_nmi.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2015-05-06serial: kgdb_nmi: Use bool function return values of true/false not 1/0Joe Perches
2014-09-08serial: kgdb_nmi: No CON_ENABLED by defaultDaniel Thompson
2014-07-17tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson
2014-05-29serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson
2014-05-29serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson
2014-05-29serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov