Age | Commit message (Expand) | Author | Files | Lines |
2013-02-12 | cpuidle: remove vestage definition of cpuidle_state_usage.driver_data | Len Brown | 1 | -22/+0 |
2013-01-15 | cpuidle: remove the power_specified field in the driver | Daniel Lezcano | 1 | -1/+1 |
2012-11-15 | cpuidle: support multiple drivers | Daniel Lezcano | 1 | -2/+5 |
2012-11-15 | cpuidle: move driver's refcount to cpuidle | Daniel Lezcano | 1 | -0/+1 |
2012-11-15 | cpuidle / sysfs: move structure declaration into the sysfs.c file | Daniel Lezcano | 1 | -7/+0 |
2012-08-23 | ARM: omap: allow building omap44xx without SMP | Arnd Bergmann | 1 | -0/+4 |
2012-07-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+11 |
2012-07-19 | Merge branch 'pm-domains' | Rafael J. Wysocki | 1 | -0/+1 |
2012-07-10 | PM / cpuidle: System resume hang fix with cpuidle | Preeti U Murthy | 1 | -0/+4 |
2012-07-06 | ACPI: intel_idle : break dependency between modules | Daniel Lezcano | 1 | -7/+0 |
2012-07-03 | PM / Domains: Add preliminary support for cpuidle, v2 | Rafael J. Wysocki | 1 | -0/+1 |
2012-07-03 | PM / cpuidle: Add driver reference counter | Rafael J. Wysocki | 1 | -1/+5 |
2012-07-03 | cpuidle: move field disable from per-driver to per-cpu | ShuoX Liu | 1 | -1/+1 |
2012-06-02 | cpuidle: coupled: add parallel barrier function | Colin Cross | 1 | -0/+4 |
2012-06-02 | cpuidle: add support for states that affect multiple cpus | Colin Cross | 1 | -0/+7 |
2012-03-30 | cpuidle: power_usage should be declared signed integer | Boris Ostrovsky | 1 | -1/+1 |
2012-03-30 | idle, x86: Allow off-lined CPU to enter deeper C states | Boris Ostrovsky | 1 | -0/+5 |
2012-03-30 | cpuidle: remove unused 'governor_data' field | Daniel Lezcano | 1 | -1/+0 |
2012-03-30 | cpuidle: remove useless array definition in cpuidle_structure | Daniel Lezcano | 1 | -1/+1 |
2012-03-30 | cpuidle: add a sysfs entry to disable specific C state for debug purpose. | ShuoX Liu | 1 | -0/+1 |
2012-03-21 | cpuidle: Add common time keeping and irq enabling | Robert Lee | 1 | -1/+12 |
2012-01-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+7 |
2012-01-18 | intel_idle: Split up and provide per CPU initialization func | Thomas Renninger | 1 | -0/+7 |
2011-12-08 | powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSe... | Deepthi Dharwar | 1 | -2/+0 |
2011-11-07 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -22/+30 |
2011-11-07 | cpuidle: Single/Global registration of idle states | Deepthi Dharwar | 1 | -6/+13 |
2011-11-07 | cpuidle: Split cpuidle_state structure and move per-cpu statistics fields | Deepthi Dharwar | 1 | -10/+15 |
2011-11-07 | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() | Deepthi Dharwar | 1 | -3/+0 |
2011-11-07 | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-... | Deepthi Dharwar | 1 | -4/+3 |
2011-11-01 | include: replace linux/module.h with "struct module" wherever possible | Paul Gortmaker | 1 | -1/+2 |
2011-08-04 | cpuidle: stop depending on pm_idle | Len Brown | 1 | -0/+2 |
2011-08-04 | cpuidle: replace xen access to x86 pm_idle and default_idle | Len Brown | 1 | -0/+2 |
2011-01-12 | cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific | Len Brown | 1 | -1/+0 |
2011-01-12 | cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle | Len Brown | 1 | -1/+0 |
2011-01-12 | cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions | Len Brown | 1 | -3/+0 |
2011-01-12 | cpuidle: delete NOP CPUIDLE_FLAG_POLL | Len Brown | 1 | -1/+0 |
2010-10-01 | intel_idle: Voluntary leave_mm before entering deeper | Suresh Siddha | 1 | -0/+1 |
2010-08-10 | cpuidle: extend cpuidle and menu governor to handle dynamic states | Ai Li | 1 | -0/+4 |
2010-05-28 | cpuidle: make cpuidle_curr_driver static | Len Brown | 1 | -0/+2 |
2010-05-27 | cpuidle: fail to register if !CONFIG_CPU_IDLE | Len Brown | 1 | -3/+3 |
2008-06-12 | cpuidle acpi driver: fix oops on AC<->DC | Venkatesh Pallipadi | 1 | -0/+1 |
2008-03-26 | cpuidle: fix cpuidle time and usage overflow | Yi Yang | 1 | -2/+2 |
2008-02-14 | ACPI, cpuidle: Clarify C-state description in sysfs | Venkatesh Pallipadi | 1 | -0/+2 |
2008-02-07 | Revert "cpuidle: build fix for non-x86" | Len Brown | 1 | -13/+0 |
2008-02-07 | Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into release | Len Brown | 1 | -3/+23 |
2008-02-07 | cpuidle: Add a poll_idle method | venkatesh.pallipadi@intel.com | 1 | -3/+10 |
2008-02-07 | cpuidle: dubious one-bit signed bitfield in cpuidle.h | Harvey Harrison | 1 | -1/+1 |
2008-02-01 | cpuidle: build fix for non-x86 | Kevin Hilman | 1 | -0/+13 |
2007-11-20 | cpuidle: fix HP nx6125 regression | Venkatesh Pallipadi | 1 | -0/+1 |
2007-10-10 | cpuidle: consolidate 2.6.22 cpuidle branch into one patch | Len Brown | 1 | -0/+180 |