summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-131-1/+5
|\
| *-. Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki2017-11-131-1/+5
| |\ \
| | * | cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar2017-11-081-1/+5
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-1310-648/+1094
|\ \ \ \
| * | | | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-092-6/+28
| * | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-0822-4/+51
| |\ \ \ \
| * | | | | sched/isolation: Add basic isolcpus flagsFrederic Weisbecker2017-10-271-1/+25
| * | | | | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-273-46/+57
| * | | | | sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-12/+30
| * | | | | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-273-16/+20
| * | | | | sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Frederic Weisbecker2017-10-271-1/+1
| * | | | | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-272-4/+4
| * | | | | sched/isolation: Use its own static keyFrederic Weisbecker2017-10-271-4/+9
| * | | | | sched/isolation: Make the housekeeping cpumask privateFrederic Weisbecker2017-10-271-1/+35
| * | | | | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-274-0/+36
| * | | | | sched/idle: Micro-optimize the idle loopCheng Jian2017-10-261-1/+2
| * | | | | sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Rakib Mullick2017-10-241-2/+2
| * | | | | sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-10-103-208/+138
| * | | | | sched/fair: Fix usage of find_idlest_group() when the local group is idlestBrendan Jackman2017-10-101-1/+1
| * | | | | sched/fair: Fix usage of find_idlest_group() when no groups are allowedBrendan Jackman2017-10-101-0/+5
| * | | | | sched/fair: Fix find_idlest_group() when local group is not allowedBrendan Jackman2017-10-101-2/+3
| * | | | | sched/fair: Remove unnecessary comparison with -1Brendan Jackman2017-10-101-1/+1
| * | | | | sched/fair: Move select_task_rq_fair() slow-path into its own functionBrendan Jackman2017-10-101-35/+48
| * | | | | sched/fair: Force balancing on NOHZ balance if local group has capacityBrendan Jackman2017-10-101-2/+5
| * | | | | sched/fair: Sync task util before slow-path wakeupBrendan Jackman2017-10-101-1/+10
| * | | | | sched/fair: Search a task from the tail of the queueUladzislau Rezki2017-10-101-8/+16
| * | | | | sched/topology: Introduce NUMA identity node sched domainSuravee Suthikulpanit2017-10-101-3/+15
| * | | | | sched/topology: Restore SD_PREFER_SIBLING on MC domainsPeter Zijlstra2017-10-101-0/+1
| * | | | | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-102-6/+6
| * | | | | sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-101-7/+4
| * | | | | sched/headers: Remove duplicate prototype of __dl_clear_params()luca abeni2017-10-101-1/+0
| * | | | | sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-101-1/+0
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2017-10-102-94/+49
| |\ \ \ \ \
| * | | | | | sched/fair: Update calc_group_*() commentsPeter Zijlstra2017-09-291-22/+44
| * | | | | | sched/fair: Calculate runnable_weight slightly differentlyJosef Bacik2017-09-291-12/+33
| * | | | | | sched/fair: Implement more accurate async detachPeter Zijlstra2017-09-291-6/+3
| * | | | | | sched/fair: Align PELT windows between cfs_rq and its sePeter Zijlstra2017-09-291-14/+31
| * | | | | | sched/fair: Implement synchonous PELT detach on load-balance migratePeter Zijlstra2017-09-291-12/+21
| * | | | | | sched/fair: Propagate an effective runnable_load_avgPeter Zijlstra2017-09-293-62/+121
| * | | | | | sched/fair: Rewrite PELT migration propagationPeter Zijlstra2017-09-293-85/+112
| * | | | | | sched/fair: Rewrite cfs_rq->removed_*avgPeter Zijlstra2017-09-293-24/+48
| * | | | | | sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot2017-09-293-33/+54
| * | | | | | sched/fair: More accurate reweight_entity()Peter Zijlstra2017-09-291-1/+11
| * | | | | | sched/fair: Introduce {en,de}queue_load_avg()Peter Zijlstra2017-09-291-70/+86
| * | | | | | sched/fair: Rename {en,de}queue_entity_load_avg()Peter Zijlstra2017-09-291-6/+6
| * | | | | | sched/fair: Move enqueue migrate handlingPeter Zijlstra2017-09-291-34/+36
| * | | | | | sched/fair: Change update_load_avg() argumentsPeter Zijlstra2017-09-291-16/+15
| * | | | | | sched/fair: Remove se->load.weight from se->avg.load_sumPeter Zijlstra2017-09-291-27/+64
| * | | | | | sched/fair: Cure calc_cfs_shares() vs. reweight_entity()Peter Zijlstra2017-09-291-4/+3
| * | | | | | sched/fair: Add comment to calc_cfs_shares()Peter Zijlstra2017-09-291-0/+61
OpenPOWER on IntegriCloud