summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-0/+9
|\
| * panic: add option to dump blocked tasks in panic_printFeng Tang2024-02-221-0/+4
| * panic: suppress gnu_printf warningBaoquan He2024-02-221-0/+5
* | panic: Flush kernel log buffer at the endJohn Ogness2024-02-071-0/+8
|/
* panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak2023-10-041-9/+13
* panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-151-0/+1
* mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
* panic: hide unused global functionsArnd Bergmann2023-06-091-2/+1
* cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
* cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
* panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli2023-03-021-18/+26
* cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-01-311-0/+5
* Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-231-2/+5
|\
| * exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-161-2/+5
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-3/+42
|\|
| * panic: Expose "warn_count" to sysfsKees Cook2022-12-021-2/+20
| * panic: Introduce warn_limitKees Cook2022-12-021-0/+14
| * panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+7
| * panic: Separate sysctl logic from CONFIG_SMPKees Cook2022-12-011-1/+3
* | panic: use str_enabled_disabled() helperAndy Shevchenko2022-11-181-2/+3
|/
* kernel/panic: Drop unblank_screen callDaniel Vetter2022-09-011-3/+0
* Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-021-0/+1
|\
| * panic: Taint kernel if tests are runDavid Gow2022-07-011-0/+1
* | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-231-6/+0
|\ \
| * | Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-4/+0
| * | Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-2/+0
* | | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-171-0/+2
|\| | | |/ |/|
| * printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+2
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-1/+25
|\ \ | |/ |/|
| * kernel/panic: move panic sysctls to its own filetangmeng2022-04-061-1/+25
* | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-251-0/+4
|\ \
| * | printk: add functions to prefer direct printingJohn Ogness2022-04-221-0/+4
* | | randstruct: Reorganize Kconfigs and attribute macrosKees Cook2022-05-081-1/+1
| |/ |/|
* | panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2022-03-231-4/+9
* | panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-03-231-0/+4
* | panic: unset panic_on_warn inside panic()Tiezhu Yang2022-03-231-9/+11
|/
* panic: remove oops_idSebastian Andrzej Siewior2022-01-201-18/+1
* panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-0/+2
* Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-3/+0
|\
| * printk: remove safe buffersJohn Ogness2021-07-261-3/+0
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* panic: don't dump stack twice on warnChristophe Leroy2020-11-141-1/+2
* panic: dump registers on panic_on_warnAlexey Kardashevskiy2020-10-161-6/+6
* panic: make print_oops_end_marker() staticYue Hu2020-08-121-1/+1
* kernel/panic.c: make oops_may_print() return boolTiezhu Yang2020-08-121-1/+1
* bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-1/+3
* panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-06-081-0/+11
* kernel: add panic_on_taintRafael Aquini2020-06-081-0/+34
* locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon2019-11-251-11/+0
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-071-0/+1