aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_safe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek1-32/+0
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek1-0/+32
2021-07-26printk: remove NMI trackingJohn Ogness1-36/+1
2021-07-26printk: remove safe buffersJohn Ogness1-331/+4
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal1-1/+1
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes1-1/+2
2021-03-08printk: remove logbuf_lockJohn Ogness1-18/+9
2021-02-10printk: fix deadlock when kernel panicMuchun Song1-4/+12
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-1/+1
2020-09-01Merge branch 'master' into for-nextJiri Kosina1-14/+13
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-0/+7
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek1-0/+7
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra1-2/+3
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek1-2/+2
2020-05-18printk: fix global commentRandy Dunlap1-1/+1
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-10/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-21/+37
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky1-1/+1
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2017-10-30printk: fix typo in printk_safe.cBaoquan He1-1/+1
2017-10-13printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)1-7/+8
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss1-5/+5
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek1-2/+24
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky1-10/+28
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky1-8/+6
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky1-25/+103
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky1-0/+291