1. 55db4c6 Revert "tty: make receive_buf() return the amout of bytes received" by Linus Torvalds · 13 years ago
  2. 2a56d22 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  3. 239df0f Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus by Russell King · 13 years ago
  4. 1e806c5 m32r: fix spin_lock_irqsave() misuse by KOSAKI Motohiro · 13 years ago
  5. b7c2f03 Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  6. 023bc8e drivers/tty/serial/pch_uart.c needs slab.h by Andrew Morton · 13 years ago
  7. 7bf02ea arch, mm: filter disallowed nodes from arch specific show_mem functions by David Rientjes · 13 years ago
  8. 2b348e2 atmel_serial: keep the platform_device unchanged by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  9. f50d1d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  10. d762f43 Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  11. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  12. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  13. 5b02c51 sh: sh-sci: sh7377 and sh73a0 build fixes by Magnus Damm · 13 years ago
  14. 54aa89e serial: sh-sci: suspend/resume wakeup support V2 by Magnus Damm · 13 years ago
  15. 5e50d2d serial: sh-sci: Runtime PM support by Magnus Damm · 13 years ago
  16. d9a0fbf serial: 8250_pci: add support for Cronyx Omega PCI multiserial board. by Antony Pavlov · 13 years ago
  17. 5f873ba tty/serial: Fix break handling for PORT_TEGRA by Stephen Warren · 13 years ago
  18. 4539c24 tty/serial: Add explicit PORT_TEGRA type by Stephen Warren · 13 years ago
  19. 2f0fc41 SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs. by John Crispin · 13 years ago
  20. b1608d6 drivercore: revert addition of of_match to struct device by Grant Likely · 13 years ago
  21. ee4f6b4 n_tracerouter and n_tracesink ldisc additions. by J Freyensee · 13 years ago
  22. e0f263d tty: Remove to support serial for S5P6442 by Kukjin Kim · 13 years ago
  23. aa273ae 8250_pci: Add support for the Digi/IBM PCIe 2-port Adapter by Scott Kilau · 13 years ago
  24. 177c2cb pch_uart: Support new device ML7223 IOH by Tomoya MORINAGA · 13 years ago
  25. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  26. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  27. 61ec901 tty/serial: add support for Xilinx PS UART by John Linn · 13 years ago
  28. 0a77c4f n_gsm: Use print_hex_dump_bytes by Joe Perches · 13 years ago
  29. df43daa drivers/tty/moxa.c: Put correct tty value by Julia Lawall · 13 years ago
  30. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  31. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  32. 83c6757 TTY: tty_io, annotate locking functions by Jiri Slaby · 13 years ago
  33. c831cff TTY: serial_core, remove superfluous set_task_state by Jiri Slaby · 13 years ago
  34. 32ad3a7 TTY: serial_core, remove invalid test by Jiri Slaby · 13 years ago
  35. 0ad7c9a Char: moxa, fix locking in moxa_write by Jiri Slaby · 13 years ago
  36. 7fdc289 Char: nozomi, remove useless tty_sem by Jiri Slaby · 13 years ago
  37. 6d742f6 Char: nozomi, remove port.count checks by Jiri Slaby · 13 years ago
  38. c29bd8d Char: nozomi, use GFP_KERNEL for kfifo allocation by Jiri Slaby · 13 years ago
  39. b1c43f8 tty: make receive_buf() return the amout of bytes received by Felipe Balbi · 13 years ago
  40. 9db4e43 tty/n_gsm: fix bug in CRC calculation for gsm1 mode by Mikhail Kshevetskiy · 13 years ago
  41. 5680e94 serial/imx: read cts state only after acking cts change irq by Uwe Kleine-König · 13 years ago
  42. e9a470f Serial: Remove unused code. by Govindraj.R · 13 years ago
  43. f8df13e tty: Clean console safely by Petr Písař · 13 years ago
  44. d942060 Serial: ifx6x60c: Remove duplicate includes of linux/tty.h by Jesper Juhl · 13 years ago
  45. 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 13 years ago
  46. 6f5c24a serial: core, remove uart_update_termios by Jiri Slaby · 13 years ago
  47. 303a7a1 serial: core, do not set DTR/RTS twice on startup by Jiri Slaby · 13 years ago
  48. c7d7abf serial: core, move termios handling to uart_startup by Jiri Slaby · 13 years ago
  49. 7c31bdb Char: moxa, do not touch NORMAL_ACTIVE bit by Jiri Slaby · 13 years ago
  50. a664ec9 serial: altera_uart: Scan for a free port if platform device id is -1 by Tobias Klauser · 13 years ago
  51. 0259894 TTY: fix fail path in tty_open by Jiri Slaby · 13 years ago
  52. a9dccdd TTY: plug in deinitialize_tty_struct by Jiri Slaby · 13 years ago
  53. 6716671 TTY: introduce deinit helpers for proper ldisc shutdown by Jiri Slaby · 13 years ago
  54. c18d77a TTY: unify pty_unix98_install fail path handling by Jiri Slaby · 13 years ago
  55. 8a1b8d7 TTY: unify pty_install fail path handling by Jiri Slaby · 13 years ago
  56. d554350 TTY: unify tty_init_dev fail path handling by Jiri Slaby · 13 years ago
  57. d65c57f TTY: rocket, remove unused variables by Jiri Slaby · 13 years ago
  58. 9d86f71 Char: moxa, remove unused variables by Jiri Slaby · 13 years ago
  59. f2ee4ae TTY: VT, remove unused variables by Jiri Slaby · 13 years ago
  60. 0e7f419 Char: cyclades, fix unused variable by Jiri Slaby · 13 years ago
  61. 4fd53ef TTY: serial_core, remove unused variable by Jiri Slaby · 13 years ago
  62. 52ea383 tty: VT, remove unused variable by Jiri Slaby · 13 years ago
  63. 6da9e95 drivers/tty/vt/vt_ioctl.c: repair insane ?: expression by Andrew Morton · 13 years ago
  64. 60680f9 vt: Add K_OFF return value to vt_ioctl KDGKBMODE by Arthur Taylor · 13 years ago
  65. 909bc77 vt: remove uneeded retval check before tty->ops->open inside tty_open by Herton Ronaldo Krzesinski · 13 years ago
  66. 2cae8de nozomi: Drop __TIME__ usage by Michal Marek · 13 years ago
  67. 64a14b5 cyclades: Drop __TIME__ usage by Michal Marek · 13 years ago
  68. f98e5b8 tty: fix typo in descripton of tty_termios_encode_baud_rate by Uwe Kleine-König · 13 years ago
  69. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  70. 26cf445 Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 13 years ago
  71. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  72. a5660b4 tty: fix endless work loop when the buffer fills up by Linus Torvalds · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. 7ea5db8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest by Paul Mundt · 13 years ago
  75. 6a8c979 sh: sh-sci: Fix double initialization by serial_console_setup by Nobuhiro Iwamatsu · 13 years ago
  76. b2267a6 serial: sh-sci: prevent setup of uninitialized serial console by Alexandre Courbot · 13 years ago
  77. 6cd7a63 apbuart: Depend upon sparc. by David S. Miller · 13 years ago
  78. c897dcf sparc32,leon: Fixed APBUART frequency detection by Daniel Hellstrom · 13 years ago
  79. 10544f12 sparc32, leon: APBUART driver must use archdata to get IRQ number by Daniel Hellstrom · 13 years ago
  80. dced35a drivers: Final irq namespace conversion by Thomas Gleixner · 13 years ago
  81. 95e14ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 13 years ago
  82. adb4b83 kgdboc,kgdbts: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  83. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  84. d9d691f drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULL by Julia Lawall · 13 years ago
  85. f23eb2b tty: stop using "delayed_work" in the tty layer by Linus Torvalds · 13 years ago
  86. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  87. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  88. 6899608 Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msm by Linus Torvalds · 13 years ago
  89. 411f5c7 Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  90. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  91. 514af9f Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  92. 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 13 years ago
  93. 1d2a195 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into sh-latest by Paul Mundt · 13 years ago
  94. 92c260f Merge remote branch 'rmk/for-linus' into for-linus by David Brown · 13 years ago
  95. 63a9369 Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  96. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  97. f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 13 years ago
  98. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  99. 48a10cd drivers/serial/ucc_uart.c: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  100. 9ced9f0 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable by Russell King · 13 years ago