Age | Commit message (Expand) | Author | Files | Lines |
2024-06-24 | kernel/panic: add verbose logging of kernel taints in backtraces | Jani Nikula | 1 | -11/+34 |
2024-06-24 | kernel/panic: initialize taint_flags[] using a macro | Jani Nikula | 1 | -19/+27 |
2024-06-24 | kernel/panic: convert print_tainted() to use struct seq_buf internally | Jani Nikula | 1 | -14/+24 |
2024-06-24 | kernel/panic: return early from print_tainted() when not tainted | Jani Nikula | 1 | -12/+13 |
2024-04-24 | kernel misc: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2024-03-14 | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+9 |
2024-02-22 | panic: add option to dump blocked tasks in panic_print | Feng Tang | 1 | -0/+4 |
2024-02-22 | panic: suppress gnu_printf warning | Baoquan He | 1 | -0/+5 |
2024-02-07 | panic: Flush kernel log buffer at the end | John Ogness | 1 | -0/+8 |
2023-10-04 | panic: use atomic_try_cmpxchg in panic() and nmi_panic() | Uros Bizjak | 1 | -9/+13 |
2023-09-15 | panic: Reenable preemption in WARN slowpath | Lukas Wunner | 1 | -0/+1 |
2023-08-18 | mm: remove arguments of show_mem() | Kefeng Wang | 1 | -1/+1 |
2023-06-09 | panic: hide unused global functions | Arnd Bergmann | 1 | -2/+1 |
2023-04-14 | cpu: Mark nmi_panic_self_stop() __noreturn | Josh Poimboeuf | 1 | -1/+1 |
2023-04-14 | cpu: Mark panic_smp_self_stop() __noreturn | Josh Poimboeuf | 1 | -1/+1 |
2023-03-02 | panic: fix the panic_print NMI backtrace setting | Guilherme G. Piccoli | 1 | -18/+26 |
2023-01-31 | cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG | Peter Zijlstra | 1 | -0/+5 |
2022-12-23 | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+5 |
2022-12-16 | exit: Use READ_ONCE() for all oops/warn limit reads | Kees Cook | 1 | -2/+5 |
2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+42 |
2022-12-02 | panic: Expose "warn_count" to sysfs | Kees Cook | 1 | -2/+20 |
2022-12-02 | panic: Introduce warn_limit | Kees Cook | 1 | -0/+14 |
2022-12-02 | panic: Consolidate open-coded panic_on_warn checks | Kees Cook | 1 | -2/+7 |
2022-12-01 | panic: Separate sysctl logic from CONFIG_SMP | Kees Cook | 1 | -1/+3 |
2022-11-18 | panic: use str_enabled_disabled() helper | Andy Shevchenko | 1 | -2/+3 |
2022-09-01 | kernel/panic: Drop unblank_screen call | Daniel Vetter | 1 | -3/+0 |
2022-08-02 | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -0/+1 |
2022-07-01 | panic: Taint kernel if tests are run | David Gow | 1 | -0/+1 |
2022-06-23 | Merge branch 'rework/kthreads' into for-linus | Petr Mladek | 1 | -6/+0 |
2022-06-23 | Revert "printk: add functions to prefer direct printing" | Petr Mladek | 1 | -4/+0 |
2022-06-23 | Revert "printk: Wait for the global console lock when the system is going down" | Petr Mladek | 1 | -2/+0 |
2022-06-17 | Merge branch 'rework/kthreads' into for-linus | Petr Mladek | 1 | -0/+2 |
2022-06-15 | printk: Wait for the global console lock when the system is going down | Petr Mladek | 1 | -0/+2 |
2022-05-26 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+25 |
2022-05-25 | Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+4 |
2022-05-08 | randstruct: Reorganize Kconfigs and attribute macros | Kees Cook | 1 | -1/+1 |
2022-04-22 | printk: add functions to prefer direct printing | John Ogness | 1 | -0/+4 |
2022-04-06 | kernel/panic: move panic sysctls to its own file | tangmeng | 1 | -1/+25 |
2022-03-23 | panic: move panic_print before kmsg dumpers | Guilherme G. Piccoli | 1 | -4/+9 |
2022-03-23 | panic: add option to dump all CPUs backtraces in panic_print | Guilherme G. Piccoli | 1 | -0/+4 |
2022-03-23 | panic: unset panic_on_warn inside panic() | Tiezhu Yang | 1 | -9/+11 |
2022-01-20 | panic: remove oops_id | Sebastian Andrzej Siewior | 1 | -18/+1 |
2022-01-20 | panic: use error_report_end tracepoint on warnings | Marco Elver | 1 | -0/+2 |
2021-08-30 | Merge branch 'rework/printk_safe-removal' into for-linus | Petr Mladek | 1 | -3/+0 |
2021-07-26 | printk: remove safe buffers | John Ogness | 1 | -3/+0 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2020-11-14 | panic: don't dump stack twice on warn | Christophe Leroy | 1 | -1/+2 |
2020-10-16 | panic: dump registers on panic_on_warn | Alexey Kardashevskiy | 1 | -6/+6 |
2020-08-12 | panic: make print_oops_end_marker() static | Yue Hu | 1 | -1/+1 |
2020-08-12 | kernel/panic.c: make oops_may_print() return bool | Tiezhu Yang | 1 | -1/+1 |