Age | Commit message (Expand) | Author |
2020-09-01 | cpufreq: intel_pstate: Refuse to turn off with HWP enabled | Rafael J. Wysocki |
2020-08-28 | Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-08-27 | cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq() | Viresh Kumar |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-08-21 | cpufreq: replace cpu_logical_map() with read_cpuid_mpir() | Sumit Gupta |
2020-08-20 | cpufreq: s3c24xx: move low-level clk reg access into platform code | Arnd Bergmann |
2020-08-20 | cpufreq: s3c2412: use global s3c2412_cpufreq_setrefresh | Arnd Bergmann |
2020-08-20 | ARM: s3c: remove cpufreq header dependencies | Arnd Bergmann |
2020-08-20 | cpufreq: s3c24xx: split out registers | Arnd Bergmann |
2020-08-11 | cpufreq: intel_pstate: Implement passive mode with HWP enabled | Rafael J. Wysocki |
2020-08-04 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki |
2020-08-04 | cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0 | Srinivas Pandruvada |
2020-08-03 | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-08-03 | Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-08-03 | Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp... | Linus Torvalds |
2020-08-03 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2020-08-03 | Merge branches 'pm-em' and 'pm-core' | Rafael J. Wysocki |
2020-07-30 | cpufreq: intel_pstate: Fix EPP setting via sysfs in active mode | Rafael J. Wysocki |
2020-07-30 | cpufreq: intel_pstate: Rearrange the storing of new EPP values | Rafael J. Wysocki |
2020-07-30 | cpufreq: make schedutil the default for arm and arm64 | Valentin Schneider |
2020-07-30 | cpufreq: cached_resolved_idx can not be negative | Viresh Kumar |
2020-07-30 | cpufreq: Add Tegra194 cpufreq driver | Sumit Gupta |
2020-07-30 | cpufreq: imx: Select NVMEM_IMX_OCOTP | Walter Lozano |
2020-07-30 | cpufreq: sti-cpufreq: Fix some formatting and misspelling issues | Lee Jones |
2020-07-30 | cpufreq: tegra186: Simplify probe return path | Jon Hunter |
2020-07-30 | cpufreq: CPPC: Reuse caps variable in few routines | Xin Hao |
2020-07-30 | cpufreq: ap806: fix cpufreq driver needs ap cpu clk | Sven Auhagen |
2020-07-30 | cpufreq: cppc: Reorder code and remove apply_hisi_workaround variable | Viresh Kumar |
2020-07-30 | cpufreq: dt: fix oops on armada37xx | Ivan Kokshaysky |
2020-07-30 | cpufreq: brcmstb-avs-cpufreq: send S2_ENTER / S2_EXIT commands to AVS | Markus Mayer |
2020-07-30 | cpufreq: brcmstb-avs-cpufreq: Support polling AVS firmware | Florian Fainelli |
2020-07-30 | cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command() | Markus Mayer |
2020-07-30 | cpufreq: qcom: Disable fast switch when scaling DDR/L3 | Sibi Sankar |
2020-07-30 | cpufreq: qcom: Update the bandwidth levels on frequency change | Sibi Sankar |
2020-07-27 | Merge back cpufreq material for v5.9. | Rafael J. Wysocki |
2020-07-16 | cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supported | Rafael J. Wysocki |
2020-07-16 | cpufreq: intel_pstate: Clean up aperf_mperf_shift description | Rafael J. Wysocki |
2020-07-15 | cpufreq: powernv: Make some symbols static | Wei Yongjun |
2020-07-15 | cpufreq: amd_freq_sensitivity: Mark sometimes used ID structs as __maybe_unused | Lee Jones |
2020-07-15 | cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mper... | Lee Jones |
2020-07-15 | cpufreq: pcc-cpufreq: Mark sometimes used ID structs as __maybe_unused | Lee Jones |
2020-07-15 | cpufreq: powernow-k8: Mark 'hi' and 'lo' dummy variables as __always_unused | Lee Jones |
2020-07-15 | cpufreq: acpi-cpufreq: Mark sometimes used ID structs as __maybe_unused | Lee Jones |
2020-07-15 | cpufreq: acpi-cpufreq: Mark 'dummy' variable as __always_unused | Lee Jones |
2020-07-15 | cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues | Lee Jones |
2020-07-15 | cpufreq: pasemi: Include header file for {check,restore}_astate prototypes | Lee Jones |
2020-07-15 | cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard co... | Lee Jones |
2020-07-15 | cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status | Lee Jones |
2020-07-15 | cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment b... | Lee Jones |
2020-07-13 | cpufreq: intel_pstate: Fix active mode setting from command line | Rafael J. Wysocki |