summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAge
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-10
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-06
* | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-05
|\ \ | |/ |/|
| * Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki2018-06-04
| |\
| | * cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki2018-05-24
| | * schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)2018-05-23
| | * cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-23
| | * cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi2018-05-22
| | * cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi2018-05-22
| | * cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar2018-05-15
| | * Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann2018-05-15
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-04
|\ \ \
| * | | sched/fair: Update util_est before updating schedutilPatrick Bellasi2018-05-25
| * | | sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi2018-05-25
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-05-25
| |\| |
| * | | sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain2018-05-14
| * | | sched/numa: Stagger NUMA balancing scan periods for new threadsMel Gorman2018-05-14
| * | | Merge tag 'v4.17-rc5' into sched/core, to pick up fixes and dependenciesIngo Molnar2018-05-14
| |\ \ \ | | | |/ | | |/|
| * | | sched/core: Don't schedule threads on pre-empted vCPUsRohit Jain2018-05-04
| * | | sched/fair: Avoid calling sync_entity_load_avg() unnecessarilyViresh Kumar2018-05-04
| * | | sched/fair: Rearrange select_task_rq_fair() to optimize itViresh Kumar2018-05-04
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-04
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-05-16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | softirq: Eliminate unused cond_resched_softirq() macroPaul E. McKenney2018-05-15
* | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-04
|\ \ \ \ \
| * | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-16
| |/ / / /
* | | | | sched/headers: Fix typoDavidlohr Bueso2018-05-31
* | | | | sched/deadline: Fix missing clock updateJuri Lelli2018-05-31
* | | | | sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-05-31
* | | | | sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-05-31
| |_|_|/ |/| | |
* | | | sched/topology: Clarify root domain(s) debug stringJuri Lelli2018-05-25
* | | | sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-18
* | | | sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-18
|/ / /
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-13
|\ \ \
| * | | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-05
| * | | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-05
| | |/ | |/|
| * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-04
| * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-03
| * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-03
| |/
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-13
|\ \
| * | Revert "sched/numa: Delay retrying placement for automatic NUMA balance after...Mel Gorman2018-05-12
| |/
* | cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-09
* | cpufreq: schedutil: remove stale commentJuri Lelli2018-05-09
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-15
|\
| * sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-05
| * sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-04-05
| * Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar2018-04-05
| |\
| * | sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas2018-03-31