index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-21
Revert "kernel/printk: add kmsg SEEK_CUR handling"
Jason A. Donenfeld
1
-10
/
+0
2020-06-12
Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+1
2020-06-11
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
1
-13
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-06-01
Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-49
/
+96
2020-06-01
Merge branch 'for-5.8' into for-linus
Petr Mladek
1
-22
/
+78
2020-06-01
Merge branch 'for-5.7-preferred-console' into for-linus
Petr Mladek
1
-44
/
+78
2020-05-30
printk: Introduce kmsg_dump_reason_str()
Kees Cook
1
-0
/
+17
2020-05-30
printk: honor the max_reason field in kmsg_dumper
Pavel Tatashin
1
-4
/
+11
2020-05-22
printk: handle blank console arguments passed in.
Shreyas Joshi
1
-0
/
+3
2020-05-21
kernel/printk: add kmsg SEEK_CUR handling
Bruno Meneguele
1
-0
/
+10
2020-05-21
printk: Fix a typo in comment "interator"->"iterator"
Ethon Paul
1
-2
/
+2
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-04-10
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
1
-0
/
+34
2020-02-18
printk: Correctly set CON_CONSDEV even when preferred console was not registered
Benjamin Herrenschmidt
1
-0
/
+2
2020-02-18
printk: Fix preferred console selection with multiple matches
Benjamin Herrenschmidt
1
-11
/
+18
2020-02-18
printk: Move console matching logic into a separate function
Benjamin Herrenschmidt
1
-40
/
+65
2020-02-11
printk: Convert a use of sprintf to snprintf in console_unlock
Nathan Chancellor
1
-3
/
+3
2020-02-11
console: Introduce ->exit() callback
Andy Shevchenko
1
-0
/
+3
2020-02-11
console: Don't notify user space when unregister non-listed console
Andy Shevchenko
1
-1
/
+11
2020-02-11
console: Avoid positive return code from unregister_console()
Andy Shevchenko
1
-2
/
+4
2020-02-11
console: Drop misleading comment
Andy Shevchenko
1
-1
/
+0
2020-02-11
console: Use for_each_console() helper in unregister_console()
Andy Shevchenko
1
-6
/
+5
2020-02-11
console: Drop double check for console_drivers being non-NULL
Andy Shevchenko
1
-10
/
+6
2020-01-02
printk: fix exclusive_console replaying
John Ogness
1
-2
/
+2
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
1
-1
/
+1
2019-10-09
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
1
-5
/
+5
2019-09-16
Merge branch 'for-5.4' into for-linus
Petr Mladek
1
-6
/
+16
2019-08-16
printk: Replace strncmp() with str_has_prefix()
Chuhong Yuan
1
-6
/
+16
2019-07-12
printk: Do not lose last line in kmsg buffer dump
Vincent Whitchurch
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-18
panic: add an option to replay all the printk message in buffer
Feng Tang
1
-1
/
+11
2019-05-14
panic: avoid the extra noise dmesg
Feng Tang
1
-0
/
+10
2019-03-15
Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
Linus Torvalds
1
-0
/
+1
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-8
/
+1
2019-03-09
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-20
/
+70
2019-03-04
printk: Remove no longer used LOG_PREFIX.
Tetsuo Handa
1
-5
/
+1
2019-02-21
printk: Pass caller information to log_store().
Tetsuo Handa
1
-15
/
+22
2019-02-08
printk: Export console_printk
Prarit Bhargava
1
-0
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-12-27
Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-68
/
+63
2018-12-18
printk: Add caller information to printk() output.
Tetsuo Handa
1
-4
/
+51
2018-12-12
printk: Remove print_prefix() calls with NULL buffer.
Tetsuo Handa
1
-25
/
+14
2018-12-10
printk: fix printk_time race.
Tetsuo Handa
1
-31
/
+39
2018-11-29
printk: Make printk_emit() local function.
Tetsuo Handa
1
-16
/
+14
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-2
/
+2
2018-10-12
printk: fix integer overflow in setup_log_buf()
Sergey Senozhatsky
1
-1
/
+1
2018-10-12
printk: do not preliminary split up cont buffer
Sergey Senozhatsky
1
-3
/
+0
[next]