Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e3c418f1b26b59841bd074baa740a43afc15199b
/
drivers
/
acpi
/
processor_perflib.c
34411a6
ACPI / processor: Do not request ACPI cpufreq module directly
by Rafael J. Wysocki
· 11 years ago
952c63e
ACPI: introduce helper function acpi_has_method()
by Jiang Liu
· 11 years ago
09d5ca8
ACPI / processor: Drop unused variable from processor_perflib.c
by Lan Tianyu
· 11 years ago
c705c78
acpi: Export the acpi_processor_get_performance_info
by Konrad Rzeszutek Wilk
· 12 years ago
9855d8c
ACPI: Check MSR valid bit before using P-state frequencies
by Stefan Bader
· 12 years ago
f594065
ACPI: Add fixups for AMD P-state figures
by Matthew Garrett
· 12 years ago
d8e725f
ACPI: Ignore invalid _PSS entries, but use valid ones
by Marco Aurelio da Costa
· 13 years ago
9061e0e
ACPI: Load acpi-cpufreq from processor driver automatically
by Andi Kleen
· 13 years ago
2d06d8c
[CPUFREQ] use dynamic debug instead of custom infrastructure
by Dominik Brodowski
· 14 years ago
58f87ed
ACPI: Fix typos
by Lucas De Marchi
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0a135ba
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
455c0d7
ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0
by Darrick J. Wong
· 15 years ago
a29d8b8
percpu: add __percpu sparse annotations to what's left
by Tejun Heo
· 15 years ago
8fa79e0
Merge branch 'ost' into release
by Len Brown
· 15 years ago
e2f74f3
[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface
by Thomas Renninger
· 15 years ago
d81c45e1
ACPI: Notify the _PPC evaluation status to the platform
by Zhao Yakui
· 15 years ago
79f5599
cpumask: use zalloc_cpumask_var() where possible
by Li Zefan
· 15 years ago
a192a95
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
by Len Brown
· 15 years ago
34d531e
ACPI: sanity check _PSS frequency to prevent cpufreq crash
by Len Brown
· 15 years ago
478c6a4
Merge branch 'linus' into release
by Len Brown
· 16 years ago
e1eb477
ACPI: Avoid wiping out pr->performance during preregistering
by Stanislaw Gruszka
· 16 years ago
b36128c
alloc_percpu: change percpu_ptr to per_cpu_ptr
by Rusty Russell
· 16 years ago
62663ea
ACPI: cpufreq: Remove deprecated /proc/acpi/processor/../performance proc entries
by Thomas Renninger
· 16 years ago
2fdf66b
cpumask: convert shared_cpu_map in acpi_processor* structs to cpumask_var_t
by Rusty Russell
· 16 years ago
89595b8
ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h
by Bjorn Helgaas
· 16 years ago
16be87e
ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.c
by Miao Xie
· 16 years ago
7674416
Merge branch 'ull' into test
by Len Brown
· 16 years ago
bcb631f
Merge branch 'acpica' into test
by Len Brown
· 16 years ago
55ac9a0
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
by Lin Ming
· 16 years ago
27663c5
ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels
by Matthew Wilcox
· 16 years ago
910dfae
ACPI: cpufreq, processor: Detect old BIOS, not supporting CPU freq on a recent CPU.
by Thomas Renninger
· 16 years ago
613e5f3
ACPI: Fix now signed module parameter.
by Milan Broz
· 16 years ago
9f497bc
ACPI: Fix thermal shutdowns
by Milan Broz
· 16 years ago
9b67c5d
acpi cpufreq cleanup: move bailing out of function before locking the mutex
by Thomas Renninger
· 16 years ago
a1531ac
cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already
by Thomas Renninger
· 16 years ago
706546d
ACPI: change processors from array to per_cpu variable
by Mike Travis
· 16 years ago
cf7acfa
acpi: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
919158d
ACPI: cpufreq: Print _PPC changes via cpufreq debug layer
by Thomas Renninger
· 17 years ago
623b78c
ACPI: add "processor.ignore_ppc" hook to workaround BIOS _PPC weirdness
by Thomas Renninger
· 17 years ago
5010929
acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues
by Fenghua Yu
· 17 years ago
632786c
[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support
by Thomas Renninger
· 18 years ago
7cda93e
ACPI: delete extra #defines in /drivers/acpi/ drivers
by Len Brown
· 18 years ago
f52fd66
ACPI: clean up ACPI_MODULE_NAME() use
by Len Brown
· 18 years ago
cee324b
ACPICA: use new ACPI headers.
by Alexey Starikovskiy
· 18 years ago
ad71860a
ACPICA: minimal patch to integrate new tables into Linux
by Alexey Starikovskiy
· 18 years ago
e4233de
[PATCH] ACPI: fix cpufreq regression
by Ingo Molnar
· 18 years ago
d6637b2
ACPI: delete two spurious ACPI messages
by Venkatesh Pallipadi
· 18 years ago
cece901
Pull style into test branch
by Len Brown
· 18 years ago
0916bd3
[PATCH] Correct bound checking from the value returned from _PPC method.
by Dave Jones
· 18 years ago
50dd096
ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi
by Jan Engelhardt
· 18 years ago
02438d8
ACPI: delete acpi_os_free(), use kfree() directly
by Len Brown
· 18 years ago
d550d98
ACPI: delete tracing macros from drivers/acpi/*.c
by Patrick Mochel
· 18 years ago
d7fa258
Pull bugzilla-5737 into release branch
by Thomas Renninger
· 18 years ago
6468463
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
by Len Brown
· 18 years ago
a6fc672
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
by Thomas Renninger
· 18 years ago
46f18e3
ACPI: HW P-state coordination support
by Venkatesh Pallipadi
· 18 years ago
785fccc
ACPI: resolve merge conflict between sem2mutex and processor_perflib.c
by Len Brown
· 18 years ago
d42510a
Pull bugzilla-5737 into release branch
by Len Brown
· 18 years ago
c080a3e
Pull sem2mutex into release branch
by Len Brown
· 18 years ago
a913f50
[PATCH] powernow-k8 crash workaround
by Andrew Morton
· 18 years ago
193de0c
ACPI: use for_each_possible_cpu() instead of for_each_cpu()
by KAMEZAWA Hiroyuki
· 19 years ago
65c19bb
sem2mutex: drivers/acpi/processor_perflib.c
by Arjan van de Ven
· 19 years ago
9011bff4
ACPI: delete newly added debugging macros in processor_perflib.c
by Len Brown
· 18 years ago
3b2d994
P-state software coordination for ACPI core
by Venkatesh Pallipadi
· 19 years ago
9fdb62a
[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release
by Len Brown
· 19 years ago
d479e90
[ACPI] move some run-time structure inits to compile time
by Arjan van de Ven
· 19 years ago
05131ec
[ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once
by Venkatesh Pallipadi
· 19 years ago
4be44fc
[ACPI] Lindent all ACPI files
by Len Brown
· 19 years ago
02df8b9
[ACPI] enable C2 and C3 idle power states on SMP
by Venkatesh Pallipadi
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago