aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-25/+0
2021-07-26printk: remove NMI trackingJohn Ogness1-8/+0
2021-07-26printk: remove safe buffersJohn Ogness1-17/+0
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down1-0/+2
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down1-0/+6
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes1-3/+0
2021-03-08printk: remove logbuf_lockJohn Ogness1-3/+1
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-2/+2
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek1-3/+5
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-0/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-1/+8
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek1-2/+4
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky1-17/+0
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky1-23/+53
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds1-10/+6
2016-08-02printk: create pr_<level> functionsJoe Perches1-6/+10
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek1-0/+2
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek1-0/+11
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+44