summaryrefslogtreecommitdiff
path: root/drivers/perf/arm_spe_pmu.c
AgeCommit message (Expand)Author
2023-12-12arm: pmu: Share user ABI format mechanism with SPEJames Clark
2023-07-27drivers/perf: Explicitly include correct DT includesRob Herring
2023-02-07perf: arm_spe: Print the version of SPE detectedRob Herring
2023-02-07perf: arm_spe: Add support for SPEv1.2 inverted event filteringRob Herring
2023-01-19perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring
2023-01-19perf: arm_spe: Use new PMSIDR_EL1 register enumsRob Herring
2023-01-19perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessorsRob Herring
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2023-01-19perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-21arm64/sysreg: Fix a few missed conversionsNathan Chancellor
2022-09-07arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual
2022-07-19drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual
2022-05-06drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang
2021-06-01perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing
2021-05-25drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He
2021-03-25drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang
2021-01-20perf: Constify static struct attribute_groupRikard Falkeborn
2021-01-20drivers/perf: Add support for ARMv8.3-SPEWei Li
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-04-30drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin
2020-04-16drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov
2020-03-02perf: arm_spe: Remove unnecessary zero check on 'nr_pages'luanshi
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-27perf: arm_spe: Enable ACPI/Platform automatic module loadingJeremy Linton
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-13drivers/perf: arm_spe: Don't error on high-order pages for aux bufWill Deacon
2019-02-06perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier
2018-11-29perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire
2018-11-21perf: arm_spe: Enable automatic DT loadingJeremy Linton
2018-05-21perf: simplify getting .drvdataWolfram Sang
2018-03-27perf: arm_spe: include linux/vmalloc.h for vmap()Arnd Bergmann
2017-12-11perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon
2017-11-03perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose
2017-10-18drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon