index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'printk-rework' into for-linus
Petr Mladek
2020-10-12
1
-574
/
+573
|
\
|
*
printk: reduce setup_text_buf size to LOG_LINE_MAX
John Ogness
2020-09-30
1
-1
/
+1
|
*
printk: avoid and/or handle record truncation
John Ogness
2020-09-30
1
-1
/
+8
|
*
printk: remove dict ring
John Ogness
2020-09-22
1
-32
/
+14
|
*
printk: move dictionary keys to dev_printk_info
John Ogness
2020-09-22
1
-80
/
+86
|
*
printk: move printk_info into separate array
John Ogness
2020-09-22
1
-7
/
+23
|
*
printk: reimplement log_cont using record extension
John Ogness
2020-09-15
1
-78
/
+20
|
*
printk: ringbuffer: clear initial reserved fields
John Ogness
2020-09-15
1
-4
/
+8
|
*
printk: use the lockless ringbuffer
John Ogness
2020-07-10
1
-447
/
+493
|
*
Revert "printk: lock/unlock console only for new logbuf entries"
John Ogness
2020-07-10
1
-7
/
+3
*
|
printk: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-10-05
1
-1
/
+1
*
|
kernel: printk: delete repeated words in comments
Randy Dunlap
2020-08-10
1
-2
/
+2
*
|
Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-08-05
1
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'for-5.9-console-return-codes' into for-linus
Petr Mladek
2020-08-04
1
-4
/
+4
|
|
\
|
|
*
console: Fix trivia typo 'change' -> 'chance'
Andy Shevchenko
2020-06-25
1
-1
/
+1
|
|
*
console: Propagate error code from console ->setup()
Andy Shevchenko
2020-06-25
1
-3
/
+3
|
*
|
doc:kmsg: explicitly state the return value in case of SEEK_CUR
Bruno Meneguele
2020-07-13
1
-0
/
+8
|
|
/
*
/
Revert "kernel/printk: add kmsg SEEK_CUR handling"
Jason A. Donenfeld
2020-06-22
1
-10
/
+0
|
/
*
Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-12
1
-13
/
+1
|
\
|
*
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2020-06-11
1
-13
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-1
/
+1
*
|
Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-06-01
1
-49
/
+96
|
\
\
|
*
\
Merge branch 'for-5.8' into for-linus
Petr Mladek
2020-06-01
1
-22
/
+78
|
|
\
\
|
|
*
|
printk: handle blank console arguments passed in.
Shreyas Joshi
2020-05-22
1
-0
/
+3
|
|
*
|
kernel/printk: add kmsg SEEK_CUR handling
Bruno Meneguele
2020-05-21
1
-0
/
+10
|
|
*
|
printk: Fix a typo in comment "interator"->"iterator"
Ethon Paul
2020-05-21
1
-2
/
+2
|
|
|
/
|
*
|
Merge branch 'for-5.7-preferred-console' into for-linus
Petr Mladek
2020-06-01
1
-44
/
+78
|
|
\
\
|
|
*
|
printk: Correctly set CON_CONSDEV even when preferred console was not registered
Benjamin Herrenschmidt
2020-02-18
1
-0
/
+2
|
|
*
|
printk: Fix preferred console selection with multiple matches
Benjamin Herrenschmidt
2020-02-18
1
-11
/
+18
|
|
*
|
printk: Move console matching logic into a separate function
Benjamin Herrenschmidt
2020-02-18
1
-40
/
+65
|
*
|
|
printk: Convert a use of sprintf to snprintf in console_unlock
Nathan Chancellor
2020-02-11
1
-3
/
+3
|
|
/
/
*
|
|
printk: Introduce kmsg_dump_reason_str()
Kees Cook
2020-05-30
1
-0
/
+17
*
|
|
printk: honor the max_reason field in kmsg_dumper
Pavel Tatashin
2020-05-30
1
-4
/
+11
|
|
/
|
/
|
*
|
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2020-04-10
1
-0
/
+34
*
|
console: Introduce ->exit() callback
Andy Shevchenko
2020-02-11
1
-0
/
+3
*
|
console: Don't notify user space when unregister non-listed console
Andy Shevchenko
2020-02-11
1
-1
/
+11
*
|
console: Avoid positive return code from unregister_console()
Andy Shevchenko
2020-02-11
1
-2
/
+4
*
|
console: Drop misleading comment
Andy Shevchenko
2020-02-11
1
-1
/
+0
*
|
console: Use for_each_console() helper in unregister_console()
Andy Shevchenko
2020-02-11
1
-6
/
+5
*
|
console: Drop double check for console_drivers being non-NULL
Andy Shevchenko
2020-02-11
1
-10
/
+6
|
/
*
printk: fix exclusive_console replaying
John Ogness
2020-01-02
1
-2
/
+2
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-12-03
1
-1
/
+1
|
\
|
*
irq_work: Convert flags to atomic_t
Frederic Weisbecker
2019-11-11
1
-1
/
+1
*
|
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-5
/
+5
|
/
*
Merge branch 'for-5.4' into for-linus
Petr Mladek
2019-09-16
1
-6
/
+16
|
\
|
*
printk: Replace strncmp() with str_has_prefix()
Chuhong Yuan
2019-08-16
1
-6
/
+16
*
|
printk: Do not lose last line in kmsg buffer dump
Vincent Whitchurch
2019-07-12
1
-1
/
+1
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
panic: add an option to replay all the printk message in buffer
Feng Tang
2019-05-19
1
-1
/
+11
[next]