1. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  2. 4b07dd3 drivers/tty: make hvc_console.c explicitly non-modular by Paul Gortmaker · 9 years ago
  3. b8dccc1 tty: hvc_console.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  4. 49eb7b0 Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into next by Linus Torvalds · 10 years ago
  5. 15a2743 tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick() by Benjamin Herrenschmidt · 10 years ago
  6. 501fed4 drivers/tty/hvc: don't free hvc_console_setup after init by Tomoki Sekiyama · 10 years ago
  7. f76a1cb hvc: ensure hvc_init is only ever called once in hvc_console.c by Paul Gortmaker · 11 years ago
  8. 5855b21 drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c by Rashika Kheria · 11 years ago
  9. 33e745a tty/hvc_console: Add DTR/RTS callback to handle HUPCL control by Hendrik Brueckner · 11 years ago
  10. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  11. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  12. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  13. c019bc1 TTY: hvc_console, fix port reference count going to zero prematurely by Paul Mackerras · 12 years ago
  14. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  15. d83114e tty: Fix hvc return by Alan Cox · 12 years ago
  16. 92057a4 hvc_console: Better kernel console support by Benjamin Herrenschmidt · 12 years ago
  17. bdb498c TTY: hvc_console, add tty install by Jiri Slaby · 12 years ago
  18. a2f8920 TTY: hvc, fix TTY refcounting by Jiri Slaby · 13 years ago
  19. 0146b69 TTY: HVC, use count from tty_port by Jiri Slaby · 13 years ago
  20. 85bbc00 TTY: HVC, use tty from tty_port by Jiri Slaby · 13 years ago
  21. f3d9f25 TTY: HVC, add tty_port by Jiri Slaby · 13 years ago
  22. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  23. 3155521 Revert "hvc_console: display printk messages on console." by Linus Torvalds · 13 years ago
  24. 3611624 hvc_console: display printk messages on console. by Miche Baker-Harvey · 13 years ago
  25. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  26. 762e77a hvc_console: Add kdb support by Anton Blanchard · 13 years ago
  27. 8c2381a hvc_console: Improve tty/console put_chars handling by Hendrik Brueckner · 13 years ago
  28. 4d2bb3f powerpc/pseries: Re-implement HVSI as part of hvc_vio by Benjamin Herrenschmidt · 13 years ago
  29. 728674a tty: move hvc drivers to drivers/tty/hvc/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/hvc_console.c]
  30. 656e17e drivers/char/hvc_console.c: remove unneeded __set_current_state(TASK_RUNNING) by Andrew Morton · 14 years ago
  31. f335397 Input: sysrq - drop tty argument form handle_sysrq() by Dmitry Torokhov · 14 years ago
  32. 4455b11 hvc_console: use "*_console" nomenclature to avoid modpost warning. by Chris Metcalf · 14 years ago
  33. 320718e hvc_console: Fix race between hvc_close and hvc_remove by Anton Blanchard · 15 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  35. e74d098 hvc_console: Fix race between hvc_close and hvc_remove by Amit Shah · 15 years ago
  36. ecfcbee hvc_console: fix test on unsigned in hvc_console_print() by Roel Kluin · 15 years ago
  37. 119ea10 hvc_console: Remove __devinit annotation from hvc_alloc by Amit Shah · 15 years ago
  38. b511306 hvc_console: Make the ops pointer const. by Rusty Russell · 15 years ago
  39. c0cefeb hvc_console: Export (GPL'ed) hvc_remove by Amit Shah · 15 years ago
  40. 254be49 hvc_console: Provide (un)locked version for hvc_resize() by Hendrik Brueckner · 15 years ago
  41. 5b36f1d hvc_console: Drop unnecessary NULL test by Julia Lawall · 15 years ago
  42. 23198fd tty: fix chars_in_buffers by Alan Cox · 15 years ago
  43. 7f8030d hvc_console: Remove tty->low_latency by Hendrik Brueckner · 16 years ago
  44. 2da7582 hvc_console: Use kzalloc() instead of kmalloc() + memset() by Milton Miller · 16 years ago
  45. da9dc13 hvc_console: Do not set low_latency when using interrupts by Milton Miller · 16 years ago
  46. 9fef3d2 hvc_console: Change an mb() to smp_mb() and add some comments by Milton Miller · 16 years ago
  47. fc6f623 pty: simplify resize by Alan Cox · 16 years ago
  48. c298345 virtio_console: support console resizing by Christian Borntraeger · 16 years ago
  49. 368c1e3 hvc_console: Escape magic sysrq key by Hendrik Brueckner · 16 years ago
  50. 7947cf0 hvc_console: Always schedule resize work on resize by Hendrik Brueckner · 16 years ago
  51. 934752d hvc_console: Remove __devexit annotation of hvc_remove() by Hendrik Brueckner · 16 years ago
  52. febde37 hvc_console: Add support for tty window resizing by Hendrik Brueckner · 16 years ago
  53. 3feebbb hvc_console: Fix loop if put_char() returns 0 by Hendrik Brueckner · 16 years ago
  54. 56ce9e2 hvc_console: Add tty driver flag TTY_DRIVER_RESET_TERMIOS by Hendrik Brueckner · 16 years ago
  55. fc362e2 hvc_console: Add a hangup notifier for backends by Hendrik Brueckner · 16 years ago
  56. 6dc6472 Merge commit 'origin' by Benjamin Herrenschmidt · 16 years ago
  57. eef2622 hvc_console: Fix free_irq in spinlocked section by Christian Borntraeger · 16 years ago
  58. 2571cd6a drivers/char/hvc_console.c: adjust call to put_tty_driver by Julia Lawall · 16 years ago
  59. b1b135c fix spinlock recursion in hvc_console by Christian Borntraeger · 16 years ago
  60. 7721c49 virtio: console as a config option by Christian Borntraeger · 16 years ago
  61. 611e097 hvc_console: rework setup to replace irq functions with callbacks by Christian Borntraeger · 16 years ago
  62. 1c8950f [POWERPC] Make cpus_in_xmon static and remove extern mess from hvc_console.c by Michael Ellerman · 16 years ago
  63. bed9759 drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT by Denis Cheng · 17 years ago
  64. 12b20de kobject: convert hvc_console to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  65. 3e6c6f6 Delay creation of khcvd thread by Rusty Russell · 17 years ago
  66. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  67. 5605d4d [POWERPC] Make drivers/char/hvc_console.c:khvcd() static by Adrian Bunk · 17 years ago
  68. 4fa156e drivers/char/hvc_console.c: cleanups by Adrian Bunk · 17 years ago
  69. c3ea692 [POWERPC] hvc_console: Typo fixes by will schmidt · 18 years ago
  70. b791072 [POWERPC] hvc_console: Polling mode timer backoff by Will Schmidt · 18 years ago
  71. 8cd0ae0 [PATCH] Make hvc_console.c compile on non-powerpc: Remove NO_IRQ by Rusty Russell · 18 years ago
  72. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  73. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  74. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  75. 14d1adf Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  76. b64074e [PATCH] hvc_console suspend fix by Andrew Morton · 18 years ago
  77. 87fd772 [POWERPC] Quiet hvc_console console output on failed opens by Olof Johansson · 18 years ago
  78. 4e9e95a [POWERPC] Make the hvc_console output buffer size settable by Stephen Rothwell · 18 years ago
  79. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  80. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  81. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  82. b537446 [PATCH] powerpc: Make rtas console _much_ faster by Michael Ellerman · 18 years ago
  83. 45d607e [PATCH] powerpc: hvc_console updates by Ryan S. Arnold · 19 years ago
  84. 55aab8c [PATCH] powerpc: HVC init race by Michael Neuling · 19 years ago
  85. fb5c594 [PATCH] Fix race condition in hvc console. by Michal Ostrowski · 19 years ago
  86. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  87. ef4cbee [PATCH] hvc_console: start kernel thread before registering tty by Anton Blanchard · 19 years ago
  88. 030ffad [PATCH] hvc_console: Register ops when setting up hvc_console by Milton Miller · 19 years ago
  89. acad955 [PATCH] hvc_console: Separate hvc_console and vio code 2 by Milton Miller · 19 years ago
  90. d5ee257 [PATCH] hvc_console: Separate hvc_console and vio code by Milton Miller · 19 years ago
  91. 7805b1b [PATCH] hvc_console: Add some sanity checks by Milton Miller · 19 years ago
  92. 64e4da5 [PATCH] hvc_console: Statically initialize the vtermnos array by Milton Miller · 19 years ago
  93. 5f6d9c0 [PATCH] hvc_console: remove num_vterms and some dead code by Milton Miller · 19 years ago
  94. e51d8c9 [PATCH] hvc_console: Add missing include by Milton Miller · 19 years ago
  95. 320da0d [PATCH] hvc_console: Unregister the console in the exit routine. by Milton Miller · 19 years ago
  96. 2b9e0ba [PATCH] hvc_console: MAGIC_SYSRQ should only be on console channel by Milton Miller · 19 years ago
  97. 8b67f8c [PATCH] hvc_console: Dont always kick the poll thread in interrupt by Milton Miller · 19 years ago
  98. 6f24808 [PATCH] hvc_console: Match vio and console devices using vterm numbers by Milton Miller · 19 years ago
  99. 837dcfa [PATCH] hvc_console: Rearrange code by Milton Miller · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago