aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+4
2017-05-01Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+53
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-291/+494
2017-05-01Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-28/+54
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+2
2017-04-28Merge schedutil governor updates for v4.12.Rafael J. Wysocki1-28/+54
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2-13/+23
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-21rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney1-1/+1
2017-04-17cpufreq: schedutil: Use policy-dependent transition delaysRafael J. Wysocki1-5/+10
2017-04-14Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2-32/+34
2017-04-14sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2-18/+16
2017-04-14sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra1-1/+2
2017-04-14sched/fair: Fix commentsPeter Zijlstra1-10/+10
2017-04-14sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra1-56/+19
2017-04-13cpufreq: schedutil: Reduce frequencies slowerRafael J. Wysocki1-0/+3
2017-04-11Merge tag 'v4.11-rc6' into sched/core, to pick up fixesIngo Molnar2-32/+34
2017-04-11cpuset: Remove cpuset_update_active_cpus()'s parameter.Rakib Mullick1-2/+2
2017-04-04sched,tracing: Update trace_sched_pi_setprio()Peter Zijlstra1-1/+1
2017-04-04sched/rtmutex: Refactor rt_mutex_setprio()Peter Zijlstra1-13/+53
2017-04-04sched/rtmutex/deadline: Fix a PI crash for deadline tasksXunlei Pang1-0/+2
2017-04-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+27
2017-03-30sched/fair: Optimize ___update_sched_avg()Yuyang Du1-94/+118
2017-03-30sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra1-18/+38
2017-03-27sched/clock: Fix broken stable to unstable transferPavel Tatashin1-4/+5
2017-03-27sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju1-3/+4
2017-03-25Merge back schedutil governor updates for 4.12.Rafael J. Wysocki1-23/+41
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida1-1/+1
2017-03-24cpufreq: schedutil: Trace frequency only if it has changedRafael J. Wysocki1-9/+7
2017-03-23sched/fair: Fix FTQ noise bench regressionVincent Guittot1-3/+36
2017-03-23sched/core: Fix rq lock pinning warning after call balance callbacksWanpeng Li1-3/+3
2017-03-23sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra1-11/+11
2017-03-23sched/clock: Fix clear_sched_clock_stable() preempt wobblyPeter Zijlstra1-5/+12
2017-03-23cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki1-0/+27
2017-03-21cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki1-13/+7
2017-03-16sched/core: Avoid double update_rq_clock() in move_queued_task()Peter Zijlstra1-1/+2
2017-03-16sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra1-2/+4
2017-03-16sched/core: Avoid obvious double update_rq_clock()Peter Zijlstra1-8/+10
2017-03-16sched/core: Simplify update_rq_clock() in __schedule()Peter Zijlstra1-5/+3
2017-03-16sched/core: Make sched_ttwu_pending() atomic in timePeter Zijlstra1-1/+3
2017-03-16sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTOREPeter Zijlstra1-4/+4
2017-03-16sched/core: Add {EN,DE}QUEUE_NOCLOCK flagsPeter Zijlstra2-5/+13
2017-03-16sched/core: Add rq->lock wrappersPeter Zijlstra3-112/+171
2017-03-16sched/core: Add WARNING for multiple update_rq_clock() callsPeter Zijlstra2-0/+10
2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)1-0/+81
2017-03-16sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-03-16sched/deadline: Throttle a constrained deadline task activated after the deadlineDaniel Bristot de Oliveira1-0/+45
2017-03-16sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7