summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh-0/+22
2016-08-18sched/cputime: Resync steal time when guest & host lose syncWanpeng Li-3/+15
2016-08-18sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra-5/+10
2016-08-11sched/cputime: Fix omitted ticks passed in parameterFrederic Weisbecker-1/+2
2016-08-11sched/cputime: Fix steal time accountingWanpeng Li-2/+9
2016-08-10sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li-1/+4
2016-08-10sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich-0/+19
2016-08-10sched/fair: Fix typo in sync_throttle()Xunlei Pang-1/+1
2016-08-10sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta-1/+1
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+0
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-42/+32
2016-07-25Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-84/+87
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-186/+336
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+5
2016-07-25Merge branch 'pm-cpufreq'Rafael J. Wysocki-42/+32
2016-07-21cpufreq: schedutil: map raw required frequency to driver frequencySteve Muckle-8/+23
2016-07-14sched/cputime: Drop local_irq_save/restore from irqtime_account_irq()Rik van Riel-4/+0
2016-07-14sched/cputime: Clean up the old vtime gen irqtime accounting completelyFrederic Weisbecker-23/+10
2016-07-14sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel-13/+3
2016-07-14sched/cputime: Count actually elapsed irq & softirq timeRik van Riel-47/+77
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner-7/+9
2016-07-10sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira-0/+3
2016-07-09sched/cpuacct: Introduce cpuacct.usage_all to show all CPU stats togetherZhao Lei-0/+40
2016-07-09sched/cpuacct: Use loop to consolidate code in cpuacct_stats_show()Zhao Lei-15/+14
2016-07-09sched/cpuacct: Merge cpuacct_usage_index and cpuacct_stat_index enumsZhao Lei-27/+20
2016-07-06xen: add steal_clock support on x86Juergen Gross-10/+0
2016-07-04Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki-34/+9
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra-21/+20
2016-06-27sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss-1/+2
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra-4/+21
2016-06-27sched/fair: Apply more PELT fixesPeter Zijlstra-4/+49
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra-13/+60
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot-24/+67
2016-06-27sched/fair: Fix PELT integrity for new groupsPeter Zijlstra-0/+10
2016-06-27sched/fair: Fix and optimize the fork() pathPeter Zijlstra-26/+17
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-40/+78
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra-6/+9
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo-1/+3
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov-5/+4
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov-1/+21
2016-06-20sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra-8/+25
2016-06-14kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin-2/+4
2016-06-14sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf-1/+1
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra-5/+5
2016-06-14sched/cputime: Add steal time support to full dynticks CPU time accountingWanpeng Li-7/+9
2016-06-14sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li-14/+0
2016-06-14Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-5/+11
2016-06-14sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra-3/+8
2016-06-13Merge back earlier cpufreq changes for v4.8.Rafael J. Wysocki-34/+9