1. 28e3fb6 serial: Add support for Fintek F81216A LPC to 4 UART by Ricardo Ribalda Delgado · 10 years ago
  2. e676253 serial/8250: Add support for RS485 IOCTLs by Ricardo Ribalda Delgado · 10 years ago
  3. 293b226 jsm: add support for additional Neo cards by Bill Pemberton · 10 years ago
  4. 91f9d33 module: make it possible to have unsafe, tainting module params by Jani Nikula · 10 years ago
  5. ae36e95 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 10 years ago
  6. b775e64 Merge branch 'devicetree/next-console' into devicetree/next by Grant Likely · 10 years ago
  7. 8065be8 Merge branch 'akpm' (second patchbomb from Andrew Morton) by Linus Torvalds · 10 years ago
  8. d54d779 synclink_gt: use pci_zalloc_consistent by Joe Perches · 10 years ago
  9. b3345d7 Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  10. 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
  11. 049711b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 10 years ago
  12. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  13. fe41823 sunsab: Fix detection of BREAK on sunsab serial console by Christopher Alexander Tobias Schulze · 10 years ago
  14. 5a64096 tty/n_gsm.c: fix a memory leak in gsmld_open by xinhui.pan · 10 years ago
  15. 8368d6a pch_uart: don't hardcode PCI slot to get DMA device by Andy Shevchenko · 10 years ago
  16. c62fd1d tty: n_gsm, use setup_timer by Jiri Slaby · 10 years ago
  17. dc824eb serial: sc16is7xx: Correct initialization of s->clk by Jon Ringle · 10 years ago
  18. c8ed99d serial: 8250_dw: Add support for deferred probing by Chen-Yu Tsai · 10 years ago
  19. 7fe090b serial: 8250_dw: Add optional reset control support by Chen-Yu Tsai · 10 years ago
  20. 1d6ba28 serial: st-asc: Fix overflow in baudrate calculation by Maxime COQUELIN · 10 years ago
  21. 5b4e79a serial: st-asc: Don't call BUG in asc_console_setup() by Maxime COQUELIN · 10 years ago
  22. af30053 tty: serial: msm: Make of_device_id array const by Kiran Padwal · 10 years ago
  23. 850e93e tty/n_gsm.c: get gsm->num after gsm_activate_mux by xinhui.pan · 10 years ago
  24. c2b703b serial/core: Fix too big allocation for attribute member by Yoshihiro YUNOMAE · 10 years ago
  25. 4847914 drivers/tty/serial: use correct type for dma_map/unmap by Wolfram Sang · 10 years ago
  26. 2fbe6c5 serial: altera_jtaguart: Fix putchar function passed to uart_console_write() by Tobias Klauser · 10 years ago
  27. f73d4cb serial: samsung: Remove support for legacy clock code by Tomasz Figa · 10 years ago
  28. aef9a7b serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers by Yoshihiro YUNOMAE · 10 years ago
  29. 266dcff Serial: allow port drivers to have a default attribute group by Greg Kroah-Hartman · 10 years ago
  30. c8b29f0 tty: kgdb_nmi: Automatically manage tty enable by Daniel Thompson · 10 years ago
  31. 3d1c90d serial: altera_jtaguart: Adpot uart_console_write() by Tobias Klauser · 10 years ago
  32. 4622eb6 serial: samsung: improve code clarity by defining a variable by Naveen Krishna Chatradhi · 10 years ago
  33. 3bcce59 serial: samsung: correct the case and default order in switch by Naveen Krishna Chatradhi · 10 years ago
  34. 135f07c serial: samsung: get fifosize via device tree by Naveen Krishna Chatradhi · 10 years ago
  35. b1261c8 serial: 8250: introduce up_to_u8250p() helper by Andy Shevchenko · 10 years ago
  36. 380c966 tty: serial: fsl_lpuart: add 32-bit register interface support by Jingchang Lu · 10 years ago
  37. 730c4e7 serial: sh-sci: Add calculation recive margin for HSCIF by Nobuhiro Iwamatsu · 10 years ago
  38. bcb9973 serial: sh-sci: Fix range check of bit-rate for HSCIF by Nobuhiro Iwamatsu · 10 years ago
  39. b7d6639 serial: sh-sci: Updated calculation of bit error rate and bit rate by Nobuhiro Iwamatsu · 10 years ago
  40. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  42. ca17749 Merge 3.16-rc5 into tty-next. by Greg Kroah-Hartman · 10 years ago
  43. 07584d4 drivers: tty: Fix use-after-free in pty_common_install by Rasmus Villemoes · 10 years ago
  44. 2c964a2 drivers: tty: Merge alloc_tty_struct and initialize_tty_struct by Rasmus Villemoes · 10 years ago
  45. 493671a serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  46. f363ca2 serial/arc: Fix warning with CONSOLE_POLL by Vineet Gupta · 10 years ago
  47. 2970b7f serial: altera: Adopt uart_console_write() by Daniel Thompson · 10 years ago
  48. d36f47f serial: efm32: correct namespacing of location property by Uwe Kleine-König · 10 years ago
  49. 8bec751 serial: imx: Fix build breakage by Peter Hurley · 10 years ago
  50. 99ecb00 serial: arc_uart: Use uart_circ_empty() for open-coded comparison by Peter Hurley · 10 years ago
  51. c557d39 serial: Test for no tx data on tx restart by Peter Hurley · 10 years ago
  52. 6825242 tty: serial: msm: Support big-endian CPUs by Stephen Boyd · 10 years ago
  53. db3a1a4 serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK define by Dan Carpenter · 10 years ago
  54. 8bd67d7d2 serial: blackfin: Fix CTS flow control by Peter Hurley · 10 years ago
  55. c18b55f tty: serial: Fix termios/port flags mismatch by Peter Hurley · 10 years ago
  56. 7c6d340 tty: Call hangup method in modern style by Peter Hurley · 10 years ago
  57. e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 10 years ago
  58. 5fda7a0 serial: Use UPF_* constants with struct uart_port flags by Peter Hurley · 10 years ago
  59. 01261cb tty: ipwireless: Remove tty->closing abort from ipw_open() by Peter Hurley · 10 years ago
  60. ddc7b75 tty: Move tty->closing from port lock critical section by Peter Hurley · 10 years ago
  61. 9c9928b tty: Document locking for tty_port_hangup() by Peter Hurley · 10 years ago
  62. c590f6b tty: Document locking for tty_port_block_til_ready() by Peter Hurley · 10 years ago
  63. addd467 tty: Document locking for tty_port_open() by Peter Hurley · 10 years ago
  64. 0733db9 tty: Document locking for tty_port_close{,start,end}() by Peter Hurley · 10 years ago
  65. ed9891b serial: fsl_lpuart: calculate DMA burst by Stefan Agner · 10 years ago
  66. 90abef9 serial: fsl_lpuart: move DMA RX timeout calculation by Stefan Agner · 10 years ago
  67. ae84db9 serial: core: Preserve termios c_cflag for console resume by Peter Hurley · 10 years ago
  68. b31245b serial: tegra: ack the rx dma desc after transfer terminated by Pradeep Goudagunta · 10 years ago
  69. 5e3dbfc serial: tegra: update tx_circular buffer only when TX_DMA is in progress by Pradeep Goudagunta · 10 years ago
  70. 080029b serial: lpc32xx uart module can't do console by Arnd Bergmann · 10 years ago
  71. 2ee881b serial: pxa: fix build with !SERIAL_PXA_CONSOLE by Arnd Bergmann · 10 years ago
  72. 8c6abf7 serial/arc: Enable DT based earlycon by Vineet Gupta · 10 years ago
  73. 8dbe1d5 serial/arc: inline the probe helper by Vineet Gupta · 10 years ago
  74. 91f1b62 serial/arc: remove last remanants of platform data by Vineet Gupta · 10 years ago
  75. 2e6fb7c serial/arc: remove earlyprintk support and switch to earlycon by Vineet Gupta · 10 years ago
  76. 27cfe4e serial/arc: Use generic earlycon infrastructure by Vineet Gupta · 10 years ago
  77. 5a56d59 serial/arc: Remove the workaround for legacy ISS by Vineet Gupta · 10 years ago
  78. 12d15e6 serial/arc: Refactor by referencing to uart_port where possible by Vineet Gupta · 10 years ago
  79. 3bce1b7 serial/arc: use uart_console_write() helper by Vineet Gupta · 10 years ago
  80. 7d78cbe serial: 8250_dw: add ability to handle the peripheral clock by Heiko Stübner · 10 years ago
  81. d8782c7 serial: 8250_dw: use UPF_* constants when define flags by Andy Shevchenko · 10 years ago
  82. 4e26b13 serial: 8250_dw: clock rate handling for all ACPI platforms by Heikki Krogerus · 10 years ago
  83. 1ff5b64 serial: samsung: Use %pa to print 'resource_size_t' type by Fabio Estevam · 10 years ago
  84. 2b844ad tty: serial: msm_serial.c: Cleaning up uninitialized variables by Rickard Strandqvist · 10 years ago
  85. 7282cec serial: sirf: transfer more bytes once to decrease interrupts by Qipan Li · 10 years ago
  86. a997762 tty: serial: men_z135_uart: Wakeup UART after transmitting by Johannes Thumshirn · 10 years ago
  87. 8b152f1 serial: treewide: Remove empty implementations of enable_ms() by Alexander Shiyan · 10 years ago
  88. 1fdc310 serial: core: Make enable_ms() optional by Alexander Shiyan · 10 years ago
  89. 953b53a serial: samsung: no more support for S5PC100 SoC by Kukjin Kim · 10 years ago
  90. 1570a53 serial: samsung: no more support for S5P6440 and S5P6450 SoCs by Kukjin Kim · 10 years ago
  91. 13a9f6c6 serial: samsung: Consider DT alias when probing ports by Tomasz Figa · 10 years ago
  92. 44acd26 serial: amba-pl010: Use devres APIs by Tushar Behera · 10 years ago
  93. 7f6d942 serial: amba-pl011: Remove redundant label by Tushar Behera · 10 years ago
  94. 8ad711a serial: samsung: Remove redundant label by Tushar Behera · 10 years ago
  95. ccdb8ed of: Migrate of_find_node_by_name() users to for_each_node_by_name() by Grant Likely · 10 years ago
  96. a752ee5 tty: Update hypervisor tty drivers to use core stdout parsing code. by Grant Likely · 10 years ago
  97. a208ffd of: Enable console on serial ports specified by /chosen/stdout-path by Grant Likely · 10 years ago
  98. 456febd Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  99. c3cb500 Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  100. 3b3dab5 Merge tag 'sti-fixes-for-v3.16-rc1' of git://git.stlinux.com/devel/kernel/linux-sti into fixes by Arnd Bergmann · 10 years ago