| Commit message (Expand) | Author | Age | Files | Lines |
* | cpufreq: Use per-policy frequency QoS | Rafael J. Wysocki | 2019-10-21 | 1 | -5/+4 |
* | ACPI: cpufreq: Switch to QoS requests instead of cpufreq notifier | Viresh Kumar | 2019-08-28 | 1 | -4/+35 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | ACPI: processor: use dev_dbg() instead of dev_warn() when CPPC probe failed | Hanjun Guo | 2017-07-27 | 1 | -1/+1 |
* | ACPI/processor: Use cpu_hotplug_disable() instead of get_online_cpus() | Thomas Gleixner | 2017-05-26 | 1 | -2/+2 |
* | ACPI/processor: Replace racy task affinity logic | Thomas Gleixner | 2017-04-15 | 1 | -1/+6 |
* | ACPI/processor: Fix error handling in __acpi_processor_start() | Thomas Gleixner | 2017-04-15 | 1 | -0/+3 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-10-04 | 1 | -44/+47 |
|\ |
|
| * | ACPI/processor: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-09-19 | 1 | -44/+47 |
* | | ACPI / CPPC: Don't return on CPPC probe failure | Srinivas Pandruvada | 2016-09-08 | 1 | -1/+1 |
* | | ACPI / CPPC: Allow build with ACPI_CPU_FREQ_PSS config | Srinivas Pandruvada | 2016-09-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-29 | 1 | -5/+6 |
|\ |
|
| * | ACPI/processor: Avoid STARTING/DYING actions in a more logical way | Richard Cochran | 2016-07-15 | 1 | -5/+6 |
* | | ACPI / processor_idle: Add support for Low Power Idle(LPI) states | Sudeep Holla | 2016-07-21 | 1 | -1/+1 |
|/ |
|
* | ACPI / sleep: move acpi_processor_sleep to sleep.c | Sudeep Holla | 2016-02-22 | 1 | -2/+0 |
* | ACPI / processor: Fix thermal cooling device regression | Srinivas Pandruvada | 2015-12-21 | 1 | -1/+2 |
* | CPPC: Probe for CPPC tables for each ACPI Processor object | Ashwin Chaugule | 2015-10-12 | 1 | -0/+6 |
*-. | Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted' | Rafael J. Wysocki | 2015-09-01 | 1 | -33/+59 |
|\ \ |
|
| | * | ACPI: Remove FSF mailing addresses | Jarkko Nikula | 2015-07-08 | 1 | -4/+0 |
| |/
|/| |
|
| * | ACPI: Split out ACPI PSS from ACPI Processor driver | Ashwin Chaugule | 2015-08-25 | 1 | -28/+58 |
| * | ACPI / processor: remove leftover __refdata annotations | Mathias Krause | 2015-07-21 | 1 | -1/+1 |
|/ |
|
* | ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN events | Lan Tianyu | 2014-08-06 | 1 | -0/+1 |
* | ACPI / processor: Fix STARTING/DYING action in acpi_cpu_soft_notify() | Toshi Kani | 2014-05-16 | 1 | -0/+7 |
* | ACPI: Remove duplicate definitions of PREFIX | Hanjun Guo | 2014-03-19 | 1 | -2/+0 |
* | ACPI / processor: use ACPI_COMPANION() to get ACPI device | Lan Tianyu | 2013-12-07 | 1 | -4/+4 |
* | ACPI / processor: Do not request ACPI cpufreq module directly | Rafael J. Wysocki | 2013-10-30 | 1 | -1/+0 |
* | ACPI / processor: fixed a brace coding style issue | Mathieu Rhéaume | 2013-10-07 | 1 | -2/+1 |
* | Merge branch 'acpi-processor' | Rafael J. Wysocki | 2013-08-27 | 1 | -1/+3 |
|\ |
|
| * | ACPI / processor: Remove acpi_processor_get_limit_info() | Lan Tianyu | 2013-08-13 | 1 | -1/+3 |
* | | Merge back earlier 'acpi-assorted' material | Rafael J. Wysocki | 2013-08-14 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | ACPI: Remove the old /proc/acpi/event interface | Thomas Renninger | 2013-07-15 | 1 | -4/+0 |
* | | acpi: delete __cpuinit usage from all acpi files | Paul Gortmaker | 2013-07-15 | 1 | -4/+4 |
|/ |
|
* | ACPI / processor: Remove unused macros in processor_driver.c | Hanjun Guo | 2013-06-24 | 1 | -6/+0 |
* | ACPI / processor: Initialize per_cpu(processors, pr->id) properly | Rafael J. Wysocki | 2013-05-30 | 1 | -5/+0 |
* | ACPI / processor: Use common hotplug infrastructure | Rafael J. Wysocki | 2013-05-12 | 1 | -729/+78 |
* | ACPI / PM: Move processor suspend/resume to syscore_ops | Rafael J. Wysocki | 2013-05-12 | 1 | -4/+4 |
* | ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0 | Chen Gang | 2013-03-04 | 1 | -1/+1 |
* | cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpu | Wen Congyang | 2013-02-24 | 1 | -0/+2 |
* | ACPI / hotplug: Fix concurrency issues and memory leaks | Rafael J. Wysocki | 2013-02-13 | 1 | -7/+17 |
* | ACPI: Remove useless type argument of driver .remove() operation | Rafael J. Wysocki | 2013-01-26 | 1 | -3/+3 |
* | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead | Rafael J. Wysocki | 2013-01-19 | 1 | -1/+1 |
* | ACPI: update ej_event interface to take acpi_device | Yinghai Lu | 2013-01-15 | 1 | -1/+1 |
* | ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument | Rafael J. Wysocki | 2013-01-03 | 1 | -2/+6 |
* | ACPI: Remove the arguments of acpi_bus_add() that are not used | Rafael J. Wysocki | 2013-01-03 | 1 | -23/+1 |
* | ACPI: Update CPU hotplug error messages | Toshi Kani | 2012-11-21 | 1 | -15/+24 |
* | ACPI: Add ACPI CPU hot-remove support | Toshi Kani | 2012-11-15 | 1 | -10/+17 |
* | ACPI / processor: prevent cpu from becoming online | Yasuaki Ishimatsu | 2012-11-15 | 1 | -0/+14 |
* | ACPI: missing break | Alan Cox | 2012-10-26 | 1 | -0/+1 |
* | ACPI / processor: remove pointless variable initialization | Daniel Lezcano | 2012-09-15 | 1 | -2/+0 |
* | ACPI / processor: remove unused function parameter | Daniel Lezcano | 2012-09-15 | 1 | -3/+3 |