aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_perflib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-19ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0Darrick J. Wong1-1/+5
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2009-12-16Merge branch 'ost' into releaseLen Brown1-3/+47
2009-11-24[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger1-0/+13
2009-11-06ACPI: Notify the _PPC evaluation status to the platformZhao Yakui1-3/+47
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-05-29ACPI: sanity check _PSS frequency to prevent cpufreq crashLen Brown1-3/+9
2009-04-05Merge branch 'linus' into releaseLen Brown1-2/+2
2009-03-27ACPI: Avoid wiping out pr->performance during preregisteringStanislaw Gruszka1-25/+21
2009-02-20alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell1-2/+2
2009-02-04ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc entriesThomas Renninger1-105/+0
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell1-12/+16
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+1
2008-10-25ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.cMiao Xie1-0/+5
2008-10-22Merge branch 'ull' into testLen Brown1-1/+1
2008-10-22Merge branch 'acpica' into testLen Brown1-5/+5
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-5/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-1/+1
2008-09-22ACPI: cpufreq, processor: Detect old BIOS, not supporting CPU freq on a recent CPU.Thomas Renninger1-3/+15
2008-08-18ACPI: Fix now signed module parameter.Milan Broz1-1/+1
2008-08-15ACPI: Fix thermal shutdownsMilan Broz1-1/+1
2008-07-30acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger1-3/+3
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger1-2/+13
2008-07-16ACPI: change processors from array to per_cpu variableMike Travis1-9/+9
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-9/+4
2008-02-07ACPI: cpufreq: Print _PPC changes via cpufreq debug layerThomas Renninger1-0/+7
2008-01-01ACPI: add "processor.ignore_ppc" hook to workaround BIOS _PPC weirdnessThomas Renninger1-1/+15
2007-08-07acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issuesFenghua Yu1-3/+3
2007-04-26[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger1-45/+1
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy1-6/+6
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-17/+10
2007-01-26[PATCH] ACPI: fix cpufreq regressionIngo Molnar1-4/+0
2007-01-10ACPI: delete two spurious ACPI messagesVenkatesh Pallipadi1-4/+0
2006-12-16Pull style into test branchLen Brown1-5/+5
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones1-3/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-5/+5
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown1-3/+3
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-49/+38
2006-06-27Pull bugzilla-5737 into release branchThomas Renninger1-4/+4
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-6/+6
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-22/+15
2006-06-26ACPI: HW P-state coordination supportVenkatesh Pallipadi1-4/+4
2006-06-15ACPI: resolve merge conflict between sem2mutex and processor_perflib.cLen Brown1-2/+2
2006-06-15Pull bugzilla-5737 into release branchLen Brown1-0/+224
2006-06-15Pull sem2mutex into release branchLen Brown1-11/+12