summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | cgroup: set 'start' with the right value in cgroup_path.Tao Ma2012-11-081-2/+2
| * | | | | Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8Tejun Heo2012-11-0611-261/+236
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-195/+61
| |\ \ \ \ \
| | * | | | | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-1/+1
| | * | | | | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-051-51/+0
| | * | | | | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo2012-11-051-46/+19
| | * | | | | cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo2012-11-051-3/+13
| | * | | | | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-19/+12
| | * | | | | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo2012-11-051-95/+36
| * | | | | | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov2012-10-264-37/+10
| * | | | | | cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo2012-10-201-56/+10
| * | | | | | cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo2012-10-201-26/+17
| * | | | | | cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo2012-10-201-20/+31
| * | | | | | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...Tejun Heo2012-10-161-4/+12
| * | | | | | cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo2012-10-161-32/+11
| * | | | | | cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-163-49/+35
* | | | | | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-12-121-2/+4
|\ \ \ \ \ \ \
| * | | | | | | workqueue: add WARN_ON_ONCE() on CPU number to wq_worker_waking_up()Joonsoo Kim2012-12-011-1/+3
| * | | | | | | workqueue: trivial fix for return statement in work_busy()Joonsoo Kim2012-12-011-1/+1
* | | | | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-111-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/cpu.c: Add comment for priority in cpu_hotplug_pm_callbackFenghua Yu2012-11-141-0/+5
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-115-92/+70
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-2113-262/+230
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-135-29/+22
| | * | | | | | | | | time/jiffies: Make clocksource_jiffies staticLars-Peter Clausen2012-11-131-1/+1
| | |/ / / / / / / /
| * | | | | | | | | tick: Correct the comments for tick_sched_timer()Chuansheng Liu2012-11-011-1/+1
| * | | | | | | | | Merge branch 'nohz/core' of git://github.com/fweisbec/linux-dynticks into tim...Ingo Molnar2012-10-211-63/+48
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker2012-10-151-0/+2
| | * | | | | | | | | tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker2012-10-151-33/+22
| | * | | | | | | | | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-1113-270/+938
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar2012-12-113-14/+69
| * | | | | | | | | | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-12/+19
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | vtime: No need to disable irqs on vtime_account()Frederic Weisbecker2012-11-191-6/+0
| | * | | | | | | | | | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-0/+13
| | * | | | | | | | | | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-6/+6
OpenPOWER on IntegriCloud