summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | sched: Extract the task putting code from pick_next_task()Chen Yu2020-04-301-16/+23
| * | | | | | | | | | | sched: Make newidle_balance() static againChen Yu2020-04-302-6/+4
| * | | | | | | | | | | sched/topology: Kill SD_LOAD_BALANCEValentin Schneider2020-04-301-2/+1
| * | | | | | | | | | | sched: Remove checks against SD_LOAD_BALANCEValentin Schneider2020-04-302-31/+11
| * | | | | | | | | | | sched/debug: Make sd->flags sysctl read-onlyValentin Schneider2020-04-301-1/+1
| * | | | | | | | | | | sched/fair: find_idlest_group(): Remove unused sd_flag parameterValentin Schneider2020-04-301-5/+3
| * | | | | | | | | | | sched/fair: Simplify the code of should_we_balance()Peng Wang2020-04-301-11/+5
| * | | | | | | | | | | sched/fair: Remove distribute_running from CFS bandwidthJosh Don2020-04-302-13/+1
| * | | | | | | | | | | sched/fair: Eliminate bandwidth race between throttling and distributionPaul Turner2020-04-301-32/+47
| * | | | | | | | | | | sched/debug: Fix trival print_task() formatXie XiuQi2020-04-301-3/+3
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-021-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-0/+3
| * | | | | | | | | | | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-151-0/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-011-0/+48
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-191-7/+2
| |\| | | | | | | |
| * | | | | | | | | sched/core: Add function to sample state of locked-down taskPaul E. McKenney2020-04-271-0/+48
* | | | | | | | | | sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-05-261-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
* | | | | | | | | sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
* | | | | | | | | sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
| |/ / / / / / / |/| | | | | | |
* | | | | | | | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
|/ / / / / / /
* | | | | | | sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-04-151-2/+2
* | | | | | | sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-04-151-2/+19
|/ / / / / /
* | | | | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
* | | | | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12
* | | | | | sched/debug: Remove redundant macro defineValentin Schneider2020-04-081-12/+0
* | | | | | sched/core: Remove unused rq::last_load_update_tickVincent Donnefort2020-04-082-2/+0
* | | | | | workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior2020-04-081-1/+2
* | | | | | sched/fair: Fix negative imbalance in imbalance calculationAubrey Li2020-04-081-0/+8
* | | | | | sched/fair: Fix race between runtime distribution and assignmentHuaixin Chang2020-04-081-20/+11
* | | | | | sched/fair: Align rq->avg_idle and rq->avg_scan_costValentin Schneider2020-04-083-11/+8
* | | | | | mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* | | | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-312-8/+2
|\ \ \ \ \ \
| * | | | | | sched/core: Remove rq.hrtick_csd_pendingPeter Xu2020-03-062-8/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-3114-460/+1011
|\ \ \ \ \ \
| * | | | | | sched/fair: Fix condition of avg_load calculationTao Zhou2020-03-201-1/+2
| * | | | | | sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef2020-03-201-23/+6
| * | | | | | sched/fair: Improve spreading of utilizationVincent Guittot2020-03-201-0/+8
| * | | | | | sched: Avoid scale real weight down to zeroMichael Wang2020-03-201-1/+7
| * | | | | | psi: Move PF_MEMSTALL out of task->flagsYafang Shao2020-03-202-11/+11
| * | | | | | psi: Optimize switching tasks inside shared cgroupsJohannes Weiner2020-03-202-28/+68
| * | | | | | psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner2020-03-203-5/+37
| * | | | | | sched/core: Distribute tasks within affinity masksPaul Turner2020-03-201-1/+6
| * | | | | | sched/fair: Fix enqueue_task_fair warningVincent Guittot2020-03-201-4/+22
| * | | | | | thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar2020-03-061-0/+11
| * | | | | | sched/rt: Remove unnecessary push for unfit tasksQais Yousef2020-03-061-5/+2
| * | | | | | sched/rt: Allow pulling unfitting taskQais Yousef2020-03-061-2/+1
| * | | | | | sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef2020-03-063-8/+31
| * | | | | | sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef2020-03-061-0/+9
| * | | | | | sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef2020-03-061-56/+101