summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-10-161-1/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-10-112-3/+21
* sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman2018-10-021-1/+11
* sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju2018-10-021-5/+18
* sched/numa: Limit the conditions where scan period is resetMel Gorman2018-10-021-2/+23
* sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju2018-10-021-7/+19
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-024-4/+4
* sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju2018-10-022-0/+23
* sched/fair: Fix kernel-doc notation warningRandy Dunlap2018-09-101-0/+1
* sched/fair: Fix load_balance redo for !imbalanceVincent Guittot2018-09-101-1/+1
* sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot2018-09-101-3/+3
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-101-1/+2
* sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot2018-09-101-4/+10
* sched/topology: Set correct NUMA topology typeSrikar Dronamraju2018-09-101-4/+1
* sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang2018-09-101-2/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-221-0/+2
|\
| * sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
* | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-221-1/+1
|\ \
| * | sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki2018-08-201-1/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+2
|\ \ \ | |_|/ |/| |
| * | signal: Add calculate_sigpending()Eric W. Biederman2018-08-031-0/+2
* | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-1/+1
|\ \ \ | |_|/ |/| |
| * | tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-311-1/+1
* | | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-142-18/+13
|\ \ \
| * | | Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-056-68/+84
| |\| |
| * | | sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-06-212-18/+13
| | |/ | |/|
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-133-20/+40
|\ \ \
| * | | sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin2018-07-301-0/+2
| * | | sched/clock: Close a hole in sched_clock_init()Peter Zijlstra2018-07-201-10/+6
| * | | sched/clock: Use static key for sched_clock_runningPavel Tatashin2018-07-202-10/+8
| * | | sched/clock: Enable sched clock earlyPavel Tatashin2018-07-201-1/+19
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-202-11/+17
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-133-72/+62
|\ \ \ \
| * | | | sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri2018-07-173-26/+20
| * | | | locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri2018-07-171-20/+21
| * | | | sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-07-171-26/+21
| |/ / /
* | | | sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju2018-07-251-6/+3
* | | | sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju2018-07-251-8/+9
* | | | sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju2018-07-251-2/+2
* | | | sched/numa: Remove numa_has_capacity()Srikar Dronamraju2018-07-251-33/+3
* | | | sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju2018-07-253-5/+10
* | | | sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju2018-07-251-5/+3
* | | | sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju2018-07-251-1/+1
* | | | sched/debug: Reverse the order of printing faultsSrikar Dronamraju2018-07-251-2/+2
* | | | sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju2018-07-251-10/+10
* | | | sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju2018-07-251-6/+4
* | | | sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju2018-07-251-18/+2
* | | | sched/numa: Evaluate move once per nodeSrikar Dronamraju2018-07-251-71/+57
* | | | sched/debug: Show the sum wait time of a task groupYun Wang2018-07-251-0/+10
* | | | sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-254-15/+23