aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)Author
2014-09-10kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka
2014-08-13printk: Add function to return log buffer address and sizeVasant Hegde
2014-08-06kernel/printk/printk.c: fix bool assignementsNeil Zhang
2014-08-06printk: enable interrupts before calling console_trylock_for_printk()Jan Kara
2014-08-06printk: miscellaneous cleanupsAlex Elder
2014-08-06printk: use a clever macroAlex Elder
2014-08-06printk: fix some commentsAlex Elder
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder
2014-08-06printk: tweak do_syslog() to match commentsAlex Elder
2014-08-06printk: allow increasing the ring buffer depending on the number of CPUsLuis R. Rodriguez
2014-08-06printk: make dynamic units clear for the kernel ring bufferLuis R. Rodriguez
2014-08-06printk: move power of 2 practice of ring buffer size to a helperLuis R. Rodriguez
2014-08-06printk: make dynamic kernel ring buffer alignment explicitLuis R. Rodriguez
2014-07-03kernel/printk/printk.c: revert "printk: enable interrupts before calling cons...Andrew Morton
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov
2014-06-04printk: report dropping of messages from logbufWill Deacon
2014-06-04printk: rename printk_sched to printk_deferredJohn Stultz
2014-06-04printk: disable preemption for printk_schedJohn Stultz
2014-06-04printk: remove separate printk_sched buffers and use printk buf insteadSteven Rostedt
2014-06-04printk: enable interrupts before calling console_trylock_for_printk()Jan Kara
2014-06-04printk: fix lockdep instrumentation of console_semJan Kara
2014-06-04printk: release lockbuf_lock before calling console_trylock_for_printk()Jan Kara
2014-06-04printk: remove outdated commentJan Kara
2014-06-04printk: return really stored message lengthPetr Mladek
2014-06-04printk: shrink too long messagesPetr Mladek
2014-06-04printk: split message size computationPetr Mladek
2014-06-04printk: ignore too long messagesPetr Mladek
2014-06-04printk: split code for making free space in the log bufferPetr Mladek
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-28printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen
2014-04-03printk: fix one circular lockdep warning about console_lockJane Li
2014-04-03printk: do not compute the size of the message twicePetr Mladek
2014-04-03printk: use also the last bytes in the ring bufferPetr Mladek
2014-04-03printk: add comment about tricky check for text buffer sizePetr Mladek
2014-04-03printk: remove obsolete check for log level "c"Petr Mladek
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds
2014-01-23printk: flush conflicting continuation lineArun KS
2014-01-21kernel/printk/printk.c: use memblock apis for early memory allocationsSantosh Shilimkar
2013-11-13printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfoDirk Gouders
2013-11-13kernel/printk/printk.c: enable boot delay for earlyprintkDave Young
2013-11-13kernel/printk/printk.c: convert to pr_foo()Andrew Morton
2013-11-13printk: report console names during cut-overKees Cook
2013-09-03Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-08-06printk: Fix return of braille_register_console()Steven Rostedt
2013-08-05register_console: prevent adding the same console twiceAndreas Bießmann
2013-07-31printk: rename struct log to struct printk_logJoe Perches
2013-07-31printk: use pointer for console_cmdline indexingJoe Perches
2013-07-31printk: move braille console support into separate braille.[ch] filesJoe Perches
2013-07-31printk: add console_cmdline.hJoe Perches