1. 9276dfd drivers/tty/hvc: Use strlcpy instead of strncpy by Chen Gang · 11 years ago
  2. 77be36d Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  3. 3216dce xen: introduce xen_remap, use it instead of ioremap by Stefano Stabellini · 11 years ago
  4. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  5. 074d35c TTY: hvsi: use for_each_compatible_node() macro by Wei Yongjun · 12 years ago
  6. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  7. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  8. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  9. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  10. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  11. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  12. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  13. 6b1cb93 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  14. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  15. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
  16. 1e619a1 Merge 3.7-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  17. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  18. c019bc1 TTY: hvc_console, fix port reference count going to zero prematurely by Paul Mackerras · 12 years ago
  19. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  20. 46e99c4 tty: Fix typo in tty drivers by Masanari Iida · 12 years ago
  21. ad3d1e5 TTY: hvcs: fix missing unlock on error in hvcs_initialize() by Wei Yongjun · 12 years ago
  22. ccff9b1 Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  23. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  24. 9b6934a xen/hvc: handle backend CLOSED without CLOSING by David Vrabel · 12 years ago
  25. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  26. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  27. 8b77562 tty/serial: remove CONFIG_EXPERIMENTAL dependencies by Greg Kroah-Hartman · 12 years ago
  28. d83114e tty: Fix hvc return by Alan Cox · 12 years ago
  29. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  30. d1cfc0c hvc_vio: Improve registration of udbg backend by Benjamin Herrenschmidt · 12 years ago
  31. 92057a4 hvc_console: Better kernel console support by Benjamin Herrenschmidt · 12 years ago
  32. 4d9310e xen: missing includes by Stefano Stabellini · 12 years ago
  33. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  34. 27bf7c4 TTY: hvcs, add tty install by Jiri Slaby · 12 years ago
  35. 97d1508 TTY: hvcs, clean hvcs_open a bit by Jiri Slaby · 12 years ago
  36. bdb498c TTY: hvc_console, add tty install by Jiri Slaby · 12 years ago
  37. b19e2ca TTY: use tty_port_link_device by Jiri Slaby · 12 years ago
  38. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  39. 62c4d9a Merge tag 'stable/for-linus-3.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  40. 37a80bf xen/hvc: Fix up checks when the info is allocated. by Konrad Rzeszutek Wilk · 12 years ago
  41. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  42. 50fb31c tty/hvc_opal: Fix debug function name by Benjamin Herrenschmidt · 12 years ago
  43. 069915b Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  44. 5842f576 xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness. by Konrad Rzeszutek Wilk · 12 years ago
  45. a32c88b xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN by Konrad Rzeszutek Wilk · 12 years ago
  46. 2e5ad6b xen/hvc: Collapse error logic. by Konrad Rzeszutek Wilk · 12 years ago
  47. 201a52b hvc_xen: NULL dereference on allocation failure by Dan Carpenter · 12 years ago
  48. bdb595b tty: hvc_xen: NULL dereference on allocation failure by Dan Carpenter · 12 years ago
  49. a2f8920 TTY: hvc, fix TTY refcounting by Jiri Slaby · 12 years ago
  50. daea440 TTY: hvsi, use tty from tty_port by Jiri Slaby · 12 years ago
  51. 28c0447 TTY: hvsi, sanitize uses of tty by Jiri Slaby · 12 years ago
  52. d73a4e7 TTY: hvsi, add tty_port by Jiri Slaby · 12 years ago
  53. 5f56605 TTY: hvsi, CLOCAL is not in tty->flags by Jiri Slaby · 12 years ago
  54. 6968a75 TTY: hvcs, use tty from tty_port by Jiri Slaby · 12 years ago
  55. 2cd9fa2 TTY: hvcs, use kref from tty_port by Jiri Slaby · 12 years ago
  56. 1997cf0 TTY: hvcs, add tty_port by Jiri Slaby · 12 years ago
  57. 0146b69 TTY: HVC, use count from tty_port by Jiri Slaby · 12 years ago
  58. 85bbc00 TTY: HVC, use tty from tty_port by Jiri Slaby · 12 years ago
  59. f3d9f25 TTY: HVC, add tty_port by Jiri Slaby · 12 years ago
  60. cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 12 years ago
  61. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  62. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  63. ec86b45 tty/hvc_vio: FW_FEATURE_ISERIES is no longer selectable by Stephen Rothwell · 12 years ago
  64. 7d3d897 powerpc/hvc_udbg: Don't crash when udbg_putc is NULL by Benjamin Herrenschmidt · 12 years ago
  65. cf8e019 hvc_xen: introduce HVC_XEN_FRONTEND by Stefano Stabellini · 12 years ago
  66. 02e19f9 hvc_xen: implement multiconsole support by Stefano Stabellini · 13 years ago
  67. eb5ef07 hvc_xen: support PV on HVM consoles by Stefano Stabellini · 13 years ago
  68. b668089 tty: powerpc: remove hvc_iseries by Stephen Rothwell · 12 years ago
  69. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  70. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  71. d4e33fa serial: Kill off NO_IRQ by Alan Cox · 13 years ago
  72. c2a3e84 tty: hvc_dcc: Fix duplicate character inputs by Stephen Boyd · 13 years ago
  73. 3155521 Revert "hvc_console: display printk messages on console." by Linus Torvalds · 13 years ago
  74. 0084e47 powerpc: fix building hvc_opal.c by Michael Neuling · 13 years ago
  75. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  76. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  77. 578b9ce tty: Add module.h to drivers/tty users who just expect it there. by Paul Gortmaker · 13 years ago
  78. 3611624 hvc_console: display printk messages on console. by Miche Baker-Harvey · 13 years ago
  79. 9cfb5c0 TTY: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  80. daea117 powerpc/powernv: Support for OPAL console by Benjamin Herrenschmidt · 13 years ago
  81. ac07a4a hvcs: Ensure page aligned partner info buffer by Brian King · 13 years ago
  82. 0b05835 TTY: use tty_wait_until_sent_from_close in other drivers by Jiri Slaby · 13 years ago
  83. f7723f0 powerpc/pseries: Fix hvc_vio.c build due to recent changes by Benjamin Herrenschmidt · 13 years ago
  84. 762e77a hvc_console: Add kdb support by Anton Blanchard · 13 years ago
  85. 19df9ab powerpc/pseries: Fix hvterm_raw_get_chars to accept < 16 chars, fixing xmon by Anton Blanchard · 13 years ago
  86. 8c2381a hvc_console: Improve tty/console put_chars handling by Hendrik Brueckner · 13 years ago
  87. 87fa35d powerpc/hvsi: Fix conflict with old HVSI driver by Benjamin Herrenschmidt · 13 years ago
  88. 17bdc6c powerpc/pseries: Move hvsi support into a library by Benjamin Herrenschmidt · 13 years ago
  89. 4d2bb3f powerpc/pseries: Re-implement HVSI as part of hvc_vio by Benjamin Herrenschmidt · 13 years ago
  90. 048bee7 powerpc/pseries: Factor HVSI header struct in packet definitions by Benjamin Herrenschmidt · 13 years ago
  91. 725e789 powerpc/hvsi: Move HVSI protocol definitions to a header file by Benjamin Herrenschmidt · 13 years ago
  92. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  93. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  94. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  95. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  96. 514af9f Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  97. bbd5a76 xen/hvc: Disable probe_irq_on/off from poking the hvc-console IRQ line. by Konrad Rzeszutek Wilk · 13 years ago
  98. c7704d3 powerpc/pseries: Reduce HVCS driver insanity by Benjamin Herrenschmidt · 14 years ago
  99. f227e08 Merge 2.6.38-rc6 into tty-next by Greg Kroah-Hartman · 13 years ago
  100. bdcffc5 tty: move Kconfig entries into drivers/tty from drivers/char by Greg Kroah-Hartman · 13 years ago