aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuidle.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17cpuidle: use BIT() for idle state flags and remove CPUIDLE_DRIVER_FLAGS_MASKYangtao Li1-5/+3
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki1-0/+2
2018-10-04cpuidle: menu: Fix wakeup statistics updates for polling stateRafael J. Wysocki1-0/+1
2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim1-10/+0
2018-05-30cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki1-0/+1
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki1-3/+5
2018-03-29PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki1-0/+4
2018-02-15Merge branches 'pm-cpuidle' and 'pm-opp'Rafael J. Wysocki1-1/+1
2018-02-12PM: cpuidle: Fix cpuidle_poll_state_init() prototypeRafael J. Wysocki1-1/+1
2018-01-02cpuidle: Add new macro to enter a retention idle statePrashanth Prakash1-16/+24
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki1-4/+4
2017-08-30cpuidle: Make drivers initialize polling stateRafael J. Wysocki1-2/+2
2017-08-30cpuidle: Move polling state initialization code to separate fileRafael J. Wysocki1-0/+6
2017-08-30cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki1-6/+1
2017-08-11PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki1-4/+4
2017-01-31cpuidle:powernv: Add helper function to populate powernv idle states.Gautham R. Shenoy1-0/+1
2016-11-29cpuidle: Allow enforcing deepest idle state selectionJacob Pan1-1/+6
2016-10-21cpuidle: governors: Remove remaining old module codeDaniel Lezcano1-2/+0
2016-07-21cpuidle: introduce CPU_PM_CPU_IDLE_ENTER macro for ARM{32, 64}Sudeep Holla1-0/+18
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-0/+3
2015-08-28cpuidle/coupled: Remove cpuidle_device::safe_state_indexXunlei Pang1-1/+0
2015-06-19Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki1-6/+10
2015-05-19PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki1-6/+10
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki1-0/+1
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki1-0/+3
2015-04-03cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz1-1/+0
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki1-2/+15
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki1-0/+9
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki1-2/+2
2014-12-17cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALIDLen Brown1-3/+0
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-2/+2
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2014-05-28cpuidle: declare cpuidle_dev in cpuidle.hPaul Burton1-0/+1
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki1-0/+2
2014-05-01cpuidle: Combine cpuidle_enabled() with cpuidle_select()Rafael J. Wysocki1-5/+0
2014-03-11sched/idle: Reorganize the idle loopDaniel Lezcano1-0/+2
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano1-2/+0
2014-03-11idle/cpuidle: Split cpuidle_idle_call main function into smaller functionsDaniel Lezcano1-0/+19
2013-10-30cpuidle: remove cpuidle_unregister_governor()Viresh Kumar1-6/+0
2013-10-30cpuidle: fix indentation of cpumaskViresh Kumar1-1/+1
2013-07-15cpuidle: Add missing forward declarations of structuresDaniel Lezcano1-0/+2
2013-07-15cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano1-4/+3
2013-06-11cpuidle: simplify multiple driver supportDaniel Lezcano1-3/+3
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-1/+1
2013-04-23cpuidle: make a single register function for allDaniel Lezcano1-2/+7
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-11/+0
2013-04-17intel_idle: initial C8, C9, C10 supportLen Brown1-1/+1
2013-04-01cpuidle: initialize the broadcast timer frameworkDaniel Lezcano1-0/+2
2013-04-01cpuidle : handle clockevent notify from the cpuidle frameworkDaniel Lezcano1-0/+1
2013-02-11cpuidle: remove vestage definition of cpuidle_state_usage.driver_dataLen Brown1-22/+0