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: kill unnecessary divisions on fast path
Joonwoo Park
2016-06-21
*
|
|
|
sched: prevent race where update CPU cycles
Joonwoo Park
2016-06-21
*
|
|
|
sched: fix overflow in scaled execution time calculation
Joonwoo Park
2016-06-21
*
|
|
|
sched: remove unused parameter cpu from cpu_cycles_to_freq()
Joonwoo Park
2016-06-21
*
|
|
|
sched: avoid potential race between governor and thermal driver
Joonwoo Park
2016-06-09
*
|
|
|
sched: fix potential deflated frequency estimation during IRQ handling
Joonwoo Park
2016-06-09
*
|
|
|
sched: fix CPU frequency estimation while idle
Joonwoo Park
2016-06-09
*
|
|
|
sched: preserve CPU cycle counter in rq
Joonwoo Park
2016-06-09
*
|
|
|
arm64: Add support for app specific settings
Sarangdhar Joshi
2016-06-07
*
|
|
|
Revert "sched: warn/panic upon excessive scheduling latency"
Joonwoo Park
2016-06-03
*
|
|
|
Revert "sched: add scheduling latency tracking procfs node"
Joonwoo Park
2016-06-03
*
|
|
|
sched: eliminate sched_early_detection_duration knob
Joonwoo Park
2016-06-03
*
|
|
|
sched: Remove the sched heavy task frequency guidance feature
Joonwoo Park
2016-06-03
*
|
|
|
sched: eliminate sched_migration_fixup knob
Joonwoo Park
2016-06-03
*
|
|
|
sched: eliminate sched_upmigrate_min_nice knob
Joonwoo Park
2016-06-03
*
|
|
|
sched: eliminate sched_enable_power_aware knob and parameter
Joonwoo Park
2016-06-01
*
|
|
|
sched: eliminate sched_freq_account_wait_time knob
Joonwoo Park
2016-06-01
*
|
|
|
sched: eliminate sched_account_wait_time knob
Joonwoo Park
2016-06-01
*
|
|
|
sched: Aggregate for frequency
Srivatsa Vaddagiri
2016-05-26
*
|
|
|
sched: simplify CPU frequency estimation and cycle counter API
Joonwoo Park
2016-05-20
*
|
|
|
sched: use correct Kconfig macro name CONFIG_SCHED_HMP_CSTATE_AWARE
Joonwoo Park
2016-05-16
*
|
|
|
Revert "sched: set HMP scheduler's default initial task load to 100%"
Joonwoo Park
2016-05-16
*
|
|
|
watchdog: introduce touch_softlockup_watchdog_sched()
Tejun Heo
2016-05-05
*
|
|
|
sched: take into account of limited CPU min and max frequencies
Joonwoo Park
2016-04-27
*
|
|
|
sched: add support for CPU frequency estimation with cycle counter
Joonwoo Park
2016-04-27
*
|
|
|
sched: revise sched_boost to make the best of big cluster CPUs
Joonwoo Park
2016-04-25
*
|
|
|
sched: fix excessive task packing where CONFIG_SCHED_HMP_CSTATE_AWARE=y
Joonwoo Park
2016-04-22
*
|
|
|
sched: add option whether CPU C-state is used to guide task placement
Joonwoo Park
2016-04-22
*
|
|
|
sched: update placement logic to prefer C-state and busier CPUs
Syed Rameez Mustafa
2016-04-22
*
|
|
|
sched: Optimize wakeup placement logic when need_idle is set
Syed Rameez Mustafa
2016-04-22
*
|
|
|
kernel: sched: Fix compilation issues for Usermode Linux
Jeevan Shriram
2016-04-12
*
|
|
|
sched: fix circular dependency of rq->lock and kswadp waitqueue lock
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: move out migration notification out of spinlock
Joonwoo Park
2016-03-23
*
|
|
|
sched: fix compile failure with !CONFIG_SCHED_HMP
Joonwoo Park
2016-03-23
*
|
|
|
sched: restrict sync wakee placement bias with waker's demand
Joonwoo Park
2016-03-23
*
|
|
|
sched: add preference for waker cluster CPU in wakee task placement
Joonwoo Park
2016-03-23
*
|
|
|
sched/core: Add protection against null-pointer dereference
Olav Haugan
2016-03-23
*
|
|
|
sched: allow select_prev_cpu_us to be set to values greater than 100us
Joonwoo Park
2016-03-23
*
|
|
|
sched: clean up idle task's mark_start restoring in init_idle()
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: let sched_boost take precedence over sched_restrict_cluster_spill
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: Add separate load tracking histogram to predict loads
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: Provide a wake up API without sending freq notifications
Junjie Wu
2016-03-23
*
|
|
|
sched: Take downmigrate threshold into consideration
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: Provide a facility to restrict RT tasks to lower power cluster
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: Take cluster's minimum power into account for optimizing sbc()
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: Revise the inter cluster load balance restrictions
Pavankumar Kondeti
2016-03-23
*
|
|
|
sched: colocate related threads
Srivatsa Vaddagiri
2016-03-23
*
|
|
|
sched: Update fair and rt placement logic to use scheduler clusters
Srivatsa Vaddagiri
2016-03-23
*
|
|
|
sched: Introduce the concept CPU clusters in the scheduler
Srivatsa Vaddagiri
2016-03-23
*
|
|
|
sched: remove init_new_task_load from CONFIG_SMP
Jeevan Shriram
2016-03-23
[prev]
[next]