summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton2014-07-031-26/+18Star
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-051-10/+3Star
* printk: report dropping of messages from logbufWill Deacon2014-06-051-2/+7
* printk: rename printk_sched to printk_deferredJohn Stultz2014-06-051-1/+1
* printk: disable preemption for printk_schedJohn Stultz2014-06-051-0/+2
* printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt2014-06-051-18/+29
* printk: enable interrupts before calling console_trylock_for_printk()Jan Kara2014-06-051-11/+18
* printk: fix lockdep instrumentation of console_semJan Kara2014-06-051-14/+32
* printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara2014-06-051-33/+21Star
* printk: remove outdated commentJan Kara2014-06-051-2/+1Star
* printk: return really stored message lengthPetr Mladek2014-06-051-15/+21
* printk: shrink too long messagesPetr Mladek2014-06-051-3/+39
* printk: split message size computationPetr Mladek2014-06-051-3/+13
* printk: ignore too long messagesPetr Mladek2014-06-051-7/+23
* printk: split code for making free space in the log bufferPetr Mladek2014-06-051-15/+29
* Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-0/+1
|\
| * printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers2014-05-281-0/+1
* | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-061-2/+2
|/
* printk: fix one circular lockdep warning about console_lockJane Li2014-04-041-0/+2
* printk: do not compute the size of the message twicePetr Mladek2014-04-041-1/+1
* printk: use also the last bytes in the ring bufferPetr Mladek2014-04-041-2/+2
* printk: add comment about tricky check for text buffer sizePetr Mladek2014-04-041-0/+5
* printk: remove obsolete check for log level "c"Petr Mladek2014-04-041-2/+0Star
* printk: fix syslog() overflowing user bufferLinus Torvalds2014-02-171-2/+0Star
* printk: flush conflicting continuation lineArun KS2014-01-241-3/+6
* kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-221-7/+3Star
* printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders2013-11-131-2/+2
* kernel/printk/printk.c: enable boot delay for earlyprintkDave Young2013-11-131-2/+2
* kernel/printk/printk.c: convert to pr_foo()Andrew Morton2013-11-131-6/+6
* printk: report console names during cut-overKees Cook2013-11-131-10/+9Star
* Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-031-0/+7
|\
| * register_console: prevent adding the same console twiceAndreas Bießmann2013-08-051-0/+7
* | printk: Fix return of braille_register_console()Steven Rostedt2013-08-061-1/+2
|/
* printk: rename struct log to struct printk_logJoe Perches2013-07-311-40/+40
* printk: use pointer for console_cmdline indexingJoe Perches2013-07-311-23/+26
* printk: move braille console support into separate braille.[ch] filesJoe Perches2013-07-314-31/+110
* printk: add console_cmdline.hJoe Perches2013-07-312-9/+17
* printk: move to separate directory for easier modificationJoe Perches2013-07-312-0/+2925