| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | 2 | -10/+27 |
|\ |
|
| * | printk: Replace strncmp() with str_has_prefix() | Chuhong Yuan | 2019-08-16 | 2 | -10/+27 |
* | | printk: Do not lose last line in kmsg buffer dump | Vincent Whitchurch | 2019-07-12 | 1 | -1/+1 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 2 | -26/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+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 |
* | panic: avoid the extra noise dmesg | Feng Tang | 2019-05-15 | 1 | -0/+10 |
* | Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux | Linus Torvalds | 2019-03-15 | 1 | -0/+1 |
|\ |
|
| * | printk: Export console_printk | Prarit Bhargava | 2019-02-08 | 1 | -0/+1 |
* | | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport | 2019-03-12 | 1 | -8/+1 |
* | | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-03-09 | 1 | -20/+70 |
|\ \
| |/
|/| |
|
| * | printk: Remove no longer used LOG_PREFIX. | Tetsuo Handa | 2019-03-04 | 1 | -5/+1 |
| * | printk: Pass caller information to log_store(). | Tetsuo Handa | 2019-02-21 | 1 | -15/+22 |
| * | printk: Add caller information to printk() output. | Tetsuo Handa | 2018-12-18 | 1 | -4/+51 |
* | | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -2/+2 |
* | | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-12-27 | 1 | -68/+63 |
|\| |
|
| * | printk: Remove print_prefix() calls with NULL buffer. | Tetsuo Handa | 2018-12-12 | 1 | -25/+14 |
| * | printk: fix printk_time race. | Tetsuo Handa | 2018-12-10 | 1 | -31/+39 |
| * | printk: Make printk_emit() local function. | Tetsuo Handa | 2018-11-29 | 1 | -16/+14 |
* | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | memblock: remove _virt from APIs returning virtual address | Mike Rapoport | 2018-10-31 | 1 | -2/+2 |
|/ |
|
* | printk: fix integer overflow in setup_log_buf() | Sergey Senozhatsky | 2018-10-12 | 1 | -1/+1 |
* | printk: do not preliminary split up cont buffer | Sergey Senozhatsky | 2018-10-12 | 1 | -3/+0 |
* | printk: lock/unlock console only for new logbuf entries | Sergey Senozhatsky | 2018-10-12 | 1 | -3/+7 |
* | printk: keep kernel cont support always enabled | Sergey Senozhatsky | 2018-10-12 | 1 | -18/+4 |
* | printk: Give error on attempt to set log buffer length to over 2G | He Zhe | 2018-10-09 | 1 | -6/+12 |
* | printk: Add KBUILD_MODNAME and remove a redundant print prefix | He Zhe | 2018-10-05 | 1 | -1/+3 |
* | printk: Correct wrong casting | He Zhe | 2018-10-05 | 1 | -2/+3 |
* | printk: Fix panic caused by passing log_buf_len to command line | He Zhe | 2018-10-05 | 1 | -1/+6 |
* | printk: CON_PRINTBUFFER console registration is a bit racy | Sergey Senozhatsky | 2018-10-02 | 1 | -1/+5 |
* | printk: Do not miss new messages when replaying the log | Petr Mladek | 2018-10-02 | 1 | -4/+9 |
* | Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-09-14 | 1 | -7/+5 |
|\ |
|
| * | Revert "printk: make sure to print log on console." | Petr Mladek | 2018-09-11 | 1 | -7/+5 |
* | | printk/tracing: Do not trace printk_nmi_enter() | Steven Rostedt (VMware) | 2018-09-06 | 1 | -2/+2 |
* | | notifier: Remove notifier header file wherever not used | Mukesh Ojha | 2018-08-30 | 1 | -1/+0 |
* | | Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux | Linus Torvalds | 2018-08-24 | 1 | -0/+3 |
|\ \ |
|
| * | | console: Replace #if 0 with atomic var 'ignore_console_lock_warning' | Thomas Zimmermann | 2018-07-31 | 1 | -0/+3 |
* | | | init: allow initcall tables to be emitted using relative references | Ard Biesheuvel | 2018-08-22 | 1 | -7/+9 |