Age | Commit message (Expand) | Author | Files | Lines |
2012-01-05 | cgroup: fix to allow mounting a hierarchy by name | Li Zefan | 1 | -3/+3 |
2012-01-04 | cgroup: move assignement out of condition in cgroup_attach_proc() | Dan Carpenter | 1 | -2/+5 |
2011-12-27 | cgroup: Remove task_lock() from cgroup_post_fork() | Frederic Weisbecker | 1 | -3/+12 |
2011-12-27 | cgroup: add sparse annotation to cgroup_iter_start() and cgroup_iter_end() | Kirill A. Shutemov | 1 | -0/+2 |
2011-12-27 | cgroup: mark cgroup_rmdir_waitq and cgroup_attach_proc() as static | Kirill A. Shutemov | 1 | -2/+2 |
2011-12-22 | cgroup: only need to check oldcgrp==newgrp once | Mandeep Singh Baines | 1 | -16/+6 |
2011-12-22 | cgroup: remove redundant get/put of task struct | Mandeep Singh Baines | 1 | -9/+2 |
2011-12-22 | cgroup: remove redundant get/put of old css_set from migrate | Mandeep Singh Baines | 1 | -20/+8 |
2011-12-21 | cgroup: Remove unnecessary task_lock before fetching css_set on migration | Frederic Weisbecker | 1 | -10/+10 |
2011-12-21 | cgroup: Drop task_lock(parent) on cgroup_fork() | Frederic Weisbecker | 1 | -6/+17 |
2011-12-19 | cgroups: remove redundant get/put of css_set from css_set_check_fetched() | Mandeep Singh Baines | 1 | -8/+2 |
2011-12-13 | resource cgroups: remove bogus cast | Davidlohr Bueso | 1 | -2/+1 |
2011-12-13 | cgroup: kill subsys->can_attach_task(), pre_attach() and attach_task() | Tejun Heo | 3 | -70/+5 |
2011-12-13 | cgroup, cpuset: don't use ss->pre_attach() | Tejun Heo | 1 | -17/+12 |
2011-12-13 | cgroup: don't use subsys->can_attach_task() or ->attach_task() | Tejun Heo | 5 | -82/+91 |
2011-12-13 | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 7 | -43/+158 |
2011-12-13 | cgroup: improve old cgroup handling in cgroup_attach_proc() | Tejun Heo | 1 | -24/+42 |
2011-12-13 | cgroup: always lock threadgroup during migration | Tejun Heo | 1 | -35/+27 |
2011-12-13 | threadgroup: extend threadgroup_lock() to cover exit and exec | Tejun Heo | 2 | -6/+51 |
2011-12-13 | threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem | Tejun Heo | 4 | -31/+29 |
2011-12-13 | cgroup: add cgroup_root_mutex | Tejun Heo | 1 | -22/+42 |
2011-12-09 | PM / Freezer: Remove the "userspace only" constraint from freezer[_do_not]_co... | Srivatsa S. Bhat | 1 | -17/+11 |
2011-12-07 | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer | Jeff Layton | 6 | -6/+39 |
2011-11-25 | Freezer: fix more fallout from the thaw_process rename | Stephen Rothwell | 1 | -0/+1 |
2011-11-24 | Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Rafael J. Wysocki | 57 | -401/+303 |
2011-11-24 | PM / Hibernate: Do not leak memory in error/test code paths | Rafael J. Wysocki | 1 | -6/+10 |
2011-11-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -0/+16 |
2011-11-23 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -24/+25 |
2011-11-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 2 | -7/+10 |
2011-11-23 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 22 | -432/+600 |
2011-11-23 | freezer: fix wait_event_freezable/__thaw_task races | Oleg Nesterov | 1 | -8/+10 |
2011-11-23 | freezer: kill unused set_freezable_with_signal() | Tejun Heo | 4 | -42/+8 |
2011-11-23 | dmatest: don't use set_freezable_with_signal() | Tejun Heo | 1 | -19/+27 |
2011-11-23 | regulator: TPS65910: Fix VDD1/2 voltage selector count | Afzal Mohammed | 2 | -7/+10 |
2011-11-23 | i2c: Make i2cdev_notifier_call static | Shubhrajyoti D | 1 | -1/+1 |
2011-11-23 | i2c: Delete ANY_I2C_BUS | Jean Delvare | 1 | -3/+0 |
2011-11-23 | i2c: Fix device name for 10-bit slave address | Jean Delvare | 2 | -18/+22 |
2011-11-23 | i2c-algo-bit: Generate correct i2c address sequence for 10-bit target | Jeffrey (Sheng-Hui) Chu | 1 | -2/+2 |
2011-11-23 | drm: integer overflow in drm_mode_dirtyfb_ioctl() | Xi Wang | 2 | -0/+6 |
2011-11-23 | Revert "of/irq: of_irq_find_parent: check for parent equal to child" | Linus Torvalds | 1 | -7/+7 |
2011-11-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -25/+13 |
2011-11-23 | drivers/gpu/vga/vgaarb.c: add missing kfree | Julia Lawall | 1 | -6/+12 |
2011-11-23 | drm/radeon/kms/atom: unify i2c gpio table handling | Alex Deucher | 1 | -128/+86 |
2011-11-23 | drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real | Alex Deucher | 1 | -0/+12 |
2011-11-23 | ttm: Don't return the bo reserved on error path | Thomas Hellstrom | 1 | -1/+7 |
2011-11-23 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ... | Dave Airlie | 10 | -211/+354 |
2011-11-22 | mount_subtree() pointless use-after-free | Al Viro | 1 | -2/+4 |
2011-11-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -8/+33 |
2011-11-22 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 5 | -366/+3 |
2011-11-22 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 12 | -62/+89 |