summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/kgdboc.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-20kgdboc: fix return value of __setup handlerRandy Dunlap1-3/+3
2019-04-03Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang1-1/+3
2018-12-13kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin1-2/+2
2018-12-08kgdboc: Fix warning with module buildLaura Abbott1-18/+19
2018-12-08kgdboc: Fix restrict errorLaura Abbott1-4/+2
2018-11-13kgdboc: Passing ekgdboc to command line causes panicHe Zhe1-0/+5
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/jw...Linus 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-27tty/serial: Add kgdb_nmi driverAnton Vorontsov1-0/+9
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2011-11-01tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker1-0/+1
2011-03-26kgdboc,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