summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-06-182-2/+2
|\
| * sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-111-1/+1
| * sched/fair: Fix typo in printk messageMarcin Nowakowski2017-06-111-1/+1
| |
| \
*-. | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki2017-06-159-323/+608
|\ \|
| | *---. Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Rafael J. Wysocki2017-05-221-4/+3Star
| | |\ \ \
| | | | | * cpufreq: schedutil: use now as reference when aggregating shared policy requestsJuri Lelli2017-05-051-4/+3Star
| | * | | | sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| | |/ / /
| | * | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| | | |\ \ \
| | | | * | | rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-211-1/+1
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-1/+1
| | |\ \ \ \ \
| | | * | | | | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-0/+4
| | |\ \ \ \ \ \
| | | * | | | | | livepatch: change to a per-task consistency modelJosh Poimboeuf2017-03-081-0/+4
| | * | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-021-11/+53
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-04-142-32/+34
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra2017-04-041-1/+1
| | | * | | | | | | sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra2017-04-041-13/+53
| | | * | | | | | | sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang2017-04-041-0/+2
| | * | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-026-291/+494
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2017-04-142-18/+16Star
| | | * | | | | | | | sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra2017-04-141-1/+2
| | | * | | | | | | | sched/fair: Fix commentsPeter Zijlstra2017-04-141-10/+10
| | | * | | | | | | | sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra2017-04-141-56/+19Star
| | | * | | | | | | | Merge tag 'v4.11-rc6' into sched/core, to pick up fixesIngo Molnar2017-04-112-32/+34
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| / / / / / / | | | | |/ / / / / /
| | | * | | | | | | sched/fair: Optimize ___update_sched_avg()Yuyang Du2017-03-301-94/+118
| | | * | | | | | | sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra2017-03-301-18/+38
| | | * | | | | | | sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju2017-03-271-3/+4
| | | * | | | | | | sched/fair: Fix FTQ noise bench regressionVincent Guittot2017-03-231-3/+36
| | | * | | | | | | sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li2017-03-231-3/+3
| | | * | | | | | | sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra2017-03-161-1/+2
| | | * | | | | | | sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra2017-03-161-2/+4
| | | * | | | | | | sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra2017-03-161-8/+10
| | | * | | | | | | sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra2017-03-161-5/+3Star
| | | * | | | | | | sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra2017-03-161-1/+3
| | | * | | | | | | sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra2017-03-161-4/+4
| | | * | | | | | | sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2017-03-162-5/+13
| | | * | | | | | | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-163-112/+171
| | | * | | | | | | sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2017-03-162-0/+10
| | | * | | | | | | sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)2017-03-161-0/+81
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-05-011-28/+54
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-05-011-2/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick2017-04-111-2/+2
| | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2017-04-272-13/+23
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Revert "cpufreq: schedutil: Reduce frequencies slower"Rafael J. Wysocki2017-06-121-3/+0Star
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge schedutil governor updates for v4.12.Rafael J. Wysocki2017-04-281-28/+54
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | cpufreq: schedutil: Use policy-dependent transition delaysRafael J. Wysocki2017-04-171-5/+10
| * | | | | cpufreq: schedutil: Reduce frequencies slowerRafael J. Wysocki2017-04-131-0/+3
| * | | | | Merge back schedutil governor updates for 4.12.Rafael J. Wysocki2017-03-251-23/+41
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | cpufreq: schedutil: Trace frequency only if it has changedRafael J. Wysocki2017-03-241-9/+7Star