summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar2017-08-101-14/+14
| * | | sched/core: Reuse put_prev_task()Viresh Kumar2017-08-101-1/+1
| * | | sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar2017-08-101-24/+24
| |/ /
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-044-11/+191
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-214-11/+191
| |\ \ | | |/ | |/|
| | *-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-174-11/+191
| | |\ \
| | | | * completion: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-171-7/+4
| | | | * sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-111-2/+2
| | | |/ | | |/|
| | | * membarrier: Provide expedited private commandMathieu Desnoyers2017-08-173-0/+178
| | | * sched: Allow migrating kthreads into online but inactive CPUsTejun Heo2017-07-281-2/+7
| | |/
* | / Minor page waitqueue cleanupsLinus Torvalds2017-08-271-3/+4
|/ /
* / sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-212-9/+11
|\
| * sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes2017-07-141-6/+8
| * sched/cputime: Don't use smp_processor_id() in preemptible contextWanpeng Li2017-07-141-3/+3
| |
| \
*-. \ Merge branches 'pm-cpufreq-sched' and 'intel_pstate'Rafael J. Wysocki2017-07-141-0/+5
|\ \ \ | |_|/ |/| |
| * | cpufreq: schedutil: Fix sugov_start() versus sugov_update_shared() raceVikram Mulukutla2017-07-121-0/+5
| |/
* | sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo2017-07-051-12/+20
* | sched/cputime: Accumulate vtime on top of nsec clocksourceWanpeng Li2017-07-051-22/+42
* | sched/cputime: Move the vtime task fields to their own structFrederic Weisbecker2017-07-051-48/+64
* | sched/cputime: Rename vtime fieldsFrederic Weisbecker2017-07-051-15/+15