summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky1-1/+1
2019-11-24printk: Give error on attempt to set log buffer length to over 2GHe Zhe1-6/+12
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch1-1/+1
2018-12-17printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-12-17printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-12-17printk: Hide console waiter logic into helpersPetr Mladek1-97/+148
2018-12-17printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)1-1/+107
2018-12-17Revert "printk: Never set console_may_schedule in console_trylock()"Sasha Levin1-8/+14
2018-11-21printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-09-09printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2-22/+45
2018-09-05printk: Create helper function to queue deferred console handlingPetr Mladek1-5/+9
2018-09-05printk: Split the code for storing a message into the log bufferPetr Mladek1-17/+26
2018-08-03printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky1-1/+1
2018-07-03printk: fix possible reuse of va_list variableTetsuo Handa1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-37/+32
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook1-2/+1
2017-08-15printk: Clean up do_syslog() error handlingNikitas Angelinas1-23/+12
2017-07-27printk/console: Enhance the check for consoles using init memoryPetr Mladek1-2/+10
2017-07-27printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn1-11/+9
2017-07-27printk: Modify operators of printed_len and text_lenPierre Kuo1-3/+3
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds3-14/+47
2017-07-03Merge branch 'for-4.13' into for-linusPetr Mladek3-14/+47
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar1-36/+10
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss1-5/+5
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-36/+10
2017-06-08Revert "printk: fix double printing with earlycon"Petr Mladek1-36/+10
2017-05-23printk: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek3-9/+42
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-10/+42
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-3/+3
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-25/+56
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre1-0/+24
2017-04-12printk: fix double printing with earlyconAleksey Makarov1-10/+36
2017-04-12printk: rename selected_console -> preferred_consoleAleksey Makarov1-5/+5
2017-04-12printk: fix name/type/scope of preferred_console varAleksey Makarov1-6/+6
2017-04-04printk: Correctly handle preemption in console_unlock()Petr Mladek1-2/+6
2017-03-31braille-console: Fix value returned by _braille_console_setupSamuel Thibault2-10/+18
2017-03-24printk: use console_trylock() in console_cpu_notify()Sergey Senozhatsky1-5/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds4-237/+310
2017-02-18printk: use rcuidle console tracepointSergey Senozhatsky1-1/+1
2017-02-08printk: drop call_console_drivers() unused paramSergey Senozhatsky1-8/+4
2017-02-08printk: convert the rest to printk-safeSergey Senozhatsky1-38/+65
2017-02-08printk: remove zap_locks() functionSergey Senozhatsky1-61/+0
2017-02-08printk: use printk_safe buffers in printkSergey Senozhatsky1-15/+32