summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers-0/+2
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-83/+179
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-68/+111
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-41/+2
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki-83/+179
2018-05-31sched/headers: Fix typoDavidlohr Bueso-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra-12/+30
2018-05-25sched/fair: Update util_est before updating schedutilPatrick Bellasi-1/+8
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi-9/+8
2018-05-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-8/+5
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli-1/+1
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi-8/+10
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre-6/+3
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-14/+0
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-41/+2
2018-05-15softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney-14/+0
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann-5/+1
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain-10/+24
2018-05-14sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman-21/+48
2018-05-14Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar-73/+14
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-31/+34
2018-05-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-56/+1
2018-05-12Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman-56/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli-13/+0
2018-05-05sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-2/+5
2018-05-05sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra-1/+6
2018-05-04sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain-0/+3
2018-05-04sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar-9/+7
2018-05-04sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar-21/+16
2018-05-04sched/core: Introduce set_special_state()Peter Zijlstra-16/+1
2018-05-03kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra-11/+21
2018-05-03sched/fair: Fix the update of blocked load when newly idleVincent Guittot-1/+1
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+19
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-6/+28
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki-3/+8
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki-1/+3