1. 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
  2. 98e35f5 printk: git rid of [sched_delayed] message for printk_deferred by Markus Trippelsdorf · 10 years ago
  3. 2240a31 printk: don't bother using LOG_CPU_MAX_BUF_SHIFT on !SMP by Geert Uytterhoeven · 10 years ago
  4. 849f312 switch /dev/kmsg to ->write_iter() by Al Viro · 10 years ago
  5. 000a7d6 kernel/printk/printk.c: fix faulty logic in the case of recursive printk by Patrick Palka · 10 years ago
  6. bb964a9 kernel misc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  7. 14c4000 printk: Add function to return log buffer address and size by Vasant Hegde · 10 years ago
  8. d25d9fe kernel/printk/printk.c: fix bool assignements by Neil Zhang · 10 years ago
  9. 5874af2 printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 10 years ago
  10. 249771b printk: miscellaneous cleanups by Alex Elder · 10 years ago
  11. e99aa46 printk: use a clever macro by Alex Elder · 10 years ago
  12. 0b90fec printk: fix some comments by Alex Elder · 10 years ago
  13. 42a9dc0 printk: rename DEFAULT_MESSAGE_LOGLEVEL by Alex Elder · 10 years ago
  14. e97e126 printk: tweak do_syslog() to match comments by Alex Elder · 10 years ago
  15. 23b2899 printk: allow increasing the ring buffer depending on the number of CPUs by Luis R. Rodriguez · 10 years ago
  16. f540517 printk: make dynamic units clear for the kernel ring buffer by Luis R. Rodriguez · 10 years ago
  17. c0a318a printk: move power of 2 practice of ring buffer size to a helper by Luis R. Rodriguez · 10 years ago
  18. 7030017 printk: make dynamic kernel ring buffer alignment explicit by Luis R. Rodriguez · 10 years ago
  19. d18bbc2 kernel/printk/printk.c: revert "printk: enable interrupts before calling console_trylock_for_printk()" by Andrew Morton · 11 years ago
  20. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 11 years ago
  21. 84b5ec8 printk: report dropping of messages from logbuf by Will Deacon · 11 years ago
  22. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 11 years ago
  23. 8195460 printk: disable preemption for printk_sched by John Stultz · 11 years ago
  24. 458df9f printk: remove separate printk_sched buffers and use printk buf instead by Steven Rostedt · 11 years ago
  25. 939f04b printk: enable interrupts before calling console_trylock_for_printk() by Jan Kara · 11 years ago
  26. bd8d7cf printk: fix lockdep instrumentation of console_sem by Jan Kara · 11 years ago
  27. 608873c printk: release lockbuf_lock before calling console_trylock_for_printk() by Jan Kara · 11 years ago
  28. ca1d432 printk: remove outdated comment by Jan Kara · 11 years ago
  29. 034633c printk: return really stored message length by Petr Mladek · 11 years ago
  30. 55bd53a printk: shrink too long messages by Petr Mladek · 11 years ago
  31. 85c87043 printk: split message size computation by Petr Mladek · 11 years ago
  32. f40e4b9 printk: ignore too long messages by Petr Mladek · 11 years ago
  33. 0a58169 printk: split code for making free space in the log buffer by Petr Mladek · 11 years ago
  34. 49eb7b0 Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into next by Linus Torvalds · 11 years ago
  35. 7fa21dd printk/of_serial: fix serial console cessation part way through boot. by Stephen Chivers · 11 years ago
  36. 722a9f9 asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/* by Andi Kleen · 11 years ago
  37. 7258148 printk: fix one circular lockdep warning about console_lock by Jane Li · 11 years ago
  38. fce6e03 printk: do not compute the size of the message twice by Petr Mladek · 11 years ago
  39. 39b2510 printk: use also the last bytes in the ring buffer by Petr Mladek · 11 years ago
  40. e8c42d3 printk: add comment about tricky check for text buffer size by Petr Mladek · 11 years ago
  41. c64730b printk: remove obsolete check for log level "c" by Petr Mladek · 11 years ago
  42. e4178d8 printk: fix syslog() overflowing user buffer by Linus Torvalds · 11 years ago
  43. 1d3fa37 printk: flush conflicting continuation line by Arun KS · 11 years ago
  44. 9da791d kernel/printk/printk.c: use memblock apis for early memory allocations by Santosh Shilimkar · 11 years ago
  45. 4c1ace6 printk.c: comments should refer to /proc/vmcore instead of /proc/vmcoreinfo by Dirk Gouders · 11 years ago
  46. 29e9d22 kernel/printk/printk.c: enable boot delay for earlyprintk by Dave Young · 11 years ago
  47. 27083ba kernel/printk/printk.c: convert to pr_foo() by Andrew Morton · 11 years ago
  48. 6b80239 printk: report console names during cut-over by Kees Cook · 11 years ago
  49. 2f01ea9 Merge tag 'tty-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  50. 2cfe6c4 printk: Fix return of braille_register_console() by Steven Rostedt · 11 years ago
  51. 16cf48a register_console: prevent adding the same console twice by Andreas Bießmann · 11 years ago
  52. 62e32ac printk: rename struct log to struct printk_log by Joe Perches · 11 years ago
  53. 2347540 printk: use pointer for console_cmdline indexing by Joe Perches · 11 years ago
  54. bbeddf5 printk: move braille console support into separate braille.[ch] files by Joe Perches · 11 years ago
  55. d197c43 printk: add console_cmdline.h by Joe Perches · 11 years ago
  56. b9ee979 printk: move to separate directory for easier modification by Joe Perches · 11 years ago