index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
cpufreq: qcom-kryo: add NULL entry to the end of_device_id array
YueHaibing
1
-0
/
+1
2018-07-18
cpufreq: intel_pstate: Register when ACPI PCCH is present
Rafael J. Wysocki
2
-1
/
+20
2018-06-24
cpufreq: qcom-kryo: Fix error handling in probe()
Dan Carpenter
1
-4
/
+4
2018-06-19
cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
Srinivas Pandruvada
1
-5
/
+22
2018-06-19
cpufreq: kryo: Add module remove and exit
Ilia Lin
1
-3
/
+19
2018-06-19
cpufreq: kryo: Fix possible error code dereference
Ilia Lin
1
-0
/
+3
2018-06-13
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
6
-24
/
+209
2018-06-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-17
/
+19
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-2
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
9
-13
/
+14
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-11
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2018-06-11
cpufreq: imx6q: check speed grades for i.MX6ULL
Sébastien Szymanski
1
-6
/
+23
2018-06-08
cpufreq: governors: Fix long idle detection logic in load calculation
Chen Yu
1
-7
/
+5
2018-06-08
cpufreq: intel_pstate: enable boost for Skylake Xeon
Srinivas Pandruvada
1
-0
/
+10
2018-06-06
cpufreq: intel_pstate: New sysfs entry to control HWP boost
Srinivas Pandruvada
1
-0
/
+30
2018-06-06
cpufreq: intel_pstate: HWP boost performance on IO wakeup
Srinivas Pandruvada
1
-0
/
+39
2018-06-06
cpufreq: intel_pstate: Add HWP boost utility and sched util hooks
Srinivas Pandruvada
1
-3
/
+97
2018-06-06
cpufreq: ti-cpufreq: Use devres managed API in probe()
Suman Anna
1
-5
/
+2
2018-06-06
cpufreq: ti-cpufreq: Fix an incorrect error return value
Suman Anna
1
-1
/
+1
2018-06-06
cpufreq: ACPI: make function acpi_cpufreq_fast_switch() static
Colin Ian King
1
-2
/
+2
2018-06-06
cpufreq: kryo: allow building as a loadable module
Arnd Bergmann
1
-1
/
+1
2018-06-05
Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-12
/
+68
2018-06-04
Merge branches 'acpi-cppc', 'acpi-misc', 'acpi-battery' and 'acpi-ac'
Rafael J. Wysocki
1
-12
/
+68
2018-06-04
Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'
Rafael J. Wysocki
1
-1
/
+1
2018-05-30
cpufreq: Add Kryo CPU scaling driver
Ilia Lin
4
-0
/
+227
2018-05-30
cpufreq: Use static SRCU initializer
Sebastian Andrzej Siewior
1
-12
/
+1
2018-05-30
cpufreq: Fix new policy initialization during limits updates via sysfs
Tao Wang
1
-0
/
+2
2018-05-23
cpufreq: Rename cpufreq_can_do_remote_dvfs()
Viresh Kumar
1
-1
/
+1
2018-05-21
cpufreq: tegra20: Wrap cpufreq into platform driver
Dmitry Osipenko
1
-59
/
+86
2018-05-21
cpufreq: tegra20: Allow cpufreq driver to be built as loadable module
Dmitry Osipenko
1
-1
/
+1
2018-05-21
cpufreq: tegra20: Check if this is Tegra20 machine
Dmitry Osipenko
1
-0
/
+4
2018-05-21
cpufreq: tegra20: Remove unneeded variable initialization
Dmitry Osipenko
1
-1
/
+1
2018-05-21
cpufreq: tegra20: Remove unnecessary parentheses
Dmitry Osipenko
1
-1
/
+1
2018-05-21
cpufreq: tegra20: Remove unneeded check in tegra_cpu_init
Dmitry Osipenko
1
-5
/
+0
2018-05-21
cpufreq: tegra20: Release clocks properly
Dmitry Osipenko
1
-5
/
+26
2018-05-21
cpufreq: tegra20: Remove EMC clock usage
Dmitry Osipenko
1
-22
/
+0
2018-05-21
cpufreq: tegra20: Clean up included headers
Dmitry Osipenko
1
-8
/
+4
2018-05-21
cpufreq: tegra20: Clean up whitespaces in the code
Dmitry Osipenko
1
-2
/
+1
2018-05-21
cpufreq: tegra20: Change module description
Dmitry Osipenko
1
-1
/
+1
2018-05-18
Merge back cpufreq material for v4.18.
Rafael J. Wysocki
8
-52
/
+178
2018-05-15
Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Olof Johansson
1
-2
/
+2
2018-05-15
Revert "cpufreq: rcar: Add support for R8A7795 SoC"
Simon Horman
1
-1
/
+0
2018-05-15
Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"
Simon Horman
1
-1
/
+0
2018-05-14
cpufreq: intel_pstate: allow trace in passive mode
Doug Smythies
1
-2
/
+44
2018-05-14
cpufreq: armada-37xx: driver relies on cpufreq-dt
Miquel Raynal
1
-1
/
+1
2018-05-13
cpufreq: optimize cpufreq_notify_transition()
Viresh Kumar
1
-31
/
+32
2018-05-10
cpufreq: s3c2440: fix spelling mistake: "divsiors" -> "divisors"
Colin Ian King
1
-1
/
+1
2018-05-10
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
Sudeep Holla
1
-2
/
+2
[next]