summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/core: More notrace annotationsPeter Zijlstra2015-10-061-3/+3
* sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-061-1/+1
* sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-061-1/+3
* sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-061-13/+6
* sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+1
* sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-061-6/+6
* sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-2/+21
* sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2015-10-061-6/+13
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-063-18/+33
|\
| * 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/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
* | | sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-231-16/+6
* | | sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-233-10/+1
* | | sched/fair: Remove unnecessary parameter for group_classify()Leo Yan2015-09-181-5/+5
* | | sched/fair: Polish comments for LOAD_AVG_MAXLeo Yan2015-09-181-2/+3
* | | sched/numa: Limit the amount of virtual memory scanned in task_numa_work()Rik van Riel2015-09-181-6/+12
* | | sched/core: Make policy-testing consistentHenrik Austad2015-09-182-6/+12
* | | sched/fair: Optimize per entity utilization trackingPeter Zijlstra2015-09-131-7/+10
* | | sched/fair: Defer calling scaling functionsDietmar Eggemann2015-09-131-2/+4
* | | sched/fair: Optimize __update_load_avg()Peter Zijlstra2015-09-131-1/+1
* | | sched/fair: Rename scale() to cap_scale()Peter Zijlstra2015-09-131-7/+7
* | | sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen2015-09-131-2/+2
* | | sched/fair: Get rid of scaling utilization by capacity_origDietmar Eggemann2015-09-131-16/+22
* | | 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
|\ \ \ | |/ / | | / | |/ |/|
| * 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
OpenPOWER on IntegriCloud