summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cpuset: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-16/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-197/+76
|\
| * do_coredump(): get rid of pt_regs argumentAl Viro2012-11-291-1/+1
| * print_fatal_signal(): get rid of pt_regs argumentAl Viro2012-11-291-2/+3
| * ptrace_signal(): get rid of unused argumentsAl Viro2012-11-291-4/+2
| * get rid of ptrace_signal_deliver() argumentsAl Viro2012-11-291-1/+1
| * flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-8/+5
| * death to idle_regs()Al Viro2012-11-281-6/+0
| * don't pass regs to copy_process()Al Viro2012-11-281-4/+2
| * flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * audit: no nested contexts anymore...Al Viro2012-11-281-81/+21
| * generic sys_fork / sys_vfork / sys_cloneAl Viro2012-11-281-0/+43
| * kill daemonize()Al Viro2012-11-281-92/+0
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-129-677/+758
|\ \
| * | cgroup_rm_file: don't delete the uncreated filesGao feng2012-12-061-6/+6
| * | cgroup: remove subsystem files when remounting cgroupGao feng2012-12-031-2/+9
| * | cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng2012-11-301-1/+3
| * | cgroup: warn about broken hierarchies only after css_onlineGlauber Costa2012-11-301-9/+9
| * | cgroup: list_del_init() on removed eventsGreg Thelen2012-11-281-2/+2
| * | cgroup: fix lockdep warning for event_controlGreg Thelen2012-11-281-3/+8
| * | cgroup: move list add after list head initilizationLi Zhong2012-11-281-1/+1
| * | cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2012-11-201-5/+3
| * | cgroup: add cgroup->idTejun Heo2012-11-191-1/+14
| * | cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-192-48/+36
| * | cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo2012-11-191-16/+12
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-195-52/+53
| * | cgroup: allow ->post_create() to failTejun Heo2012-11-192-11/+22
| * | cgroup: update cgroup_create() failure pathTejun Heo2012-11-191-7/+14
| * | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo2012-11-191-3/+9
| * | cgroup: simplify cgroup_load_subsys() failure pathTejun Heo2012-11-191-11/+10
| * | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2012-11-191-23/+42
| * | cgroup: separate out cgroup_destroy_locked()Tejun Heo2012-11-191-15/+25
| * | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo2012-11-191-1/+14
| * | cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo2012-11-191-0/+4
| * | cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo2012-11-191-3/+3
| * | cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2012-11-191-1/+1
| * | cgroup: cgroup->dentry isn't a RCU pointerTejun Heo2012-11-191-5/+6
| * | cgroup: create directory before linking while creating a new cgroupTejun Heo2012-11-191-18/+12
| * | cgroup: open-code cgroup_create_dir()Tejun Heo2012-11-191-25/+5
| * | cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo2012-11-191-0/+1
| * | cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2012-11-191-2/+0
| * | cgroup_freezer: implement proper hierarchy supportTejun Heo2012-11-091-38/+123
| * | cgroup_freezer: add ->post_create() and ->pre_destroy() and track online stateTejun Heo2012-11-091-2/+40
| * | cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]Tejun Heo2012-11-091-8/+47
| * | cgroup_freezer: make freezer->state mask of flagsTejun Heo2012-11-091-33/+27
| * | cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo2012-11-091-18/+30
| * | cgroup_freezer: trivial cleanupsTejun Heo2012-11-091-22/+19
| * | cgroup: implement generic child / descendant walk macrosTejun Heo2012-11-091-0/+86
| * | cgroup: use rculist ops for cgroup->childrenTejun Heo2012-11-091-5/+3
| * | cgroup: add cgroup_subsys->post_create()Tejun Heo2012-11-091-2/+13