aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/power_allocator.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-08thermal: fix race condition when updating cooling deviceGravatar Michele Di Giorgio 1-0/+2
2016-04-20thermal: power_allocator: req_range multiplication should be a 64 bit typeGravatar Javi Merino 1-1/+1
2015-11-12thermal: power_allocator: Use temperature reading from tzGravatar Kapileshwar Singh 1-17/+7
2015-11-09remove abs64()Gravatar Andrew Morton 1-1/+1
2015-10-01thermal: avoid division by zero in power allocatorGravatar Andrea Arcangeli 1-0/+10
2015-09-20thermal: power_allocator: exit early if there are no cooling devicesGravatar Javi Merino 1-0/+5
2015-09-14thermal: power_allocator: don't require tzp to be present for the thermal zoneGravatar Javi Merino 1-5/+27
2015-09-14thermal: power_allocator: relax the requirement of two passive trip pointsGravatar Javi Merino 1-44/+57
2015-09-14thermal: power_allocator: relax the requirement of a sustainable_power in tzpGravatar Javi Merino 1-25/+100
2015-09-02Merge branches 'thermal-core' and 'thermal-intel' of .git into nextGravatar Zhang Rui 1-8/+8
2015-08-29thermal: power_allocator: allocate with kcalloc what you free with kfreeGravatar Javi Merino 1-2/+1
2015-08-13thermal: power_allocator: do not use devm* interfacesGravatar Dmitry Torokhov 1-4/+4
2015-08-03thermal: consistently use int for temperaturesGravatar Sascha Hauer 1-8/+8
2015-08-02thermal: power_allocator: trace the real requested powerGravatar Javi Merino 1-10/+16
2015-05-11thermal: power_allocator: round the division when divvying up powerGravatar Javi Merino 1-1/+2
2015-05-04thermal: add trace events to the power allocator governorGravatar Javi Merino 1-2/+20
2015-05-04thermal: introduce the Power Allocator governorGravatar Javi Merino 1-0/+520