index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
sched/core: Stop setting PREEMPT_ACTIVE
Peter Zijlstra
2015-10-06
|
*
|
|
|
sched/core: Fix trace_sched_switch()
Peter Zijlstra
2015-10-06
|
*
|
|
|
sched/core: Add preempt argument to __schedule()
Peter Zijlstra
2015-10-06
|
*
|
|
|
sched/core: Create preempt_count invariant
Peter Zijlstra
2015-10-06
|
*
|
|
|
sched/core: Rework TASK_DEAD preemption exception
Peter Zijlstra
2015-10-06
|
*
|
|
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
2015-10-06
|
|
\
\
\
\
|
*
|
|
|
|
sched/core: Make 'sched_domain_topology' declaration static
Juergen Gross
2015-09-23
|
*
|
|
|
|
sched/rt: Make (do_)balance_runtime() return void
Juri Lelli
2015-09-23
|
*
|
|
|
|
sched/deadline: Unify dl_time_before() usage
Juri Lelli
2015-09-23
|
*
|
|
|
|
sched/fair: Remove unnecessary parameter for group_classify()
Leo Yan
2015-09-18
|
*
|
|
|
|
sched/fair: Polish comments for LOAD_AVG_MAX
Leo Yan
2015-09-18
|
*
|
|
|
|
sched/numa: Limit the amount of virtual memory scanned in task_numa_work()
Rik van Riel
2015-09-18
|
*
|
|
|
|
sched/core: Make policy-testing consistent
Henrik Austad
2015-09-18
|
*
|
|
|
|
sched/fair: Optimize per entity utilization tracking
Peter Zijlstra
2015-09-13
|
*
|
|
|
|
sched/fair: Defer calling scaling functions
Dietmar Eggemann
2015-09-13
|
*
|
|
|
|
sched/fair: Optimize __update_load_avg()
Peter Zijlstra
2015-09-13
|
*
|
|
|
|
sched/fair: Rename scale() to cap_scale()
Peter Zijlstra
2015-09-13
|
*
|
|
|
|
sched/fair: Initialize task load and utilization before placing task on rq
Morten Rasmussen
2015-09-13
|
*
|
|
|
|
sched/fair: Get rid of scaling utilization by capacity_orig
Dietmar Eggemann
2015-09-13
|
*
|
|
|
|
sched/fair: Name utilization related data and functions consistently
Dietmar Eggemann
2015-09-13
|
*
|
|
|
|
sched/fair: Make utilization tracking CPU scale-invariant
Dietmar Eggemann
2015-09-13
|
*
|
|
|
|
sched/fair: Convert arch_scale_cpu_capacity() from weak function to #define
Morten Rasmussen
2015-09-13
|
*
|
|
|
|
sched/fair: Make load tracking frequency scale-invariant
Dietmar Eggemann
2015-09-13
|
*
|
|
|
|
sched/numa: Convert sched_numa_balancing to a static_branch
Srikar Dronamraju
2015-09-13
|
*
|
|
|
|
sched/numa: Remove the NUMA sched_feature
Srikar Dronamraju
2015-09-13
|
*
|
|
|
|
sched/numa: Disable sched_numa_balancing on UMA systems
Srikar Dronamraju
2015-09-13
|
*
|
|
|
|
sched/numa: Rename numabalancing_enabled to sched_numa_balancing
Srikar Dronamraju
2015-09-13
|
*
|
|
|
|
sched/fair: Fix nohz.next_balance update
Vincent Guittot
2015-09-13
|
*
|
|
|
|
sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callback
Kirill Tkhai
2015-09-13
|
*
|
|
|
|
sched/core: Remove unused argument from sched_class::task_move_group
Peter Zijlstra
2015-09-13
|
*
|
|
|
|
sched/fair: Unify switched_{from,to}_fair() and task_move_group_fair()
Byungchul Park
2015-09-13
|
*
|
|
|
|
sched/fair: Make the entity load aging on attaching tunable
Peter Zijlstra
2015-09-13
|
*
|
|
|
|
sched/fair: Fix switched_to_fair()'s per entity load tracking
Byungchul Park
2015-09-13
|
*
|
|
|
|
sched/fair: Have task_move_group_fair() also detach entity load from the old ...
Byungchul Park
2015-09-13
|
*
|
|
|
|
sched/fair: Have task_move_group_fair() unconditionally add the entity load t...
Byungchul Park
2015-09-13
|
*
|
|
|
|
sched/fair: Factor out the {at,de}taching of the per entity load {to,from} th...
Byungchul Park
2015-09-13
|
*
|
|
|
|
Merge tag 'v4.3-rc1' into sched/core, to refresh the branch
Ingo Molnar
2015-09-13
|
|
\
\
\
\
\
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
*
|
|
|
|
|
Merge branch 'linus' into core/rcu, to fix up a semantic conflict
Ingo Molnar
2015-10-28
|
\
\
\
\
\
\
|
*
|
|
|
|
|
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
2015-10-23
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
2015-10-20
|
*
|
|
|
|
nohz: Revert "nohz: Set isolcpus when nohz_full is set"
Frederic Weisbecker
2015-10-20
|
*
|
|
|
|
sched/fair: Update task group's load_avg after task migration
Yuyang Du
2015-10-20
|
*
|
|
|
|
sched/fair: Fix overly small weight for interactive group entities
Yuyang Du
2015-10-20
|
*
|
|
|
|
sched, tracing: Stop/start critical timings around the idle=poll idle loop
Daniel Bristot de Oliveira
2015-10-12
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2015-10-19
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
sched: Export sched_setscheduler_nocheck
Davidlohr Bueso
2015-10-06
*
|
|
|
|
sched/core: Fix TASK_DEAD race in finish_task_switch()
Peter Zijlstra
2015-10-06
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2015-09-27
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
sched: Fix crash trying to dequeue/enqueue the idle thread
Peter Zijlstra
2015-09-18
*
|
|
|
|
userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...
Andrea Arcangeli
2015-09-22
|
|
/
/
/
|
/
|
|
|
[prev]
[next]