aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/processor_idle.c
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-20/+17
2014-01-17Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-15/+14
2014-01-11ACPI / cpuidle: remove dev->state_count settingGravatar Bartlomiej Zolnierkiewicz 1-2/+0
2014-01-11ACPI / cpuidle: fix max idle state handling with hotplug CPU supportGravatar Bartlomiej Zolnierkiewicz 1-13/+14
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesGravatar Peter Zijlstra 1-15/+0
2013-12-19ACPI / processor: initialize a variable to silence compiler warningGravatar Al Stone 1-1/+1
2013-12-07ACPI: remove trailing whitespaceGravatar Al Stone 1-1/+1
2013-12-07ACPI: Clean up inclusions of ACPI header filesGravatar Lv Zheng 1-3/+1
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+1
2013-09-25sched, idle: Fix the idle polling state logicGravatar Peter Zijlstra 1-36/+10
2013-09-24ACPI / processor: remove superfluous pr == NULL checksGravatar Bartlomiej Zolnierkiewicz 1-14/+1
2013-07-14acpi: delete __cpuinit usage from all acpi filesGravatar Paul Gortmaker 1-4/+2
2013-06-19ACPI / PM: acpi_processor_suspend() can be staticGravatar Fengguang Wu 1-2/+2
2013-05-12ACPI / PM: Move processor suspend/resume to syscore_opsGravatar Rafael J. Wysocki 1-10/+19
2013-04-23cpuidle: remove en_core_tk_irqen flagGravatar Daniel Lezcano 1-1/+0
2013-04-02cpuidle / ACPI: recover percpu ACPI processor cstateGravatar Alex Shi 1-6/+7
2013-02-18Merge branch 'misc' into releaseGravatar Len Brown 1-1/+0
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramGravatar Len Brown 1-1/+0
2013-02-08ACPI / idle: remove usage of the statedataGravatar Daniel Lezcano 1-12/+7
2013-02-08ACPI / idle: pass the cpuidle_device parameterGravatar Daniel Lezcano 1-5/+6
2013-02-08ACPI / idle : remove pointless headersGravatar Daniel Lezcano 1-12/+1
2013-02-08ACPI / idle: remove unused definitionGravatar Daniel Lezcano 1-4/+0
2013-01-19ACPI / processor: Get power info before updating the C-statesGravatar Thomas Schlichter 1-0/+1
2013-01-18ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledGravatar Konrad Rzeszutek Wilk 1-0/+3
2012-11-27cpuidle: Measure idle state durations with monotonic clockGravatar Julius Werner 1-54/+3
2012-10-08cpuidle / ACPI: fix potential NULL pointer dereferenceGravatar Wei Yongjun 1-1/+2
2012-09-17cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Gravatar Daniel Lezcano 1-8/+24
2012-09-15ACPI / processor: remove unused function parameterGravatar Daniel Lezcano 1-4/+2
2012-09-05cpuidle / ACPI : remove power from acpi_processor_cx structureGravatar Daniel Lezcano 1-2/+0
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-6/+6
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Gravatar Len Brown 1-8/+36
2012-07-19Merge branch 'pm-acpi'Gravatar Rafael J. Wysocki 1-2/+2
2012-07-17cpuilde / ACPI: remove time from acpi_processor_cx structureGravatar Daniel Lezcano 1-2/+0
2012-07-17cpuidle / ACPI: remove usage from acpi_processor_cx structureGravatar Daniel Lezcano 1-5/+0
2012-07-17cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structureGravatar Daniel Lezcano 1-2/+0
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionGravatar Bob Moore 1-6/+6
2012-07-10PM / cpuidle: System resume hang fix with cpuidleGravatar Preeti U Murthy 1-29/+1
2012-07-01ACPI: Use struct dev_pm_ops for power management in processor driverGravatar Rafael J. Wysocki 1-2/+2
2012-07-01ACPI / PM: Drop pm_message_t argument from device suspend callbackGravatar Rafael J. Wysocki 1-1/+1
2012-06-27PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.Gravatar Deepthi Dharwar 1-2/+30
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseGravatar Len Brown 1-2/+1
2012-04-05ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead()Gravatar Luck, Tony 1-1/+1
2012-03-30Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Gravatar Len Brown 1-2/+32
2012-03-30ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Gravatar Paul E. McKenney 1-2/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesGravatar Boris Ostrovsky 1-0/+31
2011-11-12ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)Gravatar Rafael J. Wysocki 1-29/+0
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-44/+207
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 1-25/+166
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 1-13/+12
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Gravatar Deepthi Dharwar 1-26/+49