Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f11498c8107eac6eebde7b11bd4375e0d93e8acd
/
drivers
/
cpufreq
/
acpi-cpufreq.c
5b6667c
cpufreq: acpi-cpufreq: use cached frequency mapping when possible
by Steve Muckle
· 8 years ago
8257736
cpufreq: Reuse new freq-table helpers
by Viresh Kumar
· 8 years ago
8cee1ee
cpufreq: ACPI: Remove freq_table from acpi_cpufreq_data
by Viresh Kumar
· 9 years ago
9b55f55
cpufreq: ACPI: policy->driver_data can't be NULL in ->exit()
by Viresh Kumar
· 9 years ago
1c5864e
cpufreq: Use consistent prefixing via pr_fmt
by Joe Perches
· 9 years ago
b49c22a
cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>
by Joe Perches
· 9 years ago
b7898fd
cpufreq: Support for fast frequency switching
by Rafael J. Wysocki
· 9 years ago
ac13b99
cpufreq: acpi-cpufreq: make Intel/AMD MSR access, io port access static
by Jisheng Zhang
· 9 years ago
ed72662
cpufreq: acpi-cpufreq: Clean up hot plug notifier callback
by Richard Cochran
· 9 years ago
ed757a2
cpufreq: acpi-cpufreq: Make read and write operations more efficient
by Rafael J. Wysocki
· 9 years ago
9a909a1
cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()
by Rafael J. Wysocki
· 9 years ago
7a6c79f
cpufreq: Simplify core code related to boost support
by Rafael J. Wysocki
· 9 years ago
1713578
cpufreq: acpi-cpufreq: Simplify boost-related code
by Rafael J. Wysocki
· 9 years ago
e253036
cpufreq: acpi_cpufreq: prevent crash on reading freqdomain_cpus
by Srinivas Pandruvada
· 9 years ago
1f0bd44
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
by Rafael J. Wysocki
· 9 years ago
f56c50e
cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attribute
by Rafael J. Wysocki
· 9 years ago
3427616
cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_data
by Rafael J. Wysocki
· 9 years ago
b2f8dc4
ACPI / processor: Drop an unused argument of a cleanup routine
by Rafael J. Wysocki
· 9 years ago
8cfcfd3
acpi-cpufreq: Fix an ACPI perf unregister issue
by Pan Xinhui
· 9 years ago
eb0b3e7
acpi-cpufreq: replace per_cpu with driver_data of policy
by Pan Xinhui
· 9 years ago
3280c3c
acpi-cpufreq: Replace cpu_**_mask() with topology_**_cpumask()
by Bartosz Golaszewski
· 9 years ago
041526f
cpufreq: Use cpufreq_for_each_* macros for frequency table iteration
by Stratos Karafotis
· 11 years ago
fe10739
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
467a9e1
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
71508a1
cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_table
by Viresh Kumar
· 11 years ago
0197fbd
acpi-cpufreq: Fix CPU hotplug callback registration
by Srivatsa S. Bhat
· 11 years ago
e0b3165
cpufreq: add 'freq_table' in struct cpufreq_policy
by Viresh Kumar
· 11 years ago
eb8c68e
acpi-cpufreq: De-register CPU notifier and free struct msr on error.
by Konrad Rzeszutek Wilk
· 11 years ago
cfc9c8e
acpi-cpufreq: Adjust the code to use the common boost attribute
by Lukasz Majewski
· 11 years ago
15d4cb9
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
d4019f0
cpufreq: move freq change notifications to cpufreq core
by Viresh Kumar
· 11 years ago
93658cb
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
9c0ebcf
cpufreq: Implement light weight ->target_index() routine
by Viresh Kumar
· 11 years ago
75c0758
acpi-cpufreq: Fail initialization if driver cannot be registered
by Rafael J. Wysocki
· 11 years ago
1bab64d
acpi-cpufreq: Add comment under ACPI_ADR_SPACE_SYSTEM_IO case
by Viresh Kumar
· 11 years ago
2f75db7
cpufreq: acpi-cpufreq: don't initialize part of policy set by core
by Viresh Kumar
· 11 years ago
db9be21
cpufreq: acpi: Use generic cpufreq routines
by Viresh Kumar
· 11 years ago
776b57b
cpufreq: acpi-cpufreq: use cpufreq_table_validate_and_show()
by Viresh Kumar
· 11 years ago
8a61e12
acpi-cpufreq: skip loading acpi_cpufreq after intel_pstate
by Yinghai Lu
· 11 years ago
59027d3
acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attribute
by Lan Tianyu
· 11 years ago
adc97d6
cpufreq: Drop the owner field from struct cpufreq_driver
by Viresh Kumar
· 11 years ago
d5b73cd
cpufreq: Use sizeof(*ptr) convetion for computing sizes
by Viresh Kumar
· 11 years ago
61c63e5
cpufreq: Remove unused APERF/MPERF support
by Stratos Karafotis
· 11 years ago
2cc6ced
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
405a108
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
a204dbc
Merge branch 'acpi-hotplug'
by Rafael J. Wysocki
· 11 years ago
f4fd379
acpi-cpufreq: Add new sysfs attribute freqdomain_cpus
by Lan Tianyu
· 11 years ago
39a95f4
Merge branch 'pm-cpufreq-assorted' into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
e15d830
cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
c655aff
ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreq
by Rafael J. Wysocki
· 11 years ago
8673b83
acpi-cpufreq: set current frequency based on target P-State
by Ross Lagerwall
· 11 years ago
5070158
cpufreq: rename index as driver_data in cpufreq_frequency_table
by Viresh Kumar
· 12 years ago
2361be2
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
by Viresh Kumar
· 11 years ago
b43a7ff
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
by Viresh Kumar
· 12 years ago
aa77a52
cpufreq: acpi-cpufreq: Don't set policy->related_cpus from .init()
by Viresh Kumar
· 12 years ago
2624f90
cpufreq: governors: implement generic policy_is_shared
by Fabio Baltieri
· 12 years ago
c40a451
acpi-cpufreq: Do not load on K8
by Matthew Garrett
· 12 years ago
efa1719
cpufreq: Add module aliases for acpi-cpufreq
by Matthew Garrett
· 12 years ago
11269ff
acpi-cpufreq: Add compatibility for legacy AMD cpb sysfs knob
by Andre Przywara
· 12 years ago
615b730
acpi-cpufreq: Add support for disabling dynamic overclocking
by Andre Przywara
· 12 years ago
acd3162
acpi-cpufreq: Add quirk to disable _PSD usage on all AMD CPUs
by Andre Przywara
· 12 years ago
3dc9a63
acpi-cpufreq: Add support for modern AMD CPUs
by Matthew Garrett
· 12 years ago
92e03c4
[CPUFREQ] Handle CPUs with different capabilities in acpi-cpufreq
by Matthew Garrett
· 13 years ago
50f4ddd
[CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.
by Luming Yu
· 13 years ago
bb0a56e
[CPUFREQ] Move x86 drivers to drivers/cpufreq/
by Dave Jones
· 13 years ago
[Renamed from arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c]
2d06d8c
[CPUFREQ] use dynamic debug instead of custom infrastructure
by Dominik Brodowski
· 14 years ago
dab5fff
acpi-cpufreq: fix a memleak when unloading driver
by Zhang Rui
· 14 years ago
3f6c4df
[CPUFREQ] acpi-cpufreq: add missing __percpu markup
by Namhyung Kim
· 14 years ago
6f4f272
[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independent
by Thomas Renninger
· 15 years ago
6b72e39
[CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification
by Thomas Renninger
· 15 years ago
d7be0ce
Merge commit 'v2.6.34-rc6' into x86/cpu
by H. Peter Anvin
· 15 years ago
a2fed57
x86, cpufreq: Add APERF/MPERF support for AMD processors
by Mark Langsdorf
· 15 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
4a28395
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c: avoid cross-CPU interrupts by using smp_call_function_any()
by Andrew Morton
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
e2f74f3
[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface
by Thomas Renninger
· 15 years ago
293afe4
[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in notification message
by John Villalovos
· 15 years ago
f162506
percpu: make percpu symbols in cpufreq unique
by Tejun Heo
· 15 years ago
467f995
Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
6161352
tracing, perf: Convert the power tracer into an event tracer
by Arjan van de Ven
· 15 years ago
714af06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 15 years ago
5cbc19a
x86: Add generic aperf/mperf code
by Peter Zijlstra
· 15 years ago
a8303aa
x86: Move APERF/MPERF into a X86_FEATURE
by Peter Zijlstra
· 15 years ago
1a8e42f
[CPUFREQ] Create a blacklist for processors that should not load the acpi-cpufreq module.
by Prarit Bhargava
· 15 years ago
0de5108
CPUFREQ: Enable acpi-cpufreq driver for VIA/Centaur CPUs
by Harald Welte
· 15 years ago
eaa9584
cpumask: alloc zeroed cpumask for static cpumask_var_ts
by Yinghai Lu
· 15 years ago
61c8c67
acpi-cpufreq: fix printk typo and indentation
by Joe Perches
· 15 years ago
d876dfb
acpi-cpufreq: Do not let get_measured perf depend on internal variable
by Thomas Renninger
· 16 years ago
d91758f
acpi-cpufreq: style-only: add parens to math expression
by Thomas Renninger
· 16 years ago
e0e8c4e
acpi-cpufreq: Cleanup: Use printk_once
by Thomas Renninger
· 16 years ago
093f13e
x86, acpi_cpufreq: Fix the NULL pointer dereference in get_measured_perf
by Pallipadi, Venkatesh
· 16 years ago
ea34f43
acpi-cpufreq: fix 'smp_call_function_many()' confusion
by Linus Torvalds
· 16 years ago
1c98aa7
Fix quilt merge error in acpi-cpufreq.c
by Linus Torvalds
· 16 years ago
01599fc
cpufreq: use smp_call_function_[single|many]() in acpi-cpufreq.c
by Andrew Morton
· 16 years ago
18b2646
ACPI x86: Make aperf/mperf MSR access in acpi_cpufreq read_only
by Venkatesh Pallipadi
· 16 years ago
e4f6937
ACPI x86: Cleanup acpi_cpufreq structures related to aperf/mperf
by Venkatesh Pallipadi
· 16 years ago
32fb6c1
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 16 years ago
478c6a4
Merge branch 'linus' into release
by Len Brown
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
a59d163
ACPI: cap off P-state transition latency from buggy BIOSes
by Pallipadi, Venkatesh
· 16 years ago
Next »