aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREGravatar Hailong Liu 1-0/+2
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskGravatar Daniel Bristot de Oliveira 1-1/+7
2018-07-25sched/topology: Check variable group before dereferencing itGravatar Yi Wang 1-1/+1
2018-07-15sched/deadline: Fix switched_from_dl() warningGravatar Juri Lelli 1-1/+10
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Gravatar Peter Zijlstra 1-20/+11
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqGravatar Vincent Guittot 1-12/+4
2018-07-03sched/fair: Advance global expiration when period timer is restartedGravatar Xunlei Pang 1-5/+10
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionGravatar Xunlei Pang 2-8/+12
2018-07-03sched/rt: Fix call to cpufreq_update_util()Gravatar Vincent Guittot 3-7/+16
2018-07-03sched/nohz: Skip remote tick on idle task entirelyGravatar Frederic Weisbecker 1-15/+21
2018-06-15sched/core / kcov: avoid kcov_area during task switchGravatar Mark Rutland 1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+2
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-83/+179
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-68/+111
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-14/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-41/+2
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-83/+179
2018-05-31sched/headers: Fix typoGravatar Davidlohr Bueso 1-1/+1
2018-05-31sched/deadline: Fix missing clock updateGravatar Juri Lelli 1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksGravatar Paul Burton 1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsGravatar Peter Zijlstra 1-12/+30
2018-05-25sched/fair: Update util_est before updating schedutilGravatar Patrick Bellasi 1-1/+8
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Gravatar Patrick Bellasi 1-9/+8
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 4-8/+5
2018-05-25sched/topology: Clarify root domain(s) debug stringGravatar Juri Lelli 1-1/+1
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesGravatar Rafael J. Wysocki 1-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedGravatar Joel Fernandes (Google) 1-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Gravatar Viresh Kumar 1-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostGravatar Patrick Bellasi 1-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetGravatar Patrick Bellasi 1-8/+10
2018-05-18sched/deadline: Make the grub_reclaim() function staticGravatar Mathieu Malaterre 1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Gravatar Mathieu Malaterre 3-6/+3
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-14/+0
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 2-41/+2
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroGravatar Paul E. McKenney 1-14/+0
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXGravatar Viresh Kumar 1-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Gravatar Dietmar Eggemann 1-5/+1
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Gravatar Rohit Jain 2-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsGravatar Mel Gorman 3-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesGravatar Ingo Molnar 4-73/+14
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-31/+34
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-56/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Gravatar Mel Gorman 1-56/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqGravatar Rafael J. Wysocki 1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentGravatar Juri Lelli 1-13/+0
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Gravatar Peter Zijlstra 1-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Gravatar Peter Zijlstra 1-1/+6