summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-11-09cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo
2012-11-09cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo
2012-11-09cgroup_freezer: make freezer->state mask of flagsTejun Heo
2012-11-09cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo
2012-11-09cgroup_freezer: trivial cleanupsTejun Heo
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo
2012-11-09cgroup: use rculist ops for cgroup->childrenTejun Heo
2012-11-09cgroup: add cgroup_subsys->post_create()Tejun Heo
2012-11-08cgroup: set 'start' with the right value in cgroup_path.Tao Ma
2012-11-06Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo
2012-11-05cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-11-05cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov
2012-10-25Merge branch 'akpm' (Andrew's fixes)Linus Torvalds
2012-10-25Makefile: Documentation for external tool should be correctH. Peter Anvin
2012-10-25pidns: limit the nesting depth of pid namespacesAndrew Vagin
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-10-24workqueue: cancel_delayed_work() should return %false if work item is idleDan Magenheimer
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-22module_signing: fix printk format warningRandy Dunlap
2012-10-21Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-10-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2012-10-20cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo
2012-10-20cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo
2012-10-20cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo
2012-10-19use clamp_t in UNAME26 fixKees Cook
2012-10-19MODSIGN: Move the magic string to the end of a module and eliminate the searchDavid Howells
2012-10-19Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo
2012-10-19Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo
2012-10-19pidns: remove recursion from free_pid_ns()Cyrill Gorcunov
2012-10-19kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook
2012-10-16printk: Fix scheduling-while-atomic problem in console_cpu_notify()Paul E. McKenney
2012-10-16cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura
2012-10-16cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...Tejun Heo
2012-10-16cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo
2012-10-16cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-10-13Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2012-10-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12audit: make audit_inode take struct filenameJeff Layton
2012-10-12vfs: make path_openat take a struct filename pointerJeff Layton
2012-10-12audit: allow audit code to satisfy getname requests from its names_listJeff Layton