summaryrefslogtreecommitdiffstats
path: root/drivers/perf/xgene_pmu.c
Commit message (Expand)AuthorAgeFilesLines
* perf: replace bitmap_weight with bitmap_empty where appropriateYury Norov2022-02-151-1/+1
* perf: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-081-4/+2
* drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu2021-06-111-7/+4
* perf: xgene_pmu: use DEVICE_ATTR_RO macroYueHaibing2021-06-011-3/+3
* drivers/perf: convert sysfs sprintf family to sysfs_emitQi Liu2021-03-251-2/+2
* drivers/perf: Replace spin_lock_irqsave to spin_lockQi Liu2021-02-101-3/+2
* drivers/perf: xgene_pmu: Fix uninitialized resource structMark Salter2020-09-181-15/+17
* drivers/perf: Prevent forced unbinding of PMU driversQi Liu2020-07-171-0/+1
* perf: xgene: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-011-10/+4
* perf: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+0
|\
| * perf: xgene: Remove set but not used variable 'config'YueHaibing2019-01-311-2/+0
* | perf/drivers: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDEAndrew Murray2019-01-211-5/+1
|/
* drivers/perf: xgene: Add CPU hotplug supportHoan Tran2018-11-211-7/+73
* drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorHoan Tran2018-06-181-1/+1
* perf: Fix sibling iterationPeter Zijlstra2018-03-161-2/+2
* perf/core: Remove perf_event::group_entryPeter Zijlstra2018-03-121-1/+1
* perf: xgene: Remove unnecessary managed resources cleanupTai Nguyen2017-08-081-52/+22
* perf: xgene: Add support for SoC PMU version 3Hoan Tran2017-06-221-29/+534
* perf: xgene: Move PMU leaf functions into function pointer structureHoan Tran2017-06-221-18/+65
* perf: xgene: Parse PMU subnode from the match tableHoan Tran2017-06-221-10/+30
* perf: xgene: Include module.hStephen Boyd2017-02-031-0/+1
* perf: xgene: Remove bogus IS_ERR() checkTai Nguyen2016-10-171-1/+1
* perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverTai Nguyen2016-09-151-0/+1398