summaryrefslogtreecommitdiffstats
path: root/kernel/printk.c
Commit message (Expand)AuthorAgeFilesLines
* Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-121-0/+6
* printk: change type of 'boot_delay' to int *Namhyung Kim2010-10-261-1/+1
* printk: add lock context annotationNamhyung Kim2010-10-261-0/+1
* printk: fixup declaration of kmsg_reasonsNamhyung Kim2010-10-261-1/+1
* printk: Make console_sem a semaphore not a pseudo mutexThomas Gleixner2010-10-121-2/+2
* gcc-4.6: printk: use stable variable to dump kmsg bufferAndi Kleen2010-08-091-5/+5
* printk: fix delayed messages from CPU hotplug eventsKevin Cernekee2010-08-051-2/+31
* printk,kdb: capture printk() when in kdb shellJason Wessel2010-05-201-0/+9
* kdb: core for kgdb back end (2 of 2)Jason Wessel2010-05-201-0/+16
* printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan2010-03-061-2/+1
* Merge branch 'next' into for-linusJames Morris2010-03-011-29/+23
|\
| * syslog: use defined constants instead of raw numbersKees Cook2010-02-041-26/+19
| * syslog: distinguish between /proc/kmsg and syscallsKees Cook2010-02-041-3/+4
* | Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds2010-01-241-0/+1
|\ \ | |/ |/|
| * kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-0/+1
* | printk: fix new kernel-doc warningsRandy Dunlap2009-12-171-2/+2
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-161-0/+119
|\
| * kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap2009-12-021-1/+1
| * core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-301-0/+119
* | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-12-051-3/+4
|\ \ | |/ |/|
| * ratelimit: Make suppressed output messages more usefulChristian Borntraeger2009-10-231-3/+3
| * printk: Remove ratelimit.h from kernel.hIngo Molnar2009-09-221-0/+1
* | printk: add printk_delay to make messages readable for some scenariosDave Young2009-09-231-0/+15
* | printk boot_delay: rename printk_delay_msec to loops_per_msecDave Young2009-09-231-7/+5
|/
* cleanup console_print()Anirban Sinha2009-09-141-6/+0
* printk: Fix "printk: Enable the use of more than one CON_BOOT (early console)"Sonic Zhang2009-08-081-1/+1
* printk: Restore previous console_loglevel when re-enabling loggingFrans Pop2009-07-101-1/+10
* printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz2009-07-101-15/+29
* printk: Enable the use of more than one CON_BOOT (early console)Robin Getz2009-07-031-54/+92
* printk: Add KERN_DEFAULT printk log-levelLinus Torvalds2009-06-161-0/+2
* printk: clean up handling of log-levels and newlinesLinus Torvalds2009-06-161-9/+22
* Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-051-2/+5
|\
| * printk: correct the behavior of printk_timed_ratelimit()Guillaume Knispel2009-03-171-2/+5
* | kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman2009-04-021-0/+19
|/
* PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg2009-02-211-6/+9
* [CVE-2009-0029] System call wrappers part 27Heiko Carstens2009-01-141-1/+1
* [CVE-2009-0029] Make sys_syslog a conditional system callHeiko Carstens2009-01-141-5/+0
* trivial: printk: fix indentation of new_text_line declarationJiri Kosina2009-01-061-1/+1
* printk: fix discarding message when recursion_bugHiroshi Shimamoto2008-12-191-1/+1
* printk: remove unused code from kernel/printk.croel kluin2008-10-231-39/+0
* Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-161-5/+17
|\
| *-. Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-151-5/+17
| |\ \
| | | * printk: robustify printk, update commentJiri Kosina2008-08-201-3/+0
| | | * printk: robustify printk, fix #2Peter Zijlstra2008-08-201-1/+1
| | | * printk: robustify printkPeter Zijlstra2008-08-111-2/+17
| | |/
* | | Add kerneldoc documentation for new printk format extensionsAndi Kleen2008-10-161-0/+2
* | | Remove Andrew Morton's old email accountsFrancois Cami2008-10-161-1/+1
|/ /
* | tty: Move tty_write_message out of kernel/printkAlan Cox2008-10-131-16/+0
|/
* printk: fix comment for printk ratelimitingUwe Kleine-König2008-07-301-4/+4
* printk ratelimiting rewriteDave Young2008-07-251-14/+3
OpenPOWER on IntegriCloud