summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-12sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra5-18/+52
2015-08-12sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park1-2/+17
2015-08-12sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan1-1/+3
2015-08-08tile: Reorganize _switch_to()Chris Metcalf2-12/+6
2015-08-04sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar1-5/+5
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra2-4/+0
2015-08-04sched, tile: Remove finish_arch_switchChris Metcalf2-9/+18
2015-08-04sched, sh: Fold finish_arch_switch() into switch_to()Peter Zijlstra1-6/+2
2015-08-04sched, score: Remove finish_arch_switch()Peter Zijlstra1-2/+0
2015-08-04sched, avr32: Remove finish_arch_switch()Peter Zijlstra1-2/+5
2015-08-04sched, MIPS: Get rid of finish_arch_switch()Ralf Baechle1-25/+23
2015-08-04sched, arm: Remove finish_arch_switch()Will Deacon1-1/+4
2015-08-03sched/fair: Clean up load average referencesYuyang Du1-15/+29
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du3-10/+49
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du1-1/+10
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du3-7/+8
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot1-0/+8
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du5-494/+249
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du3-29/+5
2015-08-03stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov1-2/+4
2015-08-03stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2-8/+8
2015-08-03stop_machine: Unexport __stop_machine()Oleg Nesterov3-22/+4
2015-08-03stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov1-10/+7
2015-08-03stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov1-8/+9
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov5-18/+22
2015-08-03sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-08-03sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov1-1/+1
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith2-36/+35
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra4-14/+30
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra4-61/+97
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring1-2/+1
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang1-1/+0
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang1-1/+0
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du1-0/+7
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2-9/+9
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park1-1/+1
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng1-9/+4
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju1-2/+3
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2-77/+30
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com1-2/+2
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang1-1/+1
2015-07-05Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-21/+47
2015-07-05Linux 4.2-rc1v4.2-rc1Linus Torvalds1-2/+2
2015-07-05Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds7-45/+1004
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds99-553/+784
2015-07-04bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds68-6312/+3163
2015-07-04Merge tag 'ntb-4.2' of git://github.com/jonmason/ntbLinus Torvalds23-2816/+5545
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8