1. 90387f5 tty: riscom8, fix shutdown declaration by Jiri Slaby · 16 years ago
  2. 1f5c13f TTY: fix typos by Alan Stern · 16 years ago
  3. 797938b tty: Power: fix suspend vt regression by Jiri Slaby · 16 years ago
  4. 9074d96 tty: vt: use printk_once by Marcin Slusarz · 16 years ago
  5. e921665 tty: handle VT specific compat ioctls in vt driver by Arnd Bergmann · 16 years ago
  6. 62b2635 n_tty: move echoctl check and clean up logic by Joe Peterson · 16 years ago
  7. ee5aa7b n_tty: honor opost flag for echoes by Joe Peterson · 16 years ago
  8. fe1ae7f tty: USB serial termios bits by Alan Cox · 16 years ago
  9. ba15ab0 Set proper console speed on resume if console suspend is disabled by Deepak Saxena · 16 years ago
  10. 7b01478 serial: introduce tty krefs by Alan Cox · 16 years ago
  11. 016af53 serial: kill USF_CLOSING_* definitions by Alan Cox · 16 years ago
  12. b58d13a serial: move port users helper by Alan Cox · 16 years ago
  13. bdc04e3 serial: move delta_msr_wait into the tty_port by Alan Cox · 16 years ago
  14. a2bceae serial: replace the state mutex with the tty port mutex by Alan Cox · 16 years ago
  15. ccce6de serial: move the flags into the tty_port field by Alan Cox · 16 years ago
  16. 91312cd serial: move count into the tty_port version by Alan Cox · 16 years ago
  17. 46d57a4 serial: use tty_port pointers in the core code by Alan Cox · 16 years ago
  18. 5e99df5 serial: Fold closing_* fields into the tty_port ones by Alan Cox · 16 years ago
  19. ebd2c8f serial: kill off uart_info by Alan Cox · 16 years ago
  20. 11d85d7 isicom: split the open method for the isicom device by Alan Cox · 16 years ago
  21. a509a7e tty: USB does not need the filp argument in the drivers by Alan Cox · 16 years ago
  22. d3b5cff vt: add an activate and lock by Alan Cox · 16 years ago
  23. 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 16 years ago
  24. 8b92e87 vt: add an event interface by Alan Cox · 16 years ago
  25. 4455e34 tty: USB can now use the shutdown method for kref based freeing of ports by Alan Cox · 16 years ago
  26. 9a68e39 tty: remove dtr/rts use from the driver open methods by Alan Cox · 16 years ago
  27. d2b3918 tty: USB hangup is racy by Alan Cox · 16 years ago
  28. 9b80fee cdc_acm: Fix to use modern speed interfaces by Alan Cox · 16 years ago
  29. b50989d tty: make the kref destructor occur asynchronously by Alan Cox · 16 years ago
  30. e936ffd cyclades: use the full port_close function by Alan Cox · 16 years ago
  31. 6ff1ab2 tty: riscom8 kref and tty_port_close by Alan Cox · 16 years ago
  32. 6f6412b isicom: Split the close hardware bits out by Alan Cox · 16 years ago
  33. 1e2b025 mxser: Split close ready for a standard tty_port_close method by Alan Cox · 16 years ago
  34. c146942 riscom8: split open and close methods up by Alan Cox · 16 years ago
  35. 7ca0ff9 tty: Add a full port_close function by Alan Cox · 16 years ago
  36. 24d481e 8250: Now honours baud rate lower bounds by Anton Vorontsov · 16 years ago
  37. 1c2f049 serial: 8250: add IRQ trigger support by Vikram Pandita · 16 years ago
  38. 1e066d8 mos7840: remove old dead modem logic by Alan Cox · 16 years ago
  39. 6146b9a tty: Fix a typo noted in passing by Alan Cox · 16 years ago
  40. 2f9ea55 tty: usb_serial_mos7720: Fix get_lsr_info by Kees Schoenmakers · 16 years ago
  41. 0f608f8 MOS7720 has no tiocmget method by Kees Schoenmakers · 16 years ago
  42. 5342b77 slip: Clean up create and destroy by Alan Cox · 16 years ago
  43. 46fb782 cyclades: remove more duplicated code by Jiri Slaby · 16 years ago
  44. 3aeea5b cyclades: introduce cyy_readb/writeb by Jiri Slaby · 16 years ago
  45. 0d34872 cyclades: tiocm cleanup by Jiri Slaby · 16 years ago
  46. 6c28181 cyclades: ioctls cleanup by Jiri Slaby · 16 years ago
  47. cc7fdf4 cyclades: merge cy_startup tails by Jiri Slaby · 16 years ago
  48. 4d76820 cyclades: use dtr_rts helpers by Jiri Slaby · 16 years ago
  49. f6e208c cyclades: sleep instead busy-wait by Jiri Slaby · 16 years ago
  50. ebdb513 cyclades: overall cleanup by Jiri Slaby · 16 years ago
  51. 2334226 cyclades: close cleanup by Jiri Slaby · 16 years ago
  52. 174e6fe cyclades: switch to tty_port_hangup by Jiri Slaby · 16 years ago
  53. f0eefdc cyclades: avoid addresses recomputation by Jiri Slaby · 16 years ago
  54. f073757 cyclades: remove block_til_ready by Jiri Slaby · 16 years ago
  55. d13549f cyclades: add tty refcounting by Jiri Slaby · 16 years ago
  56. 1607aca tty: icom: bit and/or confusion? by Roel Kluin · 16 years ago
  57. 60479ed tty: includecheck fix: drivers/char, vt.c by Jaswinder Singh Rajput · 16 years ago
  58. 182274f tty-ldisc: get rid of tty_ldisc_try_get() helper function by Linus Torvalds · 16 years ago
  59. f0de0e8 tty-ldisc: make /proc/tty/ldiscs use ldisc_ops instead of ldiscs by Linus Torvalds · 16 years ago
  60. 7a4b231 tty: serial/pcmcia: add ID for Advantech card by Wolfram Sang · 16 years ago
  61. 0271edd serial: bfin_5xx: fix building as module when early printk is enabled by Mike Frysinger · 16 years ago
  62. a4304f2 tty: gigaset: really fix chars_in_buffer by Tilman Schmidt · 16 years ago
  63. afa12e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  64. 515b696 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  65. fa877c7 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
  66. 6f13047 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 16 years ago
  67. 73c583e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 16 years ago
  68. 714af06 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 16 years ago
  69. 202c467 pty_write: don't do a tty_wakeup() when the buffers are full by Linus Torvalds · 16 years ago
  70. e04ab95 [WATCHDOG] sizeof cleanup by Wim Van Sebroeck · 16 years ago
  71. d1833c2 [WATCHDOG] wdt_pci: fix printk and variable type by Randy Dunlap · 16 years ago
  72. 119d3e5 [WATCHDOG] wdt_pci - use pci_request_region by Wim Van Sebroeck · 16 years ago
  73. d7e9791 [WATCHDOG] ar7_wdt: Fix error handling during probe. by Wim Van Sebroeck · 16 years ago
  74. 64d4062 [WATCHDOG] ar7_wdt: convert to become a platform driver by Florian Fainelli · 16 years ago
  75. dcfb748 [WATCHDOG] fix book E watchdog to take WDIOC_SETTIMEOUT arg in seconds by Chris Friesen · 16 years ago
  76. 9fd868f [WATCHDOG] davinci: use clock framework for timer frequency by Kevin Hilman · 16 years ago
  77. 0ecc3bf [WATCHDOG] Use DIV_ROUND_UP() macro in the coh901327 WDT by Linus Walleij · 16 years ago
  78. 502a010 [WATCHDOG] Add support for WM831x watchdog by Mark Brown · 16 years ago
  79. 0400e31 [WATCHDOG] Add watchdog driver for NUC900 by Wan ZongShun · 16 years ago
  80. 3a5f900 [WATCHDOG] add SBC-FITPC2 watchdog driver by Denis Turischev · 16 years ago
  81. ca9a702e Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  82. bbe5a96 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  83. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  84. 3dc9566 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  85. d15d6e6 libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers by John(Jung-Ik) Lee · 16 years ago
  86. 90950a2 pata_amd: do not filter out valid modes in nv_mode_filter by Robert Hancock · 16 years ago
  87. ff7cddf sata_promise: update reset code by Mikael Pettersson · 16 years ago
  88. 0ae6654 sata_promise: disable hotplug on 1st gen chips by Mikael Pettersson · 16 years ago
  89. 4dc738e libata: fix spurious WARN_ON_ONCE() on port freeze by Tejun Heo · 16 years ago
  90. 31b239a ahci: restore pci_intx() handling by Tejun Heo · 16 years ago
  91. 9b1fc55 MIPS: BCM63xx: Add integrated ethernet mac support. by Maxime Bizon · 16 years ago
  92. f7557dc MIPS: hw_random: Add hardware RNG for Octeon SOCs. by David Daney · 16 years ago
  93. fff9c81 MIPS: Octeon: False positive timeout by Roel Kluin · 16 years ago
  94. b31c50a be2net: fix some cmds to use mccq instead of mbox by Sathya Perla · 16 years ago
  95. 03f1899 atl1e: fix 2.6.31-git4 -- ATL1E 0000:03:00.0: DMA-API: device driver frees DMA by Jie Yang · 16 years ago
  96. 3264690 wl12xx: Fix print_mac() conversion. by David S. Miller · 16 years ago
  97. de55a89 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 16 years ago
  98. 66bc4a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  99. 96c015b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 16 years ago
  100. 3aee060 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 16 years ago