summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
* | sched/cputime: Always set tsk->vtime_snap_whence after accounting vtimeFrederic Weisbecker2017-07-051-1/+1
* | vtime, sched/cputime: Remove vtime_account_user()Frederic Weisbecker2017-07-051-6/+6
* | Revert "sched/cputime: Refactor the cputime_adjust() code"Ingo Molnar2017-07-041-8/+14
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-0316-1553/+2380
|\ \
| * | sched/cputime: Refactor the cputime_adjust() codeGustavo A. R. Silva2017-06-301-11/+5
| * | sched/debug: Expose the number of RT/DL tasks that can migrateDaniel Bristot de Oliveira2017-06-301-2/+15
| * | sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-06-291-0/+2
| * | sched/fair: Remove effective_load()Rik van Riel2017-06-241-123/+1
| * | sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-06-241-59/+71
| * | sched/fair: Simplify wake_affine() for the single socket caseRik van Riel2017-06-241-1/+12
| * | sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel2017-06-241-0/+4
| * | sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-233-315/+315
| * | sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-233-340/+364
| * | sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-231-4/+3
| * | sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker2017-06-221-0/+4
| * | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-25/+26
| * | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-207-374/+384
| |\ \
| | * | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar2017-06-202-14/+14
| | * | sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-202-16/+25
| | * | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-203-258/+264