index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
rapl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
1
-3
/
+3
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-03-20
perf/x86/rapl: Fix error handling in init_rapl_pmus()
Dhananjay Ugwekar
1
-1
/
+6
2025-02-25
perf/x86/rapl: Add support for Intel Arrow Lake U
Aaron Ma
1
-0
/
+1
2025-02-18
perf/x86: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-02-08
perf/x86/rapl: Fix the error checking order
Dhananjay Ugwekar
1
-8
/
+4
2024-12-02
perf/x86/rapl: Add core energy counter support for AMD CPUs
Dhananjay Ugwekar
1
-32
/
+151
2024-12-02
perf/x86/rapl: Move the cntr_mask to rapl_pmus struct
Dhananjay Ugwekar
1
-7
/
+8
2024-12-02
perf/x86/rapl: Remove the global variable rapl_msrs
Dhananjay Ugwekar
1
-5
/
+2
2024-12-02
perf/x86/rapl: Modify the generic variable names to *_pkg*
Dhananjay Ugwekar
1
-60
/
+60
2024-12-02
perf/x86/rapl: Add arguments to the init and cleanup functions
Dhananjay Ugwekar
1
-12
/
+16
2024-12-02
perf/x86/rapl: Make rapl_model struct global
Dhananjay Ugwekar
1
-8
/
+8
2024-12-02
perf/x86/rapl: Rename rapl_pmu variables
Dhananjay Ugwekar
1
-45
/
+46
2024-12-02
perf/x86/rapl: Remove the cpu_to_rapl_pmu() function
Dhananjay Ugwekar
1
-12
/
+11
2024-12-02
perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() function
Dhananjay Ugwekar
1
-7
/
+1
2024-10-30
perf/x86/rapl: Clean up cpumask and hotplug
Kan Liang
1
-84
/
+6
2024-10-30
perf/x86/rapl: Move the pmu allocation out of CPU hotplug
Kan Liang
1
-14
/
+30
2024-09-05
perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
Dhananjay Ugwekar
1
-5
/
+42
2024-07-15
Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-45
/
+45
2024-05-31
perf/x86/rapl: Add missing MODULE_DESCRIPTION() line
Jeff Johnson
1
-0
/
+1
2024-05-28
perf/x86/rapl: Switch to new Intel CPU model defines
Tony Luck
1
-45
/
+45
2024-05-02
perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
Dhananjay Ugwekar
1
-8
/
+8
2024-04-10
perf/x86/rapl: Add support for Intel Lunar Lake
Zhang Rui
1
-0
/
+1
2024-04-10
perf/x86/rapl: Add support for Intel Arrow Lake
Zhang Rui
1
-0
/
+2
2024-03-21
perf/x86/rapl: Prefer struct_size() over open coded arithmetic
Erick Archer
1
-3
/
+1
2024-02-15
x86/cpu/topology: Rename topology_max_die_per_package()
Thomas Gleixner
1
-1
/
+1
2023-10-08
perf/x86/rapl: Annotate 'struct rapl_pmus' with __counted_by
Kees Cook
1
-1
/
+1
2023-10-03
perf/x86/rapl: Fix "Using plain integer as NULL pointer" Sparse warning
David Reaver
1
-4
/
+4
2023-10-03
perf/x86/rapl: Use local64_try_cmpxchg in rapl_event_update()
Uros Bizjak
1
-6
/
+4
2023-10-03
perf/x86/rapl: Stop doing cpu_relax() in the local64_cmpxchg() loop in rapl_e...
Uros Bizjak
1
-3
/
+1
2023-08-09
x86/cpu: Fix Gracemont uarch
Peter Zijlstra
1
-1
/
+1
2023-01-04
perf/x86/rapl: Add support for Intel Emerald Rapids
Zhang Rui
1
-0
/
+1
2023-01-04
perf/x86/rapl: Add support for Intel Meteor Lake
Zhang Rui
1
-0
/
+2
2023-01-03
perf/x86/rapl: Treat Tigerlake like Icelake
Chris Wilson
1
-0
/
+2
2022-11-02
perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domain
Zhang Rui
1
-5
/
+1
2022-10-27
perf/x86/rapl: Add support for Intel Raptor Lake
Zhang Rui
1
-0
/
+3
2022-10-27
perf/x86/rapl: Add support for Intel AlderLake-N
Zhang Rui
1
-0
/
+1
2022-01-18
perf/x86/rapl: fix AMD event handling
Stephane Eranian
1
-3
/
+6
2021-06-01
perf/x86/rapl: Use CPUID bit on AMD and Hygon parts
Andrew Cooper
1
-4
/
+2
2021-04-19
perf/x86/rapl: Add support for Intel Alder Lake
Zhang Rui
1
-0
/
+2
2021-02-10
perf/x86/rapl: Fix psys-energy event on Intel SPR platform
Zhang Rui
1
-12
/
+9
2021-02-10
perf/x86/rapl: Only check lower 32bits for RAPL energy counters
Zhang Rui
1
-5
/
+8
2020-11-17
perf/x86: fix sysfs type mismatches
Sami Tolvanen
1
-13
/
+1
2020-09-10
perf/x86/rapl: Add AMD Fam19h RAPL support
Kim Phillips
1
-0
/
+1
2020-08-14
perf/x86/rapl: Add support for Intel SPR platform
Zhang Rui
1
-0
/
+20
[next]