Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" | Ingo Molnar | 2012-12-11 | 3 | -14/+69 | |
| * | | | | | | | | | | | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2012-12-08 | 1 | -12/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | vtime: No need to disable irqs on vtime_account() | Frederic Weisbecker | 2012-11-19 | 1 | -6/+0 | |
| | * | | | | | | | | | | | vtime: Consolidate a bit the ctx switch code | Frederic Weisbecker | 2012-11-19 | 1 | -0/+13 | |
| | * | | | | | | | | | | | vtime: Remove the underscore prefix invasion | Frederic Weisbecker | 2012-11-19 | 1 | -6/+6 | |
| * | | | | | | | | | | | | Merge tag 'cputime-adjustment-cleanups' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar | 2012-12-08 | 10 | -119/+96 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | cputime: Comment cputime's adjusting code | Frederic Weisbecker | 2012-11-28 | 1 | -2/+16 | |
| | * | | | | | | | | | | | | cputime: Consolidate cputime adjustment code | Frederic Weisbecker | 2012-11-28 | 2 | -24/+24 | |
| | * | | | | | | | | | | | | cputime: Rename thread_group_times to thread_group_cputime_adjusted | Frederic Weisbecker | 2012-11-28 | 3 | -9/+9 | |
| | * | | | | | | | | | | | | cputime: Move thread_group_cputime() to sched code | Frederic Weisbecker | 2012-11-28 | 2 | -24/+28 | |
| | * | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-11-18 | 5 | -70/+20 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | sched/autogroup: Fix crash on reboot when autogroup is disabled | Mike Galbraith | 2012-10-30 | 3 | -69/+14 | |
| | | * | | | | | | | | | | | | sched: Add WAKEUP_PREEMPTION feature flag, on by default | Ingo Molnar | 2012-10-16 | 2 | -1/+6 | |
| | * | | | | | | | | | | | | | Merge tag 'v3.7-rc5' into sched/core | Ingo Molnar | 2012-11-14 | 5 | -48/+40 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | / / / / / / / / | | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'linus' into sched/core | Ingo Molnar | 2012-12-07 | 12 | -99/+116 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cputime: Separate irqtime accounting from generic vtime | Frederic Weisbecker | 2012-10-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | cputime: Specialize irq vtime hooks | Frederic Weisbecker | 2012-10-29 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | vtime: Make vtime_account_system() irqsafe | Frederic Weisbecker | 2012-10-29 | 1 | -3/+13 | |
| * | | | | | | | | | | | | | sched: Describe CFS load-balancer | Peter Zijlstra | 2012-10-24 | 1 | -2/+116 | |
| * | | | | | | | | | | | | | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking | Paul Turner | 2012-10-24 | 3 | -4/+25 | |
| * | | | | | | | | | | | | | sched: Make __update_entity_runnable_avg() fast | Paul Turner | 2012-10-24 | 1 | -24/+101 | |
| * | | | | | | | | | | | | | sched: Update_cfs_shares at period edge | Paul Turner | 2012-10-24 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | sched: Refactor update_shares_cpu() -> update_blocked_avgs() | Paul Turner | 2012-10-24 | 1 | -27/+23 | |
| * | | | | | | | | | | | | | sched: Replace update_shares weight distribution with per-entity computation | Paul Turner | 2012-10-24 | 3 | -165/+36 | |
| * | | | | | | | | | | | | | sched: Maintain runnable averages across throttled periods | Paul Turner | 2012-10-24 | 2 | -11/+42 | |
| * | | | | | | | | | | | | | sched: Normalize tg load contributions against runnable time | Paul Turner | 2012-10-24 | 3 | -0/+62 | |
| * | | | | | | | | | | | | | sched: Compute load contribution by a group entity | Paul Turner | 2012-10-24 | 1 | -6/+27 | |
| * | | | | | | | | | | | | | sched: Aggregate total task_group load | Paul Turner | 2012-10-24 | 3 | -0/+30 |