summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_driver.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted'Rafael J. Wysocki2015-09-011-33/+59
|\ \
| | * ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
| |/ |/|
| * ACPI: Split out ACPI PSS from ACPI Processor driverAshwin Chaugule2015-08-251-28/+58
| * ACPI / processor: remove leftover __refdata annotationsMathias Krause2015-07-211-1/+1
|/
* ACPI / processor: Make acpi_cpu_soft_notify() process CPU FROZEN eventsLan Tianyu2014-08-061-0/+1
* ACPI / processor: Fix STARTING/DYING action in acpi_cpu_soft_notify()Toshi Kani2014-05-161-0/+7
* ACPI: Remove duplicate definitions of PREFIXHanjun Guo2014-03-191-2/+0
* ACPI / processor: use ACPI_COMPANION() to get ACPI deviceLan Tianyu2013-12-071-4/+4
* ACPI / processor: Do not request ACPI cpufreq module directlyRafael J. Wysocki2013-10-301-1/+0
* ACPI / processor: fixed a brace coding style issueMathieu Rhéaume2013-10-071-2/+1
* Merge branch 'acpi-processor'Rafael J. Wysocki2013-08-271-1/+3
|\
| * ACPI / processor: Remove acpi_processor_get_limit_info()Lan Tianyu2013-08-131-1/+3
* | Merge back earlier 'acpi-assorted' materialRafael J. Wysocki2013-08-141-4/+0
|\ \ | |/ |/|
| * ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-4/+0
* | acpi: delete __cpuinit usage from all acpi filesPaul Gortmaker2013-07-141-4/+4
|/
* ACPI / processor: Remove unused macros in processor_driver.cHanjun Guo2013-06-241-6/+0
* ACPI / processor: Initialize per_cpu(processors, pr->id) properlyRafael J. Wysocki2013-05-301-5/+0
* ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki2013-05-121-729/+78
* ACPI / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki2013-05-121-4/+4
* ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0Chen Gang2013-03-041-1/+1
* cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang2013-02-231-0/+2
* ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-131-7/+17
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-3/+3
* ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-191-1/+1
* ACPI: update ej_event interface to take acpi_deviceYinghai Lu2013-01-151-1/+1
* ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-031-2/+6
* ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-031-23/+1
* ACPI: Update CPU hotplug error messagesToshi Kani2012-11-211-15/+24
* ACPI: Add ACPI CPU hot-remove supportToshi Kani2012-11-151-10/+17
* ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-151-0/+14
* ACPI: missing breakAlan Cox2012-10-261-0/+1
* ACPI / processor: remove pointless variable initializationDaniel Lezcano2012-09-151-2/+0
* ACPI / processor: remove unused function parameterDaniel Lezcano2012-09-151-3/+3
*-. Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o...Len Brown2012-08-031-10/+5
|\ \
| | * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-261-8/+20
| | |\ | |_|/ |/| |
| | * Merge branch 'pm-acpi'Rafael J. Wysocki2012-07-191-2/+4
| | |\
| | | * ACPI: Use struct dev_pm_ops for power management in processor driverRafael J. Wysocki2012-07-011-2/+4
| | * | ACPI: intel_idle : break dependency between modulesDaniel Lezcano2012-07-051-7/+0
| | |/
| * | ACPI processor: Fix tick_broadcast_mask online/offline regressionFeng Tang2012-08-031-1/+1
| |/
* | ACPI: Add _OST support for ACPI CPU hotplugToshi Kani2012-06-041-8/+20
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-301-14/+48
|\
| *-. Merge branches 'acpica', 'bgrt', 'bz-11533', 'cpuidle', 'ec', 'hotplug', 'mis...Len Brown2012-03-301-14/+48
| |\ \
| | | * ACPI: processor_driver: add missing kfreeJulia Lawall2012-03-301-4/+10
| | |/ | |/|
| | * ACPI: Add CPU hotplug support for processor device objectsToshi Kani2012-03-301-10/+38
| |/
| * ACPI: remove duplicated lines of merging problems with acpi_processor_addYinghai Lu2012-02-071-7/+0
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | ACPI: remove duplicated lines of merging problems with acpi_processor_startYinghai Lu2012-02-081-17/+1
* | Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-26/+109
|\ \ | |/
| * ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger2012-01-191-7/+65
| * ACPI processor hotplug: Split up acpi_processor_addThomas Renninger2012-01-191-38/+54
OpenPOWER on IntegriCloud