1. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  2. 6b997ba serial: atmel: add missing dmaengine header by Vinod Koul · 10 years ago
  3. 2856fcd Merge branch 'topic/dma_control_cleanup_acks' into for-linus by Vinod Koul · 10 years ago
  4. 2bcd90d serial: sh-sci: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
  5. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. fd9879b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  7. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  8. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  9. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  10. 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
  11. bdf428f Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  12. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  13. 69784fa Revert "serial/core: Initialize the console pm state" by Greg Kroah-Hartman · 10 years ago
  14. 3e47d14 powerpc: Remove powerpc specific cmd_line by Anton Blanchard · 10 years ago
  15. 0efe729 tty: serial: msm: Add earlycon support by Stephen Boyd · 10 years ago
  16. a86713b serial/core: Initialize the console pm state by Sudhir Sreedharan · 10 years ago
  17. daea65a serial: asc: Conditionally use readl_relaxed (COMPILE_TEST) by Daniel Thompson · 10 years ago
  18. 2dea53b serial: of-serial: add PM suspend/resume support by Jingchang Lu · 10 years ago
  19. c3f43ee tty/metag_da: Add console_poll module parameter by James Hogan · 10 years ago
  20. 716e115 serial: 8250_pci: remove rts_n override from Baytrail quirk by Heikki Krogerus · 10 years ago
  21. 6fa62fc serial: cadence: Add generic earlycon support by Michal Simek · 10 years ago
  22. a4688bc serial: imx: change the wait even to interruptiable by Huang Shijie · 10 years ago
  23. 45564a6 serial: imx: terminate the RX DMA when the UART is suspending by Huang Shijie · 10 years ago
  24. bb2f861 serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow control by Fugang Duan · 10 years ago
  25. 1ede7dc serial: 8250: Add Quark X1000 to 8250_pci.c by Bryan O'Donoghue · 10 years ago
  26. 13d6ceb tty: omap-serial: pull out calculation from baud_is_mode16 by Frans Klaver · 10 years ago
  27. dc31875 tty: omap-serial: fix division by zero by Frans Klaver · 10 years ago
  28. fb498df xen_hvc: no reason to write the type key on xenstore by Stefano Stabellini · 10 years ago
  29. 9137568 tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx() by Sebastian Andrzej Siewior · 10 years ago
  30. 59b3e89 tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_match_or_unused() by Sebastian Andrzej Siewior · 10 years ago
  31. 0aa525d tty: serial: 8250_core: read only RX if there is something in the FIFO by Sebastian Andrzej Siewior · 10 years ago
  32. d74d5d1 tty: serial: 8250_core: add run time pm by Sebastian Andrzej Siewior · 10 years ago
  33. 234abab tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks by Sebastian Andrzej Siewior · 10 years ago
  34. c274f6e tty: Hold termios_rwsem for tcflow(TCIxxx) by Peter Hurley · 10 years ago
  35. 136d525 tty: Move and rename send_prio_char() as tty_send_xchar() by Peter Hurley · 10 years ago
  36. c545b66 tty: Serialize tcflow() with other tty flow control changes by Peter Hurley · 10 years ago
  37. 01adc80 tty: Move packet mode flow control notifications to pty driver by Peter Hurley · 10 years ago
  38. f9e053d tty: Serialize tty flow control changes with flow_lock by Peter Hurley · 10 years ago
  39. 938f7e1 serial: core: Use spin_lock_irq() in uart_set_termios() by Peter Hurley · 10 years ago
  40. 8620d3e serial: bfin-uart: Fix auto CTS by Peter Hurley · 10 years ago
  41. d01f4d1 serial: core: Privatize tty->hw_stopped by Peter Hurley · 10 years ago
  42. 299245a serial: core: Privatize modem status enable flags by Peter Hurley · 10 years ago
  43. 4d90bb1 serial: core: Document and assert lock requirements for irq helpers by Peter Hurley · 10 years ago
  44. e27e278 tty: sc16is7xx: remove retval from gpiochip_remove() by Linus Walleij · 10 years ago
  45. 93b8877 tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom termios.h by Alexander Shiyan · 10 years ago
  46. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  47. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
  48. 882ebfc Merge 3.17-rc5 into tty-next by Greg Kroah-Hartman · 10 years ago
  49. 2989708 serial: 8250_pci: Add PCI IDs for Intel Braswell by Alan Cox · 10 years ago
  50. 9a1870c serial: 8250: don't use slave_id of dma_slave_config by Andy Shevchenko · 10 years ago
  51. b4756f4 tty: serial: 8250: Add Mediatek UART driver by Matthias Brugger · 10 years ago
  52. 08177ec serial: asc: Adopt readl_/writel_relaxed() by Daniel Thompson · 10 years ago
  53. efb0895 serial: clps711x: Fix COMPILE_TEST build for target without GPIOLIB support by Alexander Shiyan · 10 years ago
  54. 0b4af1d serial/8250_core: Add reference to uacess.h by Ricardo Ribalda Delgado · 10 years ago
  55. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  56. 6731af5 tty: xuartps: Fix tx_emtpy() callback by Lars-Peter Clausen · 10 years ago
  57. 35b675b tty/serial: at91: BUG: disable interrupts when !UART_ENABLE_MS() by Richard Genoud · 10 years ago
  58. f174442 serial: 8250_dw: Add ACPI ID for Intel Braswell by Alan Cox · 10 years ago
  59. b99b121 tty: serial: 8250_core: allow to overwrite & export serial8250_startup() by Sebastian Andrzej Siewior · 10 years ago
  60. ae14a79 tty: serial: 8250_core: provide a function to export uart_8250_port by Sebastian Andrzej Siewior · 10 years ago
  61. 9d329c1 tty/vt/keyboard: Resolve many shadow warnings by Mark Rustad · 10 years ago
  62. 5aa387c tty: vt8500_serial: explicitly calculate base baud rate by Alexey Charkov · 10 years ago
  63. 1db894e tty: vt8500_serial: add polled console functions by Alexey Charkov · 10 years ago
  64. 8c986d3 tty: vt8500_serial: add missing support for RTS setting by Alexey Charkov · 10 years ago
  65. ae38273 tty: vt8500_serial: add support for UART in WM8880 chips by Alexey Charkov · 10 years ago
  66. 287f03c serial: kgdb_nmi: No CON_ENABLED by default by Daniel Thompson · 10 years ago
  67. a5820c2 serial: amba-pl011: Use container_of() to get uart_amba_port by Daniel Thompson · 10 years ago
  68. 26c4741 serial: imx: clean up imx_poll_get_char() by Dirk Behme · 10 years ago
  69. c993257 serial: core: Unwrap tertiary assignment in uart_handle_dcd_change() by Peter Hurley · 10 years ago
  70. 5435d20 serial: 8250: Document serial8250_modem_status() locking by Peter Hurley · 10 years ago
  71. 16020b9 serial: blackfin: Fix missing gpio.h by Peter Hurley · 10 years ago
  72. 98f8b83d serial: sunsab: Don't enable tx if tx stopped by Peter Hurley · 10 years ago
  73. 16f404e serial: mpc52xx: Use default serial core x_char handler by Peter Hurley · 10 years ago
  74. db106df serial: Fix send_xchar() handlers by Peter Hurley · 10 years ago
  75. fba594a serial: core: Remove unsafe x_char optimization by Peter Hurley · 10 years ago
  76. c235ccc serial: core: Fix x_char race by Peter Hurley · 10 years ago
  77. 5e42e9a serial: imx: Fix x_char handling and tx flow control by Peter Hurley · 10 years ago
  78. 99abf3b serial: Style fix by Peter Hurley · 10 years ago
  79. a6eec92 Revert "serial: uart: add hw flow control support configuration" by Peter Hurley · 10 years ago
  80. 95562e7 tty/serial: samsung: enable usage for 64-bit Exynos platforms by Naveen Krishna Chatradhi · 10 years ago
  81. 6004bb1 serial: vr41xx_siu: delete double assignment by Julia Lawall · 10 years ago
  82. 920314d serial: Fix build failure caused by missing header file by Pranith Kumar · 10 years ago
  83. ff7693d ARM: meson: serial: add MesonX SoC on-chip uart driver by Carlo Caione · 10 years ago
  84. 7acb88a drivers/tty/nozomi.c: Use 'nozomi_setup_memory' instead of 'setup_memory' by Chen Gang · 10 years ago
  85. 4bb2bd0 tty: serial: uartlite: Remove .owner field for driver by Michal Simek · 10 years ago
  86. 4ebe786 tty: serial: xuartps: Remove .owner field for driver by Michal Simek · 10 years ago
  87. c10b739 serial: 8250_hp300: trivial: fix symbol name in #warning message by Daniele Forsi · 10 years ago
  88. 57087d5 tty: Fix spurious poll() wakeups by Peter Hurley · 10 years ago
  89. b216df5 tty: Fix potential use after free in release_one_tty by Cyrill Gorcunov · 10 years ago
  90. 8b37439 serial: msm_serial: Fix kgdb continue by Stephen Boyd · 10 years ago
  91. e052539 TTY: fix decimal printf format specifiers prefixed with 0x by Hans Wennborg · 10 years ago
  92. 62b0a1b serial: clps711x: Use mctrl_gpio helpers for handling modem signals by Alexander Shiyan · 10 years ago
  93. 2f2dafe serial: serial_core.c: printk replacement by Sudip Mukherjee · 10 years ago
  94. a1d51aa2 tty: fix typo in comment of tty_termios_encode_baud_rate by Matthias Brugger · 10 years ago
  95. 4d199a5 serial: altera: Make of_device_id arrays const by Tobias Klauser · 10 years ago
  96. 8641199 tty: serial: msm: Fix 'void function return statements are not generally useful' warning by Kiran Padwal · 10 years ago
  97. 6f47abc tty: serial: msm: Fix 'else is not generally useful after a break or return' warning by Kiran Padwal · 10 years ago
  98. 6a7cfe4 tty: serial: msm: Fix style warnings relating to printk() by Kiran Padwal · 10 years ago
  99. e919cef tty: serial: msm: Fix 'Missing a blank line after declarations' warning by Kiran Padwal · 10 years ago
  100. ddea392 tty: serial: msm: remove braces {} in msm_serial.c by Kiran Padwal · 10 years ago