1. 9276dfd drivers/tty/hvc: Use strlcpy instead of strncpy by Chen Gang · 11 years ago
  2. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. aebb2af Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  4. 6131ffa more file_inode() open-coded instances by Al Viro · 11 years ago
  5. adf96e6 sysrq: don't depend on weak undefined arrays to have an address that compares as NULL by Linus Torvalds · 11 years ago
  6. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  7. fffddfd Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  8. a883b70 tty vt: fix character insertion overflow by Nicolas Pitre · 11 years ago
  9. 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
  10. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  11. edb15d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next by Ralf Baechle · 11 years ago
  12. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  13. 9afa319 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  14. 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  15. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  16. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  17. 1eaec82 Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  18. 3216dce xen: introduce xen_remap, use it instead of ioremap by Stefano Stabellini · 12 years ago
  19. 9e17df3 tty: mxser: improve error handling in mxser_probe() and mxser_module_init() by Alexey Khoroshilov · 12 years ago
  20. f30e826 serial: imx: fix uninitialized variable warning by Shawn Guo · 12 years ago
  21. c3e1bec serial: tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  22. b0de59b TTY: do not update atime/mtime on read/write by Jiri Slaby · 12 years ago
  23. 677fe55 serial: imx: Fix recursive locking bug by Thomas Gleixner · 12 years ago
  24. 4d334fd s390/3270: asynchronous size sensing by Martin Schwidefsky · 12 years ago
  25. bc80fbe tty: Remove ancient hardpps() by Peter Hurley · 12 years ago
  26. 4238157 pps: Additional cleanups in uart_handle_dcd_change by George Spelvin · 12 years ago
  27. 593fb1ae4 pps: Move timestamp read into PPS code proper by George Spelvin · 12 years ago
  28. 6d53c3b tty: serial: uartlite: Support uartlite on big and little endian systems by Michal Simek · 12 years ago
  29. 3240b48 tty: serial: uartlite: Fix sparse and checkpatch warnings by Michal Simek · 12 years ago
  30. 11c62d4 serial/arc-uart: Miscll DT related updates (Grant's review comments) by Vineet Gupta · 12 years ago
  31. f2eca58 drivers/serial: add GENERIC_HARDIRQS dependency by Heiko Carstens · 12 years ago
  32. 62cd2fa8 Merge branch 'console-fixes' into drm-next by Dave Airlie · 12 years ago
  33. e93a9a8 fb: Yet another band-aid for fixing lockdep mess by Takashi Iwai · 12 years ago
  34. 50e244c fb: rework locking to fix lock ordering on takeover by Alan Cox · 12 years ago
  35. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
  36. 2a24830 vgacon/vt: clear buffer attributes when we load a 512 character font (v2) by Dave Airlie · 12 years ago
  37. 6e9430a TTY: mark tty_get_device call with the proper const values by Greg Kroah-Hartman · 12 years ago
  38. 44a7541 Revert "serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL" by fabio.estevam@freescale.com · 12 years ago
  39. a8cd985 tty: metag_da: avoid getting tty kref in dashtty_timer() by James Hogan · 12 years ago
  40. 8200e38 tty: metag_da: Add metag DA TTY driver by James Hogan · 12 years ago
  41. cdc8da3 serial: imx: Move imx_port_ucrs_save/restore under CONFIG_CONSOLE_POLL by Fabio Estevam · 12 years ago
  42. b16ea4b0 tty: serial: altera_jtaguart: Simplify altera_jtaguart_init() by Tobias Klauser · 12 years ago
  43. 61bc655 tty: serial: altera_uart: Simplify altera_uart_init() by Tobias Klauser · 12 years ago
  44. 1776fd0 OMAP/serial: Fix incorrect Rx FIFO threshold setting, LSR validation on Tx, and Tx FIFO IRQ generation by Alexey Pelykh · 12 years ago
  45. f26402e tty: of_serial: unexport tegra_serial_handle_break by Stephen Warren · 12 years ago
  46. 80cace7 pty: Ignore slave open count for master pty open by Peter Hurley · 12 years ago
  47. 6993903 pty: Ignore slave pty close() if never successfully opened by Peter Hurley · 12 years ago
  48. 7acf6cd pty: Fix BUG()s when ptmx_open() errors out by Peter Hurley · 12 years ago
  49. 16559ae kgdb: remove #include <linux/serial_8250.h> from kgdb.h by Greg Kroah-Hartman · 12 years ago
  50. 9800121 tty: Use raw spin lock to protect the TTY read section by Ivo Sieben · 12 years ago
  51. 183d95c tty: set_termios/set_termiox should not return -EINTR by Oleg Nesterov · 12 years ago
  52. e33b045 MIPS: PNX8550: Remove support for SOC and JBS and STB810 boards. by Ralf Baechle · 12 years ago
  53. 4d9b109 tty: Prevent deadlock in n_gsm driver by Dirkjan Bussink · 12 years ago
  54. c420811 serial: ralink: adds support for the serial core found on ralink wisoc by John Crispin · 12 years ago
  55. 9fe8074 TTY: synclink: Convert + to | for bit operations by Joe Perches · 12 years ago
  56. abd7bac serial/8250: Add suport for later SUNIX (TIMEDIA) boards. by Stephen Chivers · 12 years ago
  57. 1651d0a Revert "n_tty: Unthrottle tty when flushing read buffer" by Greg Kroah-Hartman · 12 years ago
  58. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  59. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  60. 9f9cba8 Merge 3.8-rc5 into tty-next by Greg Kroah-Hartman · 12 years ago
  61. dbf5bef serial: tegra: Fix compilation error by Venu Byravarasu · 12 years ago
  62. 9429ccb serial: pxa: fine-tune clk useage by Yi Zhang · 12 years ago
  63. e8c5b56 serial: pch_uart: fix sysrq handling for pch_uart by Liang Li · 12 years ago
  64. 58f82be n_tty: Unthrottle tty when flushing read buffer by Karthik Manamcheri · 12 years ago
  65. ebcf098 goldfish: move to tty_port for flip buffers by Alan Cox · 12 years ago
  66. eb612fa serial: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  67. eb51d91 serial: xilinx_uartps: Remove leftover __exit_p() by Michal Simek · 12 years ago
  68. aea9554 serial:ifx6x60: Remove memset for SPI frame by channing · 12 years ago
  69. 666b779 goldfish: tty driver by Arve Hjønnevåg · 12 years ago
  70. 4bbed6b serial: sccnxp: Make baudrate table struct static by Alexander Shiyan · 12 years ago
  71. f548b96 serial: sccnxp: Reset break and overrun bits in RX handler by Alexander Shiyan · 12 years ago
  72. c098020 serial/efm32: parse location property by Uwe Kleine-König · 12 years ago
  73. 2326669c serial: xilinx_uartps: Get clock rate info from dts by Josh Cartwright · 12 years ago
  74. 1f9db09 pch_uart: add sysrq support by Liang Li · 12 years ago
  75. 384e301 pch_uart: fix a deadlock when pch_uart as console by Liang Li · 12 years ago
  76. 64325a3 tty: Correct tty buffer flush. by Ilya Zykov · 12 years ago
  77. f8a2b22 drivers/tty/serial/8250: use strlcpy instead of strcpy by Chen Gang · 12 years ago
  78. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  79. a1bf958 tty: Add driver unthrottle in ioctl(...,TCFLSH,..). by Ilya Zykov · 12 years ago
  80. 33aeb9d serial: lpc32xx: Fix fallout from tty_port conversion by Thierry Reding · 12 years ago
  81. 49abd90 serial: vt8500: Cleanup code using devm_ function by Tony Prisk · 12 years ago
  82. 12faa35 serial: vt8500: UART uses gated clock rather than 24Mhz reference by Tony Prisk · 12 years ago
  83. 962963e serial: tegra: Switch to using struct tty_port by Thierry Reding · 12 years ago
  84. 45e786a serial: imx: Remove unused 'tty' variable by Fabio Estevam · 12 years ago
  85. ed35e09 serial: pxa: Do not tweak clock in pxa serial write() function by Haojun Bao · 12 years ago
  86. b786337 serial: sccnxp: Fix possible crash if no platform data supplied by Alexander Shiyan · 12 years ago
  87. 7d9f49a serial: rp2: New driver for Comtrol RocketPort 2 cards by Kevin Cernekee · 12 years ago
  88. b9d4239 tty: rocket: Explicitly list supported PCI IDs by Kevin Cernekee · 12 years ago
  89. 4053036 serial: vt8500: ioremap'd resource is never freed by Tony Prisk · 12 years ago
  90. 27dd2e0 serial: vt8500: Fix range-checking on vt8500_uart_ports by Tony Prisk · 12 years ago
  91. f938f37 tty: serial/crisv10.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  92. 9ef20d5 tty: serial/68328serial.c: remove unnecessary null pointer check by Cong Ding · 12 years ago
  93. 5fe2123 OMAP/serial: Support 1Mbaud and similar baudrates that require Mode16 instead of Mode13 by Alexey Pelykh · 12 years ago
  94. 795b5bb serial/arc-uart: Fix section mistmatch by Vineet Gupta · 12 years ago
  95. ac4ce71 serial: sirf: only use lookup table to set baudrate when ioclk=150MHz by Barry Song · 12 years ago
  96. ebebd49 8250/16?50: Add support for Broadcom TruManage redirected serial port by Stephen Hurd · 12 years ago
  97. ded2f29 pty: return EINVAL for TIOCGPTN for BSD ptys by Jiri Slaby · 12 years ago
  98. 154b7a4 Input: sysrq - allow specifying alternate reset sequence by Mathieu Poirier · 12 years ago
  99. 2894500 TTY: ip22zilog, fix tty_flip_buffer_push call by Jiri Slaby · 12 years ago
  100. f5836a5 serial: 8250_dw: Set maxburst size by Heikki Krogerus · 12 years ago