aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-0/+21
2013-04-28Merge branch 'pm-cpuidle'Rafael J. Wysocki1-4/+0
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22intel_idle: remove stop/start critical timingsDaniel Lezcano1-3/+0
2013-04-17intel_idle: initial C8, C9, C10 supportLen Brown1-0/+21
2013-03-15intel_idle: additional Haswell CPU-idLen Brown1-0/+1
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2013-02-19intel_idle: Convert i7300_idle_lock to raw_spinlockMike Galbraith1-4/+4
2013-02-13intel_idle: export both C1 and C1ELen Brown1-5/+49
2013-02-08intel_idle: remove assumption of one C-state per MWAIT flagLen Brown1-51/+59
2013-02-08intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown1-8/+8
2013-02-08intel_idle: support HaswellLen Brown1-0/+39
2013-02-01intel_idle: stop using driver_data for static flagsLen Brown1-49/+26
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-2/+1
2013-01-21drivers/idle: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+0
2013-01-18intel_idle: Don't register CPU notifier if we are not running.Konrad Rzeszutek Wilk1-2/+1
2013-01-03intel_idle: pr_debug information need separatedYouquan Song1-1/+1
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-13/+1
2012-09-26intel_idle: enable IVB Xeon supportLen Brown1-0/+1
2012-08-17intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.Konrad Rzeszutek Wilk1-1/+2
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-0/+37
2012-07-05ACPI: intel_idle : break dependency between modulesDaniel Lezcano1-14/+27
2012-06-05intel_idle: initial IVB supportLen Brown1-0/+37
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-7/+1
2012-03-21drivers/idle/intel_idle.c: fix confusing code identationMarcos Paulo de Souza1-4/+4
2012-02-15intel_idle: Revert change of auto_demotion_disable_flags for NehalemBen Hutchings1-8/+4
2012-02-13intel_idle: Fix ID for Nehalem-EX Xeon in device ID tableBen Hutchings1-1/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-1/+1
2012-01-26intel-idle: convert to x86_cpu_id auto probingAndi Kleen1-50/+66
2012-01-19ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger1-1/+1
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into releaseLen Brown1-47/+49
2012-01-17intel_idle: Split up and provide per CPU initialization funcThomas Renninger1-40/+42
2012-01-17intel idle: Make idle driver more robustThomas Renninger1-1/+2
2012-01-17intel_idle: Fix a cast to pointer from integer of different size warning in intel_idleDavid Howells1-1/+1
2012-01-17intel_idle: remove redundant local_irq_disable() callYanmin Zhang1-2/+1
2012-01-17intel_idle: fix API misuseShaohua Li1-3/+3
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-31/+99
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-19/+61
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-12/+34
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_stateDeepthi Dharwar1-4/+8
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker1-0/+1
2011-02-28intel_idle: Rename cpuidle statesThomas Renninger1-11/+11
2011-02-17intel_idle: disable Atom/Lincroft HW C-state auto-demotionLen Brown1-0/+4
2011-02-17intel_idle: disable NHM/WSM HW C-state auto-demotionLen Brown1-0/+20
2011-01-25fix a shutdown regression in intel_idleShaohua Li1-6/+2
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testLen Brown1-2/+0
2011-01-12Merge branch 'linus' into idle-testLen Brown1-2/+1
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layerThomas Renninger1-2/+0
2011-01-12intel_idle: open broadcast clock eventShaohua Li1-1/+46