aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-2/+0
* | x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha2009-04-031-0/+26
|/
* cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell2009-01-031-4/+10
* Merge branch 'processor-256' into releaseLen Brown2008-11-111-37/+49
|\
| * ACPI: 80 column adherence and spelling fix (no functional change)Myron Stowe2008-11-061-3/+4
| * ACPI: Behave uniquely based on processor declaration definition typeMyron Stowe2008-11-061-34/+44
| * ACPI: Disambiguate processor declaration typeMyron Stowe2008-11-061-0/+1
* | Merge branch 'sysfs' into releaseLen Brown2008-11-111-3/+3
|\ \
| * | ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-061-3/+3
| |/
* / ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas2008-11-071-1/+0
|/
* Merge branch 'ull' into testLen Brown2008-10-221-2/+2
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-2/+2
* | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-101-1/+1
|/
* ACPI: Fix typo in "Disable MWAIT via DMI on broken Compal board"Dennis Jansen2008-09-021-1/+1
* acpi: trivial cleanupsPavel Machek2008-08-151-1/+1
* driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-211-3/+2
* ACPI: Disable MWAIT via DMI on broken Compal boardZhao Yakui2008-07-161-0/+28
* ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-161-0/+13
* ACPI: change processors from array to per_cpu variableMike Travis2008-07-161-11/+9
* create sysfs link from acpi device to sysdev for cpuZhang Rui2008-07-161-1/+7
* force offline the processor during hot-removalZhang Rui2008-07-161-3/+3
* proper prototype for acpi_processor_tstate_has_changed()Adrian Bunk2008-06-111-1/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-301-16/+15
|\
| * ACPI: elide a non-zero test on a result that is never 0Julia Lawall2008-04-291-16/+15
* | [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang2008-04-291-0/+9
* | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-24/+15
|/
* acpi: fix "buggy BIOS check" when CPUs are hot removedAlok Kataria2008-04-081-1/+1
* revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"Ingo Molnar2008-03-281-14/+16
* ACPI: drivers/acpi: elide a non-zero test on a result that is never 0Julia Lawall2008-03-271-16/+14
*---. Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' an...Len Brown2008-03-131-4/+5
|\ \ \
| | | * ACPI: fix section mismatch in processor_core.c:acpi_processor_hotplug_notifySam Ravnborg2008-02-211-2/+2
| | * | ACPI: use ACPI_DEBUG_PRINT instead of printk in acpi_processor_hotplug_notify()Glauber Costa2008-03-111-2/+3
| |/ /
* / / ACPI Exception (): AE_NOT_FOUND, Processor Device is not present (update)Zhang Rui2008-02-231-7/+9
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'release', 'bugzilla-9916', 'bugzilla-9982', 'bugzilla-9989', ...Len Brown2008-02-211-17/+22
|\ \ \ \ | |_|_|/ |/| | |
| | | * ACPI thermal: extract return values using PTR_ERRThomas Sujith2008-02-151-15/+22
| |_|/ |/| |
| | * ACPI: remove is_processor_present prototypeGlauber Costa2008-02-161-2/+0
| |/ |/|
| * ACPI: thermal: Check whether cooling device exists before unregisteringZhao Yakui2008-02-151-4/+6
|/
* Merge branches 'release' and 'throttling-domains' into releaseLen Brown2008-02-071-0/+2
|\
| * ACPI : Update T-state coordination after getting _TSD infoZhao Yakui2008-02-021-0/+2
* | Merge branches 'release' and 'menlo' into releaseLen Brown2008-02-071-0/+23
|\ \
| * | ACPI: register ACPI Processor as generic thermal cooling deviceZhang Rui2008-02-011-0/+23
| |/
* / ACPI: ACPI Exception (): AE_NOT_FOUND, Processor Device is not presentZhang Rui2008-01-091-5/+12
|/
* ACPI: avoid references to impossible processors.Christoph Lameter2007-11-291-7/+7
* Pull bugzilla-9327 into release branchLen Brown2007-11-201-1/+4
|\
| * ACPI: EC: Workaround for optimized controllers (version 3)Alexey Starikovskiy2007-11-201-1/+4
* | Pull fluff into release branchLen Brown2007-11-201-1/+1
|\ \
| * | ACPI: Add missing spaces to printk formatJoe Perches2007-11-191-1/+1
| |/
* / ACPI: Get throttling info from BIOS only after evaluating _PDCZhao Yakui2007-11-161-6/+6
|/
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-191-7/+1
|\
| * x86: acpi use cpu_physical_idMike Travis2007-10-191-7/+1