aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into nextLinus 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/gregkh/ttyLinus 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