summaryrefslogtreecommitdiff
path: root/kernel/panic.c
AgeCommit message (Expand)Author
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter
2024-08-21panic: Mark emergency section in oopsJohn Ogness
2024-08-21panic: Mark emergency section in warnThomas Gleixner
2024-08-21printk: Coordinate direct printing in panicJohn Ogness
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula
2024-06-24kernel/panic: initialize taint_flags[] using a macroJani Nikula
2024-06-24kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula
2024-06-24kernel/panic: return early from print_tainted() when not taintedJani Nikula
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang
2024-02-22panic: suppress gnu_printf warningBaoquan He
2024-02-07panic: Flush kernel log buffer at the endJohn Ogness
2023-10-04panic: use atomic_try_cmpxchg in panic() and nmi_panic()Uros Bizjak
2023-09-15panic: Reenable preemption in WARN slowpathLukas Wunner
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2023-06-09panic: hide unused global functionsArnd Bergmann
2023-04-14cpu: Mark nmi_panic_self_stop() __noreturnJosh Poimboeuf
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf
2023-03-02panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-16exit: Use READ_ONCE() for all oops/warn limit readsKees Cook
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-02panic: Expose "warn_count" to sysfsKees Cook
2022-12-02panic: Introduce warn_limitKees Cook
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-12-01panic: Separate sysctl logic from CONFIG_SMPKees Cook
2022-11-18panic: use str_enabled_disabled() helperAndy Shevchenko
2022-09-01kernel/panic: Drop unblank_screen callDaniel Vetter
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-07-01panic: Taint kernel if tests are runDavid Gow
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-17Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-25Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-08randstruct: Reorganize Kconfigs and attribute macrosKees Cook
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng
2022-03-23panic: move panic_print before kmsg dumpersGuilherme G. Piccoli
2022-03-23panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli
2022-03-23panic: unset panic_on_warn inside panic()Tiezhu Yang