1. b1255b8 drm/gma500/psb: Convert to generic crtc->destroy by Patrik Jakobsson · 11 years ago
  2. d903b61 drm/gma500/mdfld: Use identical generic crtc funcs by Patrik Jakobsson · 11 years ago
  3. fe58029 drm/gma500/oak: Use identical generic crtc funcs by Patrik Jakobsson · 11 years ago
  4. 42568dd drm/gma500/psb: Convert to gma_crtc_dpms() by Patrik Jakobsson · 11 years ago
  5. 6443ea1 drm/gma500: Convert to generic gamma funcs by Patrik Jakobsson · 11 years ago
  6. 00b1fe7 drm/gma500/psb: Convert to gma_pipe_set_base() by Patrik Jakobsson · 11 years ago
  7. a1f4efe drm/gma500/cdv: Convert to generic gamma funcs by Patrik Jakobsson · 11 years ago
  8. 7ea03f0 drm/gma500/cdv: Convert to gma_crtc_dpms() by Patrik Jakobsson · 11 years ago
  9. b8e5ec9 drm/gma500: Add IS_CDV() macro by Patrik Jakobsson · 11 years ago
  10. 3c44716 drm/gma500/cdv: Convert to gma_pipe_set_base() by Patrik Jakobsson · 11 years ago
  11. 4855177 drm/gma500/psb: Use identical generic crtc funcs by Patrik Jakobsson · 11 years ago
  12. d1fa08f drm/gma500: Make all chips use gma_wait_for_vblank by Patrik Jakobsson · 11 years ago
  13. ad3c46e drm/gma500/cdv: Use identical generic crtc funcs by Patrik Jakobsson · 11 years ago
  14. 2eff0b3 drm/gma500: Add generic pipe/crtc functions by Patrik Jakobsson · 11 years ago
  15. f0e9d89 drm/gma500: Remove the unused psb_intel_display.h by Patrik Jakobsson · 11 years ago
  16. 7f67c06 drm/gma500/psb: Make use of generic clock code by Patrik Jakobsson · 11 years ago
  17. fe477cc1 drm/gma500: Make use of gma_pipe_has_type() by Patrik Jakobsson · 11 years ago
  18. 2adb29f drm/gma500/cdv: Make use of the generic clock code by Patrik Jakobsson · 11 years ago
  19. 5ea75e0 drm/gma500: Add generic code for clock calculation by Patrik Jakobsson · 11 years ago
  20. 9114fe8 tty: Remove private constant from global namespace by Peter Hurley · 11 years ago
  21. a7c8d58 tty: Fix unsafe vt paste_selection() by Peter Hurley · 11 years ago
  22. 47aa658 tty: Merge __tty_flush_buffer() into lone call site by Peter Hurley · 11 years ago
  23. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  24. 8c1fb49 tty: Avoid false-sharing flip buffer ptrs by Peter Hurley · 11 years ago
  25. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  26. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  27. e8437d7 tty: Make driver-side flip buffers lockless by Peter Hurley · 11 years ago
  28. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  29. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  30. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  31. 2cf7b67 tty: Use generic names for flip buffer list cursors by Peter Hurley · 11 years ago
  32. 11b9faa tty: Merge tty_buffer_find() into tty_buffer_alloc() by Peter Hurley · 11 years ago
  33. 9dd5139 tty: Factor flip buffer initialization into helper function by Peter Hurley · 11 years ago
  34. 1cef50e tty: Fix flip buffer free list by Peter Hurley · 11 years ago
  35. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  36. f0f947c n_tty: Queue buffer work on any available cpu by Peter Hurley · 11 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 · 11 years ago
  39. 6367ca7 n_tty: Factor throttle/unthrottle into helper functions by Peter Hurley · 11 years ago
  40. 9a4aec2 n_tty: Move chars_in_buffer() to factor throttle/unthrottle by Peter Hurley · 11 years ago
  41. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  42. fb7aa03 n_tty: Separate buffer indices to prevent cache-line sharing by Peter Hurley · 11 years ago
  43. f95499c n_tty: Don't wait for buffer work in read() loop by Peter Hurley · 11 years ago
  44. d1913e3 n_tty: Fix type mismatches in receive_buf raw copy by Peter Hurley · 11 years ago
  45. 6f9b028 n_tty: Reset lnext if canonical mode changes by Peter Hurley · 11 years ago
  46. 6d76bd2 n_tty: Make N_TTY ldisc receive path lockless by Peter Hurley · 11 years ago
  47. a73d3d6 n_tty: Replace canon_data with index comparison by Peter Hurley · 11 years ago
  48. 9356b53 n_tty: Access termios values safely by Peter Hurley · 11 years ago
  49. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  50. a2f73be n_tty: Remove read_cnt by Peter Hurley · 11 years ago
  51. bc5a5e3 n_tty: Don't wrap input buffer indices at buffer size by Peter Hurley · 11 years ago
  52. ce74117 n_tty: Get read_cnt through accessor by Peter Hurley · 11 years ago
  53. 4753408 tty: Deprecate ldisc .chars_in_buffer() method by Peter Hurley · 11 years ago
  54. a19d0c6 n_tty: Split n_tty_chars_in_buffer() for reader-only interface by Peter Hurley · 11 years ago
  55. 32f1352 n_tty: Line copy to user buffer in canonical mode by Peter Hurley · 11 years ago
  56. 88bb0de n_tty: Factor canonical mode copy from n_tty_read() by Peter Hurley · 11 years ago
  57. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  58. da261e7 tty: Simplify tty buffer/ldisc interface with helper function by Peter Hurley · 11 years ago
  59. 3b80df7 tty: Don't change receive_room for ioctl(TIOCSETD) by Peter Hurley · 11 years ago
  60. b0e9585 tty: Clarify multiple-references comment in TIOCSETD ioctl by Peter Hurley · 11 years ago
  61. e97733c tty: Fix hangup race with TIOCSETD ioctl by Peter Hurley · 11 years ago
  62. 9fbfa34 tty: Clarify ldisc variable by Peter Hurley · 11 years ago
  63. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  64. d2c4389 tty: Add lock/unlock ldisc pair functions by Peter Hurley · 11 years ago
  65. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 11 years ago
  66. ab2cfbb macvlan fdb replace support by Thomas Richter · 11 years ago
  67. 906dc18 vxlan fdb replace an existing entry by Thomas Richter · 11 years ago
  68. e452828 USB: sl811: remove CONFIG_USB_DEBUG dependency by Greg Kroah-Hartman · 11 years ago
  69. 1d896ce USB: isp116x: remove dependency on CONFIG_USB_DEBUG by Greg Kroah-Hartman · 11 years ago
  70. 641c86c USB: isp1362: remove CONFIG_USB_DEBUG dependency by Greg Kroah-Hartman · 11 years ago
  71. 374f4bf USB: isp1362: remove _DBG() usage by Greg Kroah-Hartman · 11 years ago
  72. 2809508 USB: isp1362: remove unused _WARN_ON() calls by Greg Kroah-Hartman · 11 years ago
  73. 051a0689 USB: isp1362: remove unused _BUG_ON() calls by Greg Kroah-Hartman · 11 years ago
  74. 0667fe7 USB: gadget: fix up comment by Greg Kroah-Hartman · 11 years ago
  75. 8fb822c USB: phy: remove CONFIG_USB_DEBUG usage by Greg Kroah-Hartman · 11 years ago
  76. 523e531 USB: phy: remove custom DBG macro by Greg Kroah-Hartman · 11 years ago
  77. 2c21c98 USB: usbatm: remove CONFIG_USB_DEBUG dependancy by Greg Kroah-Hartman · 11 years ago
  78. 2d6401c USB: usbatm: move the atm_dbg() call to use dynamic debug by Greg Kroah-Hartman · 11 years ago
  79. ca4d701 USB: usbatm: don't rely on CONFIG_USB_DEBUG by Greg Kroah-Hartman · 11 years ago
  80. 0fef59d USB: usbatm: remove unneeded trace printk calls by Greg Kroah-Hartman · 11 years ago
  81. f55876d USB: usbatm: remove unused UDSL_ASSERT macro by Greg Kroah-Hartman · 11 years ago
  82. d7ece65 USB: ti_usb_3410_5052: remove vendor/product module parameters by Johan Hovold · 11 years ago
  83. 5df08c8 USB: ti_usb_3410_5052: remove unused wait queue by Johan Hovold · 11 years ago
  84. cd1e098 USB: ti_usb_3410_5052: kill private fifo by Johan Hovold · 11 years ago
  85. 8b61d92 USB: safe_serial: remove vendor/product module parameters by Johan Hovold · 11 years ago
  86. 4833960 USB: mos7840: remove broken chase implementation by Johan Hovold · 11 years ago
  87. 0fce06d USB: io_ti: move port initialisation to probe by Johan Hovold · 11 years ago
  88. ddca16e USB: io_ti: kill private fifo by Johan Hovold · 11 years ago
  89. 421ae6e USB: io_edgeport: remove unused defines by Johan Hovold · 11 years ago
  90. 2843988 USB: ftdi_sio: remove unused defines by Johan Hovold · 11 years ago
  91. e17c1aa USB: ftdi_sio: remove vendor/product module parameters by Johan Hovold · 11 years ago
  92. 3177130 USB: ftdi_sio: remove redundant raise of DTR/RTS at open by Johan Hovold · 11 years ago
  93. be0278c USB: ftdi_sio: clean up device initialisation by Johan Hovold · 11 years ago
  94. dc43ff9 USB: oti6858: do not call set_termios with uninitialised data by Johan Hovold · 11 years ago
  95. 3ba19fe USB: pl2303: remove debugging noise by Johan Hovold · 11 years ago
  96. 87265b4 USB: pl2303: clean up set_termios by Johan Hovold · 11 years ago
  97. b2d6d98 USB: pl2303: clean up baud-rate handling by Johan Hovold · 11 years ago
  98. 15e7cea USB: pl2303: refactor baud-rate handling by Johan Hovold · 11 years ago
  99. c7b1347 USB: console: remove unnecessary operations test by Johan Hovold · 11 years ago
  100. 7b94cae USB: console: use dev_dbg by Johan Hovold · 11 years ago