1. 47aa658 tty: Merge __tty_flush_buffer() into lone call site by Peter Hurley · 11 years ago
  2. 0f56bd2 tty: Use non-atomic state to signal flip buffer flush pending by Peter Hurley · 11 years ago
  3. d7a68be tty: Only perform flip buffer flush from tty_buffer_flush() by Peter Hurley · 11 years ago
  4. e9975fd tty: Ensure single-threaded flip buffer consumer with mutex by Peter Hurley · 11 years ago
  5. e8437d7 tty: Make driver-side flip buffers lockless by Peter Hurley · 11 years ago
  6. 7bfe0b7 tty: Track flip buffer memory limit atomically by Peter Hurley · 11 years ago
  7. 7391ee1 tty: Simplify flip buffer list with 0-sized sentinel by Peter Hurley · 11 years ago
  8. 809850b tty: Use lockless flip buffer free list by Peter Hurley · 11 years ago
  9. 2cf7b67 tty: Use generic names for flip buffer list cursors by Peter Hurley · 11 years ago
  10. 11b9faa tty: Merge tty_buffer_find() into tty_buffer_alloc() by Peter Hurley · 11 years ago
  11. 9dd5139 tty: Factor flip buffer initialization into helper function by Peter Hurley · 11 years ago
  12. 1cef50e tty: Fix flip buffer free list by Peter Hurley · 11 years ago
  13. 1fc359f tty: Compute flip buffer ptrs by Peter Hurley · 11 years ago
  14. f0f947c n_tty: Queue buffer work on any available cpu by Peter Hurley · 11 years ago
  15. 3afb1b39 n_tty: Special case pty flow control by Peter Hurley · 11 years ago
  16. ee0bab8 n_tty: Move n_tty_write_wakeup() to avoid forward declaration by Peter Hurley · 11 years ago
  17. 6367ca7 n_tty: Factor throttle/unthrottle into helper functions by Peter Hurley · 11 years ago
  18. 9a4aec2 n_tty: Move chars_in_buffer() to factor throttle/unthrottle by Peter Hurley · 11 years ago
  19. d8c1f92 tty: Only guarantee termios read safety for throttle/unthrottle by Peter Hurley · 11 years ago
  20. fb7aa03 n_tty: Separate buffer indices to prevent cache-line sharing by Peter Hurley · 11 years ago
  21. f95499c n_tty: Don't wait for buffer work in read() loop by Peter Hurley · 11 years ago
  22. d1913e3 n_tty: Fix type mismatches in receive_buf raw copy by Peter Hurley · 11 years ago
  23. 6f9b028 n_tty: Reset lnext if canonical mode changes by Peter Hurley · 11 years ago
  24. 6d76bd2 n_tty: Make N_TTY ldisc receive path lockless by Peter Hurley · 11 years ago
  25. a73d3d6 n_tty: Replace canon_data with index comparison by Peter Hurley · 11 years ago
  26. 9356b53 n_tty: Access termios values safely by Peter Hurley · 11 years ago
  27. 6a1c068 tty: Convert termios_mutex to termios_rwsem by Peter Hurley · 11 years ago
  28. a2f73be n_tty: Remove read_cnt by Peter Hurley · 11 years ago
  29. bc5a5e3 n_tty: Don't wrap input buffer indices at buffer size by Peter Hurley · 11 years ago
  30. ce74117 n_tty: Get read_cnt through accessor by Peter Hurley · 11 years ago
  31. 4753408 tty: Deprecate ldisc .chars_in_buffer() method by Peter Hurley · 11 years ago
  32. a19d0c6 n_tty: Split n_tty_chars_in_buffer() for reader-only interface by Peter Hurley · 11 years ago
  33. 32f1352 n_tty: Line copy to user buffer in canonical mode by Peter Hurley · 11 years ago
  34. 88bb0de n_tty: Factor canonical mode copy from n_tty_read() by Peter Hurley · 11 years ago
  35. 24a89d1 tty: Make ldisc input flow control concurrency-friendly by Peter Hurley · 11 years ago
  36. da261e7 tty: Simplify tty buffer/ldisc interface with helper function by Peter Hurley · 11 years ago
  37. 3b80df7 tty: Don't change receive_room for ioctl(TIOCSETD) by Peter Hurley · 11 years ago
  38. b0e9585 tty: Clarify multiple-references comment in TIOCSETD ioctl by Peter Hurley · 11 years ago
  39. e97733c tty: Fix hangup race with TIOCSETD ioctl by Peter Hurley · 11 years ago
  40. 9fbfa34 tty: Clarify ldisc variable by Peter Hurley · 11 years ago
  41. 3669752 tty: Replace ldisc locking with ldisc_sem by Peter Hurley · 11 years ago
  42. d2c4389 tty: Add lock/unlock ldisc pair functions by Peter Hurley · 11 years ago
  43. 137084b tty: Fix tty_ldisc_lock name collision by Peter Hurley · 11 years ago
  44. ea45ea7 Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  45. f6a0d9d Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  46. 89a8c59 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  47. b7356ab Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  48. 9da3545 s390/zcrypt: Alias for new zcrypt device driver base module by Ingo Tuchscherer · 11 years ago
  49. ecb2cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  50. ee114b9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  51. 4b8b8a4 Merge tag 'md-3.11-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  52. 0a693ab Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  53. ece793f macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  54. 8852917 tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS by Jason Wang · 11 years ago
  55. 7a62711 Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  56. 5a8d281 Merge branch 'pm-fixes' by Rafael J. Wysocki · 11 years ago
  57. 9657a56 ACPI / video: ignore BIOS initial backlight value for Fujitsu E753 by Lan Tianyu · 11 years ago
  58. 5d88d15 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  59. 3f334c2 Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 11 years ago
  60. c66bce9 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  61. 3668f0d Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-fixes by Dave Airlie · 11 years ago
  62. 30bc9b5 md/raid1: fix bio handling problems in process_checks() by NeilBrown · 11 years ago
  63. 5024c29 md: Remove recent change which allows devices to skip recovery. by NeilBrown · 11 years ago
  64. 7bb23c4 md/raid10: fix two problems with RAID10 resync. by NeilBrown · 11 years ago
  65. fb328d7 Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux by Dave Airlie · 11 years ago
  66. efaa14c ACPI / video: no automatic brightness changes by win8-compatible firmware by Aaron Lu · 11 years ago
  67. 8c5bd7a ACPI / video / i915: No ACPI backlight if firmware expects Windows 8 by Rafael J. Wysocki · 11 years ago
  68. 3c0fc07 PNP / ACPI: avoid garbage in resource name by Liu ShuoX · 11 years ago
  69. c04c697 ACPI / video: Always call acpi_video_init_brightness() on init by Matthew Garrett · 11 years ago
  70. 242b228 ACPICA: expose OSI version by Aaron Lu · 11 years ago
  71. 444bddc drm/radeon/dpm: add debugfs support for RS780/RS880 (v3) by Alex Deucher · 11 years ago
  72. f90555c drm/radeon/dpm/atom: fix broken gcc harder by Alex Deucher · 11 years ago
  73. 093b9c7 xen-netfront: pull on receive skb may need to happen earlier by Jan Beulich · 11 years ago
  74. fe5c356 vxlan: add necessary locking on device removal by stephen hemminger · 11 years ago
  75. 48fa04c drm/radeon/dpm/atom: restructure logic to work around a compiler bug by Andre Heider · 11 years ago
  76. 77c7d50 drm/radeon/dpm: fix atom vram table parsing by Alex Deucher · 11 years ago
  77. 1fa4252 drm/radeon: fix an endian bug in atom table parsing by Alex Deucher · 11 years ago
  78. 1294d4a drm/radeon: add a module parameter to disable aspm by Alex Deucher · 11 years ago
  79. ffb4040 drm/rcar-du: Use the GEM PRIME helpers by Laurent Pinchart · 11 years ago
  80. 58cbd3a drm/shmobile: Use the GEM PRIME helpers by Laurent Pinchart · 11 years ago
  81. f457082 hyperv: Fix the NETIF_F_SG flag setting in netvsc by Haiyang Zhang · 11 years ago
  82. 08801f9 driver-core: fix new kernel-doc warning in base/platform.c by Randy Dunlap · 11 years ago
  83. 7807725 Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 11 years ago
  84. ade7615 staging: csr: remove driver by Greg Kroah-Hartman · 11 years ago
  85. 6bd2cab Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danvet/drm-intel by Dave Airlie · 11 years ago
  86. e8d0527 cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression by Srivatsa S. Bhat · 11 years ago
  87. 52fe29e be2net: Fix to avoid hardware workaround when not needed by Sarveshwar Bandi · 11 years ago
  88. 0fbe0d4 macvtap: do not assume 802.1Q when send vlan packets by Jason Wang · 11 years ago
  89. 82a19eb macvtap: fix the missing ret value of TUNSETQUEUE by Jason Wang · 11 years ago
  90. 9a0f06f mlx5 core: Fix __udivdi3 when compiling for 32 bit arches by Tim Gardner · 11 years ago
  91. 31bd297 bgmac: add dependency to phylib by Hauke Mehrtens · 11 years ago
  92. 584ec43 atl1e: unmap partially mapped skb on dma error and free skb by Neil Horman · 11 years ago
  93. d05a6f9 driver core: add default groups to struct class by Greg Kroah-Hartman · 11 years ago
  94. 39ef311 driver core: Introduce device_create_groups by Guenter Roeck · 11 years ago
  95. dae7fd4 s390/qdio: remove unused variable by Sebastian Ott · 11 years ago
  96. 67dbf54 iio: lps331ap: Fix wrong in_pressure_scale output value by Jacek Anaszewski · 11 years ago
  97. d1ce3d5 uvesafb: Really allow mtrr being 0, as documented and warn()ed by Sylvain 'ythier' Hitier · 11 years ago
  98. d4639eb Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux by Dave Airlie · 11 years ago
  99. f2ec26a Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  100. 86f0b5b staging: line6: Fix unlocked snd_pcm_stop() call by Takashi Iwai · 11 years ago