开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
powercap
Age
Commit message (
Expand
)
Author
2026-04-01
powercap: intel_rapl: Consolidate PL4 and PMU support flags into rapl_defaults
Kuppuswamy Sathyanarayanan
2026-04-01
powercap: intel_rapl: Move MSR primitives to MSR driver
Kuppuswamy Sathyanarayanan
2026-04-01
thermal: intel: int340x: processor: Move MMIO primitives to MMIO driver
Kuppuswamy Sathyanarayanan
2026-04-01
powercap: intel_rapl: Move TPMI primitives to TPMI driver
Kuppuswamy Sathyanarayanan
2026-04-01
powercap: intel_rapl: Move primitive info to header for interface drivers
Kuppuswamy Sathyanarayanan
2026-04-01
powercap: intel_rapl: Remove unused macro definitions
Kuppuswamy Sathyanarayanan
2026-04-01
powercap: intel_rapl: Move MSR default settings into MSR interface driver
Kuppuswamy Sathyanarayanan
2026-03-30
powercap: intel_rapl: Remove unused AVERAGE_POWER primitive
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Move TPMI default settings into TPMI interface driver
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Allow interface drivers to configure rapl_defaults
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Use unit conversion macros from units.h
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Use GENMASK() and BIT() macros
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Use shifts for power-of-2 operations
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Simplify rapl_compute_time_window_atom()
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Remove unused TIME_WINDOW macros
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Cleanup coding style
Kuppuswamy Sathyanarayanan
2026-03-05
powercap: intel_rapl: Add a symbol namespace for intel_rapl exports
Kuppuswamy Sathyanarayanan
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version check
Kuppuswamy Sathyanarayanan
2026-02-11
powercap: intel_rapl: Expose all package CPUs in PMU cpumask
Kuppuswamy Sathyanarayanan
2026-02-11
powercap: intel_rapl: Remove incorrect CPU check in PMU context
Kuppuswamy Sathyanarayanan
2026-01-15
powercap: intel_rapl: Add PL4 support for Ice Lake
Daniel Tang
2026-01-15
powercap: Replace sprintf() with sysfs_emit() in sysfs show functions
Sumeet Pawnikar
2025-12-17
powercap: intel_rapl: Fix possible recursive lock warning
Srinivas Pandruvada
2025-12-15
powercap: fix sscanf() error return value handling
Sumeet Pawnikar
2025-12-15
powercap: fix race condition in register_control_type()
Sumeet Pawnikar
2025-12-04
Merge tag 'devicetree-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-11-26
powercap: dtpm: Simplify with of_machine_get_match_data()
Krzysztof Kozlowski
2025-11-21
powercap: intel_rapl: Enable MSR-based RAPL PMU support
Kuppuswamy Sathyanarayanan
2025-11-21
powercap: intel_rapl: Prepare read_raw() interface for atomic-context callers
Kuppuswamy Sathyanarayanan
2025-11-18
powercap: intel_rapl: Add support for Nova Lake processors
Kaushlendra Kumar
2025-10-30
powercap: intel_rapl: Add support for Wildcat Lake platform
Srinivas Pandruvada
2025-08-21
powercap: idle_inject: use us_to_ktime() where appropriate
Xichao Zhao
2025-07-28
Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-07-03
powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw()
Sivan Zohar-Kotzer
2025-07-03
platform/x86/intel/tpmi: Relocate platform info to intel_vsec.h
David E. Box
2025-06-30
powercap: intel_rapl: Add support for Bartlett Lake platform
Qiao Wei
2025-06-30
powercap: intel_rapl_msr: Add PL4 support for Panther Lake
Zhang Rui
2025-06-30
powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit cannot be changed
Zhang Rui
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2025-03-25
Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-07
PM: EM: Rework the depends on for CONFIG_ENERGY_MODEL
Jeson Gao
2025-02-27
Merge branch 'x86/mm' into x86/cpu, to avoid conflicts
Ingo Molnar
[next]