summaryrefslogtreecommitdiffstats
path: root/drivers/idle
Commit message (Expand)AuthorAgeFilesLines
* intel_idle: enable IVB Xeon supportLen Brown2012-09-261-0/+1
* intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.Konrad Rzeszutek Wilk2012-08-171-1/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-0/+37
|\
| * intel_idle: initial IVB supportLen Brown2012-06-051-0/+37
* | ACPI: intel_idle : break dependency between modulesDaniel Lezcano2012-07-051-14/+27
|/
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* drivers/idle/intel_idle.c: fix confusing code identationMarcos Paulo de Souza2012-03-211-4/+4
* intel_idle: Revert change of auto_demotion_disable_flags for NehalemBen Hutchings2012-02-151-8/+4
* intel_idle: Fix ID for Nehalem-EX Xeon in device ID tableBen Hutchings2012-02-131-1/+1
* Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-1/+1
|\
| * ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger2012-01-191-1/+1
* | intel-idle: convert to x86_cpu_id auto probingAndi Kleen2012-01-261-50/+66
|/
*---. Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-181-47/+49
|\ \ \
| | * | intel_idle: Split up and provide per CPU initialization funcThomas Renninger2012-01-171-40/+42
| |/ / |/| |
| * | intel idle: Make idle driver more robustThomas Renninger2012-01-171-1/+2
| * | intel_idle: Fix a cast to pointer from integer of different size warning in i...David Howells2012-01-171-1/+1
| * | intel_idle: remove redundant local_irq_disable() callYanmin Zhang2012-01-171-2/+1
| * | intel_idle: fix API misuseShaohua Li2012-01-171-3/+3
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-31/+99
|\ \ | |/ |/|
| * cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-19/+61
| * cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-12/+34
| * cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-4/+8
* | x86: fix up files really needing to include module.hPaul Gortmaker2011-10-311-0/+1
|/
* intel_idle: Rename cpuidle statesThomas Renninger2011-02-281-11/+11
* intel_idle: disable Atom/Lincroft HW C-state auto-demotionLen Brown2011-02-171-0/+4
* intel_idle: disable NHM/WSM HW C-state auto-demotionLen Brown2011-02-171-0/+20
* fix a shutdown regression in intel_idleShaohua Li2011-01-251-6/+2
* Merge branch 'cpuidle-perf-events' into idle-testLen Brown2011-01-121-2/+0
|\
| * cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger2011-01-121-2/+0
* | Merge branch 'linus' into idle-testLen Brown2011-01-121-2/+1
|\|
| * perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-041-0/+1
| * perf: Do not export power_frequency, but power_start eventThomas Renninger2011-01-041-2/+0
* | intel_idle: open broadcast clock eventShaohua Li2011-01-121-1/+46
* | cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idleLen Brown2011-01-121-0/+8
* | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-121-0/+4
* | intel_idle: update Sandy Bridge core C-state residency targetsLen Brown2011-01-121-4/+4
|/
* intel_idle: recognize ARAT on WSM-EXLen Brown2010-12-021-9/+3
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-10-261-15/+46
|\
| * intel_idle: do not use the LAPIC timer for ATOM C2Len Brown2010-10-261-1/+1
| * Merge branch 'intel_idle+snb' into idle-releaseLen Brown2010-10-231-1/+42
| |\
| | * intel_idle: add initial Sandy Bridge supportLen Brown2010-10-231-1/+43
| * | intel_idle: delete bogus data from cpuidle_state.power_usageLen Brown2010-10-151-7/+0
| * | intel_idle: simplify test for leave_mm()Len Brown2010-10-151-6/+3
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-8/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86, mwait: Move mwait constants to a common header fileH. Peter Anvin2010-09-171-8/+1
| |/ /
* | | intel_idle: enable Atom C6Len Brown2010-10-081-5/+5
* | | intel_idle: Voluntary leave_mm before entering deeperSuresh Siddha2010-09-301-4/+14
* | | intel_idle: add missing __percpu markupNamhyung Kim2010-09-281-1/+1