summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_spe_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* perf: arm_spe: Print the version of SPE detectedRob Herring2023-02-071-2/+2
* perf: arm_spe: Add support for SPEv1.2 inverted event filteringRob Herring2023-02-071-0/+45
* perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring2023-01-191-1/+3
* perf: arm_spe: Use new PMSIDR_EL1 register enumsRob Herring2023-01-191-10/+10
* perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessorsRob Herring2023-01-191-36/+34
* arm64: Drop SYS_ from SPE register definesRob Herring2023-01-191-43/+42
* perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring2023-01-191-2/+2
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+3
|\
| * arm64/perf: Assert all platform event flags are within PERF_EVENT_FLAG_ARCHAnshuman Khandual2022-09-071-1/+3
* | arm64/sysreg: Fix a few missed conversionsNathan Chancellor2022-09-211-3/+3
|/
* drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CXAnshuman Khandual2022-07-191-2/+20
* drivers/perf: arm_spe: Expose saturating counter to 16-bitShaokun Zhang2022-05-061-0/+3
* perf: arm_spe: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-4/+3
* drivers/perf: arm_spe_pmu: Fix some coding style issuesJunhao He2021-05-251-4/+1
* drivers/perf: convert sysfs snprintf family to sysfs_emitZihao Tang2021-03-251-2/+1
* perf: Constify static struct attribute_groupRikard Falkeborn2021-01-201-3/+3
* drivers/perf: Add support for ARMv8.3-SPEWei Li2021-01-201-2/+15
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* drivers/perf: Prevent forced unbinding of PMU driversQi Liu2020-07-171-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-011-3/+1
|\
| * drivers/perf: arm_spe_pmu: Avoid duplicate printoutsTang Bin2020-04-301-3/+1
* | drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
|/
* perf: arm_spe: Remove unnecessary zero check on 'nr_pages'luanshi2020-03-021-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-2/+10
|\
| * perf: arm_spe: Enable ACPI/Platform automatic module loadingJeremy Linton2019-06-271-2/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* drivers/perf: arm_spe: Don't error on high-order pages for aux bufWill Deacon2019-05-131-9/+1
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-3/+3
* perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire2018-11-291-0/+5
* perf: arm_spe: Enable automatic DT loadingJeremy Linton2018-11-211-0/+1
* perf: simplify getting .drvdataWolfram Sang2018-05-211-4/+2
* perf: arm_spe: include linux/vmalloc.h for vmap()Arnd Bergmann2018-03-271-0/+14
* perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon2017-12-111-0/+9
* perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose2017-11-031-0/+1
* drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon2017-10-181-0/+1248