1. e25e2cb cgroup: add cgroup_root_mutex by Tejun Heo · 12 years ago
  2. 467de1f PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_count() by Srivatsa S. Bhat · 12 years ago
  3. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  4. 62c9ea6 Freezer: fix more fallout from the thaw_process rename by Stephen Rothwell · 13 years ago
  5. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  6. bb58dd5 PM / Hibernate: Do not leak memory in error/test code paths by Rafael J. Wysocki · 13 years ago
  7. f10cdea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest by Linus Torvalds · 13 years ago
  8. 5907c5f Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  9. 0a2c986 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  10. 2d0f240 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  11. 24b7ead freezer: fix wait_event_freezable/__thaw_task races by Oleg Nesterov · 13 years ago
  12. 34b087e freezer: kill unused set_freezable_with_signal() by Tejun Heo · 13 years ago
  13. adfa543 dmatest: don't use set_freezable_with_signal() by Tejun Heo · 13 years ago
  14. 780dc9b regulator: TPS65910: Fix VDD1/2 voltage selector count by Afzal Mohammed · 13 years ago
  15. eff245c i2c: Make i2cdev_notifier_call static by Shubhrajyoti D · 13 years ago
  16. 6782002 i2c: Delete ANY_I2C_BUS by Jean Delvare · 13 years ago
  17. cbb4451 i2c: Fix device name for 10-bit slave address by Jean Delvare · 13 years ago
  18. cc6bcf7 i2c-algo-bit: Generate correct i2c address sequence for 10-bit target by Jeffrey (Sheng-Hui) Chu · 13 years ago
  19. a5cd335 drm: integer overflow in drm_mode_dirtyfb_ioctl() by Xi Wang · 13 years ago
  20. b4bbb02 Revert "of/irq: of_irq_find_parent: check for parent equal to child" by Linus Torvalds · 13 years ago
  21. 2db1125 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  22. c916874 drivers/gpu/vga/vgaarb.c: add missing kfree by Julia Lawall · 13 years ago
  23. 21240f9 drm/radeon/kms/atom: unify i2c gpio table handling by Alex Deucher · 13 years ago
  24. d724502 drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real by Alex Deucher · 13 years ago
  25. 26cc40a ttm: Don't return the bo reserved on error path by Thomas Hellstrom · 13 years ago
  26. cdaeb57 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into drm-fixes by Dave Airlie · 13 years ago
  27. d31da0f mount_subtree() pointless use-after-free by Al Viro · 13 years ago
  28. 866d43c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  29. 1b464d8 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  30. e25ba0c Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  31. af36d15 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  32. 8ba8ed5 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  33. bbbc479 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  34. 3c68814 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  35. 3b9abc7 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  36. 0cda569 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  37. b0d8166 Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  38. b464133 iio: fix a leak due to improper use of anon_inode_getfd() by Al Viro · 13 years ago
  39. c332c10 microblaze: bury asm/namei.h by Al Viro · 13 years ago
  40. ec01247 usb_storage: don't use set_freezable_with_signal() by Tejun Heo · 13 years ago
  41. 839e340 freezer: remove unused @sig_only from freeze_task() by Tejun Heo · 13 years ago
  42. 37ad8ac freezer: use lock_task_sighand() in fake_signal_wake_up() by Tejun Heo · 13 years ago
  43. 5ece3ea freezer: restructure __refrigerator() by Tejun Heo · 13 years ago
  44. 96ee6d8 freezer: fix set_freezable[_with_signal]() race by Tejun Heo · 13 years ago
  45. 948246f freezer: remove should_send_signal() and update frozen() by Tejun Heo · 13 years ago
  46. d88e4cb freezer: remove now unused TIF_FREEZE by Tejun Heo · 13 years ago
  47. a320122 freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE by Tejun Heo · 13 years ago
  48. 22b4e11 cgroup_freezer: prepare for removal of TIF_FREEZE by Tejun Heo · 13 years ago
  49. 03afed8 freezer: clean up freeze_processes() failure path by Tejun Heo · 13 years ago
  50. 376fede freezer: kill PF_FREEZING by Tejun Heo · 13 years ago
  51. 85f1d47 freezer: test freezable conditions while holding freezer_lock by Tejun Heo · 13 years ago
  52. 6907483 freezer: make freezing indicate freeze condition in effect by Tejun Heo · 13 years ago
  53. 0c9af09 freezer: use dedicated lock instead of task_lock() + memory barrier by Tejun Heo · 13 years ago
  54. 6cd8ded freezer: don't distinguish nosig tasks on thaw by Tejun Heo · 13 years ago
  55. a585042 freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasks by Tejun Heo · 13 years ago
  56. a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
  57. 8a32c44 freezer: implement and use kthread_freezable_should_stop() by Tejun Heo · 13 years ago
  58. a0acae0 freezer: unexport refrigerator() and update try_to_freeze() slightly by Tejun Heo · 13 years ago
  59. 3a7cbd5 freezer: don't unnecessarily set PF_NOFREEZE explicitly by Tejun Heo · 13 years ago
  60. 50fb4f7f freezer: fix current->state restoration race in refrigerator() by Tejun Heo · 13 years ago
  61. f8f5ed7 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  62. c292fe4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 13 years ago
  63. 7758c4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  64. cc11f9e fix braino in um patchset (mea culpa) by Al Viro · 13 years ago
  65. 24a7031 Btrfs: remove free-space-cache.c WARN during log replay by Chris Mason · 13 years ago
  66. 6e58ad6 ext4: fix up a undefined error in ext4_free_blocks in debugging code by Yongqiang Yang · 13 years ago
  67. dd17994 VFS: Log the fact that we've given ELOOP rather than creating a loop by David Howells · 13 years ago
  68. 6fe4c6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  69. a4cc388 Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  70. bb893d1 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
  71. 2d360fc Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  72. 4d479cf Btrfs: sectorsize align offsets in fiemap by Josef Bacik · 13 years ago
  73. f7d61dc Btrfs: clear pages dirty for io and set them extent mapped by Josef Bacik · 13 years ago
  74. 291c7d2 Btrfs: wait on caching if we're loading the free space cache by Josef Bacik · 13 years ago
  75. 5bb1468 Btrfs: prefix resize related printks with btrfs: by Arnd Hannemann · 13 years ago
  76. fadc0d8 btrfs: fix stat blocks accounting by David Sterba · 13 years ago
  77. 52621cb Btrfs: avoid unnecessary bitmap search for cluster setup by Li Zefan · 13 years ago
  78. 0f0fbf1 Btrfs: fix to search one more bitmap for cluster setup by Li Zefan · 13 years ago
  79. 32240a9 btrfs: mirror_num should be int, not u64 by Jan Schmidt · 13 years ago
  80. 745c4d8 btrfs: Fix up 32/64-bit compatibility for new ioctls by Jeff Mahoney · 13 years ago
  81. 387125f Btrfs: fix barrier flushes by Chris Mason · 13 years ago
  82. 95ef1e5 KVM guest: prevent tracing recursion with kvmclock by Avi Kivity · 13 years ago
  83. e70f224 drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS by Marek Olšák · 13 years ago
  84. a767835 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  85. f1fd306 minixfs: kill manual hweight(), simplify by Al Viro · 13 years ago
  86. 016e8d4 fs/minix: Verify bitmap block counts before mounting by Josh Boyer · 13 years ago
  87. 501a708 PM / Suspend: Fix bug in suspend statistics update by Srivatsa S. Bhat · 13 years ago
  88. d633180 Xen: update MAINTAINER info by Jeremy Fitzhardinge · 13 years ago
  89. a5c86e9 hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE by David Rientjes · 13 years ago
  90. 208f6f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  91. ab5c5f6 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  92. c5e0c78 Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  93. 5c6b4e8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  94. ddddefa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 13 years ago
  95. e27fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  96. c9fb041 staging: fix more ET131X build errors by Randy Dunlap · 13 years ago
  97. 0337510 staging: et131x depends on NET by Randy Dunlap · 13 years ago
  98. 07de7a5 staging: slicoss depends on NET by Randy Dunlap · 13 years ago
  99. 2e9ff8d linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled by Mark Einon · 13 years ago
  100. 860ca0e cgroup: Replace Paul Menage with Tejun Heo as cgroups maintainer by Paul Menage · 13 years ago