index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
rapl.c
Age
Commit message (
Expand
)
Author
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-20
perf/x86/rapl: Fix error handling in init_rapl_pmus()
Dhananjay Ugwekar
2025-02-25
perf/x86/rapl: Add support for Intel Arrow Lake U
Aaron Ma
2025-02-18
perf/x86: Switch to use hrtimer_setup()
Nam Cao
2025-02-08
perf/x86/rapl: Fix the error checking order
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Add core energy counter support for AMD CPUs
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Move the cntr_mask to rapl_pmus struct
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Remove the global variable rapl_msrs
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Modify the generic variable names to *_pkg*
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Add arguments to the init and cleanup functions
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Make rapl_model struct global
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Rename rapl_pmu variables
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
Dhananjay Ugwekar
2024-12-02
perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
Dhananjay Ugwekar
2024-10-30
perf/x86/rapl: Clean up cpumask and hotplug
Kan Liang
2024-10-30
perf/x86/rapl: Move the pmu allocation out of CPU hotplug
Kan Liang
2024-09-05
perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
Dhananjay Ugwekar
2024-07-15
Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-05-31
perf/x86/rapl: Add missing MODULE_DESCRIPTION() line
Jeff Johnson
2024-05-28
perf/x86/rapl: Switch to new Intel CPU model defines
Tony Luck
2024-05-02
perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
Dhananjay Ugwekar
2024-04-10
perf/x86/rapl: Add support for Intel Lunar Lake
Zhang Rui
2024-04-10
perf/x86/rapl: Add support for Intel Arrow Lake
Zhang Rui
2024-03-21
perf/x86/rapl: Prefer struct_size() over open coded arithmetic
Erick Archer
2024-02-15
x86/cpu/topology: Rename topology_max_die_per_package()
Thomas Gleixner
2023-10-08
perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_by
Kees Cook
2023-10-03
perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warning
David Reaver
2023-10-03
perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()
Uros Bizjak
2023-10-03
perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...
Uros Bizjak
2023-08-09
x86/cpu: Fix Gracemont uarch
Peter Zijlstra
2023-01-04
perf/x86/rapl: Add support for Intel Emerald Rapids
Zhang Rui
2023-01-04
perf/x86/rapl: Add support for Intel Meteor Lake
Zhang Rui
2023-01-03
perf/x86/rapl: Treat Tigerlake like Icelake
Chris Wilson
2022-11-02
perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domain
Zhang Rui
2022-10-27
perf/x86/rapl: Add support for Intel Raptor Lake
Zhang Rui
2022-10-27
perf/x86/rapl: Add support for Intel AlderLake-N
Zhang Rui
2022-01-18
perf/x86/rapl: fix AMD event handling
Stephane Eranian
2021-06-01
perf/x86/rapl: Use CPUID bit on AMD and Hygon parts
Andrew Cooper
2021-04-19
perf/x86/rapl: Add support for Intel Alder Lake
Zhang Rui
2021-02-10
perf/x86/rapl: Fix psys-energy event on Intel SPR platform
Zhang Rui
2021-02-10
perf/x86/rapl: Only check lower 32bits for RAPL energy counters
Zhang Rui
2020-11-17
perf/x86: fix sysfs type mismatches
Sami Tolvanen
2020-09-10
perf/x86/rapl: Add AMD Fam19h RAPL support
Kim Phillips
2020-08-14
perf/x86/rapl: Add support for Intel SPR platform
Zhang Rui
2020-08-14
perf/x86/rapl: Support multiple RAPL unit quirks
Zhang Rui
2020-08-14
perf/x86/rapl: Fix missing psys sysfs attributes
Zhang Rui
2020-07-28
perf/x86/rapl: Add Hygon Fam18h RAPL support
Pu Wen
[next]