aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-08printk: report lost messages in printk safe/nmi contextsSergey Senozhatsky3-37/+28
2017-02-08printk: always use deferred printk when flush printk_safe linesSergey Senozhatsky1-8/+6
2017-02-08printk: introduce per-cpu safe_print seq bufferSergey Senozhatsky4-52/+157
2017-02-08printk: rename nmi.c and exported apiSergey Senozhatsky2-33/+33
2017-02-08printk: use vprintk_func in vprintk()Sergey Senozhatsky1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-12-15printk: Remove no longer used second struct contGeert Uytterhoeven1-6/+0
2016-12-14printk: remove console flushing special cases for partial buffered linesLinus Torvalds1-103/+5
2016-12-14printk: remove games with previous record flagsLinus Torvalds1-85/+24
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek1-1/+2
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-30/+53
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+12
2016-12-12printk/NMI: handle continuous lines and missing newlinePetr Mladek1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferPetr Mladek1-2/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro1-1/+1
2016-11-17kernel/printk: Block cpuhotplug callback when tasks are frozenThomas Gleixner1-2/+4
2016-11-14Revert "printk: make reading the kernel log flush pending lines"Linus Torvalds1-11/+0
2016-11-11Revert "console: don't prefer first registered if DT specifies stdout-path"Hans de Goede1-12/+1
2016-11-09kernel/printk: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+13
2016-10-19printk: suppress empty continuation linesLinus Torvalds1-0/+4
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds1-63/+61
2016-10-09printk: make reading the kernel log flush pending linesLinus Torvalds1-0/+11
2016-10-09printk: re-organize log_output() to be more legibleLinus Torvalds1-35/+27
2016-10-09printk: split out core logging code into helper functionLinus Torvalds1-39/+39
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds1-17/+12
2016-10-07console: don't prefer first registered if DT specifies stdout-pathPaul Burton1-1/+12
2016-09-01printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky1-15/+23
2016-08-26printk: fix parsing of "brl=" optionNicolas Iooss1-2/+2
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds3-43/+11
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler1-2/+0
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov1-8/+134
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky1-6/+19
2016-08-02printk: create pr_<level> functionsJoe Perches3-11/+45
2016-08-02printk: do not include interrupt.hSergey Senozhatsky1-1/+0
2016-07-28printk: when dumping regs, show the stack, not thread_infoAndy Lutomirski1-3/+2
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek3-2/+41
2016-05-20printk/nmi: increase the size of NMI buffer and make it configurablePetr Mladek1-1/+2
2016-05-20printk/nmi: warn when some message has been lost in NMI contextPetr Mladek3-1/+25
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek4-18/+265
2016-03-17printk: add clear_idx symbol to vmcoreinfoIvan Delalande1-10/+9
2016-03-17printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky1-1/+2
2016-03-17printk: set may_schedule for some of console_trylock() callersSergey Senozhatsky1-9/+14
2016-03-17printk: move can_use_console() out of console_trylock_for_printk()Sergey Senozhatsky1-55/+42
2016-01-20kernel: printk: specify alignment for struct printk_logAndrey Ryabinin1-5/+5
2016-01-16printk: change recursion_bug type to boolSergey Senozhatsky1-3/+3
2016-01-16printk: do cond_resched() between lines while outputting to consolesTejun Heo1-1/+34
2016-01-16printk: only unregister boot consoles when necessaryThierry Reding1-1/+25
2015-11-06printk: prevent userland from spoofing kernel messagesMathias Krause1-5/+8
2015-10-22pstore: add pstore unregisterGeliang Tang1-0/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-1/+1
2015-06-30printk: improve the description of /dev/kmsg line formatAntonio Ospite1-4/+4
2015-06-25check_syslog_permissions() cleanupVasily Averin1-5/+5
2015-06-25security_syslog() should be called once onlyVasily Averin1-7/+4
2015-06-25printk: implement support for extended console driversTejun Heo1-8/+58
2015-06-25printk: factor out message formatting from devkmsg_read()Tejun Heo1-66/+80
2015-06-25printk: guard the amount written per line by devkmsg_read()Tejun Heo1-12/+22
2015-04-21Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-35/+18
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-2/+2
2015-03-26console: Add extensible console matchingPeter Hurley1-34/+18
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-1/+1
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+1
2015-03-09Merge 4.0-rc3 into tty-testingGreg Kroah-Hartman1-1/+0
2015-03-07console: Preserve index after console setup()Peter Hurley1-1/+0
2015-03-07console: Fix console name size mismatchPeter Hurley2-1/+2
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson1-1/+1
2015-02-12printk: correct timeout comment, neaten MODULE_PARM_DESCJoe Perches1-6/+6
2014-12-13Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+8
2014-12-11printk: Do not disable preemption for accessing printk_funcSteven Rostedt (Red Hat)1-2/+8
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+32
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-27/+22
2014-12-10printk: drop logbuf_cpu volatile qualifierAlex Elder1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-15/+13
2014-12-10printk: remove used-once early_vprintkJoe Perches1-11/+8
2014-11-21printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)1-0/+3
2014-11-19printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)1-9/+29
2014-11-05pstore: Honor dmesg_restrict sysctl on dmesg dumpsSebastian Schmidt1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2014-10-14printk: git rid of [sched_delayed] message for printk_deferredMarkus Trippelsdorf1-6/+1
2014-10-14printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMPGeert Uytterhoeven1-1/+6
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro1-13/+7
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka1-3/+3
2014-08-26kernel misc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde1-0/+12
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang1-3/+3
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-10/+21
2014-08-06printk: miscellaneous cleanupsAlex Elder1-13/+13
2014-08-06printk: use a clever macroAlex Elder1-10/+2
2014-08-06printk: fix some commentsAlex Elder1-11/+12
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder1-1/+1
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder1-1/+1
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez1-0/+34
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez1-1/+1
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez1-4/+10
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez1-2/+3
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton1-26/+18
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov1-10/+3
2014-06-04printk: report dropping of messages from logbufWill Deacon1-2/+7
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz1-1/+1
2014-06-04printk: disable preemption for printk_schedJohn Stultz1-0/+2
2014-06-04printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt1-18/+29
2014-06-04printk: enable interrupts before calling console_trylock_for_printk()Jan Kara1-11/+18
2014-06-04printk: fix lockdep instrumentation of console_semJan Kara1-14/+32
2014-06-04printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara1-33/+21
2014-06-04printk: remove outdated commentJan Kara1-2/+1
2014-06-04printk: return really stored message lengthPetr Mladek1-15/+21
2014-06-04printk: shrink too long messagesPetr Mladek1-3/+39
2014-06-04printk: split message size computationPetr Mladek1-3/+13
2014-06-04printk: ignore too long messagesPetr Mladek1-7/+23
2014-06-04printk: split code for making free space in the log bufferPetr Mladek1-15/+29
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers1-0/+1
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-2/+2
2014-04-03printk: fix one circular lockdep warning about console_lockJane Li1-0/+2
2014-04-03printk: do not compute the size of the message twicePetr Mladek1-1/+1
2014-04-03printk: use also the last bytes in the ring bufferPetr Mladek1-2/+2
2014-04-03printk: add comment about tricky check for text buffer sizePetr Mladek1-0/+5
2014-04-03printk: remove obsolete check for log level "c"Petr Mladek1-2/+0
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds1-2/+0
2014-01-23printk: flush conflicting continuation lineArun KS1-3/+6
2014-01-21kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar1-7/+3
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders1-2/+2
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkDave Young1-2/+2
2013-11-13kernel/printk/printk.c: convert to pr_foo()Andrew Morton1-6/+6
2013-11-13printk: report console names during cut-overKees Cook1-10/+9
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+7
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt1-1/+2
2013-08-05register_console: prevent adding the same console twiceAndreas Bießmann1-0/+7
2013-07-31printk: rename struct log to struct printk_logJoe Perches1-40/+40
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches1-23/+26
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches4-31/+110
2013-07-31printk: add console_cmdline.hJoe Perches2-9/+17
2013-07-31printk: move to separate directory for easier modificationJoe Perches2-0/+2925