summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_idle.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki2013-05-121-10/+19
* cpuidle: remove en_core_tk_irqen flagDaniel Lezcano2013-04-231-1/+0
* cpuidle / ACPI: recover percpu ACPI processor cstateAlex Shi2013-04-021-6/+7
* Merge branch 'misc' into releaseLen Brown2013-02-181-1/+0
|\
| * x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown2013-02-101-1/+0
* | ACPI / idle: remove usage of the statedataDaniel Lezcano2013-02-081-12/+7
* | ACPI / idle: pass the cpuidle_device parameterDaniel Lezcano2013-02-081-5/+6
* | ACPI / idle : remove pointless headersDaniel Lezcano2013-02-081-12/+1
* | ACPI / idle: remove unused definitionDaniel Lezcano2013-02-081-4/+0
|/
* ACPI / processor: Get power info before updating the C-statesThomas Schlichter2013-01-191-0/+1
* ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabledKonrad Rzeszutek Wilk2013-01-181-0/+3
* cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-271-54/+3
* cpuidle / ACPI: fix potential NULL pointer dereferenceWei Yongjun2012-10-081-1/+2
* cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st...Daniel Lezcano2012-09-171-8/+24
* ACPI / processor: remove unused function parameterDaniel Lezcano2012-09-151-4/+2
* cpuidle / ACPI : remove power from acpi_processor_cx structureDaniel Lezcano2012-09-051-2/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-6/+6
|\
| *-. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-261-8/+36
| |\ \
| | * | ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore2012-07-171-6/+6
| |/ /
* | | Merge branch 'pm-acpi'Rafael J. Wysocki2012-07-191-2/+2
|\ \ \
| * | | ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki2012-07-011-2/+2
| * | | ACPI / PM: Drop pm_message_t argument from device suspend callbackRafael J. Wysocki2012-07-011-1/+1
| | |/ | |/|
* | | cpuilde / ACPI: remove time from acpi_processor_cx structureDaniel Lezcano2012-07-171-2/+0
* | | cpuidle / ACPI: remove usage from acpi_processor_cx structureDaniel Lezcano2012-07-171-5/+0
* | | cpuidle / ACPI : remove latency_ticks from acpi_processor_cx structureDaniel Lezcano2012-07-171-2/+0
* | | PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy2012-07-101-29/+1
|/ /
* | PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.Deepthi Dharwar2012-06-271-2/+30
|/
* Merge branches 'idle-fix' and 'misc' into releaseLen Brown2012-04-061-2/+1
|\
| *-. Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-301-2/+32
| |\ \
| | | * ACPI: Fix unprotected smp_processor_id() in acpi_processor_cst_has_changed()Paul E. McKenney2012-03-301-2/+1
| | |/ | |/|
* | | ACPI processor: Use safe_halt() rather than halt() in acpi_idle_play_dead()Luck, Tony2012-04-051-1/+1
| |/ |/|
* | idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky2012-03-301-0/+31
|/
* ACPI / cpuidle: Remove acpi_idle_suspend (to fix suspend regression)Rafael J. Wysocki2011-11-121-29/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-071-44/+207
|\
| * cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-25/+166
| * cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-13/+12
| * cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-061-26/+49
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-261-5/+5
|\ \
| * | locking, ACPI: Annotate c3_lock as rawThomas Gleixner2011-09-131-5/+5
| |/
* | PM QoS: Move and rename the implementation filesJean Pihet2011-08-251-1/+1
|/
* x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-291-1/+1
* Merge branch 'linus' into idle-testLen Brown2011-01-121-3/+3
|\
| * drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-3/+3
* | ACPI: processor_idle: delete use of NOP CPUIDLE_FLAGsLen Brown2011-01-121-4/+0
* | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-121-13/+11
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-10-261-1/+0
|\
| * ACPI: Remove unused #define ACPI_PROCESSOR_FILE_POWERThomas Renninger2010-10-011-1/+0
* | acpi_idle: delete bogus data from cpuidle_state.power_usageLen Brown2010-10-151-1/+0
|/
* Merge branch 'linus' into releaseLen Brown2010-08-151-2/+2
|\
| * Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-1/+1
| |\
OpenPOWER on IntegriCloud