summaryrefslogtreecommitdiff
path: root/kernel/printk.c
AgeCommit message (Expand)Author
2011-01-13printk: use RCU to prevent potential lock contention in kmsg_dumpHuang Ying
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi
2011-01-10Merge branch 'master' into nextJames Morris
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2010-12-16tty: add 'active' sysfs attribute to tty0 and console deviceKay Sievers
2010-12-09syslog: check cap_syslog when dmesg_restrictSerge E. Hallyn
2010-12-08printk: Use this_cpu_{read|write} api on printk_pendingEric Dumazet
2010-11-29security: Define CAP_SYSLOGSerge E. Hallyn
2010-11-26nohz: Fix printk_needs_cpu() return value on offline cpusHeiko Carstens
2010-11-26printk: Fix wake_up_klogd() vs cpu hotplugHeiko Carstens
2010-11-16console: move for_each_console to linux/console.hJiri Slaby
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris
2010-11-12Restrict unprivileged access to kernel syslogDan Rosenberg
2010-10-26printk: change type of 'boot_delay' to int *Namhyung Kim
2010-10-26printk: add lock context annotationNamhyung Kim
2010-10-26printk: fixup declaration of kmsg_reasonsNamhyung Kim
2010-10-12printk: Make console_sem a semaphore not a pseudo mutexThomas Gleixner
2010-08-09gcc-4.6: printk: use stable variable to dump kmsg bufferAndi Kleen
2010-08-05printk: fix delayed messages from CPU hotplug eventsKevin Cernekee
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel
2010-03-06printk: avoid warning when CONFIG_PRINTK is disabledGustavo F. Padovan
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-04syslog: use defined constants instead of raw numbersKees Cook
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-12-02kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom
2009-10-23ratelimit: Make suppressed output messages more usefulChristian Borntraeger
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young
2009-09-23printk boot_delay: rename printk_delay_msec to loops_per_msecDave Young
2009-09-22printk: Remove ratelimit.h from kernel.hIngo Molnar
2009-09-14cleanup console_print()Anirban Sinha
2009-08-08printk: Fix "printk: Enable the use of more than one CON_BOOT (early console)"Sonic Zhang
2009-07-10printk: Restore previous console_loglevel when re-enabling loggingFrans Pop
2009-07-10printk: Ensure that "console enabled" messages are printed on the consoleRobin Getz
2009-07-03printk: Enable the use of more than one CON_BOOT (early console)Robin Getz
2009-06-16printk: Add KERN_DEFAULT printk log-levelLinus Torvalds
2009-06-16printk: clean up handling of log-levels and newlinesLinus Torvalds
2009-04-05Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-04-02kexec: add dmesg log symbols to /proc/vmcoreinfo listsNeil Horman
2009-03-17printk: correct the behavior of printk_timed_ratelimit()Guillaume Knispel
2009-02-21PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg
2009-01-14[CVE-2009-0029] System call wrappers part 27Heiko Carstens
2009-01-14[CVE-2009-0029] Make sys_syslog a conditional system callHeiko Carstens
2009-01-06trivial: printk: fix indentation of new_text_line declarationJiri Kosina