Age | Commit message (Expand) | Author | Files | Lines |
2024-11-11 | cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling() | Rafael J. Wysocki | 1 | -19/+16 |
2024-11-04 | cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initially | Rafael J. Wysocki | 1 | -0/+5 |
2024-11-04 | cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registration | Rafael J. Wysocki | 1 | -3/+18 |
2024-10-15 | cpufreq/amd-pstate: Use nominal perf for limits when boost is disabled | Mario Limonciello | 1 | -6/+14 |
2024-10-07 | cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory systems | Dhananjay Ugwekar | 1 | -0/+10 |
2024-10-04 | Merge tag 'pm-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -8/+8 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-10-01 | cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock | Uwe Kleine-König | 1 | -8/+8 |
2024-09-19 | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2024-09-11 | Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 4 | -116/+102 |
2024-09-11 | cpufreq/amd-pstate-ut: Fix an "Uninitialized variables" issue | Qianqiang Liu | 1 | -1/+1 |
2024-09-11 | cpufreq/amd-pstate-ut: Add test case for mode switches | Mario Limonciello | 1 | -1/+40 |
2024-09-11 | cpufreq/amd-pstate: Export symbols for changing modes | Mario Limonciello | 2 | -13/+24 |
2024-09-11 | cpufreq: amd-pstate: Optimize amd_pstate_update_limits() | Mario Limonciello | 1 | -5/+5 |
2024-09-11 | cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r... | Mario Limonciello | 1 | -42/+10 |
2024-09-11 | x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator() | Mario Limonciello | 1 | -21/+13 |
2024-09-11 | x86/amd: Move amd_get_highest_perf() out of amd-pstate | Mario Limonciello | 1 | -32/+2 |
2024-09-11 | x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator() | Mario Limonciello | 1 | -3/+9 |
2024-09-11 | cpufreq/cppc: Use NSEC_PER_MSEC for deadline task | Christian Loehle | 1 | -3/+3 |
2024-09-06 | Merge tag 'cpufreq-arm-updates-6.12' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki | 18 | -59/+95 |
2024-09-05 | Merge tag 'amd-pstate-v6.12-2024-09-04' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 1 | -4/+7 |
2024-09-05 | Merge back cpufreq material for 6.12 | Rafael J. Wysocki | 7 | -27/+245 |
2024-09-04 | cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit() | Mario Limonciello | 1 | -4/+7 |
2024-09-04 | cpufreq: ti-cpufreq: Use socinfo to get revision in AM62 family | Dhruva Gole | 1 | -0/+19 |
2024-09-04 | cpufreq: Fix the cacography in powernv-cpufreq.c | Liu Jing | 1 | -1/+1 |
2024-09-04 | cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails appropriately | Nishanth Menon | 1 | -2/+8 |
2024-09-04 | cpufreq: loongson3: Use raw_smp_processor_id() in do_service_request() | Huacai Chen | 1 | -1/+1 |
2024-09-04 | cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value | Anastasia Belova | 1 | -2/+12 |
2024-09-04 | cpufreq: Add SM7325 to cpufreq-dt-platdev blocklist | Danila Tikhonov | 1 | -0/+1 |
2024-09-04 | cpufreq: Fix warning on unused of_device_id tables for !CONFIG_OF | Rob Herring (Arm) | 4 | -4/+4 |
2024-09-04 | cpufreq/amd-pstate: Add the missing cpufreq_cpu_put() | Dhananjay Ugwekar | 1 | -1/+4 |
2024-09-04 | cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency on Arm drivers | Rob Herring (Arm) | 1 | -2/+0 |
2024-09-04 | cpufreq: Enable COMPILE_TEST on Arm drivers | Rob Herring (Arm) | 1 | -20/+30 |
2024-09-04 | cpufreq: intel_pstate: Set asymmetric CPU capacity on hybrid systems | Rafael J. Wysocki | 1 | -4/+232 |
2024-09-02 | Merge back cpufreq material for 6.12 | Rafael J. Wysocki | 7 | -23/+13 |
2024-08-28 | cpufreq/amd-pstate: Remove warning for X86_FEATURE_CPPC on certain Zen models | Gautham R. Shenoy | 1 | -10/+24 |
2024-08-23 | cpufreq/amd-pstate-ut: Don't check for highest perf matching on prefcore | Mario Limonciello | 1 | -5/+8 |
2024-08-22 | cpufreq/amd-pstate: Use topology_logical_package_id() instead of logical_die_... | Gautham R. Shenoy | 1 | -1/+1 |
2024-08-22 | cpufreq: amd-pstate: Fix uninitialized variable in amd_pstate_cpu_boost_update() | Dan Carpenter | 1 | -1/+1 |
2024-08-19 | cpufreq: intel_pstate: Support Granite Rapids and Sierra Forest OOB mode | Srinivas Pandruvada | 1 | -0/+4 |
2024-08-07 | cpufreq: armada-8k: Avoid excessive stack usage | Rob Herring (Arm) | 1 | -1/+1 |
2024-08-07 | cpufreq: omap: Drop asm includes | Rob Herring (Arm) | 1 | -3/+0 |
2024-08-07 | cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed | Rob Herring (Arm) | 1 | -0/+1 |
2024-08-07 | cpufreq: spear: Use of_property_for_each_u32() instead of open coding | Rob Herring (Arm) | 1 | -11/+7 |
2024-08-07 | cpufreq: Use of_property_present() | Rob Herring (Arm) | 4 | -11/+6 |
2024-08-02 | cpufreq: Remove LATENCY_MULTIPLIER | Qais Yousef | 1 | -23/+4 |
2024-08-02 | cpufreq: powerpc: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 5 | -0/+5 |
2024-08-02 | cpufreq: intel_pstate: Update Balance performance EPP for Emerald Rapids | Pedro Henrique Kopper | 1 | -0/+1 |
2024-07-16 | Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 43 | -375/+950 |
2024-07-16 | Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |