aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_spe_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19perf/arm-spe: Assign parents for event_source deviceJonathan Cameron1-0/+1
2024-02-09perf: arm_spe: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-12arm: pmu: Share user ABI format mechanism with SPEJames Clark1-22/+0
2023-07-27drivers/perf: Explicitly include correct DT includesRob Herring1-2/+1
2023-02-07perf: arm_spe: Print the version of SPE detectedRob Herring1-2/+2
2023-02-07perf: arm_spe: Add support for SPEv1.2 inverted event filteringRob Herring1-0/+45
2023-01-19perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring1-1/+3
2023-01-19perf: arm_spe: Use new PMSIDR_EL1 register enumsRob Herring1-10/+10
2023-01-19perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessorsRob Herring1-36/+34
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring1-43/+42
2023-01-19perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring1-2/+2
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor1-3/+3
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual1-1/+3
2022-07-19drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual1-2/+20
2022-05-06drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang1-0/+3
2021-06-01perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-25drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He1-4/+1
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang1-2/+1
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn1-3/+3
2021-01-20drivers/perf: Add support for ARMv8.3-SPEWei Li1-2/+15
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu1-0/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+1
2020-04-30drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin1-3/+1
2020-04-16drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov1-2/+2
2020-03-02perf: arm_spe: Remove unnecessary zero check on 'nr_pages'luanshi1-1/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+10
2019-06-27perf: arm_spe: Enable ACPI/Platform automatic module loadingJeremy Linton1-2/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-13drivers/perf: arm_spe: Don't error on high-order pages for aux bufWill Deacon1-9/+1
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier1-3/+3
2018-11-29perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire1-0/+5
2018-11-21perf: arm_spe: Enable automatic DT loadingJeremy Linton1-0/+1
2018-05-21perf: simplify getting .drvdataWolfram Sang1-4/+2
2018-03-27perf: arm_spe: include linux/vmalloc.h for vmap()Arnd Bergmann1-0/+14
2017-12-11perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon1-0/+9
2017-11-03perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose1-0/+1
2017-10-18drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon1-0/+1248