summaryrefslogtreecommitdiff
path: root/drivers/powercap
AgeCommit message (Expand)AuthorFilesLines
2026-04-01powercap: intel_rapl: Consolidate PL4 and PMU support flags into rapl_defaultsKuppuswamy Sathyanarayanan1-47/+36
2026-04-01powercap: intel_rapl: Move MSR primitives to MSR driverKuppuswamy Sathyanarayanan2-105/+99
2026-04-01thermal: intel: int340x: processor: Move MMIO primitives to MMIO driverKuppuswamy Sathyanarayanan1-1/+0
2026-04-01powercap: intel_rapl: Move TPMI primitives to TPMI driverKuppuswamy Sathyanarayanan2-51/+53
2026-04-01powercap: intel_rapl: Move primitive info to header for interface driversKuppuswamy Sathyanarayanan1-30/+2
2026-04-01powercap: intel_rapl: Remove unused macro definitionsKuppuswamy Sathyanarayanan1-8/+0
2026-04-01powercap: intel_rapl: Move MSR default settings into MSR interface driverKuppuswamy Sathyanarayanan2-228/+250
2026-03-30powercap: intel_rapl: Remove unused AVERAGE_POWER primitiveKuppuswamy Sathyanarayanan1-13/+0
2026-03-05powercap: intel_rapl: Move TPMI default settings into TPMI interface driverKuppuswamy Sathyanarayanan2-45/+47
2026-03-05powercap: intel_rapl: Allow interface drivers to configure rapl_defaultsKuppuswamy Sathyanarayanan1-36/+28
2026-03-05powercap: intel_rapl: Use unit conversion macros from units.hKuppuswamy Sathyanarayanan1-9/+10
2026-03-05powercap: intel_rapl: Use GENMASK() and BIT() macrosKuppuswamy Sathyanarayanan1-30/+30
2026-03-05powercap: intel_rapl: Use shifts for power-of-2 operationsKuppuswamy Sathyanarayanan1-10/+10
2026-03-05powercap: intel_rapl: Simplify rapl_compute_time_window_atom()Kuppuswamy Sathyanarayanan1-6/+4
2026-03-05powercap: intel_rapl: Remove unused TIME_WINDOW macrosKuppuswamy Sathyanarayanan1-3/+0
2026-03-05powercap: intel_rapl: Cleanup coding styleKuppuswamy Sathyanarayanan1-219/+227
2026-03-05powercap: intel_rapl: Add a symbol namespace for intel_rapl exportsKuppuswamy Sathyanarayanan3-10/+12
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook7-13/+12
2026-02-12powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version checkKuppuswamy Sathyanarayanan1-1/+1
2026-02-11powercap: intel_rapl: Expose all package CPUs in PMU cpumaskKuppuswamy Sathyanarayanan1-10/+5
2026-02-11powercap: intel_rapl: Remove incorrect CPU check in PMU contextKuppuswamy Sathyanarayanan2-10/+8
2026-01-15powercap: intel_rapl: Add PL4 support for Ice LakeDaniel Tang1-0/+1
2026-01-15powercap: Replace sprintf() with sysfs_emit() in sysfs show functionsSumeet Pawnikar1-7/+6
2025-12-17powercap: intel_rapl: Fix possible recursive lock warningSrinivas Pandruvada2-8/+20
2025-12-15powercap: fix sscanf() error return value handlingSumeet Pawnikar1-3/+3
2025-12-15powercap: fix race condition in register_control_type()Sumeet Pawnikar1-5/+11
2025-12-05Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+1
2025-11-27powercap: dtpm: Simplify with of_machine_get_match_data()Krzysztof Kozlowski1-15/+1
2025-11-21powercap: intel_rapl: Enable MSR-based RAPL PMU supportKuppuswamy Sathyanarayanan2-8/+28
2025-11-21powercap: intel_rapl: Prepare read_raw() interface for atomic-context callersKuppuswamy Sathyanarayanan3-13/+29
2025-11-18powercap: intel_rapl: Add support for Nova Lake processorsKaushlendra Kumar2-0/+4
2025-10-30powercap: intel_rapl: Add support for Wildcat Lake platformSrinivas Pandruvada2-0/+2
2025-08-21powercap: idle_inject: use us_to_ktime() where appropriateXichao Zhao1-3/+2
2025-07-29Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+5
2025-07-03powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw()Sivan Zohar-Kotzer1-0/+2
2025-07-03platform/x86/intel/tpmi: Relocate platform info to intel_vsec.hDavid E. Box1-4/+5
2025-06-30powercap: intel_rapl: Add support for Bartlett Lake platformQiao Wei1-0/+1
2025-06-30powercap: intel_rapl_msr: Add PL4 support for Panther LakeZhang Rui1-0/+1
2025-06-30powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changedZhang Rui1-1/+17
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)2-0/+2
2025-04-10x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-1/+1
2025-03-26Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+2
2025-03-07PM: EM: Rework the depends on for CONFIG_ENERGY_MODELJeson Gao1-1/+1
2025-02-27Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar1-2/+1