aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/power_allocator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27thermal/drivers/core: Use governor table to initializeDaniel Lezcano1-10/+1
2017-12-27thermal: power_allocator: fix one race condition issue for thermal_instances listYi Zeng1-0/+2
2016-08-08thermal: fix race condition when updating cooling deviceMichele Di Giorgio1-0/+2
2016-04-20thermal: power_allocator: req_range multiplication should be a 64 bit typeJavi Merino1-1/+1
2015-11-12thermal: power_allocator: Use temperature reading from tzKapileshwar Singh1-17/+7
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-10-01thermal: avoid division by zero in power allocatorAndrea Arcangeli1-0/+10
2015-09-20thermal: power_allocator: exit early if there are no cooling devicesJavi Merino1-0/+5
2015-09-14thermal: power_allocator: don't require tzp to be present for the thermal zoneJavi Merino1-5/+27
2015-09-14thermal: power_allocator: relax the requirement of two passive trip pointsJavi Merino1-44/+57
2015-09-14thermal: power_allocator: relax the requirement of a sustainable_power in tzpJavi Merino1-25/+100
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui1-8/+8
2015-08-29thermal: power_allocator: allocate with kcalloc what you free with kfreeJavi Merino1-2/+1
2015-08-13thermal: power_allocator: do not use devm* interfacesDmitry Torokhov1-4/+4
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-8/+8
2015-08-02thermal: power_allocator: trace the real requested powerJavi Merino1-10/+16
2015-05-11thermal: power_allocator: round the division when divvying up powerJavi Merino1-1/+2
2015-05-04thermal: add trace events to the power allocator governorJavi Merino1-2/+20
2015-05-04thermal: introduce the Power Allocator governorJavi Merino1-0/+520