Age | Commit message (Expand) | Author | Files | Lines |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -17/+21 |
2023-04-27 | Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -11/+12 |
2023-04-26 | Merge tag 'pm-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 15 | -173/+364 |
2023-04-24 | Merge branches 'acpi-processor', 'acpi-pm', 'acpi-tables' and 'acpi-sysfs' | Rafael J. Wysocki | 2 | -27/+46 |
2023-04-20 | Merge tag 'cpufreq-arm-updates-6.4' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 10 | -108/+215 |
2023-04-18 | cpufreq: use correct unit when verify cur freq | Sanjay Chandrashekara | 1 | -1/+1 |
2023-04-18 | cpufreq: tegra194: add OPP support and set bandwidth | Sumit Gupta | 1 | -13/+143 |
2023-04-14 | cpufreq: sun50i: Add explicit include for cpu.h | Rob Herring | 1 | -1/+2 |
2023-04-14 | cpufreq: Adjust includes to remove of_device.h | Rob Herring | 9 | -10/+8 |
2023-04-11 | cpufreq: amd-pstate: Make varaiable mode_state_machine static | Tom Rix | 1 | -1/+1 |
2023-04-11 | amd-pstate: Fix amd_pstate mode switch | Wyes Karny | 1 | -10/+8 |
2023-04-07 | cpufreq: drivers with target_index() must set freq_table | Viresh Kumar | 2 | -1/+11 |
2023-03-30 | cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos | Bjorn Andersson | 1 | -14/+0 |
2023-03-30 | cpufreq: Add SM7225 to cpufreq-dt-platdev blocklist | Luca Weiss | 1 | -0/+1 |
2023-03-30 | cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exit | Krzysztof Kozlowski | 1 | -9/+2 |
2023-03-30 | cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623 | AngeloGioacchino Del Regno | 1 | -2/+11 |
2023-03-30 | cpufreq: mediatek: raise proc/sram max voltage for MT8516 | Jia-Wei Chang | 1 | -2/+11 |
2023-03-30 | cpufreq: mediatek: fix KP caused by handler usage after regulator_put/clk_put | Jia-Wei Chang | 1 | -32/+30 |
2023-03-30 | cpufreq: mediatek: fix passing zero to 'PTR_ERR' | Jia-Wei Chang | 1 | -5/+5 |
2023-03-27 | cpufreq: pmac32: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -3/+3 |
2023-03-22 | cpufreq: Fix typo in the ARM_BRCMSTB_AVS_CPUFREQ Kconfig entry | Jingyu Wang | 1 | -1/+1 |
2023-03-22 | cpufreq: warn about invalid vals to scaling_max/min_freq interfaces | qinyu | 1 | -3/+3 |
2023-03-20 | ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC drivers | Petr Pavlu | 2 | -27/+46 |
2023-03-17 | cpufreq: amd-pstate: Add guided mode control support via sysfs | Wyes Karny | 1 | -42/+101 |
2023-03-17 | cpufreq: amd-pstate: Add guided autonomous mode | Wyes Karny | 1 | -6/+28 |
2023-03-17 | cpufreq: intel_pstate: Enable HWP IO boost for all servers | Srinivas Pandruvada | 1 | -10/+1 |
2023-03-17 | cpufreq: amd-pstate: move to use bus_get_dev_root() | Greg Kroah-Hartman | 1 | -14/+10 |
2023-03-17 | cpufreq: move to use bus_get_dev_root() | Greg Kroah-Hartman | 2 | -3/+11 |
2023-03-13 | cpufreq: Use of_property_present() for testing DT property presence | Rob Herring | 5 | -6/+6 |
2023-03-13 | cpufreq: qcom-hw: Simplify counting frequency domains | Konrad Dybcio | 1 | -23/+6 |
2023-03-13 | kbuild, cpufreq: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-03-13 | kbuild, cpufreq: tegra124: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-03-03 | Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 3 | -5/+4 |
2023-03-01 | cpufreq: apple-soc: Fix an IS_ERR() vs NULL check | Dan Carpenter | 1 | -2/+2 |
2023-02-28 | cpufreq: intel_pstate: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-02-23 | cpufreq: amd-pstate: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
2023-02-23 | cpufreq: amd-pstate: Let user know amd-pstate is disabled | Kai-Heng Feng | 1 | -1/+1 |
2023-02-23 | cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire Rapids | Srinivas Pandruvada | 1 | -0/+1 |
2023-02-21 | Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -14/+0 |
2023-02-21 | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 11 | -267/+706 |
2023-02-21 | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 11 | -2320/+1 |
2023-02-15 | cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQ | Wyes Karny | 1 | -12/+13 |
2023-02-15 | Merge branches 'acpi-processor', 'acpi-tables', 'acpi-pnp' and 'acpi-maintain... | Rafael J. Wysocki | 1 | -14/+0 |
2023-02-14 | Merge tag 'cpufreq-arm-updates-6.3' of git://git.kernel.org/pub/scm/linux/ker... | Rafael J. Wysocki | 2 | -1/+3 |
2023-02-14 | Merge back cpufreq material for 6.3-rc1. | Rafael J. Wysocki | 10 | -266/+702 |
2023-02-14 | cpufreq: qcom-hw: Add missing null pointer check | Manivannan Sadhasivam | 1 | -0/+2 |
2023-02-09 | cpufreq: Make kobj_type structure constant | Thomas Weißschuh | 1 | -1/+1 |
2023-02-09 | cpufreq: davinci: Fix clk use after free | Uwe Kleine-König | 1 | -2/+2 |
2023-02-09 | cpufreq: amd-pstate: avoid uninitialized variable use | Arnd Bergmann | 1 | -5/+4 |
2023-02-09 | cpufreq: Make cpufreq_unregister_driver() return void | Uwe Kleine-König | 7 | -15/+18 |