summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-0/+1
2022-07-01panic: Taint kernel if tests are runDavid Gow-0/+1
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek-6/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek-4/+0
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek-2/+0
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek-0/+2
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek-0/+2
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+25
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+4
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook-1/+1
2022-04-22printk: add functions to prefer direct printingJohn Ogness-0/+4
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng-1/+25
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli-4/+9
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli-0/+4
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang-9/+11
2022-01-20panic: remove oops_idSebastian Andrzej Siewior-18/+1
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver-0/+2
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-3/+0
2021-07-26printk: remove safe buffersJohn Ogness-3/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2020-11-14panic: don't dump stack twice on warnChristophe Leroy-1/+2
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy-6/+6
2020-08-12panic: make print_oops_end_marker() staticYue Hu-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang-1/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner-1/+3
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli-0/+11
2020-06-08kernel: add panic_on_taintRafael Aquini-0/+34
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon-11/+0
2019-10-07panic: ensure preemption is disabled during panic()Will Deacon-0/+1
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook-1/+1
2019-09-25bug: lift "cut here" out of __warn()Kees Cook-4/+2
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook-7/+7
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook-15/+3
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson-0/+8
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab-1/+1
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang-1/+5
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen-0/+2
2019-05-14panic: avoid the extra noise dmesgFeng Tang-0/+3
2019-05-02s390: simplify disabled_waitMartin Schwidefsky-6/+1
2019-03-07kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing-6/+4
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang-1/+1
2019-01-04panic: add options to print system info when panic happensFeng Tang-0/+28
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+5
2018-11-22panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky-1/+5
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov-2/+6
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov-1/+1
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds-1/+1
2018-04-11taint: add taint for randstructKees Cook-1/+3