summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_safe.c
Commit message (Expand)AuthorAgeFilesLines
* printk: Consolidate console deferred printingJohn Ogness2023-07-201-7/+2
* Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-32/+0
* printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+32
* printk: remove NMI trackingJohn Ogness2021-07-261-36/+1
* printk: remove safe buffersJohn Ogness2021-07-261-331/+4
* printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal2021-06-161-1/+1
* printk: rename vprintk_func to vprintkRasmus Villemoes2021-03-301-1/+2
* printk: remove logbuf_lockJohn Ogness2021-03-081-18/+9
* printk: fix deadlock when kernel panicMuchun Song2021-02-101-4/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2020-09-011-14/+13
| |\
| * | printk: fix global commentRandy Dunlap2020-05-181-1/+1
* | | printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-1/+1
| |/ |/|
* | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-121-0/+7
|\ \
| * | printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-111-0/+7
* | | printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra2020-05-191-2/+3
* | | printk: Prepare for nested printk_nmi_enter()Petr Mladek2020-05-191-2/+2
|/ /
* / printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-101-10/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* 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/+6
* 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