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