aboutsummaryrefslogtreecommitdiff
path: root/drivers/idle
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-29/+3
2014-01-13Merge branch 'x86/idle' into sched/coreGravatar Ingo Molnar 1-10/+1
2014-01-11intel_idle: remove superfluous dev->state_count initializationGravatar Bartlomiej Zolnierkiewicz 1-29/+0
2014-01-11intel_idle: do C1E promotion disable quirk for hotplugged CPUsGravatar Bartlomiej Zolnierkiewicz 1-0/+3
2014-01-10intel_idle: close avn_cstates array with correct markerGravatar Jiang Liu 1-1/+3
2014-01-09Revert "intel_idle: mark states tables with __initdata tag"Gravatar Jiang Liu 1-5/+5
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesGravatar Peter Zijlstra 1-10/+1
2013-12-19x86 idle: Repair large-server 50-watt idle-power regressionGravatar Len Brown 1-0/+3
2013-11-28intel_idle: Fixed C6 state on Avoton/Rangeley processorsGravatar Bockholdt Arne 1-2/+2
2013-11-19Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-1/+23
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+9
2013-11-12intel_idle: Support Intel Atom Processor C2000 Product FamilyGravatar Len Brown 1-1/+23
2013-10-30intel_idle: use CPU_TASKS_FROZEN instead of a numeric constantGravatar Prarit Bhargava 1-1/+1
2013-09-25sched, idle: Fix the idle polling state logicGravatar Peter Zijlstra 1-1/+1
2013-09-24intel_idle: mark some functions with __init tagGravatar Bartlomiej Zolnierkiewicz 1-2/+2
2013-09-24intel_idle: mark states tables with __initdata tagGravatar Bartlomiej Zolnierkiewicz 1-5/+5
2013-09-24intel_idle: shrink states tablesGravatar Bartlomiej Zolnierkiewicz 1-6/+6
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+21
2013-04-28Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-4/+0
2013-04-23cpuidle: remove en_core_tk_irqen flagGravatar Daniel Lezcano 1-1/+0
2013-04-22intel_idle: remove stop/start critical timingsGravatar Daniel Lezcano 1-3/+0
2013-04-17intel_idle: initial C8, C9, C10 supportGravatar Len Brown 1-0/+21
2013-03-15intel_idle: additional Haswell CPU-idGravatar Len Brown 1-0/+1
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2013-02-19intel_idle: Convert i7300_idle_lock to raw_spinlockGravatar Mike Galbraith 1-4/+4
2013-02-13intel_idle: export both C1 and C1EGravatar Len Brown 1-5/+49
2013-02-08intel_idle: remove assumption of one C-state per MWAIT flagGravatar Len Brown 1-51/+59
2013-02-08intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESGravatar Len Brown 1-8/+8
2013-02-08intel_idle: support HaswellGravatar Len Brown 1-0/+39
2013-02-01intel_idle: stop using driver_data for static flagsGravatar Len Brown 1-49/+26
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-2/+1
2013-01-21drivers/idle: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+0
2013-01-18intel_idle: Don't register CPU notifier if we are not running.Gravatar Konrad Rzeszutek Wilk 1-2/+1
2013-01-03intel_idle: pr_debug information need separatedGravatar Youquan Song 1-1/+1
2012-11-27cpuidle: Measure idle state durations with monotonic clockGravatar Julius Werner 1-13/+1
2012-09-26intel_idle: enable IVB Xeon supportGravatar Len Brown 1-0/+1
2012-08-17intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it.Gravatar Konrad Rzeszutek Wilk 1-1/+2
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-0/+37
2012-07-05ACPI: intel_idle : break dependency between modulesGravatar Daniel Lezcano 1-14/+27
2012-06-05intel_idle: initial IVB supportGravatar Len Brown 1-0/+37
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 1-7/+1
2012-03-21drivers/idle/intel_idle.c: fix confusing code identationGravatar Marcos Paulo de Souza 1-4/+4
2012-02-15intel_idle: Revert change of auto_demotion_disable_flags for NehalemGravatar Ben Hutchings 1-8/+4
2012-02-13intel_idle: Fix ID for Nehalem-EX Xeon in device ID tableGravatar Ben Hutchings 1-1/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Gravatar Greg Kroah-Hartman 1-1/+1
2012-01-26intel-idle: convert to x86_cpu_id auto probingGravatar Andi Kleen 1-50/+66
2012-01-19ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresGravatar Thomas Renninger 1-1/+1
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Gravatar Len Brown 1-47/+49
2012-01-17intel_idle: Split up and provide per CPU initialization funcGravatar Thomas Renninger 1-40/+42