summaryrefslogtreecommitdiff
path: root/arch/x86/events
AgeCommit message (Expand)AuthorFilesLines
2023-05-30perf/x86/uncore: Correct the number of CHAs on SPRKan Liang1-0/+11
2023-05-17perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stubSean Christopherson1-5/+1
2023-03-30perf/x86/amd/core: Always clear status for idxBreno Leitao1-2/+1
2023-03-10perf/x86/intel/uncore: Add Meteor Lake supportKan Liang3-0/+169
2023-03-10x86/perf/zhaoxin: Add stepping check for ZXCsilviazhao1-1/+7
2023-03-10perf/x86/intel/ds: Fix the conversion from TSC to perf timeKan Liang1-9/+26
2023-02-22perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson1-5/+7
2023-02-09perf/x86/intel/cstate: Add Emerald RapidsKan Liang1-0/+1
2023-02-09perf/x86/intel: Add Emerald RapidsKan Liang1-0/+1
2023-02-01perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2023-02-01perf/x86/intel/uncore: Add Emerald RapidsKan Liang1-0/+1
2023-02-01perf/x86/msr: Add Emerald RapidsKan Liang1-0/+1
2023-02-01perf/x86/msr: Add Meteor Lake supportKan Liang1-0/+2
2023-02-01perf/x86/cstate: Add Meteor Lake supportKan Liang1-9/+12
2023-01-24perf/x86/rapl: Add support for Intel Emerald RapidsZhang Rui1-0/+1
2023-01-24perf/x86/rapl: Add support for Intel Meteor LakeZhang Rui1-0/+2
2023-01-24perf/x86/rapl: Treat Tigerlake like IcelakeChris Wilson1-0/+2
2023-01-07perf/x86/intel/uncore: Clear attr_update properlyAlexander Antonov1-1/+16
2023-01-07perf/x86/intel/uncore: Disable I/O stacks to PMU mapping on ICX-DAlexander Antonov2-0/+6
2022-12-31perf/x86/intel/uncore: Fix reference count leak in __uncore_imc_init_box()Xiongfeng Wang1-0/+3
2022-12-31perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()Xiongfeng Wang1-0/+2
2022-12-31perf/x86/intel/uncore: Fix reference count leak in hswep_has_limit_sbox()Xiongfeng Wang1-0/+1
2022-12-31perf/x86/intel/uncore: Fix reference count leak in sad_cfg_iio_topology()Xiongfeng Wang1-0/+2
2022-11-16perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter1-0/+9
2022-11-16perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria1-3/+2
2022-11-09perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das1-0/+1
2022-11-02perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang1-0/+1
2022-11-02perf/x86/intel: Fix pebs event constraints for SPRKan Liang1-2/+7
2022-11-02perf/x86/intel: Fix pebs event constraints for ICLKan Liang1-2/+7
2022-11-02perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui1-5/+1
2022-10-27perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLRavi Bangoria1-1/+1
2022-10-27perf/x86/rapl: Add support for Intel Raptor LakeZhang Rui1-0/+3
2022-10-27perf/x86/rapl: Add support for Intel AlderLake-NZhang Rui1-0/+1
2022-10-20perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky1-1/+1
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-516/+1499
2022-09-29perf/x86/amd/lbr: Adjust LBR regardless of filteringStephane Eranian1-2/+6
2022-09-29perf/x86/utils: Fix uninitialized var in get_branch_type()Stephane Eranian1-0/+4
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria1-1/+7
2022-09-29perf/x86/amd: Support PERF_SAMPLE_ADDRRavi Bangoria1-1/+7
2022-09-29perf/x86/amd: Support PERF_SAMPLE_{WEIGHT|WEIGHT_STRUCT}Ravi Bangoria1-1/+16
2022-09-29perf/x86/amd: Support PERF_SAMPLE_DATA_SRCRavi Bangoria1-6/+312
2022-09-29perf/x86/uncore: Add new Raptor Lake S supportKan Liang1-0/+1
2022-09-29perf/x86/cstate: Add new Raptor Lake S supportKan Liang1-0/+1
2022-09-29perf/x86/msr: Add new Raptor Lake S supportKan Liang1-0/+1
2022-09-29perf/x86: Add new Raptor Lake S supportKan Liang1-0/+1
2022-09-29Merge branch 'v6.0-rc7'Peter Zijlstra4-8/+38
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-0/+1
2022-09-27perf: Use sample_flags for addrNamhyung Kim1-2/+6
2022-09-13perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim2-13/+0
2022-09-13perf: Use sample_flags for callchainNamhyung Kim2-3/+9