Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli
2020-06-08kernel: add panic_on_taintRafael Aquini
2019-11-25locking/refcount: Remove unused 'refcount_error_report()' functionWill Deacon
2019-10-08panic: ensure preemption is disabled during panic()Will Deacon
2019-09-26bug: consolidate __WARN_FLAGS usageKees Cook
2019-09-26bug: lift "cut here" out of __warn()Kees Cook
2019-09-26bug: consolidate warn_slowpath_fmt() usageKees Cook
2019-09-26bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2019-09-26kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson
2019-07-15docs: admin-guide: move sysctl directory to itMauro Carvalho Chehab
2019-07-15docs: sysctl: convert to ReSTMauro Carvalho Chehab
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-15panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen
2019-05-15panic: avoid the extra noise dmesgFeng Tang
2019-05-02s390: simplify disabled_waitMartin Schwidefsky
2019-03-08kernel/panic.c: taint: fix debugfs_simple_attr.cocci warningsYueHaibing
2019-01-05kernel/sysctl: add panic_print into sysctlFeng Tang
2019-01-05panic: add options to print system info when panic happensFeng Tang
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-11-22panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-04-11taint: add taint for randstructKees Cook
2018-04-11taint: consolidate documentationKees Cook
2018-04-11taint: convert to indexed initializationKees Cook
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)
2018-04-02Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-10bug: use %pB in BUG and stack protector failureKees Cook
2018-03-08panic: Add closing panic marker parenthesisBorislav Petkov
2017-11-18kernel/panic.c: add TAINT_AUXBorislav Petkov
2017-11-18bug: fix "cut here" location for __WARN_TAINT architecturesKees Cook
2017-11-18bug: define the "cut here" string in a single placeKees Cook
2017-11-18kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen
2017-11-18kernel debug: support resetting WARN*_ONCEAndi Kleen
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-23sparc64: Send break twice from console to return to boot promVijay Kumar
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky
2017-01-25kernel/panic.c: add missing \nJiri Slaby
2017-01-17taint/module: Fix problems when out-of-kernel driver defines true or falseLarry Finger
2016-11-26taint/module: Clean up global and module taint flags handlingPetr Mladek
2016-10-12x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-08-03kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai
2016-05-21printk/nmi: flush NMI messages on the system panicPetr Mladek
2016-03-23panic: change nmi_panic from macro to functionHidehiro Kawai