summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9 days4-4/+4
|\
| * perf: Remove unnecessary parameter of security checkLuo Gengkun2025-02-263-3/+3
* | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9 days2-4/+2
|\ \
| * | perf/x86: Switch to use hrtimer_setup()Nam Cao2025-02-182-4/+2
* | | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10 days5-59/+30
|\ \ \
| * | | perf/x86/intel, x86/cpu: Replace Pentium 4 model checks with VFM onesSohil Mehta2025-03-191-3/+4
| * | | perf/x86/intel, x86/cpu: Simplify Intel PMU initializationSohil Mehta2025-03-192-27/+13
| * | | Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar2025-03-042-28/+12
| |\ \ \
| | * \ \ Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar2025-03-044-15/+95
| | |\ \ \
| | * | | | perf/x86/intel: Use cache cpu-type for hybrid PMU selectionPawan Gupta2025-02-272-27/+11
| | * | | | Merge branch 'x86/mm' into x86/cpu, to avoid conflictsIngo Molnar2025-02-273-28/+27
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | x86/cpu: Fix #define name for Intel CPU model 0x5ATony Luck2025-02-041-1/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar2025-03-034-15/+95
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar2025-02-183-28/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/ibt: Clean up is_endbr()Peter Zijlstra2025-02-141-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'perf-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10 days11-167/+561
|\ \ \ \
| * | | | perf/x86: Remove swap_task_ctx()Kan Liang2025-03-174-50/+0
| * | | | perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide modeKan Liang2025-03-172-8/+40
| * | | | perf: Supply task information to sched_task()Kan Liang2025-03-176-12/+20
| * | | | perf/x86/intel/bts: Check if bts_ctx is allocated when calling BTS functionsLi RongQing2025-03-061-5/+20
| * | | | perf/x86: Annotate struct bts_buffer::buf with __counted_by()Thorsten Blum2025-03-051-1/+1
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar2025-03-014-15/+95
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf/x86/intel/bts: Allocate bts_ctx only if necessaryLi RongQing2025-02-221-9/+13
| * | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2025-02-213-28/+27
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | perf/amd/ibs: Update DTLB/PageSize decode logicRavi Bangoria2025-02-171-0/+23
| * | | | perf/amd/ibs: Add support for OP Load Latency FilteringRavi Bangoria2025-02-171-8/+85
| * | | | x86/events/amd/iommu: Increase IOMMU_NAME_SIZEAndy Shevchenko2025-02-141-1/+1
| * | | | perf/x86/intel: Support PEBS counters snapshottingKan Liang2025-02-055-25/+269
| * | | | perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample readKan Liang2025-02-053-29/+25
| * | | | perf/x86/intel: Apply static call for drain_pebsPeter Zijlstra (Intel)2025-02-053-2/+3
| * | | | perf/amd/ibs: Ceil sample_period to min_periodRavi Bangoria2025-02-031-0/+7
| * | | | perf/amd/ibs: Add ->check_period() callbackRavi Bangoria2025-02-031-0/+24
| * | | | perf/amd/ibs: Add PMU specific minimum periodRavi Bangoria2025-02-031-8/+16
| * | | | perf/amd/ibs: Don't allow freq mode event creation through ->config interfaceRavi Bangoria2025-02-031-0/+3
| * | | | perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCntRavi Bangoria2025-02-031-1/+2
| * | | | perf/amd/ibs: Fix ->config to sample period calculation for OP PMURavi Bangoria2025-02-031-4/+13
| * | | | perf/amd/ibs: Remove pointless sample period checkRavi Bangoria2025-02-031-7/+2
| * | | | perf/amd/ibs: Remove IBS_{FETCH|OP}_CONFIG_MASK macrosRavi Bangoria2025-02-031-5/+2
| | |_|/ | |/| |
* | | | perf/amd/ibs: Prevent leaking sensitive data to userspaceNamhyung Kim13 days1-6/+78
* | | | perf/x86/rapl: Fix error handling in init_rapl_pmus()Dhananjay Ugwekar2025-03-201-1/+6
* | | | perf/x86: Check data address for IBS software filterNamhyung Kim2025-03-171-4/+6
| |_|/ |/| |
* | | perf/x86/rapl: Add support for Intel Arrow Lake UAaron Ma2025-02-251-0/+1
* | | perf/x86/intel: Use better start period for frequency modeKan Liang2025-02-251-0/+85
* | | perf/x86: Fix low freqency setting issueKan Liang2025-02-251-1/+1
* | | perf/x86/intel: Fix event constraints for LNCKan Liang2025-02-202-14/+8
| |/ |/|
* | perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson2025-02-081-1/+4
* | perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang2025-02-081-8/+10
* | perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang2025-02-082-11/+9
* | perf/x86/rapl: Fix the error checking orderDhananjay Ugwekar2025-02-081-8/+4
|/
* Merge tag 'perf-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-2111-289/+486
|\