index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk_safe.c
Age
Commit message (
Expand
)
Author
2020-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2020-09-22
printk: move dictionary keys to dev_printk_info
John Ogness
2020-09-01
Merge branch 'master' into for-next
Jiri Kosina
2020-06-12
Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-11
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2020-05-19
printk: Disallow instrumenting print_nmi_enter()
Peter Zijlstra
2020-05-19
printk: Prepare for nested printk_nmi_enter()
Petr Mladek
2020-05-18
printk: fix global comment
Randy Dunlap
2020-04-10
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
2018-09-06
printk/tracing: Do not trace printk_nmi_enter()
Steven Rostedt (VMware)
2018-07-09
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
2018-06-05
printk: drop in_nmi check from printk_safe_flush_on_panic()
Sergey Senozhatsky
2018-05-16
printk: fix possible reuse of va_list variable
Tetsuo Handa
2017-11-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2017-10-30
printk: fix typo in printk_safe.c
Baoquan He
2017-10-13
printk: Remove superfluous memory barriers from printk_safe
Steven Rostedt (VMware)
2017-06-13
printk: add __printf attributes to internal functions
Nicolas Iooss
2017-05-19
printk: Use the main logbuf in NMI when logbuf_lock is available
Petr Mladek
2017-02-08
printk: report lost messages in printk safe/nmi contexts
Sergey Senozhatsky
2017-02-08
printk: always use deferred printk when flush printk_safe lines
Sergey Senozhatsky
2017-02-08
printk: introduce per-cpu safe_print seq buffer
Sergey Senozhatsky
2017-02-08
printk: rename nmi.c and exported api
Sergey Senozhatsky