1. 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
  2. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 16 years ago
  3. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  4. 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
  5. 95f9bfc tty: Move tty_write_message out of kernel/printk by Alan Cox · 16 years ago
  6. 1fa63a8 printk: robustify printk, update comment by Jiri Kosina · 16 years ago
  7. fa33507 printk: robustify printk, fix #2 by Peter Zijlstra · 16 years ago
  8. b845b51 printk: robustify printk by Peter Zijlstra · 16 years ago
  9. 641de9d printk: fix comment for printk ratelimiting by Uwe Kleine-König · 16 years ago
  10. 717115e printk ratelimiting rewrite by Dave Young · 16 years ago
  11. 0d63081 swsusp: provide users with a hint about the no_console_suspend option by Pavel Machek · 16 years ago
  12. 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
  13. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  14. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  15. bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
  16. 7683c57 kernel/printk.c: Made printk_recursion_bug_msg static. by Daniel Guilak · 16 years ago
  17. a29d1cf printk: export console_drivers by Ingo Molnar · 16 years ago
  18. e17ba73 x86, generic: mark early_printk as asmlinkage by Jiri Slaby · 16 years ago
  19. 87c8a64 printk: export console_drivers by Ingo Molnar · 16 years ago
  20. 9e124fe xen: Enable console tty by default in domU if it's not a dummy by Markus Armbruster · 16 years ago
  21. 0915930 printk: remember the message level for multi-line output by Nick Andrew · 16 years ago
  22. ac60ad7 printk: refactor processing of line severity tokens by Nick Andrew · 16 years ago
  23. cd3a1b8 printk: don't prefer unsuited consoles on registration by Jan Kiszka · 16 years ago
  24. 3b8945e printk: clean up recursion check related static variables by Tejun Heo · 16 years ago
  25. 42fdfa2 namespacecheck: more kernel/printk.c fixes by Thomas Gleixner · 16 years ago
  26. 7f6f3a3 namespacecheck: fix kernel printk.c by Thomas Gleixner · 16 years ago
  27. 81d68a9 ftrace: trace irq disabled critical timings by Steven Rostedt · 16 years ago
  28. f735295 printk: don't read beyond string arguments' terminating zero by Markus Armbruster · 16 years ago
  29. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  30. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  31. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 16 years ago
  32. 093a07e Fix locking bug in "acquire_console_semaphore_for_printk()" by Linus Torvalds · 16 years ago
  33. 266c2e0 Make printk() console semaphore accesses sensible by Linus Torvalds · 17 years ago
  34. cf3680b printk: fix possible printk overrun by Tejun Heo · 17 years ago
  35. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 17 years ago
  36. a36219a The scheduled 'time' option removal by Adrian Bunk · 17 years ago
  37. 2dc9c91 Nuke duplicate include from printk.c by Jesper Juhl · 17 years ago
  38. eed4a2a printk.c: use unsigned ints instead of longs for logbuf index by Denys Vlasenko · 17 years ago
  39. c4772d9 debug: turn ignore_loglevel into an early param by Ingo Molnar · 17 years ago
  40. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 17 years ago
  41. 326e96b printk: revert ktime_get() timestamps by Ingo Molnar · 17 years ago
  42. 19ef930 printk: use ktime_get() by Ingo Molnar · 17 years ago
  43. b842271 sched: remove printk_clock() by Ingo Molnar · 17 years ago
  44. d713f51 sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() by Ingo Molnar · 17 years ago
  45. 32a7600 printk: make printk more robust by not allowing recursion by Ingo Molnar · 17 years ago
  46. fb445ee [SERIAL]: Fix section mismatches in Sun serial console drivers. by David S. Miller · 17 years ago
  47. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  48. 0b15d04 printk: add interfaces for external access to the log buffer by Mike Frysinger · 17 years ago
  49. bfe8df3 slow down printk during boot by Randy Dunlap · 17 years ago
  50. cb00e99 fix - ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  51. 0c5564b ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  52. b6b1d87 serial: fix 8250 early console setup by Daniel Ritz · 17 years ago
  53. 1492192 kernel/printk.c: document possible deadlock against scheduler by Jiri Kosina · 17 years ago
  54. e84845c add printk.time option, deprecate 'time' by Randy Dunlap · 17 years ago
  55. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  56. d37bf60 console: console handover to preferred console by Yinghai Lu · 17 years ago
  57. eaa944a console: more buf for index parsing by Yinghai Lu · 17 years ago
  58. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  59. 69331af Fixes and cleanups for earlyprintk aka boot console by Gerd Hoffmann · 17 years ago
  60. 0bbfb7c kernel/printk.c: comment fix by Patrick Pletscher · 18 years ago
  61. 1efc5da [PATCH] order of lockdep off/on in vprintk() should be changed by Mathieu Desnoyers · 18 years ago
  62. e3e8a75 [PATCH] Extract and use wake_up_klogd() by Kirill Korotaev · 18 years ago
  63. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  64. 99eea6a [PATCH] make kernel/printk.c:ignore_loglevel_setup() static by Adrian Bunk · 18 years ago
  65. 79290822 [PATCH] add ignore_loglevel boot option by Ingo Molnar · 18 years ago
  66. 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 18 years ago
  67. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  68. f46c483 [PATCH] Add printk_timed_ratelimit() by Andrew Morton · 18 years ago
  69. 256a6b4 [PATCH] lockdep: fix printk recursion logic by Ingo Molnar · 18 years ago
  70. c8eb8b4 [PATCH] PM: make it possible to disable console suspending by Rafael J. Wysocki · 18 years ago
  71. 78944e5 [PATCH] vt: printk: Fix framebuffer console triggering might_sleep assertion by Antonino A. Daplas · 18 years ago
  72. c0fc84d [PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED by Adrian Bunk · 18 years ago
  73. a0f1ccf [PATCH] lockdep: do not recurse in printk by Ingo Molnar · 18 years ago
  74. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  75. 3b9c041 [PATCH] printk time parameter by Jan Engelhardt · 18 years ago
  76. 76a8ad2 [PATCH] Make printk work for really early debugging by Michael Ellerman · 18 years ago
  77. 557240b Add support for suspending and resuming the whole console subsystem by Linus Torvalds · 18 years ago
  78. 8abd8e2 BUG_ON() Conversion in kernel/printk.c by Eric Sesterhenn · 18 years ago
  79. 2ea1c53 [PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK by John Z. Bohach · 19 years ago
  80. 624dffc correct email address of Manfred Spraul by Christian Kujau · 19 years ago
  81. 025510c [PATCH] printk return value: fix it by Guillaume Chazarain · 19 years ago
  82. e9b15b5 [PATCH] Fix crash in unregister_console() by Benjamin Herrenschmidt · 19 years ago
  83. ddad86c [PATCH] DocBook: include printk documentation by Martin Waitz · 19 years ago
  84. 47bdfb9 [PATCH] unexport console_unblank by Adrian Bunk · 19 years ago
  85. 40dc565 [PATCH] cleanup for kernel/printk.c by Jesper Juhl · 19 years ago
  86. 31f6d9d [PATCH] Add printk_clock() by Andrew Morton · 19 years ago
  87. fe21773 [PATCH] Provide better printk() support for SMP machines by David Howells · 19 years ago
  88. ac25575 [PATCH] CPU hotplug printk fix by Shaohua Li · 19 years ago
  89. ab4af03 [PATCH] CON_CONSDEV bit not set correctly on last console by Greg Edwards · 19 years ago
  90. 3c0547b [PATCH] add_preferred_console() build fix by Matt Mackall · 19 years ago
  91. d59745c [PATCH] clean up kernel messages by Matt Mackall · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago