1. 36b3c07 tty: Move the handling of the tty release logic by Alan Cox · 12 years ago
  2. 3db1ddb vt: fix the keyboard/led locking by Alan Cox · 12 years ago
  3. ce7240e 8250: three way resolve of the 8250 diffs by Alan Cox · 12 years ago
  4. 9833fac tty: Fix up PPC fallout from the termios move by Alan Cox · 12 years ago
  5. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  6. 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 12 years ago
  7. 467a3ca Merge branch 'v3.6-rc7' into tty-next by Greg Kroah-Hartman · 12 years ago
  8. 40c9f61 tty ldisc: Close/Reopen race prevention should check the proper flag by Shachar Shemesh · 12 years ago
  9. eb26dfe 8250: add support for ASIX devices with a FIFO bug by Alan Cox · 12 years ago
  10. a2d33d8 8250: propogate the bugs field by Alan Cox · 12 years ago
  11. 2655a2c 8250: use the 8250 register interface not the legacy one by Alan Cox · 12 years ago
  12. 79d7532 tty: double unlock on error in ptmx_open() by Dan Carpenter · 12 years ago
  13. 50fb31c tty/hvc_opal: Fix debug function name by Benjamin Herrenschmidt · 12 years ago
  14. 157a4b3 tty: keyboard.c: Remove locking from vt_get_leds. by Christopher Brannon · 13 years ago
  15. f5e3bcc tty: localise the lock by Alan Cox · 13 years ago
  16. 0a44ab4 tty: note race we need to fix by Alan Cox · 13 years ago
  17. fc915c8 Merge 3.5-rc4 into tty-next by Greg Kroah-Hartman · 13 years ago
  18. fe89def pch_uart: Add eg20t_port lock field, avoid recursive spinlocks by Darren Hart · 13 years ago
  19. a1821f7 Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  20. e643f87 serial/amba-pl011: fix ages old copy-paste errors by Linus Walleij · 13 years ago
  21. 069915b Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  22. cfe275c serial: pxa: add spin lock for console write by Chao Xie · 13 years ago
  23. 2fc4691 vt: fix race in vt_waitactive() by Rabin Vincent · 13 years ago
  24. 057eb85 TTY: add tty_port_register_device helper by Jiri Slaby · 13 years ago
  25. 04831dc TTY: add ports array to tty_driver by Jiri Slaby · 13 years ago
  26. 9bb8a3d TTY: centralize fail paths in tty_register_driver by Jiri Slaby · 13 years ago
  27. bc1e99d TTY: vt, add ->install by Jiri Slaby · 13 years ago
  28. 695586c TTY: provide drivers with tty_port_install by Jiri Slaby · 13 years ago
  29. 4c2ef53 TTY: vt, remove con_schedule_flip by Jiri Slaby · 13 years ago
  30. d03702a PTY: add tty_port by Jiri Slaby · 13 years ago
  31. 5d249bc PTY: merge pty_install implementations by Jiri Slaby · 13 years ago
  32. 7171604 PTY: remove one empty ops->remove by Jiri Slaby · 13 years ago
  33. 380622e Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  34. b6c5ef6 serial: sh-sci: Make probe fail for ports that exceed the maximum count by Laurent Pinchart · 13 years ago
  35. 6dae142 serial: sh-sci: Fix probe error paths by Laurent Pinchart · 13 years ago
  36. 8856a7d serial: sh-sci: Make probe fail for ports that exceed the maximum count by Laurent Pinchart · 13 years ago
  37. 9800ee6 serial: sh-sci: Fix probe error paths by Laurent Pinchart · 13 years ago
  38. 718c4ca TTY: cyclades, add local pointer for card by Jiri Slaby · 13 years ago
  39. ee4cd1b 8250_pci: Remove duplicate struct pciserial_board by Shawn Bohrer · 13 years ago
  40. 596f93f serial: Add driver for LPC32xx High Speed UARTs by Roland Stigge · 13 years ago
  41. e4305f0 serial/of-serial: Add LPC3220 standard UART compatible string by Roland Stigge · 13 years ago
  42. 7a51459 serial/8250: Add LPC3220 standard UART type by Roland Stigge · 13 years ago
  43. 78d80c5 serial/amba-pl011: move custom pin control to driver by Linus Walleij · 13 years ago
  44. f109293 serial: fix serial_txx9.c build warning/typo by Randy Dunlap · 13 years ago
  45. 58bcd33 serial: fix kernel-doc warnings in 8250.c by Randy Dunlap · 13 years ago
  46. dabfb35 serial_core: Update buffer overrun statistics. by Corbin · 13 years ago
  47. 7d0b066 serial/imx: make devdata member point to const data by Uwe Kleine-König · 13 years ago
  48. 7b15e1d serial: samsung: protect NULL dereference of clock name by KeyYoung Park · 13 years ago
  49. 25f04ad serial: samsung: Fixed wrong comparison for baudclk_rate by Kyoungil Kim · 13 years ago
  50. 7cd8883 serial: samsung: Remove NULL checking for baud clock by Kyoungil Kim · 13 years ago
  51. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 13 years ago
  52. fde86d3 tty: add lockdep annotations by Eric Dumazet · 13 years ago
  53. 7e5b2db Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 13 years ago
  54. 8f6576a tty: fix ldisc lock inversion trace by Alan Cox · 13 years ago
  55. d3ca8b6 pty: Fix lock inversion by Alan Cox · 13 years ago
  56. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  57. c819baf Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-next by Ralf Baechle · 13 years ago
  58. 5842f576 xen/hvc: Check HVM_PARAM_CONSOLE_[EVTCHN|PFN] for correctness. by Konrad Rzeszutek Wilk · 13 years ago
  59. a32c88b xen/hvc: Fix error cases around HVM_PARAM_CONSOLE_PFN by Konrad Rzeszutek Wilk · 13 years ago
  60. 2e5ad6b xen/hvc: Collapse error logic. by Konrad Rzeszutek Wilk · 13 years ago
  61. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  62. 44bc40e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  63. 1d767ca Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  64. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  65. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  66. 9bc747b Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  67. 201a52b hvc_xen: NULL dereference on allocation failure by Dan Carpenter · 13 years ago
  68. ceff267 SERIAL: MIPS: lantiq: implement OF support by John Crispin · 13 years ago
  69. 0e8963d serial: sh-sci: Fix for port types without BRI interrupts. by Paul Mundt · 13 years ago
  70. c1dbccc Merge branch 'sh/evt2irq-migration' into sh-latest by Paul Mundt · 13 years ago
  71. d157be8 serial: delete the MCA specific 8250 support. by Paul Gortmaker · 13 years ago
  72. 59bd234 serial: bfin_uart: Make MMR access compatible with 32 bits bf609 style controller. by Sonic Zhang · 13 years ago
  73. 3c2d0ed serial: bfin_uart: RTS and CTS MMRs can be either 16-bit width or 32-bit width. by Sonic Zhang · 13 years ago
  74. 239c25b serial: bfin_uart: narrow the reboot condition in DMA tx interrupt by Sonic Zhang · 13 years ago
  75. b06d2f2 serial: bfin_uart: Adapt bf5xx serial driver to bf60x serial4 controller. by Sonic Zhang · 13 years ago
  76. 55e4b8b Revert "serial_core: Update buffer overrun statistics." by Greg Kroah-Hartman · 13 years ago
  77. 346f81a SERIAL: MIPS Swarm sb1250-duart.c driver needs module.h by Paul Gortmaker · 13 years ago
  78. cc06748 SERIAL: MIPS DECstation zs.c driver needs module.h by Paul Gortmaker · 13 years ago
  79. bdb595b tty: hvc_xen: NULL dereference on allocation failure by Dan Carpenter · 13 years ago
  80. eea41ae tty: Fix LED error return by Alan Cox · 13 years ago
  81. 05f843b tty: Fix LED error return by Alan Cox · 13 years ago
  82. 1e66cde tty: Allow uart_register/unregister/register by Alan Cox · 13 years ago
  83. fcd8d84a Merge branches 'spear/clock' and 'imx/clock' into next/clock by Arnd Bergmann · 13 years ago
  84. 4f5a9fd Merge branch 'imx/pinctrl' into imx/clock by Arnd Bergmann · 13 years ago
  85. 2e174c3 serial: mxs-auart: adopt pinctrl support by Shawn Guo · 13 years ago
  86. 258e055 serial: amba-pl011: adopt pinctrl support by Shawn Guo · 13 years ago
  87. 93c6d89 Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/clock by Arnd Bergmann · 13 years ago
  88. 86822f8 Merge branch 'clps711x/cleanup' into next/cleanup by Arnd Bergmann · 13 years ago
  89. 304b2c6 ARM: clps711x: Using a single definition for the PHYS and VIRT registers offset by Alexander Shiyan · 13 years ago
  90. fed78ce tty: serial: imx: adopt pinctrl support by Shawn Guo · 13 years ago
  91. 1541f84 tty: move global ldisc idle waitqueue to the individual ldisc by Ivo Sieben · 13 years ago
  92. 15f99cb Merge branch 'sh/rsk-updates' into sh-latest by Paul Mundt · 13 years ago
  93. 3e62c41 serial8250-em: Add DT support by Magnus Damm · 13 years ago
  94. 94e792a serial8250-em: clk_get() IS_ERR() error handling fix by Magnus Damm · 13 years ago
  95. 6421808 serial_core: Update buffer overrun statistics. by Corbin Atkinson · 13 years ago
  96. b1d679a tty: drop the pty lock during hangup by Alan Cox · 13 years ago
  97. b2d0b7a keyboard: Use BIOS Keyboard variable to set Numlock by Joshua Cov · 13 years ago
  98. fd11b42 cris: fix missing tty arg in wait_event_interruptible_tty call by Paul Gortmaker · 13 years ago
  99. abcefe5 tty/amiserial: Add missing argument for tty_unlock() by Geert Uytterhoeven · 13 years ago
  100. d29f3ef tty_lock: Localise the lock by Alan Cox · 13 years ago