1. 05c7cd3 TTY: switch tty_insert_flip_string by Jiri Slaby · 12 years ago
  2. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  3. 2f69335 TTY: convert more flipping functions by Jiri Slaby · 12 years ago
  4. 227434f TTY: switch tty_buffer_request_room to tty_port by Jiri Slaby · 12 years ago
  5. ea28fd5 serial/arc-uart: switch to devicetree based probing by Vineet Gupta · 12 years ago
  6. d6c0d06 serial/arc-uart: platform_data order changed by Vineet Gupta · 12 years ago
  7. e163d1f serial/arc-uart: split probe from probe_earlyprintk by Vineet Gupta · 12 years ago
  8. 026bb29 serial/arc-uart: Don't index with -ve platform_device->id by Vineet Gupta · 12 years ago
  9. e9ea096 serial: tegra: add serial driver by Laxman Dewangan · 12 years ago
  10. 42d3419 serial: imx: Use devm_* APIs by Sachin Kamat · 12 years ago
  11. 50bbdba serial: imx: Use pr_info instead of printk by Sachin Kamat · 12 years ago
  12. 699cbd6 serial: imx: Fix coding style issue by Sachin Kamat · 12 years ago
  13. e32a9f8 serial: imx: Use <linux/io.h> instead of <asm/io.h> by Sachin Kamat · 12 years ago
  14. 82313e6 serial: imx: Fix checkpatch errors related to spacing by Sachin Kamat · 12 years ago
  15. 905f4ba serial: Samsung: Use of_match_ptr() macro by Sachin Kamat · 12 years ago
  16. 41147bf serial: samsung: remove the use of statically remapped controller address by Thomas Abraham · 12 years ago
  17. 81a7d77 serial: mxs-auart: Fix typo in sanity check by Thomas Jarosch · 12 years ago
  18. ef4f527 tty: Fix comments that reference BKL, eventd, old paths by Kevin Cernekee · 12 years ago
  19. a205a56 serial: Remove RM9000 series serial driver. by Ralf Baechle · 12 years ago
  20. 6d8df4b serial: avoid double free after call ioc4_serial_remove_one by Chen Gang · 12 years ago
  21. f96f7f7 n_gsm.c: add tx_lock in gsm_send by xiaojin · 12 years ago
  22. 5425e03 serial: sirf: add support for new SiRFmarco SMP SoC by Barry Song · 12 years ago
  23. 92b336f tty: vt/Makefile: set the variables to static by Cong Ding · 12 years ago
  24. 6f538fe tty: serial core: decouple pm states from ACPI by Linus Walleij · 12 years ago
  25. fdbc735 serial: omap: add the functionality of a 9-bit UART with userspaces CMSPAR by Enric Balletbo i Serra · 12 years ago
  26. a6b68a6 synclink fix ldisc buffer argument by Paul Fulghum · 12 years ago
  27. 55c7c0f serial: quatech: add the other serial identifiers and preliminary control code by Alan Cox · 12 years ago
  28. 2cb85a7 Merge branch 'omap-for-v3.8/fixes-for-merge-window' into omap-for-v3.8/fixes-for-merge-window-v2 by Tony Lindgren · 12 years ago
  29. d9ba573 ARM: OMAP: Move plat/omap-serial.h to include/linux/platform_data/serial-omap.h by Tony Lindgren · 12 years ago
  30. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  31. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  32. d027db1 Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  33. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  34. b1286f4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  35. d07e43d Merge branch 'omap-serial' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  36. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  37. 505cbed Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  38. 0b99cb7 Merge branches 'cache-l2x0', 'fixes', 'hdrs', 'misc', 'mmci', 'vic' and 'warnings' into for-next by Russell King · 12 years ago
  39. 823c9fa Merge branch 'next/cam-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Olof Johansson · 12 years ago
  40. fd985e1 drivers/tty/serial/serial_core.c: clean up HIGH_BITS_OFFSET usage by Andrew Morton · 12 years ago
  41. 72d4724 serial: ifx6x60: Add modem power off function in the platform reboot process by Jun Chen · 12 years ago
  42. d7ffb93 serial: mxs-auart: unmap the scatter list before we copy the data by Huang Shijie · 12 years ago
  43. a591944 serial: mxs-auart: disable the Receive Timeout Interrupt when DMA is enabled by Huang Shijie · 12 years ago
  44. 273a4b8 serial: max310x: Setup missing "can_sleep" field for GPIO by Alexander Shiyan · 12 years ago
  45. bc6835a tty/serial: fix ifx6x60.c declaration warning by Randy Dunlap · 12 years ago
  46. 666ca0b serial: samsung: add devicetree properties for non-Exynos SoCs by Heiko Stübner · 12 years ago
  47. c15c374 serial: samsung: fix potential soft lockup during uart write by Thomas Abraham · 12 years ago
  48. daa74a2 tty: vt: Remove redundant null check before kfree. by Sachin Kamat · 12 years ago
  49. 2edb36c ARM: EXYNOS: add support for EXYNOS5440 SoC by Kukjin Kim · 12 years ago
  50. b1a925f tty vt: Fix a regression in command line edition by Jean-François Moine · 12 years ago
  51. 13c3237 tty/8250 Add check for pci_ioremap_bar failure by Matt Schulte · 12 years ago
  52. 14faa8c tty/8250 Add support for Commtech's Fastcom Async-335 and Fastcom Async-PCIe cards by Matt Schulte · 12 years ago
  53. 30fa96a tty/8250 Add XR17D15x devices to the exar_handle_irq override by Matt Schulte · 12 years ago
  54. 81db077 tty/8250: Add sleep capability to XR17D15X ports by Matt Schulte · 12 years ago
  55. f965b9c serial: Add initialization of sampling mode and tx/rx triggers to pci_xr17v35x_setup by Matt Schulte · 12 years ago
  56. b7a7e14 serial: Optimization: check for presence of UPF_EXAR_EFR flag before serial_in by Matt Schulte · 12 years ago
  57. 1cd3f2d serial: bfin_uart: Don't switch baud rate untill the transfer buffer is empty. by Sonic Zhang · 12 years ago
  58. 159a8e9 pty: Mark pty_resize static by Josh Triplett · 12 years ago
  59. dc96efb Serial: Add support for new devices: Exar's XR17V35x family of multi-port PCIe UARTs by Matt Schulte · 12 years ago
  60. ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
  61. 512f82a tty: remove use of __devinitconst by Bill Pemberton · 12 years ago
  62. de88b34 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  63. 6b1cb93 tty: remove use of __devinitdata by Bill Pemberton · 12 years ago
  64. 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
  65. 2d47b71 tty: serial: remove use of __devexit_p by Bill Pemberton · 12 years ago
  66. 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
  67. 2520e27 tty: Mark tty_del_file and __tty_hangup static by Josh Triplett · 12 years ago
  68. a5e04b7 drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch by Josh Triplett · 12 years ago
  69. b3834be various: Fix spelling of "asynchronous" in comments. by Adam Buchbinder · 12 years ago
  70. 1e619a1 Merge 3.7-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  71. e800163 serial: mxs-auart: add the DMA support for mx28 by Huang Shijie · 12 years ago
  72. f4b1f03b serial: mxs-auart: distinguish the different SOCs by Huang Shijie · 12 years ago
  73. ed71871 tty/8250_early: Turn serial_in/serial_out into weak symbols. by Noam Camus · 12 years ago
  74. 95e629b ARM/AVR32: get rid of serial_at91.h by Russell King · 12 years ago
  75. 6920b5a ARM: move serial_sa1100.h header file to linux/platform_data by Russell King · 12 years ago
  76. 33b48e1 serial: sh-sci: fix possible race cases on SCSCR register accesses by Shinya Kuribayashi · 12 years ago
  77. 40f70c0 serial: sh-sci: add locking to console write function to avoid SMP lockup by Shinya Kuribayashi · 12 years ago
  78. 8c66d6d serial: sh-sci: fix common SCIFB regmap definition by Takashi Yoshii · 12 years ago
  79. 63f7ad1 serial: sh-sci: mask SCTFDR/RFDR according to fifosize by Takashi Yoshii · 12 years ago
  80. 9d482cc serial: sh-sci: support lower baud rate by Takashi Yoshii · 12 years ago
  81. 4ffc3cd serial: sh-sci: fix condition test to set SCBRR by Takashi Yoshii · 12 years ago
  82. 0174e5c serial: sh-sci: console runtime PM support (revisit) by Teppei Kamijou · 12 years ago
  83. 00cadbf Partially revert "serial: sh-sci: console Runtime PM support" by Shinya Kuribayashi · 12 years ago
  84. 8807ec6 Revert "sh-sci / PM: Use power.irq_safe" by Shinya Kuribayashi · 12 years ago
  85. cee31c5 Revert "sh-sci / PM: Avoid deadlocking runtime PM" by Shinya Kuribayashi · 12 years ago
  86. 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
  87. d0f5914 TTY: isicom, fix tty buffers memory leak by Jiri Slaby · 12 years ago
  88. de274bf TTY: introduce tty_port_destroy by Jiri Slaby · 12 years ago
  89. 9a8e62b TTY: n_gsm, use kref from tty_port by Jiri Slaby · 12 years ago
  90. 81c7983 TTY: pty, fix tty buffers leak by Jiri Slaby · 12 years ago
  91. 7342c59 TTY: isicom, stop using port->tty by Jiri Slaby · 12 years ago
  92. 2dff8ad tty/serial/ar933x_uart: fix baud rate calculation by Gabor Juhos · 12 years ago
  93. 5318609 mm, oom: ensure sysrq+f always passes valid zonelist by David Rientjes · 12 years ago
  94. 18e0749 serial: Unneeded ARCH dependencies are removed by Alexander Shiyan · 12 years ago
  95. 50827fb serial: mfd: Add nmi_touch_watchdog() into the console write function by Feng Tang · 12 years ago
  96. 9642dbe serial: bfin-uart: avoid dead lock in rx irq handler in smp kernel by Steven Miao · 12 years ago
  97. 7a876b3 serial: cast before shifting on port io by Alan Cox · 12 years ago
  98. 4bb535d serial: xilinx_uartps: kill CONFIG_OF conditional by Josh Cartwright · 12 years ago
  99. d1519e2 ipwireless: don't oops if we run out of space by Alan Cox · 12 years ago
  100. 4bd8213 moxa: dcd handling of CLOCAL is backwards by Alan Cox · 12 years ago