summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-39/+32
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-5/+13
2025-07-23sysctl: Move sysctl_panic_on_stackoverflow to kernel/panic.cJoel Granados1-0/+10
2025-07-23sysctl: Move tainted ctl_table into kernel/panic.cJoel Granados1-0/+50
2025-07-19panic: add note that panic_print sysctl interface is deprecatedFeng Tang1-8/+13
2025-07-19panic: add 'panic_sys_info=' setup option for kernel cmdlineFeng Tang1-0/+9
2025-07-19panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang1-0/+7
2025-07-19panic: generalize panic_print's function to show sys infoFeng Tang1-32/+4
2025-07-19panic: clean up code for console replayFeng Tang1-9/+9
2025-07-11panic: Fix up description of vpanic()Nam Cao1-1/+1
2025-07-09panic: Add vpanic()Nam Cao1-4/+12
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+3
2025-05-21kernel/panic.c: format kernel-doc commentsSravan Kumar Gundu1-5/+3
2025-04-09panic: Move panic ctl tables into panic.cJoel Granados1-0/+30
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+6
2025-03-25objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf1-0/+6
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe1-0/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-1/+7
2024-08-21panic: Mark emergency section in oopsJohn Ogness1-0/+2
2024-08-21panic: Mark emergency section in warnThomas Gleixner1-0/+4
2024-08-21printk: Coordinate direct printing in panicJohn Ogness1-0/+2
2024-08-21printk: nbcon: Add unsafe flushing on panicJohn Ogness1-0/+1
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura1-1/+7
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+1
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe1-1/+1
2024-06-24kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula1-11/+34
2024-06-24kernel/panic: initialize taint_flags[] using a macroJani Nikula1-19/+27
2024-06-24kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula1-14/+24
2024-06-24kernel/panic: return early from print_tainted() when not taintedJani Nikula1-12/+13
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus 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/ke...Linus 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/g...Linus 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