Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
621692cb7efb6d0e38c62e41844a6360c6719b20
/
drivers
/
cpufreq
/
speedstep-centrino.c
bb0a56e
[CPUFREQ] Move x86 drivers to drivers/cpufreq/
by Dave Jones
· 13 years ago
[Renamed from arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c]
2d06d8c
[CPUFREQ] use dynamic debug instead of custom infrastructure
by Dominik Brodowski
· 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
e3f996c
[CPUFREQ] cpumask: avoid cpumask games in arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
by Rusty Russell
· 15 years ago
eaa9584
cpumask: alloc zeroed cpumask for static cpumask_var_ts
by Yinghai Lu
· 15 years ago
ecab22a
x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits
by Vegard Nossum
· 16 years ago
835481d
cpumask: convert struct cpufreq_policy to cpumask_var_t
by Rusty Russell
· 16 years ago
5cb0535
cpumask: replace CPUMASK_ALLOC etc with cpumask_var_t
by Rusty Russell
· 16 years ago
9963d1a
[CPUFREQ] clean up speedstep-centrino and reduce cpumask_t usage
by Rusty Russell
· 16 years ago
8d59225
[CPUFREQ] correct broken links and email addresses
by Németh Márton
· 16 years ago
0bc3cc0
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
by Mike Travis
· 16 years ago
c4762ab
NR_CPUS: Replace NR_CPUS in speedstep-centrino.c
by Mike Travis
· 16 years ago
eb53fac
cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_target
by Mike Travis
· 16 years ago
65c0118
cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr
by Mike Travis
· 16 years ago
334ef7a
x86: use performance variant for_each_cpu_mask_nr
by Mike Travis
· 16 years ago
fc0e474
x86: use new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
92cb761
x86: convert cpuinfo_x86 array to a per_cpu array
by Mike Travis
· 17 years ago
4d5709a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 17 years ago
ee580dc
i386: move kernel/cpu/cpufreq
by Thomas Gleixner
· 17 years ago
[Renamed from arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c]
9eb5957
[CPUFREQ] Don't take semaphore in cpufreq_quick_get()
by Andi Kleen
· 17 years ago
6848569
[CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPI
by Adrian Bunk
· 17 years ago
e8e4919
Fix preemption warnings in speedstep-centrino.c
by Dave Jones
· 18 years ago
d349c4a5a
[CPUFREQ] speedstep-centrino: missing space and bracket
by Brice Goglin
· 18 years ago
8b9c667
[CPUFREQ] speedstep-centrino should ignore upper performance control bits
by Gary Hade
· 18 years ago
474a14d
Revert "[CPUFREQ] speedstep-centrino should ignore upper performance control bits"
by Dave Jones
· 18 years ago
d7a1944
[CPUFREQ] speedstep-centrino should ignore upper performance control bits
by Gary Hade
· 18 years ago
95625b8
[CPUFREQ] ifdef more unused on !SMP code.
by Dave Jones
· 18 years ago
fe0f960
[CPUFREQ] speedstep-centrino: remove dead code
by Andrew Morton
· 18 years ago
83d0515
[CPUFREQ][4/8] acpi-cpufreq: Mark speedstep-centrino ACPI as deprecated
by Venkatesh Pallipadi
· 18 years ago
0497c8c
[CPUFREQ] Fix section mismatch warning
by Venkatesh Pallipadi
· 18 years ago
24669f7d
[CPUFREQ] sw_any_bug_dmi_table can be used on resume, so it isn't initdata
by Jeremy Fitzhardinge
· 18 years ago
8adcc0c
[CPUFREQ] Workaround for BIOS bug in software coordination of frequency
by Venkatesh Pallipadi
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
46f18e3
ACPI: HW P-state coordination support
by Venkatesh Pallipadi
· 18 years ago
fb1bb34
[PATCH] remove for_each_cpu()
by Andrew Morton
· 18 years ago
3722447
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 18 years ago
491b07c
[PATCH] redirect speedstep-centrino maintainer mail to cpufreq list
by Jeremy Fitzhardinge
· 18 years ago
d42510a
Pull bugzilla-5737 into release branch
by Len Brown
· 18 years ago
8c362a5
[CPUFREQ] dprintk adjustments to cpufreq-speedstep-centrino
by Jan Beulich
· 19 years ago
7e1f19e
ACPI: UP build fix for bugzilla-5737
by Andrew Morton
· 19 years ago
8ad5496
[CPUFREQ] Remove duplicate cpuinfo struct
by Dave Jones
· 19 years ago
c52851b
P-state software coordination for speedstep-centrino
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
152bf8c
[PATCH] x86_64: Use X86_FEATURE_CONSTANT_TSC now to clean up Intel speedstep drivers
by Andi Kleen
· 19 years ago
05131ec
[ACPI] Avoid BIOS inflicted crashes by evaluating _PDC only once
by Venkatesh Pallipadi
· 19 years ago
dad2ad8
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 19 years ago
38e548e
[PATCH] arch/i386: Use ARRAY_SIZE macro
by Tobias Klauser
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
bfdc708
[CPUFREQ] kzalloc conversions for i386 drivers.
by Dave Jones
· 19 years ago
52c18fd
[CPUFREQ] Remove trailing whitespace before \n's in printks.
by Dave Jones
· 19 years ago
123411f
[CPUFREQ] dprintf format fixes in cpufreq/speedstep-centrino.c
by Mika Kukkonen
· 19 years ago
f914be7
[CPUFREQ] speedstep-centrino: skip extract_clock logic for acpi based centrino
by Venkatesh Pallipadi
· 19 years ago
02df8b9
[ACPI] enable C2 and C3 idle power states on SMP
by Venkatesh Pallipadi
· 20 years ago
8282864
[CPUFREQ] speedstep-centrino: Pentium 4 - M (HT) support
by Dave Jones
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago