summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched/fair: Name utilization related data and functions consistentlyDietmar Eggemann2015-09-131-18/+19
| * | | | | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-132-4/+5
| * | | | | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-133-26/+12
| * | | | | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-131-10/+17
| * | | | | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-133-11/+11
| * | | | | sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2015-09-132-22/+0
| * | | | | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-133-17/+7
| * | | | | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-133-8/+8
| * | | | | sched/fair: Fix nohz.next_balance updateVincent Guittot2015-09-131-4/+30
| * | | | | sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0
| * | | | | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-133-3/+3
| * | | | | sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()Byungchul Park2015-09-131-77/+52
| * | | | | sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra2015-09-132-0/+6
| * | | | | sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park2015-09-131-0/+23
| * | | | | sched/fair: Have task_move_group_fair() also detach entity load from the old ...Byungchul Park2015-09-131-1/+5
| * | | | | sched/fair: Have task_move_group_fair() unconditionally add the entity load t...Byungchul Park2015-09-131-5/+4
| * | | | | sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...Byungchul Park2015-09-131-39/+38
| * | | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar2015-09-132-8/+7
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar2015-10-284-12/+28
|\ \ \ \ \ \
| * | | | | | sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2015-10-232-2/+16
| | |_|_|/ / | |/| | | |
| * | | | | sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-10-201-3/+5
| * | | | | nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker2015-10-201-3/+0
| * | | | | sched/fair: Update task group's load_avg after task migrationYuyang Du2015-10-201-2/+3
| * | | | | sched/fair: Fix overly small weight for interactive group entitiesYuyang Du2015-10-201-2/+2
| * | | | | sched, tracing: Stop/start critical timings around the idle=poll idle loopDaniel Bristot de Oliveira2015-10-121-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sched: Export sched_setscheduler_nocheckDavidlohr Bueso2015-10-061-0/+1
* | | | | sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-062-7/+8
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-271-3/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra2015-09-181-3/+11
* | | | | userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli2015-09-221-4/+3
| |/ / / |/| | |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-181-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | sched: access local runqueue directly in single_task_runningDominik Dingel2015-09-181-4/+11
| | |/ | |/|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-171-5/+31
|\ \ \ | |/ / |/| / | |/
| * sched: 'Annotate' migrate_tasks()Wanpeng Li2015-09-111-3/+26
| * nohz: Affine unpinned timers to housekeepersVatika Harlalka2015-09-021-2/+5
* | userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_keyAndrea Arcangeli2015-09-041-3/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-031-4/+2
|\ \
| * | locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra2015-08-031-4/+2
* | | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-09-021-1/+1
|\ \ \ | |_|/ |/| |
| * | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-1/+1
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-311-1/+1
|\ \ \
| * | | nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker2015-07-291-1/+1
| | |/ | |/|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-08-311-0/+8
|\ \ \
| * | | sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-08-251-0/+8
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-3111-780/+562
|\ \ \
| * | | sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri2015-08-121-1/+1
| * | | sched/deadline: Fix comment in push_dl_tasks()Andrea Parri2015-08-121-1/+1
| * | | sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-123-81/+26
| * | | sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-127-18/+36