index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/pmladek/printk
Linus Torvalds
1
-68
/
+63
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
2018-10-12
printk: lock/unlock console only for new logbuf entries
Sergey Senozhatsky
1
-3
/
+7
2018-10-12
printk: keep kernel cont support always enabled
Sergey Senozhatsky
1
-18
/
+4
2018-10-09
printk: Give error on attempt to set log buffer length to over 2G
He Zhe
1
-6
/
+12
2018-10-05
printk: Add KBUILD_MODNAME and remove a redundant print prefix
He Zhe
1
-1
/
+3
2018-10-05
printk: Correct wrong casting
He Zhe
1
-2
/
+3
2018-10-05
printk: Fix panic caused by passing log_buf_len to command line
He Zhe
1
-1
/
+6
2018-10-02
printk: CON_PRINTBUFFER console registration is a bit racy
Sergey Senozhatsky
1
-1
/
+5
2018-10-02
printk: Do not miss new messages when replaying the log
Petr Mladek
1
-4
/
+9
2018-09-13
Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-7
/
+5
2018-09-11
Revert "printk: make sure to print log on console."
Petr Mladek
1
-7
/
+5
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
1
-1
/
+0
2018-08-23
Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux
Linus Torvalds
1
-0
/
+3
2018-08-22
init: allow initcall tables to be emitted using relative references
Ard Biesheuvel
1
-7
/
+9
2018-08-15
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+1
2018-08-14
Merge branch 'for-4.19-nmi' into for-linus
Petr Mladek
1
-22
/
+35
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
1
-0
/
+3
2018-07-11
printk: Fix warning about unused suppress_message_printing
Petr Mladek
1
-1
/
+0
2018-07-09
printk: Create helper function to queue deferred console handling
Petr Mladek
1
-5
/
+9
2018-07-09
printk: Split the code for storing a message into the log buffer
Petr Mladek
1
-17
/
+26
2018-07-09
printk: Clean up syslog_print_all()
Petr Mladek
1
-11
/
+9
2018-06-28
printk: Export is_console_locked
Hans de Goede
1
-0
/
+1
2018-06-27
printk: Remove unnecessary kmalloc() from syslog during clear
Namit Gupta
1
-51
/
+58
2018-06-27
printk: make sure to print log on console.
Maninder Singh
1
-5
/
+7
2018-06-06
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-12
/
+2
2018-04-25
printk: wake up klogd in vprintk_emit
Sergey Senozhatsky
1
-12
/
+2
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-1
/
+6
2018-04-06
init, tracing: instrument security and console initcall trace events
Abderrahmane Benbachir
1
-1
/
+6
2018-04-05
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-58
/
+1
2018-03-23
printk: change message to pr_info
Tomeu Vizoso
1
-1
/
+1
2018-03-15
printk: move dump stack related code to lib/dump_stack.c
Dave Young
1
-60
/
+0
2018-03-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-1
/
+2
2018-02-27
printk: Wake klogd when passing console_lock owner
Petr Mladek
1
-1
/
+2
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-08
print kdump kernel loaded status in stack dump
Dave Young
1
-2
/
+5
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
1
-23
/
+192
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2018-01-22
Merge branch 'for-4.16-console-waiter-logic' into for-4.16
Petr Mladek
1
-15
/
+166
2018-01-22
printk: drop redundant devkmsg_log_str memsets
Sergey Senozhatsky
1
-7
/
+4
2018-01-16
printk: Never set console_may_schedule in console_trylock()
Sergey Senozhatsky
1
-14
/
+8
2018-01-16
printk: Hide console waiter logic into helpers
Petr Mladek
1
-97
/
+148
2018-01-16
printk: Add console owner and waiter logic to load balance console writes
Steven Rostedt (VMware)
1
-1
/
+107
[next]