summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_driver.c
AgeCommit message (Expand)AuthorLines
2012-02-07ACPI: remove duplicated lines of merging problems with acpi_processor_addYinghai Lu-7/+0
2012-01-19ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger-7/+65
2012-01-19ACPI processor hotplug: Split up acpi_processor_addThomas Renninger-38/+54
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds-11/+9
2012-01-17ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2Thomas Renninger-9/+8
2012-01-17ACPI processor: Remove unneeded cpuidle_unregister_driver callThomas Renninger-2/+0
2012-01-17ACPI processor: Fix error path, also remove sysdev linkThomas Renninger-0/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers-3/+3
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar-17/+3
2011-03-02ACPI: use __init where possible in processor driverJan Beulich-2/+2
2011-01-12Merge branch 'throttling' into releaseLen Brown-0/+5
2011-01-10ACPI: Reevaluate whether the T-state is supported or not after cpu is online/...Zhao Yakui-0/+5
2010-12-14ACPI processor: remove processor throttling control procfs I/FZhang Rui-74/+1
2010-10-26Merge branch 'misc' into releaseLen Brown-2/+0
2010-10-19ACPI: remove dead codeStephen Hemminger-2/+0
2010-10-15ACPI processor: make /proc/acpi/processor/*/throttle depends on CONFIG_ACPI_P...Zhang Rui-1/+19
2010-09-28acpi_idle: add missing \n to printkLen Brown-1/+1
2010-08-15ACPI processor: remove deprecated ACPI procfs I/FZhang Rui-85/+0
2010-06-09ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger-0/+5
2010-05-28intel_idle: native hardware cpuidle driver for latest Intel processorsLen Brown-1/+5
2010-05-27ACPI: allow a native cpuidle driver to displace ACPILen Brown-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-14ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang-3/+0
2010-03-14ACPI: processor: move acpi_get_cpuid into processor_core.cAlex Chiang-159/+0
2010-03-14ACPI: processor: export acpi_get_cpuid()Alex Chiang-6/+4
2010-03-14ACPI: processor: mv processor_core.c processor_driver.cAlex Chiang-0/+1142