1. ad0cc7b n_tty: Factor tty->closing receive_buf() into separate fn by Peter Hurley · 12 years ago
  2. a1dd30e n_tty: Special case EXTPROC receive_buf() as raw mode by Peter Hurley · 12 years ago
  3. 554117b n_tty: Factor raw mode receive_buf() into separate fn by Peter Hurley · 12 years ago
  4. d2f8d7a n_tty: Factor flagged char handling into separate fn by Peter Hurley · 12 years ago
  5. b0ac50b n_tty: Factor signal char handling into separate fn by Peter Hurley · 12 years ago
  6. 4a23a4d n_tty: Factor 'real raw' receive_buf into standalone fn by Peter Hurley · 12 years ago
  7. 781ad1c n_tty: Simplify __receive_buf loop count by Peter Hurley · 12 years ago
  8. 1bb9d56 n_tty: Rename process_char_map to char_map by Peter Hurley · 12 years ago
  9. 20bafb3 n_tty: Move buffers into n_tty_data by Peter Hurley · 12 years ago
  10. 8cb06c9 n_tty: Remove alias ptrs in __receive_buf() by Peter Hurley · 12 years ago
  11. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 12 years ago
  12. 9dfd16d n_tty: Avoid false-sharing echo buffer indices by Peter Hurley · 12 years ago
  13. 29c7c5c n_tty: Eliminate counter in __process_echoes by Peter Hurley · 12 years ago
  14. bc5b1ec n_tty: Only flush echo output if actually output by Peter Hurley · 12 years ago
  15. cbfd034 n_tty: Process echoes in blocks by Peter Hurley · 12 years ago
  16. 019ebdf n_tty: Eliminate echo_commit memory barrier by Peter Hurley · 12 years ago
  17. 17bd790 n_tty: Remove echo_lock by Peter Hurley · 12 years ago
  18. 862eeff n_tty: Replace echo_cnt with computed value by Peter Hurley · 12 years ago
  19. addaebc n_tty: Use separate head and tail indices for echo_buf by Peter Hurley · 12 years ago
  20. ae56f33 n_tty: Remove unused echo_overrun field by Peter Hurley · 12 years ago
  21. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 12 years ago
  22. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 12 years ago
  23. 47aa658 tty: Merge __tty_flush_buffer() into lone call site by Peter Hurley · 12 years ago
  24. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 12 years ago
  25. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 12 years ago
  26. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 12 years ago
  27. e8437d7 tty: Make driver-side flip buffers lockless by Peter Hurley · 12 years ago
  28. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 12 years ago
  29. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 12 years ago
  30. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 12 years ago
  31. 2cf7b67 tty: Use generic names for flip buffer list cursors by Peter Hurley · 12 years ago
  32. 11b9faa tty: Merge tty_buffer_find() into tty_buffer_alloc() by Peter Hurley · 12 years ago
  33. 9dd5139 tty: Factor flip buffer initialization into helper function by Peter Hurley · 12 years ago
  34. 1cef50e tty: Fix flip buffer free list by Peter Hurley · 12 years ago
  35. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 12 years ago
  36. f0f947c n_tty: Queue buffer work on any available cpu by Peter Hurley · 12 years ago
  37. 3afb1b39 n_tty: Special case pty flow control by Peter Hurley · 11 years ago
  38. ee0bab8 n_tty: Move n_tty_write_wakeup() to avoid forward declaration by Peter Hurley · 12 years ago
  39. 6367ca7 n_tty: Factor throttle/unthrottle into helper functions by Peter Hurley · 12 years ago
  40. 9a4aec2 n_tty: Move chars_in_buffer() to factor throttle/unthrottle by Peter Hurley · 12 years ago
  41. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 12 years ago
  42. fb7aa03 n_tty: Separate buffer indices to prevent cache-line sharing by Peter Hurley · 12 years ago
  43. f95499c n_tty: Don't wait for buffer work in read() loop by Peter Hurley · 12 years ago
  44. d1913e3 n_tty: Fix type mismatches in receive_buf raw copy by Peter Hurley · 12 years ago
  45. 6f9b028 n_tty: Reset lnext if canonical mode changes by Peter Hurley · 12 years ago
  46. 6d76bd2 n_tty: Make N_TTY ldisc receive path lockless by Peter Hurley · 12 years ago
  47. a73d3d6 n_tty: Replace canon_data with index comparison by Peter Hurley · 12 years ago
  48. 9356b53 n_tty: Access termios values safely by Peter Hurley · 12 years ago
  49. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 12 years ago
  50. a2f73be n_tty: Remove read_cnt by Peter Hurley · 12 years ago
  51. bc5a5e3 n_tty: Don't wrap input buffer indices at buffer size by Peter Hurley · 12 years ago
  52. ce74117 n_tty: Get read_cnt through accessor by Peter Hurley · 12 years ago
  53. 4753408 tty: Deprecate ldisc .chars_in_buffer() method by Peter Hurley · 12 years ago
  54. a19d0c6 n_tty: Split n_tty_chars_in_buffer() for reader-only interface by Peter Hurley · 12 years ago
  55. 32f1352 n_tty: Line copy to user buffer in canonical mode by Peter Hurley · 12 years ago
  56. 88bb0de n_tty: Factor canonical mode copy from n_tty_read() by Peter Hurley · 12 years ago
  57. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 12 years ago
  58. da261e7 tty: Simplify tty buffer/ldisc interface with helper function by Peter Hurley · 12 years ago
  59. 3b80df7 tty: Don't change receive_room for ioctl(TIOCSETD) by Peter Hurley · 12 years ago
  60. b0e9585 tty: Clarify multiple-references comment in TIOCSETD ioctl by Peter Hurley · 12 years ago
  61. e97733c tty: Fix hangup race with TIOCSETD ioctl by Peter Hurley · 12 years ago
  62. 9fbfa34 tty: Clarify ldisc variable by Peter Hurley · 12 years ago
  63. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 12 years ago
  64. d2c4389 tty: Add lock/unlock ldisc pair functions by Peter Hurley · 12 years ago
  65. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 12 years ago
  66. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  67. f5b63ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  68. 80cc38b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  70. 3dbde57 Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  71. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  72. 42daabf Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  73. 3883cbb Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  74. 22237d5 Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  75. d5f1af7 tty/8250_dw: Add support for OCTEON UARTS. by David Daney · 12 years ago
  76. 828c6a1 Revert "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller" by Greg Kroah-Hartman · 12 years ago
  77. 6500427 vc: switch to fixed_size_llseek() by Al Viro · 12 years ago
  78. e52cff8 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  79. 31881d7 Merge branch 'for-next' of git://github.com/rydberg/linux into next by Dmitry Torokhov · 12 years ago
  80. 8c3d913 Merge tag 'msm-clock-for-3.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/late by Olof Johansson · 12 years ago
  81. 0ad578e Merge tag 'renesas-sh-sci-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/late by Arnd Bergmann · 12 years ago
  82. d4759de serial: sh-sci: Initialise variables before access in sci_set_termios() by Simon Horman · 12 years ago
  83. 29692d0 pch_uart: Add uart_clk selection for the MinnowBoard by Darren Hart · 12 years ago
  84. 91f8c2d tty: atmel_serial: prepare clk before calling enable by Boris BREZILLON · 12 years ago
  85. 805bf3d Merge 3.10-rc7 into tty-next by Greg Kroah-Hartman · 12 years ago
  86. 519b371 msm_serial: Use devm_clk_get() and properly return errors by Stephen Boyd · 12 years ago
  87. f98cf83 msm_serial: Convert to clk_prepare/unprepare by Stephen Boyd · 12 years ago
  88. dcfdc28 Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  89. c5dece3 ARM: sirf: use CONFIG_SIRF rather than CONFIG_PRIMA2 where necessary by Arnd Bergmann · 12 years ago
  90. 33f8813 serial: samsung: select EXYNOS specific driver data if ARCH_EXYNOS is defined by Chander Kashyap · 12 years ago
  91. 9a66d18 parisc: fix serial ports on C8000 workstation by Thomas Bogendoerfer · 12 years ago
  92. 64e377d tty: Reset itty for other pty by Peter Hurley · 12 years ago
  93. 7879a9f n_tty: Buffer work should not reschedule itself by Peter Hurley · 12 years ago
  94. b848305 n_tty: Fix unsafe update of available buffer space by Peter Hurley · 12 years ago
  95. a6e5431 n_tty: Untangle read completion variables by Peter Hurley · 12 years ago
  96. f6c8dbe n_tty: Encapsulate minimum_to_wake within N_TTY by Peter Hurley · 12 years ago
  97. a630fbf serial: omap: Fix device tree based PM runtime by Tony Lindgren · 12 years ago
  98. 80c4849 serial: imx: Fix serial clock unbalance by Fabio Estevam · 12 years ago
  99. 8a29dfb serial/mpc52xx_uart: fix kernel panic when system reboot by Matteo Facchinetti · 12 years ago
  100. fcd2bb9 serial: mfd: Add sysrq support by Feng Tang · 12 years ago