Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cgroup: Remove task_lock() from cgroup_post_fork() | Frederic Weisbecker | 2011-12-27 | 1 | -3/+12 | |
| * | | | | | | | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end() | Kirill A. Shutemov | 2011-12-27 | 1 | -0/+2 | |
| * | | | | | | | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static | Kirill A. Shutemov | 2011-12-27 | 1 | -2/+2 | |
| * | | | | | | | cgroup: only need to check oldcgrp==newgrp once | Mandeep Singh Baines | 2011-12-22 | 1 | -16/+6 | |
| * | | | | | | | cgroup: remove redundant get/put of task struct | Mandeep Singh Baines | 2011-12-22 | 1 | -9/+2 | |
| * | | | | | | | cgroup: remove redundant get/put of old css_set from migrate | Mandeep Singh Baines | 2011-12-22 | 1 | -20/+8 | |
| * | | | | | | | cgroup: Remove unnecessary task_lock before fetching css_set on migration | Frederic Weisbecker | 2011-12-21 | 1 | -10/+10 | |
| * | | | | | | | cgroup: Drop task_lock(parent) on cgroup_fork() | Frederic Weisbecker | 2011-12-21 | 1 | -6/+17 | |
| * | | | | | | | cgroups: remove redundant get/put of css_set from css_set_check_fetched() | Mandeep Singh Baines | 2011-12-19 | 1 | -8/+2 | |
| * | | | | | | | resource cgroups: remove bogus cast | Davidlohr Bueso | 2011-12-13 | 1 | -2/+1 | |
| * | | | | | | | cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() | Tejun Heo | 2011-12-12 | 1 | -47/+5 | |
| * | | | | | | | cgroup, cpuset: don't use ss->pre_attach() | Tejun Heo | 2011-12-12 | 1 | -17/+12 | |
| * | | | | | | | cgroup: don't use subsys->can_attach_task() or ->attach_task() | Tejun Heo | 2011-12-12 | 4 | -65/+63 | |
| * | | | | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-12 | 3 | -19/+100 | |
| * | | | | | | | cgroup: improve old cgroup handling in cgroup_attach_proc() | Tejun Heo | 2011-12-12 | 1 | -24/+42 | |
| * | | | | | | | cgroup: always lock threadgroup during migration | Tejun Heo | 2011-12-12 | 1 | -35/+27 | |
| * | | | | | | | threadgroup: extend threadgroup_lock() to cover exit and exec | Tejun Heo | 2011-12-12 | 1 | -0/+10 | |
| * | | | | | | | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem | Tejun Heo | 2011-12-12 | 2 | -11/+10 | |
| * | | | | | | | cgroup: add cgroup_root_mutex | Tejun Heo | 2011-12-12 | 1 | -22/+42 | |
* | | | | | | | | audit: always follow va_copy() with va_end() | Jesper Juhl | 2012-01-08 | 1 | -2/+3 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-01-08 | 4 | -4/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | misc latin1 to utf8 conversions | Al Viro | 2012-01-02 | 2 | -2/+2 | |
| * | | | | | | | | clockevents: drop unknown Kconfig symbol GENERIC_CLOCKEVENTS_MIGR | Paul Bolle | 2011-11-29 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'master' into for-next | Jiri Kosina | 2011-11-13 | 143 | -2174/+5613 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | irq: Fix comment typo ist->is | Javi Merino | 2011-10-29 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 14 | -370/+339 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'pm-sleep' into pm-for-linus | Rafael J. Wysocki | 2012-01-05 | 1 | -0/+64 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | PM / Hibernate: Implement compat_ioctl for /dev/snapshot | Ben Hutchings | 2012-01-05 | 1 | -0/+64 | |
| * | | | | | | | | | | | Merge branch 'pm-sleep' into pm-for-linus | Rafael J. Wysocki | 2011-12-25 | 13 | -366/+273 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 2011-12-21 | 26 | -84/+467 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | PM / Hibernate: Remove deprecated hibernation snapshot ioctls | Srivatsa S. Bhat | 2011-12-09 | 1 | -87/+0 | |
| | * | | | | | | | | | | PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() | Srivatsa S. Bhat | 2011-12-09 | 1 | -1/+22 | |
| | * | | | | | | | | | | PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep() | Srivatsa S. Bhat | 2011-12-08 | 5 | -22/+22 | |
| | * | | | | | | | | | | PM / Hibernate: Replace unintuitive 'if' condition in kernel/power/user.c wit... | Srivatsa S. Bhat | 2011-12-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge branch 'pm-freezer' into pm-sleep | Rafael J. Wysocki | 2011-12-06 | 9 | -205/+196 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / | | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Rafael J. Wysocki | 2011-11-23 | 9 | -205/+196 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | freezer: kill unused set_freezable_with_signal() | Tejun Heo | 2011-11-23 | 2 | -22/+7 | |
| | | | * | | | | | | | | | freezer: remove unused @sig_only from freeze_task() | Tejun Heo | 2011-11-21 | 3 | -18/+15 | |
| | | | * | | | | | | | | | freezer: use lock_task_sighand() in fake_signal_wake_up() | Tejun Heo | 2011-11-21 | 1 | -3/+4 | |
| | | | * | | | | | | | | | freezer: restructure __refrigerator() | Tejun Heo | 2011-11-21 | 1 | -21/+11 | |
| | | | * | | | | | | | | | freezer: fix set_freezable[_with_signal]() race | Tejun Heo | 2011-11-21 | 1 | -0/+25 | |
| | | | * | | | | | | | | | freezer: remove should_send_signal() and update frozen() | Tejun Heo | 2011-11-21 | 1 | -1/+1 | |
| | | | * | | | | | | | | | freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE | Tejun Heo | 2011-11-21 | 4 | -28/+60 | |
| | | | * | | | | | | | | | cgroup_freezer: prepare for removal of TIF_FREEZE | Tejun Heo | 2011-11-21 | 2 | -28/+14 | |
| | | | * | | | | | | | | | freezer: clean up freeze_processes() failure path | Tejun Heo | 2011-11-21 | 5 | -45/+23 | |
| | | | * | | | | | | | | | freezer: kill PF_FREEZING | Tejun Heo | 2011-11-21 | 1 | -6/+0 | |
| | | | * | | | | | | | | | freezer: test freezable conditions while holding freezer_lock | Tejun Heo | 2011-11-21 | 2 | -16/+3 | |
| | | | * | | | | | | | | | freezer: make freezing indicate freeze condition in effect | Tejun Heo | 2011-11-21 | 3 | -20/+27 | |
| | | | * | | | | | | | | | freezer: use dedicated lock instead of task_lock() + memory barrier | Tejun Heo | 2011-11-21 | 2 | -49/+37 | |
| | | | * | | | | | | | | | freezer: don't distinguish nosig tasks on thaw | Tejun Heo | 2011-11-21 | 1 | -13/+7 |