Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | 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 | |
| * | | | | | | | | | | cgroup_freezer: prepare freezer_change_state() for full hierarchy support | Tejun Heo | 2012-11-09 | 1 | -18/+30 | |
| * | | | | | | | | | | cgroup_freezer: trivial cleanups | Tejun Heo | 2012-11-09 | 1 | -22/+19 | |
| * | | | | | | | | | | cgroup: implement generic child / descendant walk macros | Tejun Heo | 2012-11-09 | 1 | -0/+86 | |
| * | | | | | | | | | | cgroup: use rculist ops for cgroup->children | Tejun Heo | 2012-11-09 | 1 | -5/+3 | |
| * | | | | | | | | | | cgroup: add cgroup_subsys->post_create() | Tejun Heo | 2012-11-09 | 1 | -2/+13 | |
| * | | | | | | | | | | cgroup: set 'start' with the right value in cgroup_path. | Tao Ma | 2012-11-08 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 | Tejun Heo | 2012-11-06 | 11 | -261/+236 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 | Tejun Heo | 2012-11-05 | 1 | -195/+61 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | cgroup: make ->pre_destroy() return void | Tejun Heo | 2012-11-05 | 1 | -1/+1 | |
| | * | | | | | | | | | | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_... | Tejun Heo | 2012-11-05 | 1 | -51/+0 | |
| | * | | | | | | | | | | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy() | Tejun Heo | 2012-11-05 | 1 | -46/+19 | |
| | * | | | | | | | | | | cgroup: use cgroup_lock_live_group(parent) in cgroup_create() | Tejun Heo | 2012-11-05 | 1 | -3/+13 | |
| | * | | | | | | | | | | cgroup: kill CSS_REMOVED | Tejun Heo | 2012-11-05 | 1 | -19/+12 | |
| | * | | | | | | | | | | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs | Tejun Heo | 2012-11-05 | 1 | -95/+36 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() | Oleg Nesterov | 2012-10-26 | 4 | -37/+10 | |
| * | | | | | | | | | | cgroup_freezer: don't use cgroup_lock_live_group() | Tejun Heo | 2012-10-20 | 1 | -56/+10 | |
| * | | | | | | | | | | cgroup_freezer: prepare update_if_frozen() for locking change | Tejun Heo | 2012-10-20 | 1 | -26/+17 | |
| * | | | | | | | | | | cgroup_freezer: allow moving tasks in and out of a frozen cgroup | Tejun Heo | 2012-10-20 | 1 | -20/+31 | |
| * | | | | | | | | | | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE... | Tejun Heo | 2012-10-16 | 1 | -4/+12 | |
| * | | | | | | | | | | cgroup_freezer: make it official that writes to freezer.state don't fail | Tejun Heo | 2012-10-16 | 1 | -32/+11 | |
| * | | | | | | | | | | cgroup: cgroup_subsys->fork() should be called after the task is added to css... | Tejun Heo | 2012-10-16 | 3 | -49/+35 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-12-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up() | Joonsoo Kim | 2012-12-01 | 1 | -1/+3 | |
| * | | | | | | | | | | workqueue: trivial fix for return statement in work_busy() | Joonsoo Kim | 2012-12-01 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2012-12-11 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callback | Fenghua Yu | 2012-11-14 | 1 | -0/+5 | |
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-12-11 | 5 | -92/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2012-11-21 | 13 | -262/+230 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | time: Kill xtime_lock, replacing it with jiffies_lock | John Stultz | 2012-11-13 | 5 | -29/+22 | |
| | * | | | | | | | | | | | | time/jiffies: Make clocksource_jiffies static | Lars-Peter Clausen | 2012-11-13 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | tick: Correct the comments for tick_sched_timer() | Chuansheng Liu | 2012-11-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'nohz/core' of git://github.com/fweisbec/linux-dynticks into tim... | Ingo Molnar | 2012-10-21 | 1 | -63/+48 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | tick: Conditionally build nohz specific code in tick handler | Frederic Weisbecker | 2012-10-15 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | tick: Consolidate tick handling for high and low res handlers | Frederic Weisbecker | 2012-10-15 | 1 | -33/+22 | |
| | * | | | | | | | | | | | | tick: Consolidate timekeeping handling code | Frederic Weisbecker | 2012-10-15 | 1 | -30/+24 | |
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-12-11 | 13 | -270/+938 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |