1. 8f3207c Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  2. 692f66f crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE by Hari Bathini · 8 years ago
  3. 9c35baf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 8 years ago
  4. 0c68861 console: move console_init() out of tty_io.c by Nicolas Pitre · 8 years ago
  5. cf39bf5 printk: fix double printing with earlycon by Aleksey Makarov · 8 years ago
  6. ad86ee2 printk: rename selected_console -> preferred_console by Aleksey Makarov · 8 years ago
  7. b077baf printk: fix name/type/scope of preferred_console var by Aleksey Makarov · 8 years ago
  8. 257ab44 printk: Correctly handle preemption in console_unlock() by Petr Mladek · 8 years ago
  9. 2ed2b86 braille-console: Fix value returned by _braille_console_setup by Samuel Thibault · 8 years ago
  10. 64ca752 printk: use console_trylock() in console_cpu_notify() by Sergey Senozhatsky · 8 years ago
  11. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  12. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  13. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  14. 7d91de7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 8 years ago
  15. fc98c3c printk: use rcuidle console tracepoint by Sergey Senozhatsky · 8 years ago
  16. d9c2352 printk: drop call_console_drivers() unused param by Sergey Senozhatsky · 8 years ago
  17. de6fcbd printk: convert the rest to printk-safe by Sergey Senozhatsky · 8 years ago
  18. 8b1742c printk: remove zap_locks() function by Sergey Senozhatsky · 8 years ago
  19. f975237 printk: use printk_safe buffers in printk by Sergey Senozhatsky · 8 years ago
  20. ddb9baa printk: report lost messages in printk safe/nmi contexts by Sergey Senozhatsky · 8 years ago
  21. 7acac34 printk: always use deferred printk when flush printk_safe lines by Sergey Senozhatsky · 8 years ago
  22. 099f1c8 printk: introduce per-cpu safe_print seq buffer by Sergey Senozhatsky · 8 years ago
  23. f92bac3 printk: rename nmi.c and exported api by Sergey Senozhatsky · 8 years ago
  24. bd66a89 printk: use vprintk_func in vprintk() by Sergey Senozhatsky · 8 years ago
  25. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  26. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 8fa9a69 printk: Remove no longer used second struct cont by Geert Uytterhoeven · 8 years ago
  28. 5c2992e printk: remove console flushing special cases for partial buffered lines by Linus Torvalds · 8 years ago
  29. 5aa068e printk: remove games with previous record flags by Linus Torvalds · 8 years ago
  30. 34aaff4 kdb: call vkdb_printf() from vprintk_default() only when wanted by Petr Mladek · 8 years ago
  31. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  32. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. 22c2c7b2 printk/NMI: handle continuous lines and missing newline by Petr Mladek · 8 years ago
  34. 4a998e3 printk/NMI: fix up handling of the full nmi log buffer by Petr Mladek · 8 years ago
  35. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  36. f97960f kernel/printk: Block cpuhotplug callback when tasks are frozen by Thomas Gleixner · 8 years ago
  37. f5c9f9c Revert "printk: make reading the kernel log flush pending lines" by Linus Torvalds · 8 years ago
  38. c6c7d83 Revert "console: don't prefer first registered if DT specifies stdout-path" by Hans de Goede · 8 years ago
  39. 90b1488 kernel/printk: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  40. 8835ca5 printk: suppress empty continuation lines by Linus Torvalds · 8 years ago
  41. 5638733 Merge branch 'printk-cleanups' by Linus Torvalds · 8 years ago
  42. bfd8d3f printk: make reading the kernel log flush pending lines by Linus Torvalds · 8 years ago
  43. 5e46765 printk: re-organize log_output() to be more legible by Linus Torvalds · 8 years ago
  44. c362c7f printk: split out core logging code into helper function by Linus Torvalds · 8 years ago
  45. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  46. 05fd007 console: don't prefer first registered if DT specifies stdout-path by Paul Burton · 8 years ago
  47. 19feeff printk/nmi: avoid direct printk()-s from __printk_nmi_flush() by Sergey Senozhatsky · 8 years ago
  48. ae6c33b printk: fix parsing of "brl=" option by Nicolas Iooss · 8 years ago
  49. a0cba21 Revert "printk: create pr_<level> functions" by Linus Torvalds · 8 years ago
  50. 574673c2 printk: Remove unnecessary #ifdef CONFIG_PRINTK by Andreas Ziegler · 8 years ago
  51. 750afe7 printk: add kernel parameter to control writes to /dev/kmsg by Borislav Petkov · 8 years ago
  52. 40a7d9f printk: include <asm/sections.h> instead of <asm-generic/sections.h> by Christoph Hellwig · 8 years ago
  53. cf77544 printk: introduce suppress_message_printing() by Sergey Senozhatsky · 8 years ago
  54. 874f9c7 printk: create pr_<level> functions by Joe Perches · 8 years ago
  55. bebca052 printk: do not include interrupt.h by Sergey Senozhatsky · 8 years ago
  56. 8b70ca6 printk: when dumping regs, show the stack, not thread_info by Andy Lutomirski · 8 years ago
  57. cf9b110 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 9 years ago
  58. 427934b printk/nmi: increase the size of NMI buffer and make it configurable by Petr Mladek · 9 years ago
  59. b522dea printk/nmi: warn when some message has been lost in NMI context by Petr Mladek · 9 years ago
  60. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 9 years ago
  61. f468908 printk: add clear_idx symbol to vmcoreinfo by Ivan Delalande · 9 years ago
  62. adaf659 printk: check CON_ENABLED in have_callable_console() by Sergey Senozhatsky · 9 years ago
  63. 6b97a20 printk: set may_schedule for some of console_trylock() callers by Sergey Senozhatsky · 9 years ago
  64. a819937 printk: move can_use_console() out of console_trylock_for_printk() by Sergey Senozhatsky · 9 years ago
  65. 5c9cf8a kernel: printk: specify alignment for struct printk_log by Andrey Ryabinin · 9 years ago
  66. 06b031d printk: change recursion_bug type to bool by Sergey Senozhatsky · 9 years ago
  67. 8d91f8b printk: do cond_resched() between lines while outputting to consoles by Tejun Heo · 9 years ago
  68. 81cc26f printk: only unregister boot consoles when necessary by Thierry Reding · 9 years ago
  69. 3824657 printk: prevent userland from spoofing kernel messages by Mathias Krause · 9 years ago
  70. ee1d267 pstore: add pstore unregister by Geliang Tang · 9 years ago
  71. 2965faa kexec: split kexec_load syscall from kexec core code by Dave Young · 9 years ago
  72. b389645 printk: improve the description of /dev/kmsg line format by Antonio Ospite · 10 years ago
  73. 3ea4331 check_syslog_permissions() cleanup by Vasily Averin · 10 years ago
  74. d194e5d security_syslog() should be called once only by Vasily Averin · 10 years ago
  75. 6fe2935 printk: implement support for extended console drivers by Tejun Heo · 10 years ago
  76. 0a295e67 printk: factor out message formatting from devkmsg_read() by Tejun Heo · 10 years ago
  77. d43ff43 printk: guard the amount written per line by devkmsg_read() by Tejun Heo · 10 years ago
  78. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  79. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  80. c7cef0a console: Add extensible console matching by Peter Hurley · 10 years ago
  81. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  82. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  83. becba85 Merge 4.0-rc3 into tty-testing by Greg Kroah-Hartman · 10 years ago
  84. f427c99 console: Preserve index after console setup() by Peter Hurley · 10 years ago
  85. 30a22c2 console: Fix console name size mismatch by Peter Hurley · 10 years ago
  86. 4fbd0a8 Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 10 years ago
  87. f7d4ca8 kdb: Avoid printing KERN_ levels to consoles by Daniel Thompson · 10 years ago
  88. 205bd3d printk: correct timeout comment, neaten MODULE_PARM_DESC by Joe Perches · 10 years ago
  89. 8f4385d Merge tag 'trace-seq-buf-3.19-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  90. 1fb8915 printk: Do not disable preemption for accessing printk_func by Steven Rostedt (Red Hat) · 10 years ago
  91. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  92. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  93. f099755 printk: drop logbuf_cpu volatile qualifier by Alex Elder · 10 years ago
  94. a39d4a8 printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents by Joe Perches · 10 years ago
  95. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
  96. 04b74b2 printk/percpu: Define printk_func when printk is not defined by Steven Rostedt (Red Hat) · 10 years ago
  97. afdc34a printk: Add per_cpu printk func to allow printk to be diverted by Steven Rostedt (Red Hat) · 11 years ago
  98. 68c4a4f pstore: Honor dmesg_restrict sysctl on dmesg dumps by Sebastian Schmidt · 10 years ago
  99. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  100. 98e35f5 printk: git rid of [sched_delayed] message for printk_deferred by Markus Trippelsdorf · 10 years ago