aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-16printk: Add KERN_DEFAULT printk log-levelGravatar Linus Torvalds 1-0/+2
2009-06-16printk: clean up handling of log-levels and newlinesGravatar Linus Torvalds 1-9/+22
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+5
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsGravatar Neil Horman 1-0/+19
2009-03-17printk: correct the behavior of printk_timed_ratelimit()Gravatar Guillaume Knispel 1-2/+5
2009-02-21PM: Fix suspend_console and resume_console to use only one semaphoreGravatar Arve Hjønnevåg 1-6/+9
2009-01-14[CVE-2009-0029] System call wrappers part 27Gravatar Heiko Carstens 1-1/+1
2009-01-14[CVE-2009-0029] Make sys_syslog a conditional system callGravatar Heiko Carstens 1-5/+0
2009-01-06trivial: printk: fix indentation of new_text_line declarationGravatar Jiri Kosina 1-1/+1
2008-12-19printk: fix discarding message when recursion_bugGravatar Hiroshi Shimamoto 1-1/+1
2008-10-23printk: remove unused code from kernel/printk.cGravatar roel kluin 1-39/+0
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+17
2008-10-16Add kerneldoc documentation for new printk format extensionsGravatar Andi Kleen 1-0/+2
2008-10-16Remove Andrew Morton's old email accountsGravatar Francois Cami 1-1/+1
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Gravatar Ingo Molnar 1-5/+17
2008-10-13tty: Move tty_write_message out of kernel/printkGravatar Alan Cox 1-16/+0
2008-08-20printk: robustify printk, update commentGravatar Jiri Kosina 1-3/+0
2008-08-20printk: robustify printk, fix #2Gravatar Peter Zijlstra 1-1/+1
2008-08-11printk: robustify printkGravatar Peter Zijlstra 1-2/+17
2008-07-30printk: fix comment for printk ratelimitingGravatar Uwe Kleine-König 1-4/+4
2008-07-25printk ratelimiting rewriteGravatar Dave Young 1-14/+3
2008-07-24swsusp: provide users with a hint about the no_console_suspend optionGravatar Pavel Machek 1-1/+1
2008-07-14Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-62/+43
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusGravatar Ingo Molnar 1-0/+2
2008-07-12Merge branch 'linus' into x86/coreGravatar Ingo Molnar 1-1/+1
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextGravatar Ingo Molnar 1-0/+2
2008-07-08kernel/printk.c: Made printk_recursion_bug_msg static.Gravatar Daniel Guilak 1-1/+1
2008-07-08printk: export console_driversGravatar Ingo Molnar 1-0/+2
2008-06-18x86, generic: mark early_printk as asmlinkageGravatar Jiri Slaby 1-1/+1
2008-06-16printk: export console_driversGravatar Ingo Molnar 1-0/+2
2008-05-27xen: Enable console tty by default in domU if it's not a dummyGravatar Markus Armbruster 1-0/+3
2008-05-24printk: remember the message level for multi-line outputGravatar Nick Andrew 1-1/+1
2008-05-24printk: refactor processing of line severity tokensGravatar Nick Andrew 1-34/+27
2008-05-24printk: don't prefer unsuited consoles on registrationGravatar Jan Kiszka 1-2/+5
2008-05-24printk: clean up recursion check related static variablesGravatar Tejun Heo 1-12/+10
2008-05-24namespacecheck: more kernel/printk.c fixesGravatar Thomas Gleixner 1-13/+0
2008-05-24namespacecheck: fix kernel printk.cGravatar Thomas Gleixner 1-2/+2
2008-05-23ftrace: trace irq disabled critical timingsGravatar Steven Rostedt 1-0/+2
2008-04-30printk: don't read beyond string arguments' terminating zeroGravatar Markus Armbruster 1-1/+1
2008-04-30Basic braille screen reader supportGravatar Samuel Thibault 1-24/+66
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-2/+2
2008-04-29isolate ratelimit from printk.c for other useGravatar Dave Young 1-25/+1
2008-04-15Fix locking bug in "acquire_console_semaphore_for_printk()"Gravatar Linus Torvalds 1-2/+15
2008-03-24Make printk() console semaphore accesses sensibleGravatar Linus Torvalds 1-35/+48
2008-02-26printk: fix possible printk overrunGravatar Tejun Heo 1-1/+1
2008-02-08printk_ratelimit() functions should use CONFIG_PRINTKGravatar Joe Perches 1-0/+2
2008-02-08The scheduled 'time' option removalGravatar Adrian Bunk 1-13/+0
2008-02-08Nuke duplicate include from printk.cGravatar Jesper Juhl 1-1/+0
2008-02-06printk.c: use unsigned ints instead of longs for logbuf indexGravatar Denys Vlasenko 1-18/+18
2008-01-31debug: turn ignore_loglevel into an early paramGravatar Ingo Molnar 1-2/+2