index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/core: Annotate curr pointer in rq with __rcu
Madhuparna Bhowmik
2020-02-11
1
-1
/
+1
*
sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...
Mel Gorman
2020-02-10
1
-0
/
+13
*
sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()
Valentin Schneider
2019-12-25
1
-4
/
+5
*
sched/uclamp: Make uclamp util helpers use and return UL values
Valentin Schneider
2019-12-25
1
-7
/
+7
*
sched/uclamp: Remove uclamp_util()
Valentin Schneider
2019-12-25
1
-9
/
+0
*
sched/uclamp: Fix overzealous type replacement
Valentin Schneider
2019-11-17
1
-1
/
+1
*
sched/core: Further clarify sched_class::set_next_task()
Peter Zijlstra
2019-11-11
1
-2
/
+2
*
sched/core: Simplify sched_class::pick_next_task()
Peter Zijlstra
2019-11-11
1
-15
/
+3
*
sched/core: Optimize pick_next_task()
Peter Zijlstra
2019-11-11
1
-0
/
+3
*
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
2019-11-08
1
-3
/
+27
*
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
2019-09-25
1
-0
/
+34
*
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-09-16
1
-2
/
+2
|
\
|
*
sched/preempt: Use CONFIG_PREEMPTION where appropriate
Thomas Gleixner
2019-07-31
1
-2
/
+2
*
|
sched/uclamp: Always use 'enum uclamp_id' for clamp_id values
Patrick Bellasi
2019-09-03
1
-1
/
+1
*
|
sched/uclamp: Propagate parent clamps
Patrick Bellasi
2019-09-03
1
-0
/
+2
*
|
sched/uclamp: Extend CPU's cgroup controller
Patrick Bellasi
2019-09-03
1
-0
/
+8
*
|
sched: Rework pick_next_task() slow-path
Peter Zijlstra
2019-08-08
1
-5
/
+8
*
|
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
2019-08-08
1
-2
/
+2
*
|
sched/fair: Expose newidle_balance()
Peter Zijlstra
2019-08-08
1
-0
/
+4
*
|
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
2019-08-08
1
-3
/
+4
*
|
sched: Rework CPU hotplug task selection
Peter Zijlstra
2019-08-08
1
-0
/
+1
*
|
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
2019-08-08
1
-4
/
+0
*
|
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
2019-07-25
1
-3
/
+0
*
|
sched/isolation: Prefer housekeeping CPU in local node
Wanpeng Li
2019-07-25
1
-3
/
+5
*
|
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2019-07-25
1
-1
/
+2
|
/
*
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
2019-06-24
1
-12
/
+9
*
sched/uclamp: Add uclamp_util_with()
Patrick Bellasi
2019-06-24
1
-1
/
+20
*
sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks
Patrick Bellasi
2019-06-24
1
-0
/
+23
*
sched/uclamp: Enforce last task's UCLAMP_MAX
Patrick Bellasi
2019-06-24
1
-0
/
+2
*
sched/uclamp: Add CPU's clamp buckets refcounting
Patrick Bellasi
2019-06-24
1
-0
/
+51
*
sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()
Vincent Guittot
2019-06-24
1
-1
/
+1
*
sched/fair: Don't push cfs_bandwith slack timers forward
bsegall@google.com
2019-06-17
1
-4
/
+4
*
sched/core: Remove rq->cpu_load[]
Dietmar Eggemann
2019-06-03
1
-2
/
+0
*
sched/fair: Remove the rq->cpu_load[] update code
Dietmar Eggemann
2019-06-03
1
-6
/
+0
*
sched/fair: Remove rq->load
Dietmar Eggemann
2019-06-03
1
-2
/
+0
*
sched/core: Annotate perf_domain pointer with __rcu
Joel Fernandes (Google)
2019-04-03
1
-1
/
+1
*
sched_domain: Annotate RCU pointers properly
Joel Fernandes (Google)
2019-04-03
1
-7
/
+7
*
sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
Joel Fernandes (Google)
2019-04-03
1
-1
/
+1
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-06
1
-10
/
+44
|
\
|
*
sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...
Dietmar Eggemann
2019-02-11
1
-1
/
+1
|
*
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
2019-02-04
1
-3
/
+3
|
*
sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...
Vincent Guittot
2019-02-04
1
-0
/
+7
|
*
sched/fair: Update scale invariance of PELT
Vincent Guittot
2019-02-04
1
-1
/
+4
|
*
sched/fair: Move the rq_of() helper function
Vincent Guittot
2019-02-04
1
-0
/
+16
|
*
sched/core: Give DCE a fighting chance
Peter Zijlstra
2019-01-27
1
-5
/
+13
*
|
sched: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
2019-01-26
1
-1
/
+1
|
/
*
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2019-01-06
1
-3
/
+3
*
sched/fair: Add over-utilization/tipping point indicator
Morten Rasmussen
2018-12-11
1
-0
/
+4
*
sched/fair: Clean-up update_sg_lb_stats parameters
Quentin Perret
2018-12-11
1
-0
/
+3
*
sched/toplogy: Introduce the 'sched_energy_present' static key
Quentin Perret
2018-12-11
1
-0
/
+4
[next]