summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/processor_perflib.c
AgeCommit message (Expand)AuthorLines
2009-01-03cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_tRusty Russell-12/+16
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas-1/+1
2008-10-25ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.cMiao Xie-0/+5
2008-10-22Merge branch 'ull' into testLen Brown-1/+1
2008-10-22Merge branch 'acpica' into testLen Brown-5/+5
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming-5/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox-1/+1
2008-09-22ACPI: cpufreq, processor: Detect old BIOS, not supporting CPU freq on a recen...Thomas Renninger-3/+15
2008-08-18ACPI: Fix now signed module parameter.Milan Broz-1/+1
2008-08-15ACPI: Fix thermal shutdownsMilan Broz-1/+1
2008-07-30acpi cpufreq cleanup: move bailing out of function before locking the mutexThomas Renninger-3/+3
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger-2/+13
2008-07-16ACPI: change processors from array to per_cpu variableMike Travis-9/+9
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev-9/+4
2008-02-07ACPI: cpufreq: Print _PPC changes via cpufreq debug layerThomas Renninger-0/+7
2008-01-01ACPI: add "processor.ignore_ppc" hook to workaround BIOS _PPC weirdnessThomas Renninger-1/+15
2007-08-07acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issuesFenghua Yu-3/+3
2007-04-26[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger-45/+1
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown-1/+0
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown-1/+1
2007-02-02ACPICA: use new ACPI headers.Alexey Starikovskiy-6/+6
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy-17/+10
2007-01-26[PATCH] ACPI: fix cpufreq regressionIngo Molnar-4/+0
2007-01-10ACPI: delete two spurious ACPI messagesVenkatesh Pallipadi-4/+0
2006-12-16Pull style into test branchLen Brown-5/+5
2006-11-23[PATCH] Correct bound checking from the value returned from _PPC method.Dave Jones-3/+1
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt-5/+5
2006-06-30ACPI: delete acpi_os_free(), use kfree() directlyLen Brown-3/+3
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel-49/+38
2006-06-27Pull bugzilla-5737 into release branchThomas Renninger-4/+4
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown-6/+6
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger-22/+15
2006-06-26ACPI: HW P-state coordination supportVenkatesh Pallipadi-4/+4
2006-06-15ACPI: resolve merge conflict between sem2mutex and processor_perflib.cLen Brown-2/+2
2006-06-15Pull bugzilla-5737 into release branchLen Brown-0/+224
2006-06-15Pull sem2mutex into release branchLen Brown-11/+12
2006-06-10[PATCH] powernow-k8 crash workaroundAndrew Morton-1/+4
2006-05-13ACPI: use for_each_possible_cpu() instead of for_each_cpu()KAMEZAWA Hiroyuki-6/+6
2006-05-13sem2mutex: drivers/acpi/processor_perflib.cArjan van de Ven-11/+12
2006-05-11ACPI: delete newly added debugging macros in processor_perflib.cLen Brown-7/+3
2006-02-09P-state software coordination for ACPI coreVenkatesh Pallipadi-0/+228
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown-3/+1
2006-01-07[ACPI] move some run-time structure inits to compile timeArjan van de Ven-1/+1
2005-12-01[ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only onceVenkatesh Pallipadi-2/+0
2005-08-05[ACPI] Lindent all ACPI filesLen Brown-154/+143
2005-07-12[ACPI] enable C2 and C3 idle power states on SMPVenkatesh Pallipadi-32/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+666