Age | Commit message (Expand) | Author | Files | Lines |
2019-04-29 | cpufreq: armada-37xx: fix frequency calculation for opp | Gregory CLEMENT | 1 | -3/+19 |
2019-04-29 | cpufreq: centrino: Fix centrino_setpolicy() kerneldoc comment | dongjian | 1 | -1/+1 |
2019-04-29 | cpufreq: qoriq: add support for lx2160a | Vabhav Sharma | 1 | -0/+1 |
2019-04-25 | cpufreq: qoriq: Add ls1028a chip support | Yuantian Tang | 1 | -0/+1 |
2019-04-23 | cpufreq: Move ->get callback check outside of __cpufreq_get() | Yue Hu | 1 | -2/+3 |
2019-04-17 | cpufreq: Remove needless bios_limit check in show_bios_limit() | Yue Hu | 1 | -5/+3 |
2019-04-17 | drivers/cpufreq/acpi-cpufreq.c: This fixes the following checkpatch warning | Mohan Kumar | 1 | -10/+9 |
2019-04-10 | cpufreq: boost: Remove CONFIG_CPU_FREQ_BOOST_SW Kconfig option | Yue Hu | 2 | -7/+0 |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus | 1 | -1/+1 |
2019-04-09 | cpufreq: stats: Use lock by stat to replace global spin lock | Kyle Lin | 1 | -7/+8 |
2019-04-09 | cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported() | Yue Hu | 1 | -1/+1 |
2019-04-08 | Merge back cpufreq material for v5.2. | Rafael J. Wysocki | 4 | -30/+123 |
2019-04-08 | cpufreq: maple: Remove redundant code from maple_cpufreq_init() | Viresh Kumar | 1 | -4/+0 |
2019-04-08 | cpufreq: ppc_cbe: fix possible object reference leak | Wen Yang | 1 | -0/+1 |
2019-04-08 | cpufreq: pmac32: fix possible object reference leak | Wen Yang | 1 | -0/+2 |
2019-04-08 | cpufreq/pasemi: fix possible object reference leak | Wen Yang | 1 | -0/+1 |
2019-04-08 | cpufreq: maple: fix possible object reference leak | Wen Yang | 1 | -1/+1 |
2019-04-08 | cpufreq: kirkwood: fix possible object reference leak | Wen Yang | 1 | -8/+11 |
2019-04-08 | cpufreq: imx6q: fix possible object reference leak | Wen Yang | 1 | -2/+2 |
2019-04-08 | cpufreq: ap806: fix possible object reference leak | Wen Yang | 1 | -0/+1 |
2019-04-08 | drivers/cpufreq: Convert some slow-path static_cpu_has() callers to boot_cpu_... | Borislav Petkov | 3 | -11/+11 |
2019-04-08 | cpufreq: intel_pstate: Update max frequency on global turbo changes | Rafael J. Wysocki | 2 | -18/+33 |
2019-04-02 | cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release() | Rafael J. Wysocki | 1 | -9/+47 |
2019-04-02 | cpufreq: intel_pstate: Driver-specific handling of _PPC updates | Rafael J. Wysocki | 2 | -0/+40 |
2019-04-02 | cpufreq/intel_pstate: Load only on Intel hardware | Borislav Petkov | 1 | -1/+4 |
2019-03-28 | cpufreq: scpi: Fix use after free | Vincent Stehlé | 1 | -1/+1 |
2019-03-26 | cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency | Srinivas Pandruvada | 1 | -1/+4 |
2019-03-12 | cpufreq: intel_pstate: Fix up iowait_boost computation | Rafael J. Wysocki | 1 | -1/+1 |
2019-03-07 | cpufreq: pxa2xx: remove incorrect __init annotation | Arnd Bergmann | 1 | -2/+2 |
2019-03-07 | cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put() | Rafael J. Wysocki | 1 | -15/+9 |
2019-03-06 | Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 27 | -246/+640 |
2019-03-06 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 3 | -42/+7 |
2019-03-04 | Merge branch 'pm-opp' | Rafael J. Wysocki | 7 | -4/+49 |
2019-03-01 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 2 | -3/+21 |
2019-02-28 | cpufreq: kryo: Release OPP tables on module removal | Viresh Kumar | 1 | -2/+18 |
2019-02-25 | cpufreq: ap806: add missing of_node_put after of_device_is_available | Julia Lawall | 1 | -1/+3 |
2019-02-24 | Merge back earlier cpufreq material for v5.1. | Rafael J. Wysocki | 25 | -240/+571 |
2019-02-20 | cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies | Erwan Velu | 1 | -1/+3 |
2019-02-20 | cpufreq: Pass updated policy to driver ->setpolicy() callback | Rafael J. Wysocki | 1 | -1/+1 |
2019-02-20 | cpufreq: Fix two debug messages in cpufreq_set_policy() | Rafael J. Wysocki | 1 | -2/+2 |
2019-02-20 | cpufreq: Reorder and simplify cpufreq_update_policy() | Rafael J. Wysocki | 1 | -12/+7 |
2019-02-20 | cpufreq: Add kerneldoc comments for two core functions | Rafael J. Wysocki | 1 | -8/+24 |
2019-02-19 | cpufreq: scmi: Fix use-after-free in scmi_cpufreq_exit() | Yangtao Li | 1 | -1/+1 |
2019-02-19 | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 5 | -11/+11 |
2019-02-18 | cpufreq: intel_pstate: Rework iowait boosting to be less aggressive | Rafael J. Wysocki | 1 | -18/+18 |
2019-02-18 | cpufreq: intel_pstate: Eliminate intel_pstate_get_base_pstate() | Rafael J. Wysocki | 1 | -7/+2 |
2019-02-18 | cpufreq: intel_pstate: Avoid redundant initialization of local vars | Rafael J. Wysocki | 1 | -7/+3 |
2019-02-18 | cpufreq / cppc: Work around for Hisilicon CPPC cpufreq | Xiongfeng Wang | 1 | -0/+65 |
2019-02-18 | cpufreq: davinci: move configuration to include/linux/platform_data | Bartosz Golaszewski | 1 | -4/+1 |
2019-02-18 | cpufreq: speedstep: convert BUG() to BUG_ON() | Yangtao Li | 1 | -2/+1 |