aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf/xgene_pmu.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cGravatar Qi Liu 1-7/+4
2021-06-01perf: xgene_pmu: use DEVICE_ATTR_RO macroGravatar YueHaibing 1-3/+3
2021-03-25drivers/perf: convert sysfs sprintf family to sysfs_emitGravatar Qi Liu 1-2/+2
2021-02-10drivers/perf: Replace spin_lock_irqsave to spin_lockGravatar Qi Liu 1-3/+2
2020-09-18drivers/perf: xgene_pmu: Fix uninitialized resource structGravatar Mark Salter 1-15/+17
2020-07-17drivers/perf: Prevent forced unbinding of PMU driversGravatar Qi Liu 1-0/+1
2019-10-01perf: xgene: use devm_platform_ioremap_resource() to simplify codeGravatar YueHaibing 1-10/+4
2019-07-31perf: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+0
2019-01-31perf: xgene: Remove set but not used variable 'config'Gravatar YueHaibing 1-2/+0
2019-01-21perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEGravatar Andrew Murray 1-5/+1
2018-11-21drivers/perf: xgene: Add CPU hotplug supportGravatar Hoan Tran 1-7/+73
2018-06-18drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorGravatar Hoan Tran 1-1/+1
2018-03-16perf: Fix sibling iterationGravatar Peter Zijlstra 1-2/+2
2018-03-12perf/core: Remove perf_event::group_entryGravatar Peter Zijlstra 1-1/+1
2017-08-08perf: xgene: Remove unnecessary managed resources cleanupGravatar Tai Nguyen 1-52/+22
2017-06-22perf: xgene: Add support for SoC PMU version 3Gravatar Hoan Tran 1-29/+534
2017-06-22perf: xgene: Move PMU leaf functions into function pointer structureGravatar Hoan Tran 1-18/+65
2017-06-22perf: xgene: Parse PMU subnode from the match tableGravatar Hoan Tran 1-10/+30
2017-02-03perf: xgene: Include module.hGravatar Stephen Boyd 1-0/+1
2016-10-17perf: xgene: Remove bogus IS_ERR() checkGravatar Tai Nguyen 1-1/+1
2016-09-15perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverGravatar Tai Nguyen 1-0/+1398