summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_safe.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1Star
* printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-061-2/+2
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-21/+37
* printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky2018-06-051-1/+1
* printk: fix possible reuse of va_list variableTetsuo Handa2018-05-161-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-211-1/+1
|\
| * printk: fix typo in printk_safe.cBaoquan He2017-10-301-1/+1
* | printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)2017-10-131-7/+8
|/
* printk: add __printf attributes to internal functionsNicolas Iooss2017-06-131-5/+5
* printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek2017-05-191-2/+24
* printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky2017-02-081-10/+28
* printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky2017-02-081-8/+6Star
* printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky2017-02-081-25/+103
* printk: rename nmi.c and exported apiSergey Senozhatsky2017-02-081-0/+291