summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cgroup_freezer: prepare freezer_change_state() for full hierarchy supportTejun Heo2012-11-091-18/+30
| * | | | | cgroup_freezer: trivial cleanupsTejun Heo2012-11-091-22/+19Star
| * | | | | cgroup: implement generic child / descendant walk macrosTejun Heo2012-11-091-0/+86
| * | | | | cgroup: use rculist ops for cgroup->childrenTejun Heo2012-11-091-5/+3Star
| * | | | | 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/+236Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-195/+61Star
| |\ \ \ \ \
| | * | | | | 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/+0Star
| | * | | | | cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()Tejun Heo2012-11-051-46/+19Star
| | * | | | | cgroup: use cgroup_lock_live_group(parent) in cgroup_create()Tejun Heo2012-11-051-3/+13
| | * | | | | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-19/+12Star
| | * | | | | cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refsTejun Heo2012-11-051-95/+36Star
| * | | | | | freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov2012-10-264-37/+10Star
| * | | | | | cgroup_freezer: don't use cgroup_lock_live_group()Tejun Heo2012-10-211-56/+10Star
| * | | | | | cgroup_freezer: prepare update_if_frozen() for locking changeTejun Heo2012-10-211-26/+17Star
| * | | | | | cgroup_freezer: allow moving tasks in and out of a frozen cgroupTejun Heo2012-10-211-20/+31
| * | | | | | cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZE...Tejun Heo2012-10-171-4/+12
| * | | | | | cgroup_freezer: make it official that writes to freezer.state don't failTejun Heo2012-10-171-32/+11Star
| * | | | | | cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo2012-10-173-49/+35Star
* | | | | | | 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-021-1/+3
| * | | | | | | workqueue: trivial fix for return statement in work_busy()Joonsoo Kim2012-12-021-1/+1
* | | | | | | | Merge branch 'x86-bsp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-12-121-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-125-92/+70Star
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2012-11-2113-262/+230Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-135-29/+22Star
| | * | | | | | | | | 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/+48Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | 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/+22Star
| | * | | | | | | | | tick: Consolidate timekeeping handling codeFrederic Weisbecker2012-10-151-30/+24Star
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-1213-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/+0Star
| | * | | | | | | | | | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-0/+13
| | * | | | | | | | | | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-6/+6
| * | | | | | | | | | | Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2012-12-0810-119/+96Star
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cputime: Comment cputime's adjusting codeFrederic Weisbecker2012-11-281-2/+16
| | * | | | | | | | | | | cputime: Consolidate cputime adjustment codeFrederic Weisbecker2012-11-282-24/+24
| | * | | | | | | | | | | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-283-9/+9
| | * | | | | | | | | | | cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2012-11-282-24/+28
| | * | | | | | | | | | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-185-70/+20Star
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-303-69/+14Star
| | | * | | | | | | | | | | sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar2012-10-162-1/+6
| | * | | | | | | | | | | | Merge tag 'v3.7-rc5' into sched/coreIngo Molnar2012-11-145-48/+40Star
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | / / / / / / / | | | | |_|_|/ / / / / / / | | | |/| | | | | | | | |