summaryrefslogtreecommitdiffstats
path: root/kernel/panic.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-1/+1
* bug: lift "cut here" out of __warn()Kees Cook2019-09-251-4/+2
* bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-7/+7
* bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-15/+3
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-251-0/+8
* docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab2019-07-151-1/+1
* docs: sysctl: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+5
* panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2019-05-141-0/+2
* panic: avoid the extra noise dmesgFeng Tang2019-05-141-0/+3
* s390: simplify disabled_waitMartin Schwidefsky2019-05-021-6/+1
* kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing2019-03-071-6/+4
* kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-041-1/+1
* panic: add options to print system info when panic happensFeng Tang2019-01-041-0/+28
* Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-1/+5
|\
| * panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky2018-11-221-1/+5
* | kernel/panic.c: filter out a potential trailing newlineBorislav Petkov2018-10-311-2/+6
* | kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov2018-10-311-1/+1
|/
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* taint: add taint for randstructKees Cook2018-04-111-1/+3
* taint: consolidate documentationKees Cook2018-04-111-19/+4
* taint: convert to indexed initializationKees Cook2018-04-111-17/+19
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-0/+2
|\
| * lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)2018-04-061-0/+2
* | Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-021-1/+1
|\ \
| * | panic: Add closing panic marker parenthesisBorislav Petkov2018-03-081-1/+1
| |/
* / bug: use %pB in BUG and stack protector failureKees Cook2018-03-091-1/+1
|/
* kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-171-0/+2
* bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook2017-11-171-1/+15
* bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
* kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-1/+2
* kernel debug: support resetting WARN*_ONCEAndi Kleen2017-11-171-0/+28
* locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sparc64: Send break twice from console to return to boot promVijay Kumar2017-02-231-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-02-221-2/+2
|\
| * printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-2/+2