1. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  2. 3f582b8 serial: fix termios settings in open by Arnd Bergmann · 14 years ago
  3. 74c2107 serial: Use block_til_ready helper by Alan Cox · 14 years ago
  4. 24fcc7c serial: trim locking on the helpers by Alan Cox · 14 years ago
  5. de0c8cb serial: add port helpers by Alan Cox · 14 years ago
  6. 61cd8a2 serial: Change the wait for carrier locking by Alan Cox · 14 years ago
  7. d87d9b7 tty: serial - fix tty referencing in set_ldisc by Alan Cox · 14 years ago
  8. eab4f5a tty: serial - fix tty back references in termios by Alan Cox · 14 years ago
  9. 1922513 tty: serial - fix various misuses/mishandlings of port->tty by Alan Cox · 14 years ago
  10. d6e679b serial: fix wakup races in the mrst_max3110 driver by Arjan van de Ven · 14 years ago
  11. 68c16b4 serial: replace open coded mutex with a real mutex in mrst_max3110.c by Arjan van de Ven · 14 years ago
  12. 99dd3f6 max3110 sanity check a register by jianwei.yang · 14 years ago
  13. 2251099 mrst_max3110: add UART driver for Max3110 on Moorestown by Feng Tang · 14 years ago
  14. 7a56aa4 serial: add UART_CAP_EFR and UART_CAP_SLEEP flags to 16C950 UARTs definition by Yegor Yefremov · 14 years ago
  15. 690b781 serial: There's no config CONSOLE by Christoph Egger · 14 years ago
  16. 7fbd15f Merge branch 'rs485fix' of git://www.jni.nu/cris by Linus Torvalds · 14 years ago
  17. 2192482 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into devel-stable by Russell King · 14 years ago
  18. f1d23ed CRIS: ioctl for getting RS485 information by Claudio Scordino · 14 years ago
  19. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  20. 500b9fc Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable by Russell King · 14 years ago
  21. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  22. 9779714 Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  23. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  24. cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  25. c3d1f17 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  26. 408a4be kgdboc: Add call backs to allow kernel mode switching by Jason Wessel · 14 years ago
  27. 12bf3f2 SERIAL: 8250: Remove SERIAL_8250_AU1X00 by Manuel Lauss · 14 years ago
  28. 42a4f17 MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY by Manuel Lauss · 14 years ago
  29. acfdc56 ARM: S5PV310: Add serial port support by Jongpill Lee · 14 years ago
  30. 8b526ae ARM: SAMSUNG: serial: Add FRACVAL support for newer UART by Jongpill Lee · 14 years ago
  31. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  32. baea90e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  33. 701ec7a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  34. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  35. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  36. 1d5cc19 pcmcia: use pcmica_{read,write}_config_byte by Dominik Brodowski · 14 years ago
  37. 22ae782 of/address: Clean up function declarations by Grant Likely · 14 years ago
  38. ceb0885 Merge branch 'misc' into devel by Russell King · 14 years ago
  39. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  40. 2c39c9e ARM: Fix section build warnings for AMBA drivers by Russell King · 14 years ago
  41. ac3e3fb ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivative by Linus Walleij · 14 years ago
  42. ec489aa ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivative by Linus Walleij · 14 years ago
  43. f7512e7 serial: fix rs485 for atmel_serial on avr32 by Peter Huewe · 14 years ago
  44. 0d1f22e powerpc/5200: improve uart baud rate calculation (reach high baud rates, better accuracy) by Albrecht Dreß · 14 years ago
  45. 1ab1d63 of/platform: remove all of_bus_type and of_platform_bus_type references by Grant Likely · 14 years ago
  46. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  47. 95977d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  48. b770ffd comment typo fixes: charater => character by Thomas Weber · 14 years ago
  49. a7ce2e0 fix comnment/printk typos concerning "empty" by Uwe Kleine-König · 14 years ago
  50. 285eba5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  51. 12462d7 Merge branches 'sh/highmem' and 'sh/stable-updates' by Paul Mundt · 14 years ago
  52. 8cd774ad serial: cpm_uart: implement the cpm_uart_early_write() function for console poll by Dongdong Deng · 14 years ago
  53. 1636f8a sparc/of: Move of_device fields into struct pdev_archdata by Grant Likely · 14 years ago
  54. 31cafd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  55. c67dda1 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  56. 3a59826 sh: SH-2007 board support. by Hitoshi Mitake · 14 years ago
  57. 8b1d920 pcnet_cs: add new id (TOSHIBA Modem/LAN Card) by Ken Kawasaki · 14 years ago
  58. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  59. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  60. 66169ad serial: add support for various Titan PCI cards by Yegor Yefremov · 14 years ago
  61. c1bfffa serial: altera_uart: Proper section for altera_uart_remove by Tobias Klauser · 14 years ago
  62. fadf34f altera_uart: Simplify altera_uart_console_putc by Tobias Klauser · 14 years ago
  63. d8d721f altera_uart: Don't take spinlock in already protected functions by Tobias Klauser · 14 years ago
  64. e59e2bd serial: bfin_5xx: fix typo in IER check by Sonic Zhang · 14 years ago
  65. ca3e442 serial: bfin_5xx: IRDA is not affected by anomaly 05000230 by Graf Yang · 14 years ago
  66. 99ec88f serial_cs: add and sort IDs for serial and modem cards by Alexander Kurz · 14 years ago
  67. 18c79d7 msm_serial: fix serial on trout by Abhijeet Dharmapurikar · 14 years ago
  68. c2cdf6a powerpc/macio: Fix probing of macio devices by using the right of match table by Benjamin Herrenschmidt · 14 years ago
  69. d5b732b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 14 years ago
  70. 5d66cee ARM: S5PV210: serial: Fix section mismatch warning by Marek Szyprowski · 14 years ago
  71. 9616ff4 sunsu: Fix use after free in su_remove(). by David S. Miller · 14 years ago
  72. 7c1f6af sunserial: Don't call add_preferred_console() when console= is specified. by David S. Miller · 14 years ago
  73. 702c0b0 Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  74. e9a137c m68knommu: fix broken use of BUAD_TABLE_SIZE in 68328serial driver by Greg Ungerer · 14 years ago
  75. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  76. 2da8cb6 powerpc/mpc5121: move PSC FIFO memory init to platform code by Anatolij Gustschin · 14 years ago
  77. 0fed2b5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  78. d1d4b10 serial: sh-sci: fix handling of SCIFB sh-mobile ports by Guennadi Liakhovetski · 14 years ago
  79. 85b8e3f sh: fix Oops in the serial SCI driver by Guennadi Liakhovetski · 14 years ago
  80. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  81. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
  82. 6f68fba Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  83. 79c4581 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  84. ac3ee84 Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  85. 90b9a32 Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  86. e114474 serial: bfin_sport_uart: Use resource size to fix off-by-one error by Tobias Klauser · 14 years ago
  87. 6b7d8f8 serial: Add driver for the Altera UART by Tobias Klauser · 14 years ago
  88. 5bcd601 serial: Add driver for the Altera JTAG UART by Tobias Klauser · 14 years ago
  89. 24cd73a serial: timbuart: make sure last byte is sent when port is closed by Richard Röjfors · 14 years ago
  90. 4405199 serial: two branches the same in timbuart_set_mctrl() by Roel Kluin · 14 years ago
  91. e5bbbb1 serial: uartlite: move from byte accesses to word accesses by John Linn · 15 years ago
  92. be99159 serial: bfin_sport_uart: drop redundant cpu depends by Mike Frysinger · 15 years ago
  93. d671250 serial: bfin_sport_uart: drop the experimental markings by Mike Frysinger · 15 years ago
  94. 2ce1efc serial: bfin_sport_uart: pull in bfin_sport.h for SPORT defines by Mike Frysinger · 15 years ago
  95. 9356c46 serial: bfin_sport_uart: only enable SPORT TX if data is to be sent by Sonic Zhang · 15 years ago
  96. 60bd940 serial: bfin_sport_uart: drop useless status masks by Mike Frysinger · 15 years ago
  97. f4d10ca serial: bfin_sport_uart: zero sport_uart_port if allocated dynamically by Sonic Zhang · 15 years ago
  98. 9498dc9 serial: bfin_sport_uart: protect changes to uart_port by Sonic Zhang · 15 years ago
  99. 1f7d1c8 serial: bfin_sport_uart: add support for CTS/RTS via GPIOs by Sonic Zhang · 15 years ago
  100. b59588a serial: bfin_sport_uart: rename early platform driver class string by Sonic Zhang · 15 years ago