aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+9
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang1-0/+4
2024-02-22panic: suppress gnu_printf warningBaoquan He1-0/+5
2024-02-07panic: Flush kernel log buffer at the endJohn Ogness1-0/+8
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak1-9/+13
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner1-0/+1
2023-08-18mm: remove arguments of show_mem()Kefeng Wang1-1/+1
2023-06-09panic: hide unused global functionsArnd Bergmann1-2/+1
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf1-1/+1
2023-03-02panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli1-18/+26
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra1-0/+5
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+5
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsKees Cook1-2/+5
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+42
2022-12-02panic: Expose "warn_count" to sysfsKees Cook1-2/+20
2022-12-02panic: Introduce warn_limitKees Cook1-0/+14
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+7
2022-12-01panic: Separate sysctl logic from CONFIG_SMPKees Cook1-1/+3
2022-11-18panic: use str_enabled_disabled() helperAndy Shevchenko1-2/+3
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter1-3/+0
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-0/+1
2022-07-01panic: Taint kernel if tests are runDavid Gow1-0/+1
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-6/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-4/+0
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek1-2/+0
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek1-0/+2
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek1-0/+2
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+25
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-0/+4
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook1-1/+1
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+4
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng1-1/+25
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli1-4/+9
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli1-0/+4
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang1-9/+11
2022-01-20panic: remove oops_idSebastian Andrzej Siewior1-18/+1
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver1-0/+2
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-3/+0
2021-07-26printk: remove safe buffersJohn Ogness1-3/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-11-14panic: don't dump stack twice on warnChristophe Leroy1-1/+2
2020-10-16panic: dump registers on panic_on_warnAlexey Kardashevskiy1-6/+6
2020-08-12panic: make print_oops_end_marker() staticYue Hu1-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolTiezhu Yang1-1/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner1-1/+3
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli1-0/+11
2020-06-08kernel: add panic_on_taintRafael Aquini1-0/+34
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon1-11/+0
2019-10-07panic: ensure preemption is disabled during panic()Will Deacon1-0/+1