summaryrefslogtreecommitdiffstats
path: root/drivers/perf/arm_pmu_acpi.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08arm_pmu: acpi: handle allocation failureMark Rutland1-0/+1
2022-11-07arm_pmu: rework ACPI probingMark Rutland1-46/+49
2022-11-07arm_pmu: factor out PMU matchingMark Rutland1-2/+13
2022-11-07arm_pmu: acpi: factor out PMU<->CPU associationMark Rutland1-12/+17
2022-05-06perf: check return value of armpmu_request_irq()Ren Yu1-1/+3
2020-03-02drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointerluanshi1-5/+2
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+72
2019-06-27arm_pmu: acpi: spe: Add initial MADT/SPE probingJeremy Linton1-0/+72
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-20arm_pmu: acpi: request IRQs up-frontMark Rutland1-13/+6
2018-02-20arm_pmu: acpi: check for mismatched PPIsMark Rutland1-4/+38
2018-02-20arm_pmu: add armpmu_alloc_atomic()Mark Rutland1-1/+1
2017-10-04drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled checkShaokun Zhang1-3/+0
2017-09-22drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfArvind Yadav1-0/+1
2017-05-30drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is offWei Huang1-0/+11
2017-04-11drivers/perf: arm_pmu: add ACPI frameworkMark Rutland1-0/+256