aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf/xgene_pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov1-1/+1
2022-02-08perf: Replace acpi_bus_get_device()Rafael J. Wysocki1-4/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu1-7/+4
2021-06-01perf: xgene_pmu: use DEVICE_ATTR_RO macroYueHaibing1-3/+3
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu1-2/+2
2021-02-10drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu1-3/+2
2020-09-18drivers/perf: xgene_pmu: Fix uninitialized resource structMark Salter1-15/+17
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversQi Liu1-0/+1
2019-10-01perf: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-10/+4
2019-07-31perf: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2019-01-31perf: xgene: Remove set but not used variable 'config'YueHaibing1-2/+0
2019-01-21perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray1-5/+1
2018-11-21drivers/perf: xgene: Add CPU hotplug supportHoan Tran1-7/+73
2018-06-18drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorHoan Tran1-1/+1
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-2/+2
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-1/+1
2017-08-08perf: xgene: Remove unnecessary managed resources cleanupTai Nguyen1-52/+22
2017-06-22perf: xgene: Add support for SoC PMU version 3Hoan Tran1-29/+534
2017-06-22perf: xgene: Move PMU leaf functions into function pointer structureHoan Tran1-18/+65
2017-06-22perf: xgene: Parse PMU subnode from the match tableHoan Tran1-10/+30
2017-02-03perf: xgene: Include module.hStephen Boyd1-0/+1
2016-10-17perf: xgene: Remove bogus IS_ERR() checkTai Nguyen1-1/+1
2016-09-15perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverTai Nguyen1-0/+1398