Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
efe2800facb4505696e602ec4ed1fc947bf114dd
/
drivers
/
cpufreq
64df1fd
cpufreq: intel_pstate: Fix an annoying !CONFIG_SMP warning
by Borislav Petkov
· 10 years ago
6a82ba6
intel_pstate: Change the setpoint for Atom params
by Kristen Carlson Accardi
· 10 years ago
b34ef93
intel_pstate: Knights Landing support
by Dasaratharaman Chandramouli
· 10 years ago
5f97899
intel_pstate: remove MSR test
by Kristen Carlson Accardi
· 10 years ago
4492d1a
cpufreq: fix qoriq uniprocessor build
by Arnd Bergmann
· 10 years ago
38fc783
Merge back earlier cpufreq material for v4.1.
by Rafael J. Wysocki
· 10 years ago
c75de0a
cpufreq: Schedule work for the first-online CPU on resume
by Viresh Kumar
· 10 years ago
5acb972
cpufreq: hisilicon: add acpu driver
by Leo Yan
· 10 years ago
09a972d
cpufreq: powernv: Report cpu frequency throttling
by Shilpasri G Bhat
· 10 years ago
2f24935
cpufreq: qoriq: rename the driver
by Tang Yuantian
· 10 years ago
a4f2074
cpufreq: qoriq: Make the driver usable on all QorIQ platforms
by Tang Yuantian
· 10 years ago
5b3b592
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 10 years ago
5877b4f
cpufreq: ppc: Add missing #include <asm/smp.h>
by Geert Uytterhoeven
· 10 years ago
0fc8392
cpufreq: exynos: Use simple approach to asses if cpu cooling can be used
by Lukasz Majewski
· 10 years ago
cd50b70
Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
18a8d49
Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux
by Linus Torvalds
· 10 years ago
3466b54
Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'
by Rafael J. Wysocki
· 10 years ago
3d88348
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 10 years ago
67fadaa
cpufreq: s3c: remove last use of resume_clocks callback
by Arnd Bergmann
· 10 years ago
61882b6
cpufreq: s3c: remove incorrect __init annotations
by Arnd Bergmann
· 10 years ago
c7fb90d
Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'
by Rafael J. Wysocki
· 10 years ago
d4d4eda
cpufreq: speedstep-smi: enable interrupts when waiting
by Mikulas Patocka
· 10 years ago
8729123
Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
c488ea4
Merge branch 'sfi' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpufreq
by Rafael J. Wysocki
· 10 years ago
d64c3b0
intel_pstate: provide option to only use intel_pstate with HWP
by Kristen Carlson Accardi
· 10 years ago
17ad13b
cpufreq-dt: Drop unnecessary check before cpufreq_cooling_unregister() invocation
by Markus Elfring
· 10 years ago
f7b2706
cpufreq: Create for_each_governor()
by Viresh Kumar
· 10 years ago
b4f0676
cpufreq: Create for_each_policy()
by Viresh Kumar
· 10 years ago
1e63eaf
cpufreq: Drop cpufreq_disabled() check from cpufreq_cpu_{get|put}()
by Viresh Kumar
· 10 years ago
6ffae8c
cpufreq: Set cpufreq_cpu_data to NULL before putting kobject
by Viresh Kumar
· 10 years ago
54eea32
Merge branch 'clk-next' into v3.19-rc7
by Michael Turquette
· 10 years ago
8b2b4a4
cpufreq: exynos: allow modular build
by Arnd Bergmann
· 10 years ago
a047599
intel_pstate: honor user space min_perf_pct override on resume
by Kristen Carlson Accardi
· 10 years ago
630ec28
intel_pstate: respect cpufreq policy request
by Srinivas Pandruvada
· 10 years ago
0522424
intel_pstate: Add num_pstates to sysfs
by Kristen Carlson Accardi
· 10 years ago
d01b1f4
intel_pstate: expose turbo range to sysfs
by Kristen Carlson Accardi
· 10 years ago
7ab0256
intel_pstate: Add support for SkyLake
by Kristen Carlson Accardi
· 10 years ago
e725d26
cpufreq: exynos: Use device tree to determine if cpufreq cooling should be registered
by Lukasz Majewski
· 10 years ago
490285c
cpufreq: stats: drop unnecessary locking
by Viresh Kumar
· 10 years ago
e734769
cpufreq: stats: don't update stats on false notifiers
by Viresh Kumar
· 10 years ago
9225913
cpufreq: stats: don't update stats from show_trans_table()
by Viresh Kumar
· 10 years ago
c960f9b
cpufreq: stats: time_in_state can't be NULL in cpufreq_stats_update()
by Viresh Kumar
· 10 years ago
a685c6d
cpufreq: stats: create sysfs group once we are ready
by Viresh Kumar
· 10 years ago
d9f3544
cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
by Viresh Kumar
· 10 years ago
c92f212
cpufreq: stats: drop 'cpu' field of struct cpufreq_stats
by Viresh Kumar
· 10 years ago
7c418ff
cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
by Viresh Kumar
· 10 years ago
5094160
cpufreq: stats: rename 'struct cpufreq_stats' objects as 'stats'
by Viresh Kumar
· 10 years ago
a9aaf29
cpufreq: stats: get rid of per-cpu cpufreq_stats_table
by Viresh Kumar
· 10 years ago
2aba0c1
cpufreq: stats: pass 'stat' to cpufreq_stats_update()
by Viresh Kumar
· 10 years ago
f93dbbb
cpufreq: stats: don't check for freq table while freeing stats
by Viresh Kumar
· 10 years ago
9531347
cpufreq: stats: initialize 'cur_time' on its definition
by Viresh Kumar
· 10 years ago
43b9cda
cpufreq: stats: remove unused cpufreq_stats_attribute
by Viresh Kumar
· 10 years ago
b8c6744
cpufreq: stats: return -EEXIST when stats are already allocated
by Viresh Kumar
· 10 years ago
00d0b29
cpufreq: stats: Improve module description string
by Viresh Kumar
· 10 years ago
818c571
cpufreq: move some initialization stuff to cpufreq_policy_alloc()
by Viresh Kumar
· 10 years ago
ce1bcfe
cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs
by Viresh Kumar
· 10 years ago
39c132e
cpufreq: limit the scope of l_p_j variables
by Viresh Kumar
· 10 years ago
d7a9771
cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev()
by Viresh Kumar
· 10 years ago
7f0c020
cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()
by Viresh Kumar
· 10 years ago
22a7cfb
cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess
by Viresh Kumar
· 10 years ago
bc68b7d
cpufreq: update driver_data->flags only if we are registering driver
by Viresh Kumar
· 10 years ago
d92d50a
cpufreq: pass policy to __cpufreq_get()
by Viresh Kumar
· 10 years ago
a1e1dc4
cpufreq: pass policy to cpufreq_out_of_sync
by Viresh Kumar
· 10 years ago
2e1cc3a
cpufreq: No need to check for has_target()
by Viresh Kumar
· 10 years ago
42f91fa
cpufreq: s/__find_governor/find_governor
by Viresh Kumar
· 10 years ago
db5f299
cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()
by Viresh Kumar
· 10 years ago
09347b2
cpufreq: don't need line break in show_scaling_cur_freq()
by Viresh Kumar
· 10 years ago
f13f118
cpufreq: remove extra parenthesis
by Viresh Kumar
· 10 years ago
e673f16
cpufreq: remove dangling comment
by Viresh Kumar
· 10 years ago
90de2a4
cpufreq: suspend cpufreq governors on shutdown
by Doug Anderson
· 10 years ago
a6a919b
cpufreq: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
f490282
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 10 years ago
93a17c0
clk: ppc-corenet: rename driver to clk-qoriq
by Tang Yuantian
· 10 years ago
83fe27e
rcu: Make SRCU optional by using CONFIG_SRCU
by Pranith Kumar
· 10 years ago
ff23ab2
Merge branches 'pm-cpufreq' and 'pm-cpuidle'
by Rafael J. Wysocki
· 10 years ago
e7ddf4b
cpufreq: Add SFI based cpufreq driver support
by Srinidhi Kasagar
· 10 years ago
cb57720
cpufreq: fix a NULL pointer dereference in __cpufreq_governor()
by Ethan Zhao
· 10 years ago
d5e80b4
Update/Remove soon-to-be-dead email address
by Dave Jones
· 10 years ago
c0f486f
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
62a041a
cpufreq-dt: defer probing if OPP table is not ready
by Dmitry Torokhov
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
e0d4c8f
intel_pstate: Add a few comments
by Kristen Carlson Accardi
· 10 years ago
aa4ea34
intel_pstate: add kernel parameter to force loading
by Ethan Zhao
· 10 years ago
966916e
intel_pstate: skip this driver if Sun server has _PPC method
by ethan zhao
· 10 years ago
493b4cd
cpufreq: arm_big_little: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
cc87b8a
imx6q: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
c6104fd
exynos5440: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
2f0f609
cpufreq-dt: free OPP table created during ->init()
by Viresh Kumar
· 10 years ago
9a00442
cpufreq-dt: register cooling device from ->ready() callback
by Viresh Kumar
· 10 years ago
7c45cf3
cpufreq: Introduce ->ready() callback for cpufreq drivers
by Viresh Kumar
· 10 years ago
d3a10c1
cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()
by Viresh Kumar
· 10 years ago
608eab2
cpufreq: pxa2xx: Add Kconfig entry
by Petr Cvek
· 10 years ago
6d4e81e
cpufreq: Ref the policy object sooner
by Tomeu Vizoso
· 10 years ago
edd52b1
cpufreq: cpufreq-dt: Move newline to end of error message
by Geert Uytterhoeven
· 10 years ago
f41f481
cpufreq: Kconfig: Remove architecture specific menu entries
by Viresh Kumar
· 10 years ago
bd2a0f6
Merge back cpufreq material for 3.19-rc1.
by Rafael J. Wysocki
· 10 years ago
7e7e8fe
cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processors
by Lenny Szubowicz
· 10 years ago
43f8a96
intel_pstate: Add CPUID for BDW-H CPU
by Dirk Brandewie
· 10 years ago
2f86dc4
intel_pstate: Add support for HWP
by Dirk Brandewie
· 10 years ago
Next »