summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/kgdboc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness2023-01-161-15/+5
* tty: serial: kgdboc: use console_list_lock to trap exitJohn Ogness2022-12-021-3/+3
* tty: serial: kgdboc: synchronize tty_find_polling_driver() and register_conso...John Ogness2022-12-021-4/+12
* tty: serial: kgdboc: use console_list_lock for list traversalJohn Ogness2022-12-021-0/+12
* tty: serial: kgdboc: use srcu console list iteratorJohn Ogness2022-12-021-2/+8
* tty: serial: kgdboc: document console_lock usageJohn Ogness2022-12-021-0/+8
* serial: kgdboc: Lock console list in probe functionThomas Gleixner2022-12-021-0/+2
* serial: kgdboc: Fix typo in commentXiang wangx2022-06-271-1/+1
* kgdboc: fix return value of __setup handlerRandy Dunlap2022-03-181-3/+3
* Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-201-16/+16
|\
| * kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-16/+16
* | serial: kgdboc: Fix bad line wrapping in commentDouglas Anderson2020-06-271-1/+2
|/
* serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson2020-06-021-1/+38
* kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson2020-06-021-1/+14
* kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-0/+136
* kgdboc: Remove useless #ifdef CONFIG_KGDB_SERIAL_CONSOLE in kgdbocDouglas Anderson2020-05-181-2/+0
* kgdboc: Use a platform device to handle tty drivers showing up lateDouglas Anderson2020-05-181-25/+101
* Revert "kgdboc: disable the console lock when in kgdb"Douglas Anderson2020-05-181-4/+0
* kgdboc: Use for_each_console() helperAndy Shevchenko2020-02-101-3/+1
* kgdboc: disable the console lock when in kgdbDouglas Anderson2019-07-301-0/+4
* Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-03-281-1/+3
* kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2018-12-061-2/+2
* kgdboc: Fix warning with module buildLaura Abbott2018-09-201-18/+19
* kgdboc: Fix restrict errorLaura Abbott2018-09-181-4/+2
* kgdboc: Change printk to the right fashionHe Zhe2018-09-181-5/+7
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2018-09-181-0/+5
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+2
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+2
* | 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
|/
* treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-131-1/+2
|\
| * kgdboc: Accept either kbd or kdb to activate the vga + keyboard kdb shellJason Wessel2012-10-121-1/+2
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
| |/
* / tty/serial: Add kgdb_nmi driverAnton Vorontsov2012-09-261-0/+9
|/
* tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-10-311-0/+1
* kgdboc,kgdbts: strlen() doesn't count the terminatorDan Carpenter2011-03-251-1/+1
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-131-0/+328