Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | do_coredump(): get rid of pt_regs argument | Al Viro | 2012-11-29 | |
| * | | | | | | | | | | | | | | print_fatal_signal(): get rid of pt_regs argument | Al Viro | 2012-11-29 | |
| * | | | | | | | | | | | | | | ptrace_signal(): get rid of unused arguments | Al Viro | 2012-11-29 | |
| * | | | | | | | | | | | | | | get rid of ptrace_signal_deliver() arguments | Al Viro | 2012-11-29 | |
| * | | | | | | | | | | | | | | flagday: kill pt_regs argument of do_fork() | Al Viro | 2012-11-29 | |
| * | | | | | | | | | | | | | | death to idle_regs() | Al Viro | 2012-11-28 | |
| * | | | | | | | | | | | | | | don't pass regs to copy_process() | Al Viro | 2012-11-28 | |
| * | | | | | | | | | | | | | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | |
| * | | | | | | | | | | | | | | audit: no nested contexts anymore... | Al Viro | 2012-11-28 | |
| * | | | | | | | | | | | | | | generic sys_fork / sys_vfork / sys_clone | Al Viro | 2012-11-28 | |
| * | | | | | | | | | | | | | | kill daemonize() | Al Viro | 2012-11-28 | |
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-12-12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | cgroup_rm_file: don't delete the uncreated files | Gao feng | 2012-12-06 | |
| * | | | | | | | | | | | | | | cgroup: remove subsystem files when remounting cgroup | Gao feng | 2012-12-03 | |
| * | | | | | | | | | | | | | | cgroup: use cgroup_addrm_files() in cgroup_clear_directory() | Gao feng | 2012-11-30 | |
| * | | | | | | | | | | | | | | cgroup: warn about broken hierarchies only after css_online | Glauber Costa | 2012-11-30 | |
| * | | | | | | | | | | | | | | cgroup: list_del_init() on removed events | Greg Thelen | 2012-11-28 | |
| * | | | | | | | | | | | | | | cgroup: fix lockdep warning for event_control | Greg Thelen | 2012-11-28 | |
| * | | | | | | | | | | | | | | cgroup: move list add after list head initilization | Li Zhong | 2012-11-28 | |
| * | | | | | | | | | | | | | | cgroup: remove obsolete guarantee from cgroup_task_migrate. | Tao Ma | 2012-11-20 | |
| * | | | | | | | | | | | | | | cgroup: add cgroup->id | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup, cpuset: remove cgroup_subsys->post_clone() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: allow ->post_create() to fail | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: update cgroup_create() failure path | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: simplify cgroup_load_subsys() failure path | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: separate out cgroup_destroy_locked() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload... | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: lock cgroup_mutex in cgroup_init_subsys() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: trivial cleanup for cgroup_init/load_subsys() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: make CSS_* flags bit masks instead of bit positions | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: cgroup->dentry isn't a RCU pointer | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: create directory before linking while creating a new cgroup | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: open-code cgroup_create_dir() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() | Tejun Heo | 2012-11-19 | |
| * | | | | | | | | | | | | | | cgroup_freezer: implement proper hierarchy support | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup_freezer: make freezer->state mask of flags | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup_freezer: prepare freezer_change_state() for full hierarchy support | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup_freezer: trivial cleanups | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup: implement generic child / descendant walk macros | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup: use rculist ops for cgroup->children | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup: add cgroup_subsys->post_create() | Tejun Heo | 2012-11-09 | |
| * | | | | | | | | | | | | | | cgroup: set 'start' with the right value in cgroup_path. | Tao Ma | 2012-11-08 |