summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-07-251-0/+2
* sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
* sched/topology: Check variable group before dereferencing itYi Wang2018-07-251-1/+1
* sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-151-1/+10
* kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2018-07-031-20/+11Star
* sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot2018-07-031-12/+4Star
* sched/fair: Advance global expiration when period timer is restartedXunlei Pang2018-07-031-5/+10
* sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2018-07-032-8/+12
* sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-033-7/+16
* sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker2018-07-031-15/+21
* sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-06-151-0/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+6Star
| | * Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann2018-05-151-5/+1Star
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-054-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/+8Star
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-254-8/+5Star
| |\| |
| * | | 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/+14Star
| |\ \ \ | | | |/ | | |/|
| * | | 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/+7Star
| * | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-041-21/+16Star
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-14/+0Star
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-161-14/+0Star
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-151-14/+0Star
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-41/+2Star
|\ \ \ \ \
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-41/+2Star
| |/ / / /
* | | | | 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/+1Star
* | | | | 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/+3Star
|/ / /
* | | 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/+1Star