summaryrefslogtreecommitdiff
path: root/drivers/powercap
AgeCommit message (Expand)Author
3 dayspowercap: intel_rapl: Remove unused AVERAGE_POWER primitiveKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Move TPMI default settings into TPMI interface driverKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Allow interface drivers to configure rapl_defaultsKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Use unit conversion macros from units.hKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Use GENMASK() and BIT() macrosKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Use shifts for power-of-2 operationsKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Simplify rapl_compute_time_window_atom()Kuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Remove unused TIME_WINDOW macrosKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Cleanup coding styleKuppuswamy Sathyanarayanan
2026-03-05powercap: intel_rapl: Add a symbol namespace for intel_rapl exportsKuppuswamy Sathyanarayanan
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version checkKuppuswamy Sathyanarayanan
2026-02-11powercap: intel_rapl: Expose all package CPUs in PMU cpumaskKuppuswamy Sathyanarayanan
2026-02-11powercap: intel_rapl: Remove incorrect CPU check in PMU contextKuppuswamy Sathyanarayanan
2026-01-15powercap: intel_rapl: Add PL4 support for Ice LakeDaniel Tang
2026-01-15powercap: Replace sprintf() with sysfs_emit() in sysfs show functionsSumeet Pawnikar
2025-12-17powercap: intel_rapl: Fix possible recursive lock warningSrinivas Pandruvada
2025-12-15powercap: fix sscanf() error return value handlingSumeet Pawnikar
2025-12-15powercap: fix race condition in register_control_type()Sumeet Pawnikar
2025-12-04Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-26powercap: dtpm: Simplify with of_machine_get_match_data()Krzysztof Kozlowski
2025-11-21powercap: intel_rapl: Enable MSR-based RAPL PMU supportKuppuswamy Sathyanarayanan
2025-11-21powercap: intel_rapl: Prepare read_raw() interface for atomic-context callersKuppuswamy Sathyanarayanan
2025-11-18powercap: intel_rapl: Add support for Nova Lake processorsKaushlendra Kumar
2025-10-30powercap: intel_rapl: Add support for Wildcat Lake platformSrinivas Pandruvada
2025-08-21powercap: idle_inject: use us_to_ktime() where appropriateXichao Zhao
2025-07-28Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-03powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw()Sivan Zohar-Kotzer
2025-07-03platform/x86/intel/tpmi: Relocate platform info to intel_vsec.hDavid E. Box
2025-06-30powercap: intel_rapl: Add support for Bartlett Lake platformQiao Wei
2025-06-30powercap: intel_rapl_msr: Add PL4 support for Panther LakeZhang Rui
2025-06-30powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changedZhang Rui
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar
2025-02-18powercap: Switch to use hrtimer_setup()Nam Cao
2025-02-07Merge branch 'pm-powercap'Rafael J. Wysocki
2025-02-04x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck
2025-01-23powercap: call put_device() on an error path in powercap_register_control_type()Joe Hattori
2024-12-10powercap: intel_rapl: Add support for Panther Lake platformZhang Rui
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds