aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-6/+30
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+14
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 8-31/+185
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+5
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-648/+1094
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+2
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsGravatar David Howells 1-4/+14
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Gravatar Rafael J. Wysocki 1-1/+5
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsGravatar Patrick Bellasi 2-6/+28
2017-11-09Merge branch 'pm-cpufreq-sched'Gravatar Rafael J. Wysocki 1-5/+1
2017-11-08cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqGravatar Viresh Kumar 1-1/+5
2017-11-08sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabledGravatar Frederic Weisbecker 2-3/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 22-4/+51
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilGravatar Chris Redpath 1-5/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 21-0/+21
2017-10-27sched/isolation: Add basic isolcpus flagsGravatar Frederic Weisbecker 1-1/+25
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeGravatar Frederic Weisbecker 3-46/+57
2017-10-27sched/isolation: Handle the nohz_full= parameterGravatar Frederic Weisbecker 1-12/+30
2017-10-27sched/isolation: Introduce housekeeping flagsGravatar Frederic Weisbecker 3-16/+20
2017-10-27sched/isolation: Split out new CONFIG_CPU_ISOLATION=y config from CONFIG_NO_H...Gravatar Frederic Weisbecker 1-1/+1
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Gravatar Frederic Weisbecker 2-4/+4
2017-10-27sched/isolation: Use its own static keyGravatar Frederic Weisbecker 1-4/+9
2017-10-27sched/isolation: Make the housekeeping cpumask privateGravatar Frederic Weisbecker 1-1/+35
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 4-0/+36
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statGravatar Tejun Heo 1-9/+4
2017-10-26sched/idle: Micro-optimize the idle loopGravatar Cheng Jian 1-1/+2
2017-10-24sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_...Gravatar Rakib Mullick 1-2/+2
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-2/+3
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Gravatar Paul E. McKenney 1-2/+3
2017-10-19membarrier: Provide register expedited private commandGravatar Mathieu Desnoyers 1-4/+30
2017-10-10sched/rt: Simplify the IPI based RT balancing logicGravatar Steven Rostedt (Red Hat) 3-208/+138
2017-10-10sched/fair: Fix usage of find_idlest_group() when the local group is idlestGravatar Brendan Jackman 1-1/+1
2017-10-10sched/fair: Fix usage of find_idlest_group() when no groups are allowedGravatar Brendan Jackman 1-0/+5
2017-10-10sched/fair: Fix find_idlest_group() when local group is not allowedGravatar Brendan Jackman 1-2/+3
2017-10-10sched/fair: Remove unnecessary comparison with -1Gravatar Brendan Jackman 1-1/+1
2017-10-10sched/fair: Move select_task_rq_fair() slow-path into its own functionGravatar Brendan Jackman 1-35/+48
2017-10-10sched/fair: Force balancing on NOHZ balance if local group has capacityGravatar Brendan Jackman 1-2/+5
2017-10-10sched/fair: Sync task util before slow-path wakeupGravatar Brendan Jackman 1-1/+10
2017-10-10sched/fair: Search a task from the tail of the queueGravatar Uladzislau Rezki 1-8/+16
2017-10-10sched/topology: Introduce NUMA identity node sched domainGravatar Suravee Suthikulpanit 1-3/+15
2017-10-10sched/topology: Restore SD_PREFER_SIBLING on MC domainsGravatar Peter Zijlstra 1-0/+1
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Gravatar Peter Zijlstra 2-6/+6
2017-10-10sched/deadline: Fix switching to -deadlineGravatar Luca Abeni 1-7/+4
2017-10-10sched/headers: Remove duplicate prototype of __dl_clear_params()Gravatar luca abeni 1-1/+0
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codeGravatar Peter Zijlstra 1-1/+0
2017-10-10Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 2-94/+49
2017-10-10sched/core: Ensure load_balance() respects the active_maskGravatar Peter Zijlstra 1-0/+7
2017-10-10sched/core: Address more wake_affine() regressionsGravatar Peter Zijlstra 2-0/+43
2017-10-10sched/core: Fix wake_affine() performance regressionGravatar Peter Zijlstra 2-111/+16