1. 810b4de tty/serial/pmac_zilog: Fix "nobody cared" IRQ message by Larry Finger · 12 years ago
  2. af6d17c pch_uart: Fix dma channel unallocated issue by Tomoya MORINAGA · 13 years ago
  3. 7a6fbc9 ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR by Alexander Shiyan · 13 years ago
  4. f4f9c1a Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  5. 11bbd5b pch_uart: Add Kontron COMe-mTT10 uart clock quirk by Michael Brunner · 13 years ago
  6. 867c902 pch_uart: Fix MSI setting issue by Tomoya MORINAGA · 13 years ago
  7. bc02d15 serial/8250_pci: add a "force background timer" flag and use it for the "kt" serial port by Dan Williams · 13 years ago
  8. 49b532f Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller" by Dan Williams · 13 years ago
  9. 3579812 Revert "serial/8250_pci: init-quirk msi support for kt serial controller" by Dan Williams · 13 years ago
  10. d8c4019 tty/serial/omap: console can only be built-in by Arnd Bergmann · 13 years ago
  11. 7b246a1 serial: samsung: fix omission initialize ulcon in reset port fn() by Kukjin Kim · 13 years ago
  12. 57c3686 tty/serial: atmel_serial: fix RS485 half-duplex problem by Siftar, Gabe · 13 years ago
  13. acede70 tty: serial: altera_uart: Check for NULL platform_data in probe. by Yuriy Kozlov · 13 years ago
  14. 388bc26 omap-serial: Fix the error handling in the omap_serial probe by Shubhrajyoti D · 13 years ago
  15. 664481e Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  16. c3d8b76 serial: PL011: move interrupt clearing by Linus Walleij · 13 years ago
  17. 5d32c88 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  18. 234e340 simple_open: automatically convert to simple_open() by Stephen Boyd · 13 years ago
  19. ca6f327 serial/sunzilog: fix keyboard on SUN SPARCstation by Sam Ravnborg · 13 years ago
  20. b12bb29 serial: sh-sci: use serial_port_in/out vs sci_in/out. by Paul Mundt · 13 years ago
  21. f52b69f8 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  22. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  23. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  24. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  25. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  26. b1a154d Disintegrate asm/system.h for CRIS by David Howells · 13 years ago
  27. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 13 years ago
  28. 49d4bca serial: sh-sci: fix a race of DMA submit_tx on transfer by Yoshii Takashi · 13 years ago
  29. 9e4db1c Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  30. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  31. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  32. f314f33 ARM: 7342/2: sa1100: prepare for sparse irq conversion by Rob Herring · 13 years ago
  33. 0e65ae0 Merge tag 'ia64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 13 years ago
  34. 7fc86a7 Merge tag 'pinctrl-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 13 years ago
  35. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  36. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 13 years ago
  37. 843ec55 Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  38. fb8ebec serial: pxa: add clk_prepare/clk_unprepare calls by Philipp Zabel · 13 years ago
  39. 9b96fba serial: PL011: clear pending interrupts by Linus Walleij · 13 years ago
  40. 60f4b00 serial: bfin-uart: Don't access tty circular buffer in TX DMA interrupt after it is reset. by Sonic Zhang · 13 years ago
  41. 9abac85 tty: serial: vt8500: fix annotations for probe/remove by Wolfram Sang · 13 years ago
  42. 55e4016 serial: remove back and forth conversions in serial_out_sync by Paul Gortmaker · 13 years ago
  43. 4fd996a serial: use serial_port_in/out vs serial_in/out in 8250 by Paul Gortmaker · 13 years ago
  44. dfe4244 serial: reduce number of indirections in 8250 code by Paul Gortmaker · 13 years ago
  45. 0d263a2 serial: delete useless void casts in 8250.c by Paul Gortmaker · 13 years ago
  46. 3f0ab32 serial: make 8250's serial_in shareable to other drivers. by Paul Gortmaker · 13 years ago
  47. 0acf519 serial: delete last unused traces of pausing I/O in 8250 by Paul Gortmaker · 13 years ago
  48. a46f553 pch_uart: Add module parameter descriptions by Darren Hart · 13 years ago
  49. 7ce9251 pch_uart: Use existing default_baud in setup_console by Darren Hart · 13 years ago
  50. 2a44feb pch_uart: Add user_uartclk parameter by Darren Hart · 13 years ago
  51. 077175f pch_uart: Add Fish River Island II uart clock quirks by Darren Hart · 13 years ago
  52. a8a3ec9 pch_uart: Use uartclk instead of base_baud by Darren Hart · 13 years ago
  53. 048be43 sh-sci / PM: Avoid deadlocking runtime PM by Rafael J. Wysocki · 13 years ago
  54. c17a9d4 tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIES by Stephen Rothwell · 13 years ago
  55. e0955ac mpc5200b/uart: select more tolerant uart prescaler on low baudrates by Frank Benkert · 13 years ago
  56. 11ba889 TTY: remove serialP.h inclusion from some files by Jiri Slaby · 13 years ago
  57. 8bc87dc TTY: serial, include pci.h in m32r_sio by Jiri Slaby · 13 years ago
  58. 4da2405 TTY: serial, use atomic_inc_return in ioc4_serial by Jiri Slaby · 13 years ago
  59. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  60. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  61. a5f4313 tty: serial: OMAP: Fix oops due to NULL pdata in DT boot by Cousson, Benoit · 13 years ago
  62. a58f67e Merge branch 'dt' of git://github.com/hzhuang1/linux into next/dt by Olof Johansson · 13 years ago
  63. 699c20f serial: pxa: add OF support by Haojian Zhuang · 13 years ago
  64. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 13 years ago
  65. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 13 years ago
  66. 6e1d521 Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dt by Arnd Bergmann · 13 years ago
  67. 6dc01aa amba-pl011​/dma: Add check for the residue in DMA callback by Chanho Min · 13 years ago
  68. b26469a serial: samsung: fix s3c2442 platform data by Denis 'GNUtoo' Carikli · 13 years ago
  69. 90af6d2 serial: Fix typo in sn_console.c by Masanari Iida · 13 years ago
  70. b7974ded tty/serial/mux.c: linux/tty.h included twice by Danny Kukawka · 13 years ago
  71. 69f6a27 Atmel: move console default platform_device to serial driver by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  72. 48e30fa [IA64] genirq fixup for SGI/SN by Dimitri Sivanich · 13 years ago
  73. 5c9bdc3 serial/sirf: fixup for changes to pin control by Linus Walleij · 13 years ago
  74. 2daa79e Merge branch 'lpc32xx/drivers' into next/drivers by Arnd Bergmann · 13 years ago
  75. 258aea7 dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users by Viresh Kumar · 13 years ago
  76. 6816383 tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h by Paul Gortmaker · 13 years ago
  77. 5a22e30 Merge tag 'tty-3.3-rc3' tty-next by Greg Kroah-Hartman · 13 years ago
  78. 1972345 tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds by Paul Walmsley · 13 years ago
  79. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  80. 0ba5f66 tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode by Paul Walmsley · 13 years ago
  81. 418a936 tty: serial: altera_uart: Add CONSOLE_POLL support by Tobias Klauser · 13 years ago
  82. 3f5dc70 tty: serial: altera_uart: remove early_altera_uart_setup by Tobias Klauser · 13 years ago
  83. 6f56d0f serial: pch_uart: trivail cleanup by removing the pch_uart_hal_request() by Feng Tang · 13 years ago
  84. 30c6c6b serial: pch_uart: trivial cleanup by removing the get_msr() by Feng Tang · 13 years ago
  85. d011411 serial: pch_uart: add debugfs hook for register dump by Feng Tang · 13 years ago
  86. c8a6426 m32r: relocate drivers back out of 8250 dir by Paul Gortmaker · 13 years ago
  87. e7c9bba tty: fix a build failure on sparc by Cong Wang · 13 years ago
  88. 7ccfe01 serial: samsung: Add support for EXYNOS5250 by Kukjin Kim · 13 years ago
  89. 5f7b6d1 serial: samsung: Add support for EXYNOS4212 and EXYNOS4412 by Kukjin Kim · 13 years ago
  90. 6bbcbf2 tty: serial: omap-serial: wakeup latency constraint is in microseconds, not milliseconds by Paul Walmsley · 13 years ago
  91. edbe5db tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  92. 5816269 tty: serial: OMAP: use a 1-byte RX FIFO threshold in PIO mode by Paul Walmsley · 13 years ago
  93. ef5ca19 serial: imx: add clk_prepare/clk_unprepare by Richard Zhao · 13 years ago
  94. d4e33fa serial: Kill off NO_IRQ by Alan Cox · 13 years ago
  95. 3afbd89 serial/efm32: add new driver by Uwe Kleine-König · 13 years ago
  96. 523b82e serial: Kill off Moorestown code by Alan Cox · 13 years ago
  97. 8a74e9f Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode" by Greg Kroah-Hartman · 13 years ago
  98. af681ca Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip" by Greg Kroah-Hartman · 13 years ago
  99. 7735983 serial: Fix wakeup init logic to speed up startup by Simon Glass · 13 years ago
  100. ef605fd serial: amba-pl011: lock console writes against interrupts by Rabin Vincent · 13 years ago