1. 5021bb9 Documentation: rs485: Do not define manually the ioctl by Ricardo Ribalda Delgado · 8 years ago
  2. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  3. b79ef07 serial: doc: Use port->state instead of info by Geert Uytterhoeven · 8 years ago
  4. 95f981f serial: doc: Always refer to tty_port->mutex by Geert Uytterhoeven · 8 years ago
  5. 0f40fbb Fix OpenSSH pty regression on close by Brian Bloniarz · 8 years ago
  6. 101ca9c serial: doc: .break_ctl() may sleep by Geert Uytterhoeven · 8 years ago
  7. 18717b0 serial: doc: .(un)throttle() are serialized by the tty layer by Geert Uytterhoeven · 8 years ago
  8. a3bedc3 serial: doc: .(un)throttle() depends on hardware assisted flow control by Geert Uytterhoeven · 8 years ago
  9. d124fd3 serial: doc: Re-add paragraph documenting uart_console_write() by Geert Uytterhoeven · 8 years ago
  10. 4817ebb1 serial: doc: Correct return type of mctrl_gpio_to_gpiod() by Geert Uytterhoeven · 8 years ago
  11. d886e7c serial: doc: Grammar s/function are/functions are/ by Geert Uytterhoeven · 8 years ago
  12. 93a2f63 serial: doc: Spelling s/divsor/divisor/ by Geert Uytterhoeven · 8 years ago
  13. fbe3128 serial: doc: .break_ctl() is called with port->mutex() held by Geert Uytterhoeven · 8 years ago
  14. 0adc301 serial: doc: Document .set_ldisc() by Geert Uytterhoeven · 8 years ago
  15. e27585c serial: doc: Document .unthrottle() by Geert Uytterhoeven · 8 years ago
  16. 39c5144 serial: doc: Document .throttle() by Geert Uytterhoeven · 8 years ago
  17. 4895b1d serial: doc: Un-document obsolete tmpbuf_sem by Geert Uytterhoeven · 8 years ago
  18. 834392a serial: doc: Un-document non-existing uart_write_console() by Geert Uytterhoeven · 8 years ago
  19. fdfb719 tty: Remove chars_in_buffer() line discipline method by Peter Hurley · 8 years ago
  20. 1a76eb5 Documentation: improve line discipline method descriptions by Tilman Schmidt · 9 years ago
  21. ce59e48 serial: mctrl_gpio: implement interrupt handling by Uwe Kleine-König · 9 years ago
  22. 71206b9 Doc: serial-rs485.txt: update RS485 driver interface by Baruch Siach · 9 years ago
  23. 3e20c31 Doc: tty.txt: remove mention of the BKL by Baruch Siach · 9 years ago
  24. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  25. 7c8ab96 serial: Fix locking for uart driver set_termios() method by Peter Hurley · 10 years ago
  26. 683a52a Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  27. db106df serial: Fix send_xchar() handlers by Peter Hurley · 10 years ago
  28. 75e4239 Documentation: serial: fix header path by Yegor Yefremov · 10 years ago
  29. 83ee73c tty: doc: Fix grammar in serial/tty by Richard Genoud · 10 years ago
  30. 8307959 Documentation: serial: fix header path by Yegor Yefremov · 10 years ago
  31. 84130aa tty/serial: Add GPIOLIB helpers for controlling modem lines by Richard Genoud · 10 years ago
  32. 3053075 Documentation/serial: Delete obsolete driver documentation by Jean Delvare · 10 years ago
  33. 3cf8ca1 Documentation/: update 00-INDEX files by Henrik Austad · 10 years ago
  34. fa2b5ea serial: core: delete .set_wake() callback by Linus Walleij · 11 years ago
  35. e943f58 stallion: final cleanup by Paul Bolle · 11 years ago
  36. e759d7c tty: Update serial core API documentation by Kevin Cernekee · 11 years ago
  37. 6f538fe tty: serial core: decouple pm states from ACPI by Linus Walleij · 11 years ago
  38. 63d4869 firmware: remove computone driver firmware and documentation by Tim Gardner · 12 years ago
  39. d157be8 serial: delete the MCA specific 8250 support. by Paul Gortmaker · 12 years ago
  40. 970e248 Documentation: remove references to /etc/modprobe.conf by Lucas De Marchi · 12 years ago
  41. 343fe40 serial/documentation: fix documented name of DCD cpp symbol by Uwe Kleine-König · 12 years ago
  42. 93f3350 RS485: fix inconsistencies in the meaning of some variables by Claudio Scordino · 12 years ago
  43. b670722 Documentation: Computone ip2 is orphaned by Marcos Paulo Souza · 12 years ago
  44. 0331bbf tty/serial: RS485 bindings for device tree by Nicolas Ferre · 13 years ago
  45. 83cac9f atmel_serial: RS485: receiving enabled when sending data by Bernhard Roth · 13 years ago
  46. 25eb650 doc: fix wrong arch/i386 references by Wanlong Gao · 13 years ago
  47. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  48. 323e841 n_gsm: add a documentation by Eric Bénard · 13 years ago
  49. 12f9b1f pps: timestamp is always passed to dcd_change() by Alexander Gordeev · 13 years ago
  50. de6f86c RS485 documentation: add 16C950 UART description by Yegor Yefremov · 13 years ago
  51. 63295cb serial: add Documentation about RS485 serial communications by Claudio Scordino · 13 years ago
  52. 0ea6e61 Documentation: update broken web addresses. by Justin P. Mattock · 14 years ago
  53. b3e63af ldisc: new dcd_change() method for line disciplines by Rodolfo Giometti · 14 years ago
  54. 7e11a0f tty: docs: serial/tty, add to ldisc methods by Tilman Schmidt · 14 years ago
  55. f53a2ad tty: esp: remove broken driver by Alan Cox · 15 years ago
  56. 31c00fc Create/use more directory structure in the Documentation/ tree. by Randy Dunlap · 15 years ago
  57. 6bb0e3a Subject: [PATCH 1/2] serial: Add flush_buffer() operation to uart_ops by Haavard Skinnemoen · 16 years ago
  58. 89f3da3 [SERIAL] Update parity handling documentation by Peter Korsgaard · 18 years ago
  59. 67ab7f5 [SERIAL] Update serial driver documentation by Russell King · 18 years ago
  60. 6a8f8d7 [SERIAL] Update serial_core documentation by Russell King · 19 years ago
  61. b129a8c [SERIAL] Clean up and fix tty transmission start/stoping by Russell King · 19 years ago
  62. c5f4644 [PATCH] Serial: Adjust serial locking by Russell King · 19 years ago
  63. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago