1. 5af5bcb printk: allow setting DEFAULT_MESSAGE_LEVEL via Kconfig by Mandeep Singh Baines · 13 years ago
  2. fe3d8ad console: prevent registered consoles from dumping old kernel message over again by Feng Tang · 13 years ago
  3. 7bf6939 console: allow to retain boot console via boot option keep_bootcon by Fabio M. Di Nitto · 13 years ago
  4. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  5. 9d90c8d printk: do not mangle valid userspace syslog prefixes by Kay Sievers · 13 years ago
  6. ee24aeb cap_syslog: accept CAP_SYS_ADMIN for now by Linus Torvalds · 13 years ago
  7. ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 13 years ago
  8. fb842b0 printk: use RCU to prevent potential lock contention in kmsg_dump by Huang Ying · 13 years ago
  9. 04c6862 kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart paths by Seiji Aguchi · 13 years ago
  10. d2e7ad1 Merge branch 'master' into next by James Morris · 13 years ago
  11. 56b85f3 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  12. fbc92a3 tty: add 'active' sysfs attribute to tty0 and console device by Kay Sievers · 14 years ago
  13. 38ef4c2 syslog: check cap_syslog when dmesg_restrict by Serge E. Hallyn · 13 years ago
  14. 40dc11f printk: Use this_cpu_{read|write} api on printk_pending by Eric Dumazet · 14 years ago
  15. ce6ada3 security: Define CAP_SYSLOG by Serge E. Hallyn · 14 years ago
  16. 61ab2544 nohz: Fix printk_needs_cpu() return value on offline cpus by Heiko Carstens · 14 years ago
  17. 49f4138 printk: Fix wake_up_klogd() vs cpu hotplug by Heiko Carstens · 14 years ago
  18. a75d946 console: move for_each_console to linux/console.h by Jiri Slaby · 14 years ago
  19. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  20. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  21. 674dff6 printk: change type of 'boot_delay' to int * by Namhyung Kim · 14 years ago
  22. 8155c02 printk: add lock context annotation by Namhyung Kim · 14 years ago
  23. 6c095ef printk: fixup declaration of kmsg_reasons by Namhyung Kim · 14 years ago
  24. 5b8c4f2 printk: Make console_sem a semaphore not a pseudo mutex by Thomas Gleixner · 14 years ago
  25. 8c4af38 gcc-4.6: printk: use stable variable to dump kmsg buffer by Andi Kleen · 14 years ago
  26. 034260d printk: fix delayed messages from CPU hotplug events by Kevin Cernekee · 14 years ago
  27. d37d39a printk,kdb: capture printk() when in kdb shell by Jason Wessel · 14 years ago
  28. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 14 years ago
  29. cea8388 printk: avoid warning when CONFIG_PRINTK is disabled by Gustavo F. Padovan · 14 years ago
  30. b4ccebd Merge branch 'next' into for-linus by James Morris · 14 years ago
  31. d78ca3c syslog: use defined constants instead of raw numbers by Kees Cook · 14 years ago
  32. 0023459 syslog: distinguish between /proc/kmsg and syscalls by Kees Cook · 14 years ago
  33. b8be634 Merge git://git.infradead.org/~dwmw2/mtd-2.6.33 by Linus Torvalds · 14 years ago
  34. 0f4bd46 kmsg_dump: Dump on crash_kexec as well by KOSAKI Motohiro · 14 years ago
  35. 6485536 printk: fix new kernel-doc warnings by Randy Dunlap · 14 years ago
  36. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  37. d0b093a Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  38. 595dd3d kmsg_dump: fix build for CONFIG_PRINTK=n by Randy Dunlap · 15 years ago
  39. 456b565 core: Add kernel message dumper to call on oopses and panics by Simon Kagstrom · 15 years ago
  40. 5c82871 ratelimit: Make suppressed output messages more useful by Christian Borntraeger · 15 years ago
  41. af91322 printk: add printk_delay to make messages readable for some scenarios by Dave Young · 15 years ago
  42. 3a3b6ed printk boot_delay: rename printk_delay_msec to loops_per_msec by Dave Young · 15 years ago
  43. 3fff4c4 printk: Remove ratelimit.h from kernel.h by Ingo Molnar · 15 years ago
  44. 353f6dd cleanup console_print() by Anirban Sinha · 15 years ago
  45. 42c2c8c printk: Fix "printk: Enable the use of more than one CON_BOOT (early console)" by Sonic Zhang · 15 years ago
  46. 1aaad49 printk: Restore previous console_loglevel when re-enabling logging by Frans Pop · 15 years ago
  47. 8259cf4 printk: Ensure that "console enabled" messages are printed on the console by Robin Getz · 15 years ago
  48. 4d09161 printk: Enable the use of more than one CON_BOOT (early console) by Robin Getz · 15 years ago
  49. e28d713 printk: Add KERN_DEFAULT printk log-level by Linus Torvalds · 15 years ago
  50. 5fd29d6 printk: clean up handling of log-levels and newlines by Linus Torvalds · 15 years ago
  51. e4c393f Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 04d491a kexec: add dmesg log symbols to /proc/vmcoreinfo lists by Neil Horman · 15 years ago
  53. f2d28a2 printk: correct the behavior of printk_timed_ratelimit() by Guillaume Knispel · 15 years ago
  54. 403f307 PM: Fix suspend_console and resume_console to use only one semaphore by Arve Hjønnevåg · 15 years ago
  55. 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 15 years ago
  56. f627a74 [CVE-2009-0029] Make sys_syslog a conditional system call by Heiko Carstens · 15 years ago
  57. edb123e trivial: printk: fix indentation of new_text_line declaration by Jiri Kosina · 16 years ago
  58. 26cc271 printk: fix discarding message when recursion_bug by Hiroshi Shimamoto · 15 years ago
  59. acff181 printk: remove unused code from kernel/printk.c by roel kluin · 16 years ago
  60. e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 16 years ago
  62. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  63. 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
  64. 95f9bfc tty: Move tty_write_message out of kernel/printk by Alan Cox · 16 years ago
  65. 1fa63a8 printk: robustify printk, update comment by Jiri Kosina · 16 years ago
  66. fa33507 printk: robustify printk, fix #2 by Peter Zijlstra · 16 years ago
  67. b845b51 printk: robustify printk by Peter Zijlstra · 16 years ago
  68. 641de9d printk: fix comment for printk ratelimiting by Uwe Kleine-König · 16 years ago
  69. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  70. 0d63081 swsusp: provide users with a hint about the no_console_suspend option by Pavel Machek · 16 years ago
  71. 4bb0057 Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  73. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  74. bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
  75. 7683c57 kernel/printk.c: Made printk_recursion_bug_msg static. by Daniel Guilak · 16 years ago
  76. a29d1cf printk: export console_drivers by Ingo Molnar · 16 years ago
  77. e17ba73 x86, generic: mark early_printk as asmlinkage by Jiri Slaby · 16 years ago
  78. 87c8a64 printk: export console_drivers by Ingo Molnar · 16 years ago
  79. 9e124fe xen: Enable console tty by default in domU if it's not a dummy by Markus Armbruster · 16 years ago
  80. 0915930 printk: remember the message level for multi-line output by Nick Andrew · 16 years ago
  81. ac60ad7 printk: refactor processing of line severity tokens by Nick Andrew · 16 years ago
  82. cd3a1b8 printk: don't prefer unsuited consoles on registration by Jan Kiszka · 16 years ago
  83. 3b8945e printk: clean up recursion check related static variables by Tejun Heo · 16 years ago
  84. 42fdfa2 namespacecheck: more kernel/printk.c fixes by Thomas Gleixner · 16 years ago
  85. 7f6f3a3 namespacecheck: fix kernel printk.c by Thomas Gleixner · 16 years ago
  86. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 16 years ago
  87. f735295 printk: don't read beyond string arguments' terminating zero by Markus Armbruster · 16 years ago
  88. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  89. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  90. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 16 years ago
  91. 093a07e Fix locking bug in "acquire_console_semaphore_for_printk()" by Linus Torvalds · 16 years ago
  92. 266c2e0 Make printk() console semaphore accesses sensible by Linus Torvalds · 16 years ago
  93. cf3680b printk: fix possible printk overrun by Tejun Heo · 16 years ago
  94. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 16 years ago
  95. a36219a The scheduled 'time' option removal by Adrian Bunk · 16 years ago
  96. 2dc9c91 Nuke duplicate include from printk.c by Jesper Juhl · 16 years ago
  97. eed4a2a printk.c: use unsigned ints instead of longs for logbuf index by Denys Vlasenko · 16 years ago
  98. c4772d9 debug: turn ignore_loglevel into an early param by Ingo Molnar · 16 years ago
  99. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 16 years ago
  100. 326e96b printk: revert ktime_get() timestamps by Ingo Molnar · 16 years ago