Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
79b05c1f31e2ed3dbc4e1d098a29687f5c39c495
/
drivers
/
cpufreq
1dd2058
cpufreq: qcom-kryo: Fix error handling in probe()
by Dan Carpenter
· 6 years ago
ff7c991
cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
by Srinivas Pandruvada
· 6 years ago
5ad7346
cpufreq: kryo: Add module remove and exit
by Ilia Lin
· 6 years ago
ee3dbcf
cpufreq: kryo: Fix possible error code dereference
by Ilia Lin
· 6 years ago
d09fcec
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
b08fc52
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 6 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 6 years ago
32bcbf8
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
0aa9abd
cpufreq: imx6q: check speed grades for i.MX6ULL
by Sébastien Szymanski
· 6 years ago
7592019
cpufreq: governors: Fix long idle detection logic in load calculation
by Chen Yu
· 6 years ago
41ab43c
cpufreq: intel_pstate: enable boost for Skylake Xeon
by Srinivas Pandruvada
· 6 years ago
aaaece3
cpufreq: intel_pstate: New sysfs entry to control HWP boost
by Srinivas Pandruvada
· 6 years ago
52ccc43
cpufreq: intel_pstate: HWP boost performance on IO wakeup
by Srinivas Pandruvada
· 6 years ago
e0efd5b
cpufreq: intel_pstate: Add HWP boost utility and sched util hooks
by Srinivas Pandruvada
· 6 years ago
d7231f9
cpufreq: ti-cpufreq: Use devres managed API in probe()
by Suman Anna
· 6 years ago
e5d295b
cpufreq: ti-cpufreq: Fix an incorrect error return value
by Suman Anna
· 6 years ago
08e9cc4
cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static
by Colin Ian King
· 6 years ago
ac28927
cpufreq: kryo: allow building as a loadable module
by Arnd Bergmann
· 6 years ago
f4fe74c
Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
6c128e7
Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'
by Rafael J. Wysocki
· 6 years ago
601ef1f
Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'
by Rafael J. Wysocki
· 6 years ago
46e2856
cpufreq: Add Kryo CPU scaling driver
by Ilia Lin
· 6 years ago
cc85de3
cpufreq: Use static SRCU initializer
by Sebastian Andrzej Siewior
· 6 years ago
c7d1f11
cpufreq: Fix new policy initialization during limits updates via sysfs
by Tao Wang
· 6 years ago
0363997
cpufreq: Rename cpufreq_can_do_remote_dvfs()
by Viresh Kumar
· 6 years ago
dc628cd
cpufreq: tegra20: Wrap cpufreq into platform driver
by Dmitry Osipenko
· 7 years ago
7732c9e
cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
by Dmitry Osipenko
· 7 years ago
a413d2c
cpufreq: tegra20: Check if this is Tegra20 machine
by Dmitry Osipenko
· 7 years ago
f39d4d5
cpufreq: tegra20: Remove unneeded variable initialization
by Dmitry Osipenko
· 7 years ago
c22d1cb
cpufreq: tegra20: Remove unnecessary parentheses
by Dmitry Osipenko
· 7 years ago
f539086
cpufreq: tegra20: Remove unneeded check in tegra_cpu_init
by Dmitry Osipenko
· 7 years ago
64cd64e
cpufreq: tegra20: Release clocks properly
by Dmitry Osipenko
· 7 years ago
9b633cb
cpufreq: tegra20: Remove EMC clock usage
by Dmitry Osipenko
· 7 years ago
9a25ba9
cpufreq: tegra20: Clean up included headers
by Dmitry Osipenko
· 7 years ago
e08551b
cpufreq: tegra20: Clean up whitespaces in the code
by Dmitry Osipenko
· 7 years ago
4964027
cpufreq: tegra20: Change module description
by Dmitry Osipenko
· 7 years ago
9660711
Merge back cpufreq material for v4.18.
by Rafael J. Wysocki
· 7 years ago
51fe3a3
Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
by Olof Johansson
· 7 years ago
144ec88
Revert "cpufreq: rcar: Add support for R8A7795 SoC"
by Simon Horman
· 7 years ago
c76ff00
Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"
by Simon Horman
· 7 years ago
50e9ffa
cpufreq: intel_pstate: allow trace in passive mode
by Doug Smythies
· 7 years ago
0cf442c
cpufreq: armada-37xx: driver relies on cpufreq-dt
by Miquel Raynal
· 7 years ago
20b5324
cpufreq: optimize cpufreq_notify_transition()
by Viresh Kumar
· 7 years ago
130fccd
cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
by Colin Ian King
· 7 years ago
7859e08
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
by Sudeep Holla
· 7 years ago
df21443
cpufreq: speedstep: fix speedstep_detect_processor()'s return type
by Luc Van Oostenryck
· 7 years ago
9c28d6d
cpufreq: add suspend/resume support in Armada 37xx DVFS driver
by Miquel Raynal
· 7 years ago
cfd84631
cpufreq: armada: Free resources on error paths
by Viresh Kumar
· 7 years ago
6778270
cpufreq: dt: Allow platform specific suspend/resume callbacks
by Viresh Kumar
· 7 years ago
d4f3388
cpufreq / CPPC: Set platform specific transition_delay_us
by Prashanth Prakash
· 7 years ago
0d95cfa
Merge tag 'powerpc-4.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
c0f7f5b
cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer interrupt
by Shilpasri G Bhat
· 7 years ago
256f19d
cpufreq / CPPC: Support for CPPC v3
by Prashanth Prakash
· 7 years ago
ee53a65
cpufreq: brcmstb-avs-cpufreq: remove development debug support
by Markus Mayer
· 7 years ago
2dd0df8
cpufreq: Drop cpufreq_table_validate_and_show()
by Viresh Kumar
· 7 years ago
d983af9
cpufreq: SCMI: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
8913315
cpufreq: CPPC: Initialize shared perf capabilities of CPUs
by Shunyong Yang
· 7 years ago
bbcc328
cpufreq: armada-37xx: Fix clock leak
by Gregory CLEMENT
· 7 years ago
b8b10bc
cpufreq: CPPC: Don't set transition_latency
by Viresh Kumar
· 7 years ago
44a264e
cpufreq: ti-cpufreq: Use builtin_platform_driver()
by Viresh Kumar
· 7 years ago
b258dfe
cpufreq: intel_pstate: Do not include debugfs.h
by Rafael J. Wysocki
· 7 years ago
38c2368
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
f2d2856
Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
3d41386
cpufreq: CPPC: Use transition_delay_us depending transition_latency
by George Cherian
· 7 years ago
9a1651d
cpufreq: remove cris specific drivers
by Arnd Bergmann
· 7 years ago
9a3daf5
cpufreq: remove blackfin driver
by Arnd Bergmann
· 7 years ago
a8b6966
cpufreq: tegra186: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
2d28b03
cpufreq: speedstep: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
31f4b7a
cpufreq: sparc: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
ec8d2cc
cpufreq: sh: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
54a277e
cpufreq: sfi: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
472ada6
cpufreq: scpi: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
f35750c
cpufreq: sc520: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
09e390f
cpufreq: s3c24xx: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
5ab508be
cpufreq: qoirq: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
8ed5a21
cpufreq: pxa: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
20dfdb9
cpufreq: ppc_cbe: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
e2376d1
cpufreq: powernow: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
b01b531
cpufreq: p4-clockmod: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
b563afb
cpufreq: mediatek: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
2c65616
cpufreq: longhaul: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
b666362
cpufreq: ia64-acpi: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
c3e3cc8
cpufreq: elanfreq: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
0d10539
cpufreq: e_powersaver: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
29aa18a
cpufreq: cpufreq-dt: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
5d8d4f9
cpufreq: brcmstb: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
3c1f5a4
cpufreq: arm_big_little: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
1a186d9
cpufreq: ACPI: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
92c99d1
cpufreq: Don't validate cpufreq table from cpufreq_generic_init()
by Viresh Kumar
· 7 years ago
8d768cd
cpufreq: imx6q: Find max freq from frequency table itself
by Viresh Kumar
· 7 years ago
3478b24
cpufreq: scpi: Add thermal dependency
by Arnd Bergmann
· 7 years ago
55b55ab
cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
by Chunyu Hu
· 7 years ago
bf14721
cpufreq: powernv: Don't validate the frequency table twice
by Viresh Kumar
· 7 years ago
697a3a8
cpufreq: scmi: add thermal dependency
by Arnd Bergmann
· 7 years ago
f46f11d
Merge tag 'scmi-updates-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
by Arnd Bergmann
· 7 years ago
1179c2a
Merge cpufreq fixes from v4.16-rc4.
by Rafael J. Wysocki
· 7 years ago
b61e070
Merge branch 'cpufreq-scpi'
by Rafael J. Wysocki
· 7 years ago
Next »