aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors/ladder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30governors: unify last_state_idxMarcelo Tosatti1-11/+10
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim1-1/+1
2018-05-30cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki1-8/+1
2018-05-30cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki1-2/+1
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-1/+2
2017-11-08cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas1-0/+7
2017-08-30cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki1-6/+8
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-21cpuidle: governors: Remove remaining old module codeDaniel Lezcano1-2/+0
2016-01-15cpuidle: Default to ladder governor on ticking systemsJean Delvare1-0/+9
2014-12-17cpuidle: ladder: Better idle duration measurement without using CPUIDLE_FLAG_TIME_INVALIDLen Brown1-6/+1
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-1/+1
2014-08-26drivers/cpuidle: Replace __get_cpu_var uses for address calculationChristoph Lameter1-2/+2
2014-07-29cpuidle: ladder governor - use macro instead of hardcoded valueMohammad Merajul Islam Molla1-2/+2
2013-07-15cpuidle: Make it clear that governors cannot be modulesDaniel Lezcano1-11/+1
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki1-1/+3
2012-09-04Honor state disabling in the cpuidle ladder governorCarsten Emde1-1/+3
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-11/+30
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-11/+17
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-0/+13
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hPaul Gortmaker1-1/+1
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet1-1/+1
2010-05-10PM QOS updateMark Gross1-1/+1
2009-12-15drivers/cpuidle: Move dereference after NULL testJulia Lawall1-3/+0
2008-08-15cpuidle: Make ladder governor honor latency requirements fullyvenkatesh.pallipadi@intel.com1-0/+12
2008-08-15cpuidle: Do not use poll_idle unless user asks for itvenkatesh.pallipadi@intel.com1-4/+10
2008-02-05pm qos infrastructure and interfaceMark Gross1-2/+3
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+166