summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-0/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+2
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+2
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-83/+179
|\ \ | |/ |/|
| * Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki2018-06-041-83/+179
| |\
| | * cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki2018-05-241-23/+47
| | * schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)2018-05-231-8/+26
| | * cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-231-1/+1
| | * cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi2018-05-221-45/+107
| | * cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi2018-05-221-8/+10
| | * cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar2018-05-151-12/+6
| | * Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann2018-05-151-5/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-044-68/+111
|\ \ \
| * | | sched/fair: Update util_est before updating schedutilPatrick Bellasi2018-05-251-1/+8
| * | | sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi2018-05-251-9/+8
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-254-8/+5
| |\ \ \ | | |/ /
| * | | sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-142-10/+24
| * | | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-143-21/+48
| * | | Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-144-73/+14
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain2018-05-041-0/+3
| * | | sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar2018-05-041-9/+7
| * | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-041-21/+16
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-14/+0
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-14/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-14/+0
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-41/+2
|\ \ \ \ \
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-41/+2
| |/ / / /
* | | | | sched/headers: Fix typoDavidlohr Bueso2018-05-311-1/+1
* | | | | sched/deadline: Fix missing clock updateJuri Lelli2018-05-311-3/+3
* | | | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-311-2/+1
* | | | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-311-12/+30
| |_|_|/ |/| | |
* | | | sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-251-1/+1
* | | | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
* | | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-183-6/+3
|/ / /
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-133-31/+34
|\ \ \
| * | | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| * | | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| | |/ | |/|
| * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-041-16/+1
| * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-11/+21
| * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-131-56/+1
|\ \
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-121-56/+1
| |/
* | cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-091-1/+2
* | cpufreq: schedutil: remove stale commentJuri Lelli2018-05-091-13/+0
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-156-11/+19
|\
| * sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-055-9/+16
| * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-04-051-0/+2
| * Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar2018-04-0532-1580/+2055
| |\
OpenPOWER on IntegriCloud