summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-122-6/+5
|\
| * sched/fair: Fix nuisance kernel-doc warningRandy Dunlap2017-09-111-1/+1
| * sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-4/+3
| * sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra2017-09-071-1/+1
* | sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-082-35/+21
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-083-29/+15
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-056-42/+86
|\ \ | |/ |/|
| * Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-041-4/+4
| |\
| | * PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-1/+1
| | * PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-3/+3
| * | Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-045-28/+80
| |\ \
| | * | cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar2017-08-181-2/+7
| | * | cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar2017-08-181-1/+5
| | * | cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar2017-08-101-1/+1
| | * | sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-015-18/+35
| | * | cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes2017-07-261-3/+3
| | * | cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes2017-07-261-6/+32
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-09-041-10/+2
| |\ \ \
| | * | | cpufreq: schedutil: Set dynamic_switching to trueViresh Kumar2017-07-261-0/+1
| | * | | cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2017-07-221-10/+1
| | | |/ | | |/|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-044-9/+14
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-3/+4
| |\ \ \ \ | | |/ / /
| * | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
| * | | | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-0/+11
| * | | | locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
| * | | | sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2017-08-101-6/+0
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-0410-247/+433
|\ \ \ \ \
| * | | | | sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-253-14/+59
| * | | | | sched/topology: Avoid pointless rebuildPeter Zijlstra2017-08-251-3/+12
| * | | | | sched/topology: Improve commentsPeter Zijlstra2017-08-251-2/+3
| * | | | | sched/topology: Fix memory leak in __sdt_alloc()Shu Wang2017-08-251-9/+7
| * | | | | sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt2017-08-161-0/+8
| * | | | | sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual2017-08-101-2/+1
| * | | | | sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra2017-08-101-68/+122
| * | | | | sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-102-18/+7
| * | | | | sched/debug: Show task state in /proc/sched_debugXie XiuQi2017-08-101-6/+12
| * | | | | sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai2017-08-101-2/+3
| * | | | | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-5/+0
| * | | | | sched/deadline: Change return value of cpudl_find()Byungchul Park2017-08-102-16/+16
| * | | | | sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park2017-08-101-13/+14
| * | | | | sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel2017-08-101-25/+86
| * | | | | sched/numa: Slow down scan rate if shared faults dominateRik van Riel2017-08-101-14/+25
| * | | | | sched/pelt: Fix false running accountingVincent Guittot2017-08-101-0/+12
| * | | | | sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2017-08-102-2/+2
| * | | | | sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar2017-08-101-2/+0
| * | | | | sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar2017-08-101-1/+0
| * | | | | sched/topology: Drop memset() from init_rootdomain()Viresh Kumar2017-08-101-3/+1
| * | | | | sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar2017-08-101-8/+7
| * | | | | sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar2017-08-101-7/+9
OpenPOWER on IntegriCloud