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
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
sched/hmp: Enhance co-location and scheduler boost features
Syed Rameez Mustafa
2016-11-16
*
sched: core: Skip migrating tasks that aren't enqueued on dead_rq
Vikram Mulukutla
2016-11-11
*
sched/core: Fix migrate tasks bail-out condition
Olav Haugan
2016-11-10
*
Merge "sched: Ensure watchdog is enabled before disabling"
Linux Build Service Account
2016-11-08
|
\
|
*
sched: Ensure watchdog is enabled before disabling
Olav Haugan
2016-11-07
*
|
Merge "sched/core: Keep rq online after cpu isolation"
Linux Build Service Account
2016-11-08
|
\
|
|
*
sched/core: Keep rq online after cpu isolation
Olav Haugan
2016-11-07
*
|
Merge "sched: Fix race condition with active balance"
Linux Build Service Account
2016-11-08
|
\
|
|
*
sched: Fix race condition with active balance
Olav Haugan
2016-11-07
*
|
sched/hmp: Use GFP_KERNEL for top task memory allocations
Syed Rameez Mustafa
2016-11-07
|
/
*
sched/hmp: Automatically add children threads to colocation group
Syed Rameez Mustafa
2016-10-27
*
sched: Set curr/prev_window_cpu pointers to NULL in sched_exit()
Syed Rameez Mustafa
2016-10-24
*
Merge "sched/core_ctl: Move header file to global location"
Linux Build Service Account
2016-10-20
|
\
|
*
sched/core_ctl: Move header file to global location
Olav Haugan
2016-10-18
*
|
sched: Optimize the next top task search logic upon task migration
Syed Rameez Mustafa
2016-10-17
*
|
sched: Add the mechanics of top task tracking for frequency guidance
Syed Rameez Mustafa
2016-10-17
*
|
sched: Enhance the scheduler migration load fixup feature
Syed Rameez Mustafa
2016-10-17
*
|
sched: Add per CPU load tracking for each task
Syed Rameez Mustafa
2016-10-17
|
/
*
Merge "sched/cgroup: Fix/cleanup cgroup teardown/init"
Linux Build Service Account
2016-10-13
|
\
|
*
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
2016-10-05
|
*
sched/cgroup: Fix cgroup entity load tracking tear-down
Peter Zijlstra
2016-10-05
*
|
Merge "sched: Fix a division by zero bug in scale_exec_time()"
Linux Build Service Account
2016-10-06
|
\
\
|
*
|
sched: Fix a division by zero bug in scale_exec_time()
Pavankumar Kondeti
2016-10-01
*
|
|
Merge "sched: Add a device tree property to specify the sched boost type"
Linux Build Service Account
2016-10-05
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
sched: Add a device tree property to specify the sched boost type
Pavankumar Kondeti
2016-10-02
*
|
|
Merge "sched: Fix CPU selection when all online CPUs are isolated"
Linux Build Service Account
2016-10-03
|
\
\
\
|
*
|
|
sched: Fix CPU selection when all online CPUs are isolated
Syed Rameez Mustafa
2016-09-30
|
|
|
/
|
|
/
|
*
|
|
Merge "sched: Add a stub function for init_clusters()"
Linux Build Service Account
2016-10-03
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sched: Add a stub function for init_clusters()
Pavankumar Kondeti
2016-10-02
|
|
/
*
|
Merge "sched: panic on corrupted stack end"
Linux Build Service Account
2016-09-30
|
\
\
|
|
/
|
/
|
|
*
sched: panic on corrupted stack end
Jann Horn
2016-09-14
*
|
sched/core_ctl: Integrate core control with cpu isolation
Olav Haugan
2016-09-24
*
|
sched/core: Add trace point for cpu isolation
Olav Haugan
2016-09-24
*
|
sched: add cpu isolation support
Olav Haugan
2016-09-24
*
|
sched: Further re-factor HMP specific code
Syed Rameez Mustafa
2016-09-08
*
|
Merge "Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4...
Linux Build Service Account
2016-08-29
|
\
\
|
*
|
Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"
Trilok Soni
2016-08-26
|
|
/
*
|
sched: handle frequency alert notifications better
Pavankumar Kondeti
2016-08-22
*
|
sched: inherit the group id from the group leader
Pavankumar Kondeti
2016-08-22
*
|
sched: Move notify_migration() under CONFIG_SCHED_HMP
Syed Rameez Mustafa
2016-08-22
*
|
sched: Move most HMP specific code to a separate file.
Syed Rameez Mustafa
2016-08-22
*
|
sched: Consolidate CONFIG_SCHED_HMP sections in various files
Syed Rameez Mustafa
2016-08-22
*
|
sched: Fix compile issues for !CONFIG_SCHED_HMP
Syed Rameez Mustafa
2016-08-22
*
|
sched: Remove all existence of CONFIG_SCHED_FREQ_INPUT
Syed Rameez Mustafa
2016-08-22
*
|
sched: Move CPU cstate tracking under CONFIG_SCHED_HMP
Syed Rameez Mustafa
2016-08-22
*
|
sched: Remove unused PELT extensions for HMP scheduling
Syed Rameez Mustafa
2016-08-22
*
|
sched: Remove unused migration notifier code.
Syed Rameez Mustafa
2016-08-22
|
/
*
Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4
Trilok Soni
2016-08-18
|
\
|
*
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
2016-05-04
*
|
Revert "arm64: Add support for app specific settings"
Satya Durga Srinivasu Prabhala
2016-08-15
[next]