index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
amd
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-48
/
+54
2025-05-21
perf/x86/amd: Remove driver-specific throttle support
Kan Liang
2
-5
/
+2
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
7
-47
/
+53
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Convert the rdpmc() macro to an __always_inline function
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
5
-0
/
+6
2025-04-18
perf/x86/amd/uncore: Prevent UMC counters from saturating
Sandipan Das
1
-1
/
+34
2025-04-18
perf/x86/amd/uncore: Add parameter to configure hrtimer
Sandipan Das
1
-1
/
+5
2025-04-18
perf/x86/amd/uncore: Use hrtimer for handling overflows
Sandipan Das
1
-0
/
+63
2025-04-18
perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member
Sandipan Das
1
-1
/
+0
2025-04-14
x86/platform/amd: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
5
-21
/
+21
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
6
-22
/
+22
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
1
-1
/
+1
2025-03-24
Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-34
/
+180
2025-03-22
perf/amd/ibs: Prevent leaking sensitive data to userspace
Namhyung Kim
1
-6
/
+78
2025-03-17
perf/x86: Check data address for IBS software filter
Namhyung Kim
1
-4
/
+6
2025-03-17
perf: Supply task information to sched_task()
Kan Liang
2
-2
/
+4
2025-02-17
perf/amd/ibs: Update DTLB/PageSize decode logic
Ravi Bangoria
1
-0
/
+23
2025-02-17
perf/amd/ibs: Add support for OP Load Latency Filtering
Ravi Bangoria
1
-8
/
+85
2025-02-14
x86/events/amd/iommu: Increase IOMMU_NAME_SIZE
Andy Shevchenko
1
-1
/
+1
2025-02-03
perf/amd/ibs: Ceil sample_period to min_period
Ravi Bangoria
1
-0
/
+7
2025-02-03
perf/amd/ibs: Add ->check_period() callback
Ravi Bangoria
1
-0
/
+24
2025-02-03
perf/amd/ibs: Add PMU specific minimum period
Ravi Bangoria
1
-8
/
+16
2025-02-03
perf/amd/ibs: Don't allow freq mode event creation through ->config interface
Ravi Bangoria
1
-0
/
+3
2025-02-03
perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
Ravi Bangoria
1
-1
/
+2
2025-02-03
perf/amd/ibs: Fix ->config to sample period calculation for OP PMU
Ravi Bangoria
1
-4
/
+13
2025-02-03
perf/amd/ibs: Remove pointless sample period check
Ravi Bangoria
1
-7
/
+2
2025-02-03
perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macros
Ravi Bangoria
1
-5
/
+2
2024-12-09
perf/x86: Relax privilege filter restriction on AMD IBS
Namhyung Kim
1
-18
/
+41
2024-11-19
perf/core: Check sample_type in perf_sample_save_brstack
Yabin Cui
1
-2
/
+1
2024-11-19
perf/core: Check sample_type in perf_sample_save_callchain
Yabin Cui
1
-2
/
+1
2024-11-19
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
1
-1
/
+1
2024-11-11
perf/x86/amd/uncore: Avoid a false positive warning about snprintf truncation in amd_uncore_umc_ctx_init
Jean Delvare
1
-2
/
+3
2024-10-07
perf/x86/amd: Warn only on new bits set
Breno Leitao
1
-2
/
+8
2024-07-04
perf/x86/amd/uncore: Fix DF and UMC domain identification
Sandipan Das
1
-3
/
+3
2024-07-04
perf/x86/amd/uncore: Avoid PMU registration if counters are unavailable
Sandipan Das
1
-8
/
+14
2024-07-04
perf/x86: Support counter mask
Kan Liang
1
-12
/
+12
2024-05-18
perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.c
Uros Bizjak
2
-3
/
+9
2024-04-03
perf/x86/amd: Don't reject non-sampling events with configured LBR
Andrii Nakryiko
1
-4
/
+0
2024-04-03
perf/x86/amd: Support capturing LBR from software events
Andrii Nakryiko
1
-0
/
+35
2024-04-03
perf/x86/amd: Avoid taking branches before disabling LBR
Andrii Nakryiko
1
-8
/
+1
2024-04-03
perf/x86/amd: Ensure amd_pmu_core_disable_all() is always inlined
Andrii Nakryiko
1
-1
/
+1
2024-03-26
perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and later
Sandipan Das
1
-0
/
+15
2024-03-26
perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later
Sandipan Das
1
-3
/
+17
2024-03-25
perf/x86/amd/lbr: Use freeze based on availability
Sandipan Das
2
-8
/
+12
2024-03-13
perf/x86/amd/core: Avoid register reset when CPU is dead
Sandipan Das
1
-1
/
+0
[next]