summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon-0/+6
2017-08-08perf: xgene: Remove unnecessary managed resources cleanupTai Nguyen-52/+22
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon-14/+27
2017-07-26perf: qcom_l2: fix column exclusion checkNeil Leeder-0/+2
2017-07-20perf: Convert to using %pOF instead of full_nameRob Herring-5/+4
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon-0/+11
2017-06-22perf: xgene: Add support for SoC PMU version 3Hoan Tran-29/+534
2017-06-22perf: xgene: Move PMU leaf functions into function pointer structureHoan Tran-18/+65
2017-06-22perf: xgene: Parse PMU subnode from the match tableHoan Tran-10/+30
2017-06-15drivers/perf: commonise PERF_EVENTS dependencyMark Rutland-4/+5
2017-05-30drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is offWei Huang-0/+11
2017-04-11drivers/perf: arm_pmu: add ACPI frameworkMark Rutland-2/+263
2017-04-11drivers/perf: arm_pmu: split out platform device probe logicMark Rutland-223/+240
2017-04-11drivers/perf: arm_pmu: move irq request/free into probeMark Rutland-5/+6
2017-04-11drivers/perf: arm_pmu: split cpu-local irq request/freeMark Rutland-36/+52
2017-04-11drivers/perf: arm_pmu: rename irq request/free functionsMark Rutland-10/+10
2017-04-11drivers/perf: arm_pmu: handle no platform_deviceMark Rutland-3/+9
2017-04-11drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Mark Rutland-2/+3
2017-04-11drivers/perf: arm_pmu: factor out pmu registrationMark Rutland-14/+26
2017-04-11drivers/perf: arm_pmu: fold init into allocMark Rutland-28/+24
2017-04-11drivers/perf: arm_pmu: define armpmu_init_fnMark Rutland-1/+1
2017-04-11drivers/perf: arm_pmu: remove pointless PMU disablingMark Rutland-10/+3
2017-04-03perf: qcom: Add L3 cache PMU driverAgustin Vega-Frias-0/+860
2017-03-31drivers/perf: arm_pmu: split irq request from enableMark Rutland-103/+50
2017-03-31drivers/perf: arm_pmu: manage interrupts per-cpuMark Rutland-150/+164
2017-03-31drivers/perf: arm_pmu: rework per-cpu allocationMark Rutland-22/+44
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-02-08perf: add qcom l2 cache perf events driverNeil Leeder-0/+1023
2017-02-03perf: xgene: Include module.hStephen Boyd-0/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner-1/+1
2016-10-17perf: xgene: Remove bogus IS_ERR() checkTai Nguyen-1/+1
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1406
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-26/+18
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-6/+28
2016-09-19Merge tag 'xgene-drivers-for-4.9' of https://github.com/AppliedMicro/xgene-ne...Arnd Bergmann-0/+1406
2016-09-16arm64: pmu: add fallback probe tableMark Salter-1/+1
2016-09-15perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverTai Nguyen-0/+1406
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland-0/+20
2016-09-09drivers/perf: arm_pmu: only use common attr_groupsMark Rutland-2/+1
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsMark Rutland-0/+3
2016-09-06drivers/perf: arm_pmu: Always consider IRQ0 as an errorMarc Zyngier-6/+5
2016-09-02arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior-26/+18
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren-1/+1
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren-0/+1
2016-08-09drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier-3/+4
2016-08-09drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla-9/+9
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-22/+37
2016-07-20arm/perf: Fix hotplug state machine conversionSebastian Andrzej Siewior-16/+37
2016-07-15arm/perf: Convert to hotplug state machineThomas Gleixner-21/+15
2016-07-08drivers/perf: arm-pmu: Handle per-interrupt affinity maskMarc Zyngier-5/+22