summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-9/+14
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-247/+433
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-11/+191
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar1-3/+4
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang1-1/+1
2017-08-27Minor page waitqueue cleanupsLinus Torvalds1-3/+4
2017-08-25sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra3-14/+59
2017-08-25sched/topology: Avoid pointless rebuildPeter Zijlstra1-3/+12
2017-08-25sched/topology: Improve commentsPeter Zijlstra1-2/+3
2017-08-25sched/topology: Fix memory leak in __sdt_alloc()Shu Wang1-9/+7
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar4-11/+191
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney4-11/+191
2017-08-17completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-7/+4
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers3-0/+178
2017-08-16sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt1-0/+8
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-10sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual1-2/+1
2017-08-10sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra1-68/+122
2017-08-10locking/lockdep: Apply crossrelease to completionsByungchul Park1-0/+11
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2-18/+7
2017-08-10sched/debug: Show task state in /proc/sched_debugXie XiuQi1-6/+12
2017-08-10sched/debug: Use task_pid_nr_ns in /proc/$pid/schedAleksa Sarai1-2/+3
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-5/+0
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park2-16/+16
2017-08-10sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park1-13/+14
2017-08-10sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel1-25/+86
2017-08-10sched/numa: Slow down scan rate if shared faults dominateRik van Riel1-14/+25
2017-08-10sched/pelt: Fix false running accountingVincent Guittot1-0/+12
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2-2/+2
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar1-2/+0
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar1-1/+0
2017-08-10sched/topology: Drop memset() from init_rootdomain()Viresh Kumar1-3/+1
2017-08-10sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar1-8/+7
2017-08-10sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar1-7/+9
2017-08-10sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar1-14/+14
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar1-1/+1
2017-08-10sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar1-24/+24
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsTejun Heo1-2/+7
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet1-1/+1
2017-07-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-9/+11
2017-07-14Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki1-0/+5
2017-07-14sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes1-6/+8
2017-07-14sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li1-3/+3
2017-07-12cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla1-0/+5
2017-07-05sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo1-12/+20
2017-07-05sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li1-22/+42
2017-07-05sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker1-48/+64
2017-07-05sched/cputime: Rename vtime fieldsFrederic Weisbecker1-15/+15