1. 81b884c MAINTAINERS: Update the list of maintainers for staging/comedi driver. by Lidza Louina · 11 years ago
  2. 932ef36 staging: tidspbridge: replace strict_strtol() with kstrtos32() by Jingoo Han · 11 years ago
  3. 5ede525 tty: Remove extra wakeup from pty write() path by Peter Hurley · 11 years ago
  4. e60d27c n_tty: Factor LNEXT processing from per-char i/o path by Peter Hurley · 11 years ago
  5. 4b29349 n_tty: Un-inline single-use functions by Peter Hurley · 11 years ago
  6. 9e54eae ahci_imx: add ahci sata support on imx platforms by Richard Zhu · 11 years ago
  7. 19e2ad6 n_tty: Remove overflow tests from receive_buf() path by Peter Hurley · 11 years ago
  8. 7de971b n_tty: Factor PARMRK from normal per-char i/o by Peter Hurley · 11 years ago
  9. 6baad00 n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn by Peter Hurley · 11 years ago
  10. 4b1f79c n_tty: Split n_tty_receive_char() by Peter Hurley · 11 years ago
  11. 855df3c n_tty: Eliminate char tests from IXANY restart test by Peter Hurley · 11 years ago
  12. 7d88d63 n_tty: Factor standard per-char i/o into separate fn by Peter Hurley · 11 years ago
  13. 86e35ae n_tty: Fix build breakage on ppc64 by Peter Hurley · 11 years ago
  14. c7b51bc powerpc/pci/hotplug: Don't need to remove from EEH cache twice by Gavin Shan · 11 years ago
  15. 04012e30 Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 11 years ago
  16. dab9bf4 mei: me: fix waiting for hw ready by Tomas Winkler · 11 years ago
  17. 99f22c4 mei: don't have to clean the state on power up by Tomas Winkler · 11 years ago
  18. 315a383 mei: me: fix reset state machine by Tomas Winkler · 11 years ago
  19. 9310f61 mei: hbm: fix typo in error message by Tomas Winkler · 11 years ago
  20. 8002db6 qxl: convert qxl driver to proper use for reservations by Dave Airlie · 11 years ago
  21. 4f49ec9 qxl: allow creation of pre-pinned objects and use for releases. by Dave Airlie · 11 years ago
  22. 0665f9f drm/qxl: add delayed fb operations by Dave Airlie · 11 years ago
  23. ad0cc7b n_tty: Factor tty->closing receive_buf() into separate fn by Peter Hurley · 11 years ago
  24. a1dd30e n_tty: Special case EXTPROC receive_buf() as raw mode by Peter Hurley · 11 years ago
  25. 554117b n_tty: Factor raw mode receive_buf() into separate fn by Peter Hurley · 11 years ago
  26. d2f8d7a n_tty: Factor flagged char handling into separate fn by Peter Hurley · 11 years ago
  27. b0ac50b n_tty: Factor signal char handling into separate fn by Peter Hurley · 11 years ago
  28. 4a23a4d n_tty: Factor 'real raw' receive_buf into standalone fn by Peter Hurley · 11 years ago
  29. 781ad1c n_tty: Simplify __receive_buf loop count by Peter Hurley · 11 years ago
  30. 1bb9d56 n_tty: Rename process_char_map to char_map by Peter Hurley · 11 years ago
  31. 20bafb3 n_tty: Move buffers into n_tty_data by Peter Hurley · 11 years ago
  32. 8cb06c9 n_tty: Remove alias ptrs in __receive_buf() by Peter Hurley · 11 years ago
  33. 40d5e09 n_tty: Fix EOF push handling by Peter Hurley · 11 years ago
  34. 9dfd16d n_tty: Avoid false-sharing echo buffer indices by Peter Hurley · 11 years ago
  35. 29c7c5c n_tty: Eliminate counter in __process_echoes by Peter Hurley · 11 years ago
  36. bc5b1ec n_tty: Only flush echo output if actually output by Peter Hurley · 11 years ago
  37. cbfd034 n_tty: Process echoes in blocks by Peter Hurley · 11 years ago
  38. 019ebdf n_tty: Eliminate echo_commit memory barrier by Peter Hurley · 11 years ago
  39. 17bd790 n_tty: Remove echo_lock by Peter Hurley · 11 years ago
  40. 862eeff n_tty: Replace echo_cnt with computed value by Peter Hurley · 11 years ago
  41. addaebc n_tty: Use separate head and tail indices for echo_buf by Peter Hurley · 11 years ago
  42. ae56f33 n_tty: Remove unused echo_overrun field by Peter Hurley · 11 years ago
  43. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 11 years ago
  44. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  45. 47aa658 tty: Merge __tty_flush_buffer() into lone call site by Peter Hurley · 11 years ago
  46. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  47. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  48. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  49. e8437d7 tty: Make driver-side flip buffers lockless by Peter Hurley · 11 years ago
  50. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  51. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  52. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  53. 2cf7b67 tty: Use generic names for flip buffer list cursors by Peter Hurley · 11 years ago
  54. 11b9faa tty: Merge tty_buffer_find() into tty_buffer_alloc() by Peter Hurley · 11 years ago
  55. 9dd5139 tty: Factor flip buffer initialization into helper function by Peter Hurley · 11 years ago
  56. 1cef50e tty: Fix flip buffer free list by Peter Hurley · 11 years ago
  57. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  58. f0f947c n_tty: Queue buffer work on any available cpu by Peter Hurley · 11 years ago
  59. 3afb1b39 n_tty: Special case pty flow control by Peter Hurley · 11 years ago
  60. ee0bab8 n_tty: Move n_tty_write_wakeup() to avoid forward declaration by Peter Hurley · 11 years ago
  61. 6367ca7 n_tty: Factor throttle/unthrottle into helper functions by Peter Hurley · 11 years ago
  62. 9a4aec2 n_tty: Move chars_in_buffer() to factor throttle/unthrottle by Peter Hurley · 11 years ago
  63. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  64. fb7aa03 n_tty: Separate buffer indices to prevent cache-line sharing by Peter Hurley · 11 years ago
  65. f95499c n_tty: Don't wait for buffer work in read() loop by Peter Hurley · 11 years ago
  66. d1913e3 n_tty: Fix type mismatches in receive_buf raw copy by Peter Hurley · 11 years ago
  67. 6f9b028 n_tty: Reset lnext if canonical mode changes by Peter Hurley · 11 years ago
  68. 6d76bd2 n_tty: Make N_TTY ldisc receive path lockless by Peter Hurley · 11 years ago
  69. a73d3d6 n_tty: Replace canon_data with index comparison by Peter Hurley · 11 years ago
  70. 9356b53 n_tty: Access termios values safely by Peter Hurley · 11 years ago
  71. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  72. a2f73be n_tty: Remove read_cnt by Peter Hurley · 11 years ago
  73. bc5a5e3 n_tty: Don't wrap input buffer indices at buffer size by Peter Hurley · 11 years ago
  74. ce74117 n_tty: Get read_cnt through accessor by Peter Hurley · 11 years ago
  75. 4753408 tty: Deprecate ldisc .chars_in_buffer() method by Peter Hurley · 11 years ago
  76. a19d0c6 n_tty: Split n_tty_chars_in_buffer() for reader-only interface by Peter Hurley · 11 years ago
  77. 32f1352 n_tty: Line copy to user buffer in canonical mode by Peter Hurley · 11 years ago
  78. 88bb0de n_tty: Factor canonical mode copy from n_tty_read() by Peter Hurley · 11 years ago
  79. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  80. da261e7 tty: Simplify tty buffer/ldisc interface with helper function by Peter Hurley · 11 years ago
  81. 3b80df7 tty: Don't change receive_room for ioctl(TIOCSETD) by Peter Hurley · 11 years ago
  82. b0e9585 tty: Clarify multiple-references comment in TIOCSETD ioctl by Peter Hurley · 11 years ago
  83. e97733c tty: Fix hangup race with TIOCSETD ioctl by Peter Hurley · 11 years ago
  84. 9fbfa34 tty: Clarify ldisc variable by Peter Hurley · 11 years ago
  85. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  86. d2c4389 tty: Add lock/unlock ldisc pair functions by Peter Hurley · 11 years ago
  87. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 11 years ago
  88. 9419030 usb: option: add TP-LINK MA260 by Bjørn Mork · 11 years ago
  89. a474902 Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  90. 88d84ac EDAC: Fix lockdep splat by Borislav Petkov · 11 years ago
  91. 549f3a121 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  92. 53a983c [SCSI] mvsas: Fix kernel panic on tile due to unaligned data access by James Bottomley · 11 years ago
  93. 72bb99c staging: android: logger: Correct write offset reset on error by Karlis Ogsts · 11 years ago
  94. 644d478 staging: zram: protect zram_reset_device() call by Sergey Senozhatsky · 11 years ago
  95. f2a6fed staging: gdm72xx: potential use after free in send_qos_list() by Dan Carpenter · 11 years ago
  96. 3a349ce staging: drm/imx: drop "select OF_VIDEOMODE" by Paul Bolle · 11 years ago
  97. c8145c5 staging: frontier: use after free in disconnect() by Dan Carpenter · 11 years ago
  98. a030cbc Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 11 years ago
  99. 4b18f08 staging: comedi: fix a race between do_cmd_ioctl() and read/write by Ian Abbott · 11 years ago
  100. 69acbaa staging: comedi: COMEDI_CANCEL ioctl should wake up read/write by Ian Abbott · 11 years ago