aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdb_nmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08serial: kgdb_nmi: No CON_ENABLED by defaultDaniel Thompson1-2/+3
2014-07-17tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson1-21/+15
2014-05-29serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson1-3/+13
2014-05-29serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson1-21/+9
2014-05-29serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson1-8/+5
2014-01-07tty: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-9/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov1-0/+402