| Age | Commit message (Expand) | Author | Files | Lines |
| 6 days | powercap: intel_rapl: Fix memory leak in rapl_add_package_cpuslocked() | Sumeet Pawnikar | 1 | -1/+2 |
| 2026-04-01 | powercap: intel_rapl: Consolidate PL4 and PMU support flags into rapl_defaults | Kuppuswamy Sathyanarayanan | 1 | -47/+36 |
| 2026-04-01 | powercap: intel_rapl: Move MSR primitives to MSR driver | Kuppuswamy Sathyanarayanan | 2 | -105/+99 |
| 2026-04-01 | thermal: intel: int340x: processor: Move MMIO primitives to MMIO driver | Kuppuswamy Sathyanarayanan | 1 | -1/+0 |
| 2026-04-01 | powercap: intel_rapl: Move TPMI primitives to TPMI driver | Kuppuswamy Sathyanarayanan | 2 | -51/+53 |
| 2026-04-01 | powercap: intel_rapl: Move primitive info to header for interface drivers | Kuppuswamy Sathyanarayanan | 1 | -30/+2 |
| 2026-04-01 | powercap: intel_rapl: Remove unused macro definitions | Kuppuswamy Sathyanarayanan | 1 | -8/+0 |
| 2026-04-01 | powercap: intel_rapl: Move MSR default settings into MSR interface driver | Kuppuswamy Sathyanarayanan | 2 | -228/+250 |
| 2026-03-30 | powercap: intel_rapl: Remove unused AVERAGE_POWER primitive | Kuppuswamy Sathyanarayanan | 1 | -13/+0 |
| 2026-03-05 | powercap: intel_rapl: Move TPMI default settings into TPMI interface driver | Kuppuswamy Sathyanarayanan | 2 | -45/+47 |
| 2026-03-05 | powercap: intel_rapl: Allow interface drivers to configure rapl_defaults | Kuppuswamy Sathyanarayanan | 1 | -36/+28 |
| 2026-03-05 | powercap: intel_rapl: Use unit conversion macros from units.h | Kuppuswamy Sathyanarayanan | 1 | -9/+10 |
| 2026-03-05 | powercap: intel_rapl: Use GENMASK() and BIT() macros | Kuppuswamy Sathyanarayanan | 1 | -30/+30 |
| 2026-03-05 | powercap: intel_rapl: Use shifts for power-of-2 operations | Kuppuswamy Sathyanarayanan | 1 | -10/+10 |
| 2026-03-05 | powercap: intel_rapl: Simplify rapl_compute_time_window_atom() | Kuppuswamy Sathyanarayanan | 1 | -6/+4 |
| 2026-03-05 | powercap: intel_rapl: Remove unused TIME_WINDOW macros | Kuppuswamy Sathyanarayanan | 1 | -3/+0 |
| 2026-03-05 | powercap: intel_rapl: Cleanup coding style | Kuppuswamy Sathyanarayanan | 1 | -212/+220 |
| 2026-03-05 | powercap: intel_rapl: Add a symbol namespace for intel_rapl exports | Kuppuswamy Sathyanarayanan | 3 | -10/+12 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -1/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 7 | -8/+8 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 7 | -13/+12 |
| 2026-02-12 | powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version check | Kuppuswamy Sathyanarayanan | 1 | -1/+1 |
| 2026-02-11 | powercap: intel_rapl: Expose all package CPUs in PMU cpumask | Kuppuswamy Sathyanarayanan | 1 | -10/+5 |
| 2026-02-11 | powercap: intel_rapl: Remove incorrect CPU check in PMU context | Kuppuswamy Sathyanarayanan | 2 | -10/+8 |
| 2026-01-15 | powercap: intel_rapl: Add PL4 support for Ice Lake | Daniel Tang | 1 | -0/+1 |
| 2026-01-15 | powercap: Replace sprintf() with sysfs_emit() in sysfs show functions | Sumeet Pawnikar | 1 | -7/+6 |
| 2025-12-17 | powercap: intel_rapl: Fix possible recursive lock warning | Srinivas Pandruvada | 2 | -8/+20 |
| 2025-12-15 | powercap: fix sscanf() error return value handling | Sumeet Pawnikar | 1 | -3/+3 |
| 2025-12-15 | powercap: fix race condition in register_control_type() | Sumeet Pawnikar | 1 | -5/+11 |
| 2025-12-04 | Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -15/+1 |
| 2025-11-26 | powercap: dtpm: Simplify with of_machine_get_match_data() | Krzysztof Kozlowski | 1 | -15/+1 |
| 2025-11-21 | powercap: intel_rapl: Enable MSR-based RAPL PMU support | Kuppuswamy Sathyanarayanan | 2 | -8/+28 |
| 2025-11-21 | powercap: intel_rapl: Prepare read_raw() interface for atomic-context callers | Kuppuswamy Sathyanarayanan | 3 | -13/+29 |
| 2025-11-18 | powercap: intel_rapl: Add support for Nova Lake processors | Kaushlendra Kumar | 2 | -0/+4 |
| 2025-10-30 | powercap: intel_rapl: Add support for Wildcat Lake platform | Srinivas Pandruvada | 2 | -0/+2 |
| 2025-08-21 | powercap: idle_inject: use us_to_ktime() where appropriate | Xichao Zhao | 1 | -3/+2 |
| 2025-07-28 | Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -4/+5 |
| 2025-07-03 | powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw() | Sivan Zohar-Kotzer | 1 | -0/+2 |
| 2025-07-03 | platform/x86/intel/tpmi: Relocate platform info to intel_vsec.h | David E. Box | 1 | -4/+5 |
| 2025-06-30 | powercap: intel_rapl: Add support for Bartlett Lake platform | Qiao Wei | 1 | -0/+1 |
| 2025-06-30 | powercap: intel_rapl_msr: Add PL4 support for Panther Lake | Zhang Rui | 1 | -0/+1 |
| 2025-06-30 | powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed | Zhang Rui | 1 | -1/+17 |
| 2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) | 2 | -0/+2 |
| 2025-04-10 | x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()' | Ingo Molnar | 1 | -1/+1 |
| 2025-04-10 | x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()' | Ingo Molnar | 1 | -1/+1 |
| 2025-04-10 | x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()' | Ingo Molnar | 1 | -1/+1 |
| 2025-03-25 | Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -1/+1 |
| 2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+2 |
| 2025-03-07 | PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL | Jeson Gao | 1 | -1/+1 |
| 2025-02-27 | Merge branch 'x86/mm' into x86/cpu, to avoid conflicts | Ingo Molnar | 1 | -2/+1 |
| 2025-02-18 | powercap: Switch to use hrtimer_setup() | Nam Cao | 2 | -4/+2 |
| 2025-02-07 | Merge branch 'pm-powercap' | Rafael J. Wysocki | 1 | -2/+1 |
| 2025-02-04 | x86/cpu: Fix #define name for Intel CPU model 0x5A | Tony Luck | 1 | -1/+1 |
| 2025-01-23 | powercap: call put_device() on an error path in powercap_register_control_type() | Joe Hattori | 1 | -2/+1 |
| 2024-12-10 | powercap: intel_rapl: Add support for Panther Lake platform | Zhang Rui | 1 | -0/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 2 | -9/+9 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-10-21 | powercap: dtpm_devfreq: Fix error check against dev_pm_qos_add_request() | Yuan Can | 1 | -1/+1 |
| 2024-10-16 | powercap: intel_rapl_msr: Add PL4 support for ArrowLake-H | Srinivas Pandruvada | 1 | -0/+1 |
| 2024-10-08 | powercap: intel_rapl_msr: Add PL4 support for Arrowlake-U | Sumeet Pawnikar | 1 | -0/+1 |
| 2024-10-08 | powercap: intel_rapl_tpmi: Ignore minor version change | Zhang Rui | 1 | -3/+14 |
| 2024-10-07 | powercap: intel_rapl_tpmi: Fix bogus register reading | Zhang Rui | 1 | -1/+1 |
| 2024-08-23 | powercap: intel_rapl: Change an error pointer to NULL | Dan Carpenter | 1 | -1/+1 |
| 2024-08-21 | powercap: intel_rapl: Fix off by one in get_rpi() | Dan Carpenter | 1 | -1/+1 |
| 2024-08-19 | powercap: intel_rapl: Add support for ArrowLake-U platform | Sumeet Pawnikar | 1 | -0/+1 |
| 2024-08-19 | powercap/intel_rapl: Fix the energy-pkg event for AMD CPUs | Dhananjay Ugwekar | 1 | -4/+30 |
| 2024-08-02 | powercap/intel_rapl: Add support for AMD family 1Ah | Dhananjay Ugwekar | 1 | -0/+1 |
| 2024-06-07 | powercap: idle_inject: Simplify if condition | Thorsten Blum | 1 | -1/+1 |
| 2024-06-07 | powercap: intel_rapl: Switch to new Intel CPU model defines | Tony Luck | 1 | -54/+54 |
| 2024-06-07 | powercap: intel_rapl_msr: Switch to new Intel CPU model defines | Tony Luck | 1 | -8/+8 |
| 2024-04-30 | powercap: intel_rapl_tpmi: Enable PMU support | Zhang Rui | 1 | -0/+3 |
| 2024-04-30 | powercap: intel_rapl: Introduce APIs for PMU support | Zhang Rui | 1 | -0/+582 |
| 2024-04-17 | powercap: intel_rapl: Sort header files | Zhang Rui | 1 | -12/+12 |
| 2024-04-16 | powercap: intel_rapl: Add support for ArrowLake-H platform | Zhang Rui | 1 | -0/+1 |
| 2024-04-16 | powercap: DTPM: Avoid explicit cpumask allocation on stack | Dawei Li | 1 | -6/+2 |
| 2024-03-13 | powercap: intel_rapl: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-03-13 | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 6 | -31/+107 |
| 2024-03-11 | Merge branch 'pm-em' | Rafael J. Wysocki | 2 | -22/+53 |
| 2024-03-01 | powercap: dtpm: Fix kernel-doc for dtpm_create_hierarchy() function | Yang Li | 1 | -1/+1 |
| 2024-02-16 | powercap: dtpm_cpu: Fix error check against freq_qos_add_request() | Daniel Lezcano | 1 | -1/+1 |
| 2024-02-15 | x86/cpu/topology: Rename topology_max_die_per_package() | Thomas Gleixner | 1 | -1/+1 |
| 2024-02-13 | powercap: intel_rapl: Add support for Arrow Lake | Sumeet Pawnikar | 1 | -0/+1 |
| 2024-02-13 | powercap: intel_rapl: Add support for Lunar Lake-M paltform | Zhang Rui | 1 | -0/+1 |
| 2024-02-13 | powercap: intel_rapl_tpmi: Fix System Domain probing | Zhang Rui | 1 | -0/+14 |
| 2024-02-13 | powercap: intel_rapl_tpmi: Fix a register bug | Zhang Rui | 1 | -0/+1 |
| 2024-02-13 | powercap: intel_rapl: Fix locking in TPMI RAPL | Zhang Rui | 2 | -7/+30 |
| 2024-02-13 | powercap: intel_rapl: Fix a NULL pointer dereference | Zhang Rui | 1 | -0/+5 |
| 2024-02-08 | powercap/dtpm_devfreq: Use new Energy Model interface to get table | Lukasz Luba | 1 | -11/+23 |
| 2024-02-08 | powercap/dtpm_cpu: Use new Energy Model interface to get table | Lukasz Luba | 1 | -10/+29 |
| 2023-12-05 | powercap: DTPM: Fix missing cpufreq_cpu_put() calls | Lukasz Luba | 1 | -4/+13 |
| 2023-11-28 | powercap: DTPM: Fix unneeded conversions to micro-Watts | Lukasz Luba | 2 | -13/+4 |
| 2023-10-24 | powercap: intel_rapl: Downgrade BIOS locked limits pr_warn() to pr_debug() | Ville Syrjälä | 1 | -1/+1 |
| 2023-09-06 | powercap: intel_rapl: Fix invalid setting of Power Limit 4 | Srinivas Pandruvada | 1 | -3/+1 |
| 2023-08-28 | Merge tag 'pm-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2 | -68/+93 |
| 2023-08-28 | Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
| 2023-08-09 | x86/cpu: Fix Gracemont uarch | Peter Zijlstra | 2 | -2/+2 |
| 2023-08-04 | Merge back earlier power capping changes for v6.6. | Rafael J. Wysocki | 2 | -68/+93 |
| 2023-08-01 | powercap: intel_rapl: Optimize rp->domains memory allocation | xiongxin | 1 | -1/+1 |
| 2023-08-01 | powercap: intel_rapl: Fix a sparse warning in TPMI interface | Zhang Rui | 3 | -40/+40 |
| 2023-07-20 | powercap: arm_scmi: Remove recursion while parsing zones | Cristian Marussi | 1 | -67/+92 |
| 2023-06-29 | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+16 |
| 2023-06-12 | powercap: RAPL: Fix a NULL vs IS_ERR() bug | Dan Carpenter | 1 | -2/+2 |
| 2023-06-12 | powercap: RAPL: Fix CONFIG_IOSF_MBI dependency | Zhang Rui | 2 | -2/+3 |
| 2023-06-12 | powercap: RAPL: fix invalid initialization for pl4_supported field | Sumeet Pawnikar | 1 | -8/+8 |
| 2023-06-06 | powercap: arm_scmi: Add support for disabling powercaps on a zone | Cristian Marussi | 1 | -0/+16 |
| 2023-05-24 | powercap: intel_rapl: Introduce RAPL TPMI interface driver | Zhang Rui | 3 | -0/+340 |
| 2023-05-24 | powercap: intel_rapl: Introduce core support for TPMI interface | Zhang Rui | 1 | -2/+117 |
| 2023-05-24 | powercap: intel_rapl: Introduce RAPL I/F type | Zhang Rui | 2 | -5/+15 |
| 2023-05-24 | powercap: intel_rapl: Make cpu optional for rapl_package | Zhang Rui | 2 | -37/+53 |
| 2023-05-24 | powercap: intel_rapl: Remove redundant cpu parameter | Zhang Rui | 1 | -13/+13 |
| 2023-05-24 | powercap: intel_rapl: Add support for lock bit per Power Limit | Zhang Rui | 1 | -20/+30 |
| 2023-05-24 | powercap: intel_rapl: Cleanup Power Limits support | Zhang Rui | 1 | -197/+146 |
| 2023-05-24 | powercap: intel_rapl: Use bitmap for Power Limits | Zhang Rui | 2 | -11/+9 |
| 2023-05-24 | powercap: intel_rapl: Change primitive order | Zhang Rui | 1 | -2/+2 |
| 2023-05-24 | powercap: intel_rapl: Use index to initialize primitive information | Zhang Rui | 1 | -28/+26 |
| 2023-05-24 | powercap: intel_rapl: Support per domain energy/power/time unit | Zhang Rui | 1 | -59/+69 |
| 2023-05-24 | powercap: intel_rapl: Support per Interface primitive information | Zhang Rui | 1 | -17/+33 |
| 2023-05-24 | powercap: intel_rapl: Support per Interface rapl_defaults | Zhang Rui | 1 | -13/+33 |
| 2023-05-24 | powercap: intel_rapl: Allow probing without CPUID match | Zhang Rui | 1 | -21/+14 |
| 2023-03-03 | Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -1/+2 |
| 2023-02-28 | powercap: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2023-02-23 | powercap: RAPL: Add Power Limit4 support for Meteor Lake SoC | Sumeet Pawnikar | 1 | -0/+2 |
| 2023-02-21 | Merge tag 'thermal-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+53 |
| 2023-02-13 | powercap: intel_rapl: Fix handling for large time window | Zhang Rui | 1 | -1/+9 |
| 2023-02-02 | powercap: idle_inject: Add update callback | Srinivas Pandruvada | 1 | -6/+46 |
| 2023-02-02 | powercap: idle_inject: Export symbols | Srinivas Pandruvada | 1 | -0/+7 |
| 2023-01-20 | powercap: idle_inject: Support 100% idle injection | Srinivas Pandruvada | 1 | -2/+4 |
| 2023-01-20 | powercap: intel_rapl: add support for Emerald Rapids | Zhang Rui | 1 | -0/+1 |
| 2023-01-20 | powercap: intel_rapl: add support for Meteor Lake | Zhang Rui | 1 | -0/+2 |
| 2023-01-20 | powercap: fix possible name leak in powercap_register_zone() | Yang Yingliang | 1 | -5/+9 |
| 2022-12-02 | powercap: idle_inject: Fix warnings with make W=1 | Srinivas Pandruvada | 1 | -0/+3 |
| 2022-11-03 | powercap: Use kstrtobool() instead of strtobool() | Christophe JAILLET | 1 | -1/+2 |
| 2022-10-25 | powercap: arm_scmi: Add SCMI Powercap based driver | Cristian Marussi | 3 | -0/+523 |
| 2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2022-09-24 | powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL domain | Zhang Rui | 1 | -1/+0 |
| 2022-09-21 | powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue | Chao Qin | 1 | -0/+3 |
| 2022-09-07 | sched: Add TASK_ANY for wait_task_inactive() | Peter Zijlstra | 1 | -1/+1 |
| 2022-09-03 | powercap: intel_rapl: Add support for RAPTORLAKE_S | Zhang Rui | 1 | -0/+1 |
| 2022-08-02 | Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 3 | -3/+5 |
| 2022-07-29 | Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em' | Rafael J. Wysocki | 3 | -3/+5 |
| 2022-07-26 | powercap: RAPL: Add Power Limit4 support for Alder Lake-N and Raptor Lake-P | Sumeet Pawnikar | 1 | -0/+2 |
| 2022-07-15 | PM: EM: convert power field to micro-Watts precision and align drivers | Lukasz Luba | 1 | -3/+2 |
| 2022-07-05 | powercap: intel_rapl: Add support for RAPTORLAKE_P | George D Sworo | 1 | -0/+1 |
| 2022-06-28 | sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util() | Dietmar Eggemann | 1 | -24/+9 |
| 2022-05-23 | Merge branches 'pm-em' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-05-19 | powercap: intel_rapl: remove redundant store to value after multiply | Colin Ian King | 1 | -1/+1 |
| 2022-05-18 | powercap: intel_rapl: add support for ALDERLAKE_N | Zhang Rui | 1 | -0/+1 |
| 2022-05-11 | powercap: RAPL: Add Power Limit4 support for RaptorLake | Sumeet Pawnikar | 1 | -0/+1 |
| 2022-04-22 | powercap: intel_rapl: add support for RaptorLake | Zhang Rui | 1 | -0/+1 |
| 2022-04-13 | powercap: DTPM: Check for Energy Model type | Lukasz Luba | 1 | -1/+1 |
| 2022-03-01 | powercap: DTPM: Fix spelling mistake "initialze" -> "initialize" | Colin Ian King | 1 | -1/+1 |
| 2022-03-01 | powercap: DTPM: dtpm_node_callback[] can be static | kernel test robot | 1 | -1/+1 |
| 2022-02-23 | powercap/dtpm_cpu: Add exit function | Daniel Lezcano | 1 | -0/+7 |
| 2022-02-23 | powercap/dtpm: Move the 'root' reset place | Daniel Lezcano | 1 | -3/+2 |
| 2022-02-23 | powercap/dtpm: Destroy hierarchy function | Daniel Lezcano | 1 | -0/+43 |
| 2022-02-23 | powercap/dtpm: Fixup kfree for virtual node | Daniel Lezcano | 1 | -2/+2 |
| 2022-02-23 | powercap/dtpm_cpu: Reset per_cpu variable in the release function | Daniel Lezcano | 1 | -0/+7 |
| 2022-02-23 | powercap/dtpm: Change locking scheme | Daniel Lezcano | 1 | -68/+27 |
| 2022-02-04 | powercap/drivers/dtpm: Add dtpm devfreq with energy model support | Daniel Lezcano | 4 | -0/+215 |
| 2022-02-04 | powercap/drivers/dtpm: Add CPU DT initialization support | Daniel Lezcano | 1 | -6/+30 |
| 2022-02-04 | powercap/drivers/dtpm: Add hierarchy creation | Daniel Lezcano | 2 | -3/+188 |
| 2022-02-04 | powercap/drivers/dtpm: Convert the init table section to a simple array | Daniel Lezcano | 3 | -1/+24 |
| 2021-12-27 | Merge back earlier power capping changes for v5.17 | Rafael J. Wysocki | 2 | -3/+60 |
| 2021-12-23 | powercap/drivers/dtpm: Reduce trace verbosity | Daniel Lezcano | 1 | -3/+3 |
| 2021-12-17 | powercap: fix typo in a comment in idle_inject.c | Jason Wang | 1 | -1/+1 |
| 2021-12-17 | powercap: intel_rapl: support new layout of Psys PowerLimit Register on SPR | Zhang Rui | 1 | -2/+59 |
| 2021-12-03 | powercap: DTPM: Drop unused local variable from init_dtpm() | Rafael J. Wysocki | 1 | -2/+0 |
| 2021-12-01 | powercap/drivers/dtpm: Disable DTPM at boot time | Daniel Lezcano | 1 | -3/+0 |
| 2021-11-10 | powercap: DTPM: Fix suspend failure and kernel warning | Daniel Lezcano | 1 | -6/+3 |
| 2021-10-21 | powercap/drivers/dtpm: Fix power limit initialization | Daniel Lezcano | 1 | -1/+3 |
| 2021-10-21 | powercap/drivers/dtpm: Scale the power with the load | Daniel Lezcano | 1 | -7/+39 |
| 2021-10-21 | powercap/drivers/dtpm: Use container_of instead of a private data field | Daniel Lezcano | 2 | -37/+29 |
| 2021-10-21 | powercap/drivers/dtpm: Simplify the dtpm table | Daniel Lezcano | 2 | -3/+5 |
| 2021-10-21 | powercap/drivers/dtpm: Encapsulate even more the code | Daniel Lezcano | 2 | -108/+94 |
| 2021-08-25 | powercap: Add Power Limit4 support for Alder Lake SoC | Sumeet Pawnikar | 1 | -0/+2 |
| 2021-08-04 | powercap: intel_rapl: Replace deprecated CPU-hotplug functions | Sebastian Andrzej Siewior | 1 | -25/+25 |
| 2021-03-18 | powercap: Add Hygon Fam18h RAPL support | Pu Wen | 2 | -0/+2 |
| 2021-03-01 | powercap/drivers/dtpm: Add the experimental label to the option description | Daniel Lezcano | 1 | -1/+1 |
| 2021-03-01 | powercap/drivers/dtpm: Fix root node initialization | Daniel Lezcano | 1 | -0/+3 |
| 2021-02-12 | powercap: intel_rapl: Use topology interface in rapl_init_domains() | Yunfeng Ye | 1 | -1/+1 |
| 2021-02-12 | powercap: intel_rapl: Use topology interface in rapl_add_package() | Yunfeng Ye | 1 | -3/+3 |
| 2021-01-27 | powercap/intel_rapl: add support for AlderLake Mobile | Zhang Rui | 1 | -0/+1 |
| 2021-01-07 | powercap/drivers/dtpm: Fix size of object being allocated | Colin Ian King | 1 | -1/+1 |
| 2021-01-07 | powercap/drivers/dtpm: Fix an IS_ERR() vs NULL check | Dan Carpenter | 1 | -2/+2 |
| 2021-01-07 | powercap/drivers/dtpm: Fix some missing unlock bugs | Dan Carpenter | 1 | -5/+12 |
| 2021-01-07 | powercap/drivers/dtpm: Fix a double shift bug | Dan Carpenter | 1 | -1/+1 |
| 2020-12-30 | powercap/drivers/dtpm: Fix __udivdi3 and __aeabi_uldivmod unresolved symbols | Daniel Lezcano | 1 | -3/+3 |
| 2020-12-22 | powercap/drivers/dtpm: Add CPU energy model based support | Daniel Lezcano | 3 | -0/+265 |
| 2020-12-22 | powercap/drivers/dtpm: Add API for dynamic thermal power management | Daniel Lezcano | 3 | -0/+480 |
| 2020-12-15 | Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap' | Rafael J. Wysocki | 3 | -18/+45 |
| 2020-11-23 | powercap: Adjust printing the constraint name with new line | Lukasz Luba | 1 | -3/+2 |
| 2020-11-10 | powercap: RAPL: Add AMD Fam19h RAPL support | Kim Phillips | 1 | -0/+1 |
| 2020-11-10 | powercap: Add AMD Fam17h RAPL support | Victor Ding | 2 | -1/+25 |
| 2020-11-10 | powercap/intel_rapl_msr: Convert rapl_msr_priv into pointer | Victor Ding | 1 | -15/+18 |
| 2020-11-10 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Linus Torvalds | 1 | -2/+2 |
| 2020-11-10 | powercap: restrict energy meter to root access | Len Brown | 1 | -2/+2 |
| 2020-11-02 | powercap/intel_rapl: remove unneeded semicolon | Tom Rix | 1 | -1/+1 |
| 2020-10-19 | powercap: Fix typo in Kconfig "Plance" -> "Plane" | Hubert Jasudowicz | 1 | -1/+1 |
| 2020-10-16 | powercap/intel_rapl: enumerate Psys RAPL domain together with package RAPL do... | Zhang Rui | 2 | -70/+15 |