summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-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-021-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-011-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-016-291/+494
|\ \ \ \ \
| * | | | | sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2017-04-142-18/+16
| * | | | | 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/+19
| * | | | | 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/+3
| * | | | 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 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/+7
| | | * | | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki2017-03-231-0/+27
| | | * | | cpufreq: schedutil: Refactor sugov_next_freq_shared()Viresh Kumar2017-03-121-16/+9
| | | * | | cpufreq: schedutil: Redefine the rate_limit_us tunableViresh Kumar2017-03-121-2/+2
* | | | | | 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
| |/ / / / |/| | | |
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-021-19/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sched/clock: Fix broken stable to unstable transferPavel Tatashin2017-03-271-4/+5
| * | | | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-11/+11
| * | | | sched/clock: Fix clear_sched_clock_stable() preempt wobblyPeter Zijlstra2017-03-231-5/+12
| | |_|/ | |/| |
* | | | cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki2017-03-211-13/+7
|/ / /
* | | sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-03-161-4/+4
* | | sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-03-161-0/+45
* | | sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-03-161-2/+7
OpenPOWER on IntegriCloud