index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
Commit message (
Expand
)
Author
Age
Files
Lines
*
printk: ringbuffer: Wrong data pointer when appending small string
Petr Mladek
2020-10-15
1
-1
/
+4
*
Merge branch 'printk-rework' into for-linus
Petr Mladek
2020-10-12
6
-577
/
+3042
|
\
|
*
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
3
-4
/
+19
|
*
printk: remove dict ring
John Ogness
2020-09-22
3
-200
/
+64
|
*
printk: move dictionary keys to dev_printk_info
John Ogness
2020-09-22
4
-83
/
+92
|
*
printk: move printk_info into separate array
John Ogness
2020-09-22
3
-71
/
+133
|
*
printk: reimplement log_cont using record extension
John Ogness
2020-09-15
1
-78
/
+20
|
*
printk: ringbuffer: add finalization/extension support
John Ogness
2020-09-15
2
-55
/
+476
|
*
printk: ringbuffer: change representation of states
John Ogness
2020-09-15
2
-32
/
+27
|
*
printk: ringbuffer: clear initial reserved fields
John Ogness
2020-09-15
2
-16
/
+26
|
*
printk: ringbuffer: add BLK_DATALESS() macro
John Ogness
2020-09-15
1
-2
/
+4
|
*
printk: ringbuffer: relocate get_data()
John Ogness
2020-09-15
1
-58
/
+58
|
*
printk: ringbuffer: avoid memcpy() on state_var
John Ogness
2020-09-15
1
-2
/
+7
|
*
printk: ringbuffer: fix setting state in desc_read()
John Ogness
2020-09-15
1
-7
/
+19
|
*
printk: ringbuffer: support dataless records
John Ogness
2020-09-08
2
-44
/
+43
|
*
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: add lockless ringbuffer
John Ogness
2020-07-10
3
-0
/
+2087
*
|
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-04
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-21
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
2
-13
/
+8
|
\
|
*
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2020-06-11
2
-13
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
1
-1
/
+1
|
\
\
|
*
|
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-1
/
+1
*
|
|
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-06-01
2
-7
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
printk: Disallow instrumenting print_nmi_enter()
Peter Zijlstra
2020-05-19
1
-2
/
+3
|
*
|
printk: Prepare for nested printk_nmi_enter()
Petr Mladek
2020-05-19
2
-5
/
+7
|
|
/
*
|
Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-06-01
2
-49
/
+97
|
\
\
|
*
\
Merge branch 'for-5.8' into for-linus
Petr Mladek
2020-06-01
3
-32
/
+84
|
|
\
\
|
|
*
|
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
2
-44
/
+79
|
|
\
\
|
|
*
|
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
2
-11
/
+19
|
|
*
|
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
3
-10
/
+40
*
|
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
[next]