1. 6f2fdb2 hvc: unify console setup naming by Sergey Senozhatsky · 4 years, 7 months ago
  2. 9f02842 tty: hvc: Return proper error code from console ->setup() hook by Andy Shevchenko · 4 years, 7 months ago
  3. 24eb237 tty: hvc_console, fix crashes on parallel open/close by Jiri Slaby · 4 years, 8 months ago
  4. cf9c944 Revert "tty: hvc: Fix data abort due to race in hvc_open" by Greg Kroah-Hartman · 4 years, 8 months ago
  5. 1cc1858 Merge 5.7-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 8 months ago
  6. 1d2cc5a Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 8 months ago
  7. e2bd1dc tty: hvc: Fix data abort due to race in hvc_open by Raghavendra Rao Ananta · 4 years, 9 months ago
  8. e947861 Merge 5.7-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 9 months ago
  9. 9a9fc42 tty: hvc: fix buffer overflow during hvc_alloc(). by Andrew Melnychenko · 4 years, 9 months ago
  10. 6f1c026 tty: hvc: remove hvcs_driver_string by Jason Yan · 4 years, 9 months ago
  11. f9d89c9 tty: riscv: Using RISCV_SBI_V01 instead of RISCV_SBI by Kefeng Wang · 4 years, 9 months ago
  12. 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 9 months ago
  13. bdc3070 tty: hvc: Use the correct style for SPDX License Identifier by Nishad Kamdar · 4 years, 10 months ago
  14. 00e3754 tty: source all tty Kconfig files in one place by Randy Dunlap · 4 years, 10 months ago
  15. 537bd0a Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  16. da88ac0 tty: Fix Kconfig indentation, continued by Krzysztof Kozlowski · 5 years ago
  17. 4500914 tty: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  18. eded8bc riscv: don't allow selecting SBI based drivers for M-mode by Damien Le Moal · 5 years ago
  19. d1a1af2 hvc: dcc: Add earlycon support by Michal Simek · 5 years ago
  20. acf01e6 tty: hvcs: Fix odd use of strlcpy by Joe Perches · 6 years ago
  21. 4d2e26a docs: powerpc: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  22. 934bda5 powerpc/pseries/hvconsole: Fix stack overread via udbg by Daniel Axtens · 6 years ago
  23. b0bb126 Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  24. f91253a tty: Don't force RISCV SBI console as preferred console by Anup Patel · 6 years ago
  25. f692f77 tty: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  26. 38c91d1 tty: add SPDX identifiers to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  27. d56f00f tty: hvc_xen: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  28. 778ec49 tty: Use of_node_name_{eq,prefix} for node name comparisons by Rob Herring · 6 years ago
  29. 7f2bf78 tty: hvc: hvc_write() fix break condition by Nicholas Piggin · 6 years ago
  30. 68b2fc7 tty: hvc: hvc_poll() fix read loop batching by Nicholas Piggin · 6 years ago
  31. 6e7f6b8 tty: hvc: hvc_poll() fix read loop hang by Nicholas Piggin · 6 years ago
  32. 95b861a76 powerpc/powernv: provide a console flush operation for opal hvc driver by Nicholas Piggin · 7 years ago
  33. 70b5c4e Merge branch 'topic/hvc' into next by Michael Ellerman · 6 years ago
  34. cca3d52 tty: hvc: remove unexplained "just in case" spin delay by Nicholas Piggin · 7 years ago
  35. 17cc1dd powerpc/powernv: implement opal_put_chars_atomic by Nicholas Piggin · 7 years ago
  36. ac4ac78 powerpc/powernv: move opal console flushing to udbg by Nicholas Piggin · 7 years ago
  37. 9f65b81 tty: hvc: introduce the hv_ops.flush operation for hvc drivers by Nicholas Piggin · 7 years ago
  38. 550ddad tty: hvc: hvc_write() may sleep by Nicholas Piggin · 7 years ago
  39. cfb5946 tty: hvc: hvc_poll() may sleep by Nicholas Piggin · 7 years ago
  40. ec97eaa tty: hvc: hvc_poll() break hv read loop by Nicholas Piggin · 7 years ago
  41. a9bf5c8 tty: hvc: use mutex instead of spinlock for hvc_structs lock by Nicholas Piggin · 7 years ago
  42. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  43. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  44. 447808b hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common() by Stewart Smith · 7 years ago
  45. 9abf8ac Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  46. b8ac14d tty: hvc: remove tile driver by Arnd Bergmann · 7 years ago
  47. e6bf3cc tty: remove bfin_jtag_comm and hvc_bfin_jtag drivers by Arnd Bergmann · 7 years ago
  48. afa6b1c tty: New RISC-V SBI console driver by Palmer Dabbelt · 7 years ago
  49. fb0255f Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  50. a9f96f0 tty: hvc: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  51. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  52. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  53. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  54. e63a94f1 Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  55. 6ec6e80 tty: hvcs: make ktermios const by Bhumika Goyal · 7 years ago
  56. a846c3e tty: hvcs: constify vio_device_id by Arvind Yadav · 7 years ago
  57. 7298bd1 tty: hvc_vio: constify vio_device_id by Arvind Yadav · 7 years ago
  58. ecda85e x86/lguest: Remove lguest support by Juergen Gross · 7 years ago
  59. 9227f04 powerpc/udbg: Reduce the footgun potential of EARLY_DEBUG_LPAR(_HVSI) by Michael Ellerman · 7 years ago
  60. a73ee84 tty: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  61. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  62. 9a715cd Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  63. 20d58cb s390/hvc_iucv: fix broken Kconfig select statement by Heiko Carstens · 8 years ago
  64. 4e70a6f TTY: hvc: convert to use DRIVER_ATTR_RW by Greg Kroah-Hartman · 8 years ago
  65. 228a9ff drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged" by Colin Ian King · 8 years ago
  66. 19fa6e6 tty/hvc_console: fix console lock ordering with spinlock by Denis Kirjanov · 8 years ago
  67. d437fa9 drivers/tty: Convert remaining uses of pr_warning to pr_warn by Joe Perches · 8 years ago
  68. 6d35b13 tty: Remove extra include in HVC console tty framework by Sergio Valverde · 8 years ago
  69. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  70. 00dab81 tty/hvc: Use opal irqchip interface if available by Sam Mendoza-Jonas · 8 years ago
  71. bbc3dfe8 tty/hvc: Use IRQF_SHARED for OPAL hvc consoles by Sam Mendoza-Jonas · 8 years ago
  72. fab794a tty: hvc_console: silence unintialized variable warning by Dan Carpenter · 9 years ago
  73. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  74. 55fc733 Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  75. a4d7b75 hvc_xen: make early_printk work with HVM guests by Stefano Stabellini · 9 years ago
  76. 5de738b hvc_xen: fix xenboot for DomUs by Stefano Stabellini · 9 years ago
  77. 16e506e hvc_xen: add earlycon support by Stefano Stabellini · 9 years ago
  78. 54573c4 xen/hvc: constify hv_ops structures by Julia Lawall · 9 years ago
  79. e36ae34 tty: hvc_xen: hide xen_console_remove when unused by Arnd Bergmann · 9 years ago
  80. e3c5fc4 drivers/tty: make hvc/hvc_vio.c explicitly non-modular by Paul Gortmaker · 9 years ago
  81. fd0d351 Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  82. 41ecf14 Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  83. 9652c08 tty/hvc: xen: Use xen page definition by Julien Grall · 10 years ago
  84. 79c1faa tty: Remove tty_wait_until_sent_from_close() by Peter Hurley · 9 years ago
  85. 4cad4c5 ARM64: TTY: hvc_dcc: Add support for ARM64 dcc by Abhimanyu Kapur · 9 years ago
  86. 3d27070 hvc_dcc: don't ignore errors during initialization by Timur Tabi · 9 years ago
  87. 4b07dd3 drivers/tty: make hvc_console.c explicitly non-modular by Paul Gortmaker · 9 years ago
  88. 91e60eb s390/iucv: do not use arrays as argument by Ursula Braun · 9 years ago
  89. 06ab838 Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  90. 859e326 hvc/xen: Further s/MFN/GFN clean-up by Julien Grall · 9 years ago
  91. 0df4f26 xen: Use correctly the Xen memory terminologies by Julien Grall · 9 years ago
  92. 4807980 powerpc/hvsi: Fix endianness issues in the HVSI driver by Laurent Dufour · 9 years ago
  93. 7adf12b Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  94. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  95. 05a8256 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  96. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  97. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  98. 00fda16 Merge 4.1-rc7 into tty-next by Greg Kroah-Hartman · 10 years ago
  99. c4ace5d hvc_xen: avoid uninitialized variable warning by Jan Beulich · 10 years ago
  100. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 10 years ago