summaryrefslogtreecommitdiff
path: root/kernel/printk/printk_safe.c
AgeCommit message (Expand)Author
2023-07-20printk: Consolidate console deferred printingJohn Ogness
2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek
2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek
2021-07-26printk: remove NMI trackingJohn Ogness
2021-07-26printk: remove safe buffersJohn Ogness
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes
2021-03-08printk: remove logbuf_lockJohn Ogness
2021-02-10printk: fix deadlock when kernel panicMuchun Song
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-09-01Merge branch 'master' into for-nextJiri Kosina
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-05-18printk: fix global commentRandy Dunlap
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-10-30printk: fix typo in printk_safe.cBaoquan He
2017-10-13printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky