summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan2015-08-121-1/+3
* tile: Reorganize _switch_to()Chris Metcalf2015-08-082-12/+6
* sched, sparc32: Update scheduler comments in copy_thread()Ingo Molnar2015-08-041-5/+5
* sched: Remove finish_arch_switch()Peter Zijlstra2015-08-042-4/+0
* sched, tile: Remove finish_arch_switchChris Metcalf2015-08-042-9/+18
* sched, sh: Fold finish_arch_switch() into switch_to()Peter Zijlstra2015-08-041-6/+2
* sched, score: Remove finish_arch_switch()Peter Zijlstra2015-08-041-2/+0
* sched, avr32: Remove finish_arch_switch()Peter Zijlstra2015-08-041-2/+5
* sched, MIPS: Get rid of finish_arch_switch()Ralf Baechle2015-08-041-25/+23
* sched, arm: Remove finish_arch_switch()Will Deacon2015-08-041-1/+4
* sched/fair: Clean up load average referencesYuyang Du2015-08-031-15/+29
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-033-10/+49
* sched/fair: Remove task and group entity load when they are deadYuyang Du2015-08-031-1/+10
* sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-033-7/+8
* sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot2015-08-031-0/+8
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-035-494/+249
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-033-29/+5
* stop_machine: Remove cpu_stop_work's from list in cpu_stop_park()Oleg Nesterov2015-08-031-2/+4
* stop_machine: Use 'cpu_stop_fn_t' where possibleOleg Nesterov2015-08-032-8/+8
* stop_machine: Unexport __stop_machine()Oleg Nesterov2015-08-033-22/+4
* stop_machine: Don't do for_each_cpu() twice in queue_stop_cpus_work()Oleg Nesterov2015-08-031-10/+7
* stop_machine: Move 'cpu_stopper_task' and 'stop_cpus_work' into 'struct cpu_s...Oleg Nesterov2015-08-031-8/+9
* sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-035-18/+22
* sched/preempt, powerpc, kvm: Use need_resched() instead of should_resched()Konstantin Khlebnikov2015-08-031-1/+1
* sched/preempt, xen: Use need_resched() instead of should_resched()Konstantin Khlebnikov2015-08-031-1/+1
* sched/fair: Beef up wake_wide()Mike Galbraith2015-08-032-36/+35
* sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-034-14/+30
* sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-034-61/+97
* sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring2015-08-031-2/+1
* sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang2015-08-031-1/+0
* sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang2015-08-031-1/+0
* sched/fair: Avoid pulling all tasks in idle balancingYuyang Du2015-08-031-0/+7
* sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-212-9/+9
* sched/fair: Fix a comment reflecting function name changeByungchul Park2015-07-071-1/+1
* sched/fair: Clean up the __sched_period() codeBoqun Feng2015-07-071-9/+4
* sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju2015-07-071-2/+3
* sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2015-07-072-77/+30
* sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com2015-07-071-2/+2
* sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang2015-07-061-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-065-21/+47
|\
| * ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-041-1/+11
| * ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-041-3/+12
| * ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-07-021-3/+3
| * bufferhead: Add _gfp version for sb_getblk()Nikolay Borisov2015-07-021-0/+7
| * ext4: fix fencepost error in lazytime optimizationTheodore Ts'o2015-07-021-1/+6
* | Linux 4.2-rc1v4.2-rc1Linus Torvalds2015-07-051-2/+2
* | Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-057-45/+1004
|\ \
| * | intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-305-0/+864