aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpuidle.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-15cpuidle: remove the power_specified field in the driverDaniel Lezcano1-1/+1
2012-11-15cpuidle: support multiple driversDaniel Lezcano1-2/+5
2012-11-15cpuidle: move driver's refcount to cpuidleDaniel Lezcano1-0/+1
2012-11-15cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano1-7/+0
2012-08-23ARM: omap: allow building omap44xx without SMPArnd Bergmann1-0/+4
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-0/+11
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki1-0/+1
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy1-0/+4
2012-07-05ACPI: intel_idle : break dependency between modulesDaniel Lezcano1-7/+0
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki1-0/+1
2012-07-03PM / cpuidle: Add driver reference counterRafael J. Wysocki1-1/+5
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu1-1/+1
2012-06-02cpuidle: coupled: add parallel barrier functionColin Cross1-0/+4
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross1-0/+7
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-0/+5
2012-03-30cpuidle: remove unused 'governor_data' fieldDaniel Lezcano1-1/+0
2012-03-30cpuidle: remove useless array definition in cpuidle_structureDaniel Lezcano1-1/+1
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu1-0/+1
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee1-1/+12
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-0/+7
2012-01-17intel_idle: Split up and provide per CPU initialization funcThomas Renninger1-0/+7
2011-12-08powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSeriesDeepthi Dharwar1-2/+0
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-22/+30
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-6/+13
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-10/+15
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar1-3/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-4/+3
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+2
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-0/+2
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-0/+2