Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 3 | -195/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-29 | 2 | -3/+19 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-17 | 2 | -30/+38 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 10 | -260/+236 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | time: remove the timecompare code. | Richard Cochran | 2012-11-01 | 2 | -194/+1 | |
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 4 | -197/+76 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | do_coredump(): get rid of pt_regs argument | Al Viro | 2012-11-29 | 1 | -1/+1 | |
| * | | | | | | | | | | print_fatal_signal(): get rid of pt_regs argument | Al Viro | 2012-11-29 | 1 | -2/+3 | |
| * | | | | | | | | | | ptrace_signal(): get rid of unused arguments | Al Viro | 2012-11-29 | 1 | -4/+2 | |
| * | | | | | | | | | | get rid of ptrace_signal_deliver() arguments | Al Viro | 2012-11-29 | 1 | -1/+1 | |
| * | | | | | | | | | | flagday: kill pt_regs argument of do_fork() | Al Viro | 2012-11-29 | 1 | -8/+5 | |
| * | | | | | | | | | | death to idle_regs() | Al Viro | 2012-11-28 | 1 | -6/+0 | |
| * | | | | | | | | | | don't pass regs to copy_process() | Al Viro | 2012-11-28 | 1 | -4/+2 | |
| * | | | | | | | | | | flagday: don't pass regs to copy_thread() | Al Viro | 2012-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | | audit: no nested contexts anymore... | Al Viro | 2012-11-28 | 1 | -81/+21 | |
| * | | | | | | | | | | generic sys_fork / sys_vfork / sys_clone | Al Viro | 2012-11-28 | 1 | -0/+43 | |
| * | | | | | | | | | | kill daemonize() | Al Viro | 2012-11-28 | 1 | -92/+0 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-12-12 | 9 | -677/+758 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cgroup_rm_file: don't delete the uncreated files | Gao feng | 2012-12-06 | 1 | -6/+6 | |
| * | | | | | | | | | | cgroup: remove subsystem files when remounting cgroup | Gao feng | 2012-12-03 | 1 | -2/+9 | |
| * | | | | | | | | | | cgroup: use cgroup_addrm_files() in cgroup_clear_directory() | Gao feng | 2012-11-30 | 1 | -1/+3 | |
| * | | | | | | | | | | cgroup: warn about broken hierarchies only after css_online | Glauber Costa | 2012-11-30 | 1 | -9/+9 | |
| * | | | | | | | | | | cgroup: list_del_init() on removed events | Greg Thelen | 2012-11-28 | 1 | -2/+2 | |
| * | | | | | | | | | | cgroup: fix lockdep warning for event_control | Greg Thelen | 2012-11-28 | 1 | -3/+8 | |
| * | | | | | | | | | | cgroup: move list add after list head initilization | Li Zhong | 2012-11-28 | 1 | -1/+1 | |
| * | | | | | | | | | | cgroup: remove obsolete guarantee from cgroup_task_migrate. | Tao Ma | 2012-11-20 | 1 | -5/+3 | |
| * | | | | | | | | | | cgroup: add cgroup->id | Tejun Heo | 2012-11-19 | 1 | -1/+14 | |
| * | | | | | | | | | | cgroup, cpuset: remove cgroup_subsys->post_clone() | Tejun Heo | 2012-11-19 | 2 | -48/+36 | |
| * | | | | | | | | | | cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ | Tejun Heo | 2012-11-19 | 1 | -16/+12 | |
| * | | | | | | | | | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 | 5 | -52/+53 | |
| * | | | | | | | | | | cgroup: allow ->post_create() to fail | Tejun Heo | 2012-11-19 | 2 | -11/+22 | |
| * | | | | | | | | | | cgroup: update cgroup_create() failure path | Tejun Heo | 2012-11-19 | 1 | -7/+14 | |
| * | | | | | | | | | | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory | Tejun Heo | 2012-11-19 | 1 | -3/+9 | |
| * | | | | | | | | | | cgroup: simplify cgroup_load_subsys() failure path | Tejun Heo | 2012-11-19 | 1 | -11/+10 | |
| * | | | | | | | | | | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers | Tejun Heo | 2012-11-19 | 1 | -23/+42 | |
| * | | | | | | | | | | cgroup: separate out cgroup_destroy_locked() | Tejun Heo | 2012-11-19 | 1 | -15/+25 | |
| * | | | | | | | | | | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload... | Tejun Heo | 2012-11-19 | 1 | -1/+14 | |
| * | | | | | | | | | | cgroup: lock cgroup_mutex in cgroup_init_subsys() | Tejun Heo | 2012-11-19 | 1 | -0/+4 | |
| * | | | | | | | | | | cgroup: trivial cleanup for cgroup_init/load_subsys() | Tejun Heo | 2012-11-19 | 1 | -3/+3 | |
| * | | | | | | | | | | cgroup: make CSS_* flags bit masks instead of bit positions | Tejun Heo | 2012-11-19 | 1 | -1/+1 | |
| * | | | | | | | | | | cgroup: cgroup->dentry isn't a RCU pointer | Tejun Heo | 2012-11-19 | 1 | -5/+6 | |
| * | | | | | | | | | | cgroup: create directory before linking while creating a new cgroup | Tejun Heo | 2012-11-19 | 1 | -18/+12 | |
| * | | | | | | | | | | cgroup: open-code cgroup_create_dir() | Tejun Heo | 2012-11-19 | 1 | -25/+5 | |
| * | | | | | | | | | | cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() | Tejun Heo | 2012-11-19 | 1 | -0/+1 | |
| * | | | | | | | | | | cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() | Tejun Heo | 2012-11-19 | 1 | -2/+0 | |
| * | | | | | | | | | | cgroup_freezer: implement proper hierarchy support | Tejun Heo | 2012-11-09 | 1 | -38/+123 | |
| * | | | | | | | | | | cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state | Tejun Heo | 2012-11-09 | 1 | -2/+40 | |
| * | | | | | | | | | | cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] | Tejun Heo | 2012-11-09 | 1 | -8/+47 | |
| * | | | | | | | | | | cgroup_freezer: make freezer->state mask of flags | Tejun Heo | 2012-11-09 | 1 | -33/+27 |