aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdboc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27serial: kgdboc: Fix typo in commentXiang wangx1-1/+1
2022-03-18kgdboc: fix return value of __setup handlerRandy Dunlap1-3/+3
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman1-16/+16
2020-06-27serial: kgdboc: Fix bad line wrapping in commentDouglas Anderson1-1/+2
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg1-16/+16
2020-06-02serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson1-1/+38
2020-06-02kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson1-1/+14
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson1-0/+136
2020-05-18kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson1-2/+0
2020-05-18kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson1-25/+101
2020-05-18Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson1-4/+0
2020-02-10kgdboc: Use for_each_console() helperAndy Shevchenko1-3/+1
2019-07-30kgdboc: disable the console lock when in kgdbDouglas Anderson1-0/+4
2019-03-28Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang1-1/+3
2018-12-06kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-09-20kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-09-18kgdboc: Fix restrict errorLaura Abbott1-4/+2
2018-09-18kgdboc: Change printk to the right fashionHe Zhe1-5/+7
2018-09-18kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+2
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+2
2013-09-04treewide: Convert retrun typos to returnJoe Perches1-1/+1
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-1/+2
2012-10-12kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel1-1/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-09-26tty/serial: Add kgdb_nmi driverAnton Vorontsov1-0/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker1-0/+1
2011-03-25kgdboc,kgdbts: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+328