aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.175 into kernel.lnx.4.14.r4-relNathan Chancellor2020-04-021-5/+2
|\
| * drivers/perf: arm_pmu_acpi: Fix incorrect checking of gicc pointerluanshi2020-04-021-5/+2
| * drivers/perf: arm_pmu: Fix failure path in PM notifierWill Deacon2019-08-061-1/+1
* | Merge "Merge android-4.14-p.78 (0560ddf) into msm-4.14"qctecmdr Service2018-11-091-1/+7
|\ \
| * | Merge android-4.14-p.77 (c2214bc) into msm-4.14Blagovest Kolenichev2018-10-221-1/+7
| |\|
| | * arm64: perf: Reject stand-alone CHAIN events for PMUv3Will Deacon2018-10-181-1/+7
* | | perf: Manage CPU hotplug events at core levelRaghavendra Rao Ananta2018-10-311-11/+3
|/ /
* | Merge "Merge android-4.14-p.70 (e601ab6) into msm-4.14"qctecmdr Service2018-10-171-1/+1
|\ \
| * | Merge android-4.14-p.67 (75ac55a) into msm-4.14Blagovest Kolenichev2018-10-051-1/+1
| |\|
| | * drivers/perf: xgene_pmu: Fix IOB SLOW PMU parser errorHoan Tran2018-08-241-1/+1
* | | perf: llcc: Preserve events across CPU hotplugsRaghavendra Rao Ananta2018-09-121-0/+1
|/ /
* | perf: arm: fix IRQ initializations in the driverRaghavendra Rao Ananta2018-04-131-3/+3
* | perf: Set the DSU PMU to be readable from any CPURaghavendra Rao Ananta2018-03-221-0/+1
* | perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose2018-03-221-1/+1
* | perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose2018-03-223-0/+853
* | arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose2018-03-221-12/+3
* | Merge changes I75d913f4,Iaf680027 into msm-4.14Linux Build Service Account2018-03-131-20/+3
|\ \
| * | perf: Remove BEAC registers from LLCC PMUJonathan Avila2018-03-061-21/+4
* | | perf: Mark LLCC PMU events as readable from any cpuJonathan Avila2018-03-051-1/+2
|/ /
* | drivers: msm: Remove all unused local variablesPrasad Sodagudi2018-02-151-10/+1
* | perf: Fix event cleanup across CPU hotplugsRaghavendra Rao Ananta2018-02-091-0/+9
* | perf: Introduce a LLCC PMUJonathan Avila2017-12-053-0/+222
* | perf: add hotplug supportRaghavendra Rao Ananta2017-11-091-74/+134
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfArvind Yadav2017-09-221-0/+1
* arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon2017-08-081-0/+6
* perf: xgene: Remove unnecessary managed resources cleanupTai Nguyen2017-08-081-52/+22
* drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon2017-07-271-14/+27
* perf: qcom_l2: fix column exclusion checkNeil Leeder2017-07-261-0/+2
* perf: Convert to using %pOF instead of full_nameRob Herring2017-07-201-5/+4
* Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-261-0/+11
|\
| * drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is offWei Huang2017-05-301-0/+11
* | 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
* | drivers/perf: commonise PERF_EVENTS dependencyMark Rutland2017-06-151-4/+5
|/
* drivers/perf: arm_pmu: add ACPI frameworkMark Rutland2017-04-114-2/+263
* drivers/perf: arm_pmu: split out platform device probe logicMark Rutland2017-04-113-223/+240
* drivers/perf: arm_pmu: move irq request/free into probeMark Rutland2017-04-111-5/+6
* drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland2017-04-111-36/+52
* drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland2017-04-111-10/+10
* drivers/perf: arm_pmu: handle no platform_deviceMark Rutland2017-04-111-3/+9
* drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland2017-04-111-2/+3
* drivers/perf: arm_pmu: factor out pmu registrationMark Rutland2017-04-111-14/+26
* drivers/perf: arm_pmu: fold init into allocMark Rutland2017-04-111-28/+24
* drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland2017-04-111-1/+1
* drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland2017-04-111-10/+3
* perf: qcom: Add L3 cache PMU driverAgustin Vega-Frias2017-04-033-0/+860
* drivers/perf: arm_pmu: split irq request from enableMark Rutland2017-03-311-103/+50
* drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland2017-03-311-150/+164