1. f735295 printk: don't read beyond string arguments' terminating zero by Markus Armbruster · 16 years ago
  2. f7511d5 Basic braille screen reader support by Samuel Thibault · 16 years ago
  3. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  4. 5f97a5a isolate ratelimit from printk.c for other use by Dave Young · 16 years ago
  5. 093a07e Fix locking bug in "acquire_console_semaphore_for_printk()" by Linus Torvalds · 16 years ago
  6. 266c2e0 Make printk() console semaphore accesses sensible by Linus Torvalds · 16 years ago
  7. cf3680b printk: fix possible printk overrun by Tejun Heo · 16 years ago
  8. 7ef3d2f printk_ratelimit() functions should use CONFIG_PRINTK by Joe Perches · 16 years ago
  9. a36219a The scheduled 'time' option removal by Adrian Bunk · 16 years ago
  10. 2dc9c91 Nuke duplicate include from printk.c by Jesper Juhl · 16 years ago
  11. eed4a2a printk.c: use unsigned ints instead of longs for logbuf index by Denys Vlasenko · 16 years ago
  12. c4772d9 debug: turn ignore_loglevel into an early param by Ingo Molnar · 16 years ago
  13. 076f977 x86: make early printk selectable on 64-bit as well by Ingo Molnar · 16 years ago
  14. 326e96b printk: revert ktime_get() timestamps by Ingo Molnar · 16 years ago
  15. 19ef930 printk: use ktime_get() by Ingo Molnar · 16 years ago
  16. b842271f sched: remove printk_clock() by Ingo Molnar · 16 years ago
  17. d713f51 sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() by Ingo Molnar · 16 years ago
  18. 32a7600 printk: make printk more robust by not allowing recursion by Ingo Molnar · 16 years ago
  19. fb445ee [SERIAL]: Fix section mismatches in Sun serial console drivers. by David S. Miller · 17 years ago
  20. 8f4ce8c serial: turn serial console suspend a boot rather than compile time option by Andres Salomon · 17 years ago
  21. 0b15d04 printk: add interfaces for external access to the log buffer by Mike Frysinger · 17 years ago
  22. bfe8df3 slow down printk during boot by Randy Dunlap · 17 years ago
  23. cb00e99 fix - ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  24. 0c5564b ensure we don't use bootconsoles after init has been released by Robin Getz · 17 years ago
  25. b6b1d87 serial: fix 8250 early console setup by Daniel Ritz · 17 years ago
  26. 1492192 kernel/printk.c: document possible deadlock against scheduler by Jiri Kosina · 17 years ago
  27. e84845c add printk.time option, deprecate 'time' by Randy Dunlap · 17 years ago
  28. 18a8bd9 serial: convert early_uart to earlycon for 8250 by Yinghai Lu · 17 years ago
  29. d37bf60 console: console handover to preferred console by Yinghai Lu · 17 years ago
  30. eaa944a console: more buf for index parsing by Yinghai Lu · 17 years ago
  31. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  32. 69331af Fixes and cleanups for earlyprintk aka boot console by Gerd Hoffmann · 17 years ago
  33. 0bbfb7c kernel/printk.c: comment fix by Patrick Pletscher · 17 years ago
  34. 1efc5da [PATCH] order of lockdep off/on in vprintk() should be changed by Mathieu Desnoyers · 17 years ago
  35. e3e8a75 [PATCH] Extract and use wake_up_klogd() by Kirill Korotaev · 17 years ago
  36. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  37. 99eea6a [PATCH] make kernel/printk.c:ignore_loglevel_setup() static by Adrian Bunk · 18 years ago
  38. 79290822 [PATCH] add ignore_loglevel boot option by Ingo Molnar · 18 years ago
  39. 045f147 [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols by Adrian Bunk · 18 years ago
  40. c36264d [PATCH] remove the syslog interface when printk is disabled by Mike Galbraith · 18 years ago
  41. f46c483 [PATCH] Add printk_timed_ratelimit() by Andrew Morton · 18 years ago
  42. 256a6b4 [PATCH] lockdep: fix printk recursion logic by Ingo Molnar · 18 years ago
  43. c8eb8b4 [PATCH] PM: make it possible to disable console suspending by Rafael J. Wysocki · 18 years ago
  44. 78944e54 [PATCH] vt: printk: Fix framebuffer console triggering might_sleep assertion by Antonino A. Daplas · 18 years ago
  45. c0fc84d [PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSED by Adrian Bunk · 18 years ago
  46. a0f1ccf [PATCH] lockdep: do not recurse in printk by Ingo Molnar · 18 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  48. 3b9c041 [PATCH] printk time parameter by Jan Engelhardt · 18 years ago
  49. 76a8ad29 [PATCH] Make printk work for really early debugging by Michael Ellerman · 18 years ago
  50. 557240b Add support for suspending and resuming the whole console subsystem by Linus Torvalds · 18 years ago
  51. 8abd8e2 BUG_ON() Conversion in kernel/printk.c by Eric Sesterhenn · 18 years ago
  52. 2ea1c53 [PATCH] console_setup() depends (wrongly?) on CONFIG_PRINTK by John Z. Bohach · 18 years ago
  53. 624dffc correct email address of Manfred Spraul by Christian Kujau · 18 years ago
  54. 025510c [PATCH] printk return value: fix it by Guillaume Chazarain · 19 years ago
  55. e9b15b5 [PATCH] Fix crash in unregister_console() by Benjamin Herrenschmidt · 19 years ago
  56. ddad86c [PATCH] DocBook: include printk documentation by Martin Waitz · 19 years ago
  57. 47bdfb9 [PATCH] unexport console_unblank by Adrian Bunk · 19 years ago
  58. 40dc565 [PATCH] cleanup for kernel/printk.c by Jesper Juhl · 19 years ago
  59. 31f6d9d [PATCH] Add printk_clock() by Andrew Morton · 19 years ago
  60. fe21773 [PATCH] Provide better printk() support for SMP machines by David Howells · 19 years ago
  61. ac25575 [PATCH] CPU hotplug printk fix by Shaohua Li · 19 years ago
  62. ab4af03 [PATCH] CON_CONSDEV bit not set correctly on last console by Greg Edwards · 19 years ago
  63. 3c0547b [PATCH] add_preferred_console() build fix by Matt Mackall · 19 years ago
  64. d59745c [PATCH] clean up kernel messages by Matt Mackall · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago