1. 334c2b0 blk-throttle: use queue_is_locked() instead of lockdep_is_held() by Jens Axboe · 13 years ago
  2. a38eb63 blk-throttle: Take blkcg->lock while traversing blkcg->policy_list by Vivek Goyal · 13 years ago
  3. e060f00 blk-throttle: Free up policy node associated with deleted rule by Vivek Goyal · 13 years ago
  4. 5e08159 block: warn if tag is greater than real_max_depth. by Tao Ma · 13 years ago
  5. 8315722 Merge branch 'for-linus' into for-3.2/core by Jens Axboe · 13 years ago
  6. f992ae8 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
  7. e67b77c blk-flush: move the queue kick into by Jeff Moyer · 13 years ago
  8. 834f9f6 blk-flush: fix invalid BUG_ON in blk_insert_flush by Jeff Moyer · 13 years ago
  9. 9562ad9 block: Remove the control of complete cpu from bio. by Tao Ma · 13 years ago
  10. e890413 block: fix a typo in the blk-cgroup.h file by Jie Liu · 13 years ago
  11. 3bcfeaf block: initialize the bounce pool if high memory may be added later by David Vrabel · 13 years ago
  12. c9a929d block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown by Tejun Heo · 13 years ago
  13. bd87b58 block: drop @tsk from attempt_plug_merge() and explain sync rules by Tejun Heo · 13 years ago
  14. da8303c block: make get_request[_wait]() fail if queue is dead by Tejun Heo · 13 years ago
  15. bc16a4f block: reorganize throtl_get_tg() and blk_throtl_bio() by Tejun Heo · 13 years ago
  16. e3c78ca block: reorganize queue draining by Tejun Heo · 13 years ago
  17. 315fcee block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg() by Tejun Heo · 13 years ago
  18. 75eb6c3 block: pass around REQ_* flags instead of broken down booleans during request alloc/free by Tejun Heo · 13 years ago
  19. bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
  20. ece8424 block: fix genhd refcounting in blkio_policy_parse_and_set() by Tejun Heo · 13 years ago
  21. 523e1d3 block: make gendisk hold a reference to its queue by Tejun Heo · 13 years ago
  22. 5c04b42 Merge branch 'v3.1-rc10' into for-3.2/core by Jens Axboe · 13 years ago
  23. 899e3ee Linux 3.1-rc10 by Linus Torvalds · 13 years ago
  24. a84a79e Avoid using variable-length arrays in kernel/sys.c by Linus Torvalds · 13 years ago
  25. 456be14 loop: remove the incorrect write_begin/write_end shortcut by Christoph Hellwig · 13 years ago
  26. 8bc03e8 Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  27. f8be12d ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS by Zoltan Devai · 13 years ago
  28. bb1ac3e ARM: 7122/1: localtimer: add header linux/errno.h explicitly by Shawn Guo · 13 years ago
  29. 29a541f ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9 by Will Deacon · 13 years ago
  30. 4c41042 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  31. e9308cf Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  32. 4800829 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  33. 95bc156 Merge branch 'stable' of git://github.com/cmetcalf-tilera/linux-tile by Linus Torvalds · 13 years ago
  34. 2ad5311 Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  35. 153b19a x86, mrst: use a temporary variable for SFI irq by Mika Westerberg · 13 years ago
  36. bf164c5 hwmon: (w83627ehf) Properly report thermal diode sensors by Jean Delvare · 13 years ago
  37. 25fcf2b gpio-pca953x: fix gpio_base by Hartmut Knaack · 13 years ago
  38. 78a4315 gpio/omap: fix build error with certain OMAP1 configs by Janusz Krzysztofik · 13 years ago
  39. d52104b tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files by Chris Metcalf · 13 years ago
  40. 37cf951 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  41. 1d11360 ide: Fix file references in drivers/ide/ by Johann Felix Soden · 13 years ago
  42. b2f9452 Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  43. 0030807 xfs: revert to using a kthread for AIL pushing by Christoph Hellwig · 13 years ago
  44. 17b3847 xfs: force the log if we encounter pinned buffers in .iop_pushbuf by Christoph Hellwig · 13 years ago
  45. bc6e588 xfs: do not update xa_last_pushed_lsn for locked items by Christoph Hellwig · 13 years ago
  46. f7f43cc Btrfs: make sure not to defrag extents past i_size by Chris Mason · 13 years ago
  47. 2b66685 x86: Default to vsyscall=native for now by Adrian Bunk · 13 years ago
  48. 2a0f7f5 Btrfs: fix recursive auto-defrag by Li Zefan · 13 years ago
  49. a3a4bfd mscan: too much data copied to CAN frame due to 16 bit accesses by Wolfgang Grandegger · 13 years ago
  50. cdaf557 gro: refetch inet6_protos[] after pulling ext headers by Yan, Zheng · 13 years ago
  51. 134d0f9 bnx2x: fix cl_id allocation for non-eth clients for NPAR mode by Dmitry Kravkov · 13 years ago
  52. c5d6136 mlx4_en: fix endianness with blue frame support by Thadeu Lima de Souza Cascardo · 13 years ago
  53. 65112dc Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  54. bbf5e97 Merge branch 'fixes' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  55. 3faf12c ARM: tegra: fix compilation error due to mach/hardware.h removal by Marc Dietrich · 13 years ago
  56. 84c8611 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  57. 746fb63 MAINTAINERS: Update tegra maintainer information by Olof Johansson · 13 years ago
  58. a24d025 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 13 years ago
  59. aab3a70 Merge branch 'omap/fixes-for-3.1' into fixes by Arnd Bergmann · 13 years ago
  60. 9d1e397 [CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2 by Steve French · 13 years ago
  61. 98e87d5 ARM: mach-ux500: enable fix for ARM errata 754322 by srinidhi kasagar · 13 years ago
  62. 3ee72ca Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  63. 29cf7a3 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE by Paul Menzel · 13 years ago
  64. 186c6bbc net: fix typos in Documentation/networking/scaling.txt by Benjamin Poirier · 13 years ago
  65. b64b73d bridge: leave carrier on for empty bridge by stephen hemminger · 13 years ago
  66. 6367f17 Merge branch 'for-linus' of http://people.redhat.com/agk/git/linux-dm by Linus Torvalds · 13 years ago
  67. a7c56eb Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  68. cb7cf41 drm/radeon/kms: use hardcoded dig encoder to transmitter mapping for DCE4.1 by Alex Deucher · 13 years ago
  69. 3458e21 netfilter: Use proper rwlock init function by Thomas Gleixner · 13 years ago
  70. 538d288 Merge branch 'for-linus' of git://github.com/dtor/input by Linus Torvalds · 13 years ago
  71. 71277a6 Merge git://bedivere.hansenpartnership.com/git/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  72. 6777a4f drm/radeon/kms: fix dp_detect handling for DP bridge chips by Alex Deucher · 13 years ago
  73. 4f33284 drm/radeon/kms: retry aux transactions if there are status flags by Alex Deucher · 13 years ago
  74. d6069da Input: wacom - revert "Cintiq 21UX2 does not have menu strips" by Jason Gerecke · 13 years ago
  75. 1e5289e tcp: properly update lost_cnt_hint during shifting by Yan, Zheng · 13 years ago
  76. 260fcbe tcp: properly handle md5sig_pool references by Yan, Zheng · 13 years ago
  77. cb2d0f3 macvlan/macvtap: Fix unicast between macvtap interfaces in bridge mode by David Ward · 13 years ago
  78. 976d167 Linux 3.1-rc9 by Linus Torvalds · 13 years ago
  79. 8a04b45 Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  80. a8062e4 Merge branch 'fix/asoc' of git://github.com/tiwai/sound by Linus Torvalds · 13 years ago
  81. 1fd2a85 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  82. f8451c3 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  83. 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
  84. 12d5180 drm/radeon/kms: fix channel_remap setup (v2) by Alex Deucher · 13 years ago
  85. f3e03e2e spi-topcliff-pch: Fix overrun issue by Tomoya MORINAGA · 13 years ago
  86. 25e803f spi-topcliff-pch: Add recovery processing in case FIFO overrun error occurs by Tomoya MORINAGA · 13 years ago
  87. 373b0eb spi-topcliff-pch: Fix CPU read complete condition issue by Tomoya MORINAGA · 13 years ago
  88. 8b7aa96 spi-topcliff-pch: Fix SSN Control issue by Tomoya MORINAGA · 13 years ago
  89. 27504be spi-topcliff-pch: add tx-memory clear after complete transmitting by Tomoya MORINAGA · 13 years ago
  90. 05faadc lis3: fix regression of HP DriveGuard with 8bit chip by Takashi Iwai · 13 years ago
  91. 0f86267 Merge branch 'hwmon-for-linus' of git://github.com/groeck/linux by Linus Torvalds · 13 years ago
  92. 0d61792 Merge git://github.com/davem330/ide by Linus Torvalds · 13 years ago
  93. 7fd21be Merge branch 'btrfs-3.0' of git://github.com/chrismason/linux by Linus Torvalds · 13 years ago
  94. 2c8fc86 ide-disk: Fix request requeuing by Borislav Petkov · 13 years ago
  95. 805e969 pch_gbe: Fixed the issue on which a network freezes by Toshiharu Okada · 13 years ago
  96. 5f3a114 pch_gbe: Fixed the issue on which PC was frozen when link was downed. by Toshiharu Okada · 13 years ago
  97. 7091fbd make PACKET_STATISTICS getsockopt report consistently between ring and non-ring by Willem de Bruijn · 13 years ago
  98. d0e5d83 net: xen-netback: correctly restart Tx after a VM restore/migrate by David Vrabel · 13 years ago
  99. a0db2da bonding: properly stop queuing work when requested by Andy Gospodarek · 13 years ago
  100. 02e6859 drm/radeon: Set cursor x/y to 0 when x/yorigin > 0. by Michel Dänzer · 13 years ago