index
:
kernel_oneplus_msm8998.git
n7.1
o8.0
o8.1
o8.1-flash
p9.0
q10.0
q10.0-216
r11.1
s12.1
kernel_oneplus_msm8998
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
deadline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge android-4.4.114 (fe09418) into msm-4.4
Srinivasarao P
2018-02-01
1
-12
/
+86
|
\
|
*
Merge 4.4.114 into android-4.4
Greg Kroah-Hartman
2018-01-31
1
-12
/
+86
|
|
\
|
|
*
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
2018-01-31
1
-12
/
+86
*
|
|
Merge android-4.4.113 (ef588ef) into msm-4.4
Srinivasarao P
2018-01-24
1
-0
/
+2
|
\
|
|
|
*
|
Merge 4.4.113 into android-4.4
Greg Kroah-Hartman
2018-01-23
1
-0
/
+2
|
|
\
|
|
|
*
sched/deadline: Zero out positive runtime after throttling constrained tasks
Xunlei Pang
2018-01-23
1
-0
/
+2
*
|
|
Merge android-4.4.107 (79f138a) into msm-4.4
Srinivasarao P
2018-01-18
1
-6
/
+56
|
\
|
|
|
*
|
Merge 4.4.107 into android-4.4
Greg Kroah-Hartman
2017-12-20
1
-6
/
+56
|
|
\
|
|
|
*
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
2017-12-20
1
-4
/
+4
|
|
*
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
2017-12-20
1
-0
/
+45
|
|
*
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
2017-12-20
1
-2
/
+7
|
|
*
sched/rt: Add a missing rescheduling point
Sebastian Andrzej Siewior
2017-03-31
1
-2
/
+1
*
|
|
Merge android-4.4@ceee5bd (v4.4.95) into msm-4.4
Blagovest Kolenichev
2017-11-06
1
-1
/
+2
|
\
|
|
|
*
|
FROMLIST: sched/fair: Use wake_q length as a hint for wake_wide
Brendan Jackman
2017-10-27
1
-1
/
+2
*
|
|
Merge android-4.4@d6fbbe5 (v4.4.93) into msm-4.4
Blagovest Kolenichev
2017-10-20
1
-0
/
+4
|
\
|
|
|
*
|
sched: Update task->on_rq when tasks are moving between runqueues
Olav Haugan
2017-10-16
1
-0
/
+4
*
|
|
Merge android-4.4@a8935c9 (v4.4.87) into msm-4.4
Blagovest Kolenichev
2017-09-21
1
-0
/
+2
|
\
|
|
|
*
|
sched: deadline: WALT: account cumulative runnable avg
Joonwoo Park
2017-09-01
1
-0
/
+4
*
|
|
Merge branch 'android-4.4@6fc0573' into branch 'msm-4.4'
Blagovest Kolenichev
2017-06-19
1
-0
/
+3
|
\
|
|
|
*
|
sched: backport cpufreq hooks from 4.9-rc4
Steve Muckle
2017-06-02
1
-0
/
+3
*
|
|
Merge branch 'android-4.4@c71ad0f' into branch 'msm-4.4'
Blagovest Kolenichev
2017-04-20
1
-2
/
+1
|
\
|
|
|
*
|
Merge 4.4.59 into android-4.4
Greg Kroah-Hartman
2017-04-06
1
-2
/
+1
|
*
|
sched: deadline: use deadline bandwidth in scale_rt_capacity
Vincent Guittot
2016-05-10
1
-2
/
+31
|
|
/
*
|
Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-android
Runmin Wang
2016-12-16
1
-2
/
+31
|
\
\
|
*
|
sched: deadline: use deadline bandwidth in scale_rt_capacity
Vincent Guittot
2016-09-14
1
-2
/
+31
|
|
/
*
|
sched: Add separate load tracking histogram to predict loads
Pavankumar Kondeti
2016-03-23
1
-2
/
+4
*
|
sched: clean up fixup_hmp_sched_stats()
Joonwoo Park
2016-03-23
1
-1
/
+3
*
|
sched: Update task->on_rq when tasks are moving between runqueues
Olav Haugan
2016-03-23
1
-0
/
+6
*
|
sched: avoid stale cumulative_runnable_avg HMP statistics
Joonwoo Park
2016-03-23
1
-0
/
+8
*
|
sched/deadline: Add basic HMP extensions
Syed Rameez Mustafa
2016-03-23
1
-0
/
+30
|
/
*
sched/core: Add missing lockdep_unpin() annotations
Peter Zijlstra
2015-10-23
1
-1
/
+8
*
sched/deadline: Fix migration of SCHED_DEADLINE tasks
Luca Abeni
2015-10-20
1
-3
/
+5
*
sched/deadline: Fix comment in enqueue_task_dl()
Andrea Parri
2015-08-12
1
-1
/
+1
*
sched/deadline: Fix comment in push_dl_tasks()
Andrea Parri
2015-08-12
1
-1
/
+1
*
sched: Change the sched_class::set_cpus_allowed() calling context
Peter Zijlstra
2015-08-12
1
-37
/
+2
*
sched: Make sched_class::set_cpus_allowed() unconditional
Peter Zijlstra
2015-08-12
1
-8
/
+12
*
sched/deadline: Remove a redundant condition from task_woken_dl()
Xunlei Pang
2015-08-03
1
-1
/
+0
*
Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-06-24
1
-103
/
+135
|
\
|
*
sched,lockdep: Employ lock pinning
Peter Zijlstra
2015-06-19
1
-0
/
+8
|
*
sched,dl: Fix sched class hopping CBS hole
Peter Zijlstra
2015-06-19
1
-66
/
+86
|
*
sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...
Peter Zijlstra
2015-06-19
1
-21
/
+24
|
*
sched,dl: Remove return value from pull_dl_task()
Peter Zijlstra
2015-06-19
1
-10
/
+10
|
*
sched: Replace post_schedule with a balance callback list
Peter Zijlstra
2015-06-19
1
-10
/
+11
|
*
Merge branch 'timers/core' into sched/hrtimers
Thomas Gleixner
2015-06-19
1
-10
/
+2
|
|
\
*
|
\
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
1
-10
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sched: deadline: Use hrtimer_start()
Thomas Gleixner
2015-04-22
1
-10
/
+2
*
|
|
sched/deadline: Remove needless parameter in dl_runtime_exceeded()
Zhiqiang Zhang
2015-06-19
1
-2
/
+2
*
|
|
sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...
Wanpeng Li
2015-06-19
1
-1
/
+14
*
|
|
sched/deadline: Make init_sched_dl_class() __init
Wanpeng Li
2015-06-19
1
-1
/
+1
*
|
|
sched/deadline: Optimize pull_dl_task()
Wanpeng Li
2015-06-19
1
-1
/
+27
|
|
/
|
/
|
[next]