summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_driver.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACPI: Load acpi-cpufreq from processor driver automaticallyAndi Kleen2012-01-261-0/+1
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-181-11/+9
|\
| * ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2Thomas Renninger2012-01-171-9/+8
| * ACPI processor: Remove unneeded cpuidle_unregister_driver callThomas Renninger2012-01-171-2/+0
| * ACPI processor: Fix error path, also remove sysdev linkThomas Renninger2012-01-171-0/+1
* | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-3/+3
|/
* cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-17/+3
* ACPI: use __init where possible in processor driverJan Beulich2011-03-021-2/+2
* Merge branch 'throttling' into releaseLen Brown2011-01-121-0/+5
|\
| * ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...Zhao Yakui2011-01-101-0/+5
* | ACPI processor: remove processor throttling control procfs I/FZhang Rui2010-12-141-74/+1
|/
* Merge branch 'misc' into releaseLen Brown2010-10-261-2/+0
|\
| * ACPI: remove dead codeStephen Hemminger2010-10-191-2/+0
* | ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Zhang Rui2010-10-151-1/+19
|/
* acpi_idle: add missing \n to printkLen Brown2010-09-281-1/+1
* ACPI processor: remove deprecated ACPI procfs I/FZhang Rui2010-08-151-85/+0
* ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger2010-06-091-0/+5
* intel_idle: native hardware cpuidle driver for latest Intel processorsLen Brown2010-05-281-1/+5
* ACPI: allow a native cpuidle driver to displace ACPILen Brown2010-05-271-5/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2010-03-141-3/+0
* ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang2010-03-141-159/+0
* ACPI: processor: export acpi_get_cpuid()Alex Chiang2010-03-141-6/+4
* ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang2010-03-141-0/+1142