aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-09-22drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfGravatar Arvind Yadav 1-0/+1
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeGravatar Will Deacon 1-0/+6
2017-08-08perf: xgene: Remove unnecessary managed resources cleanupGravatar Tai Nguyen 1-52/+22
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUGravatar Will Deacon 1-14/+27
2017-07-26perf: qcom_l2: fix column exclusion checkGravatar Neil Leeder 1-0/+2
2017-07-20perf: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-5/+4
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreGravatar Will Deacon 1-0/+11
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-06-15drivers/perf: commonise PERF_EVENTS dependencyGravatar Mark Rutland 1-4/+5
2017-05-30drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is offGravatar Wei Huang 1-0/+11
2017-04-11drivers/perf: arm_pmu: add ACPI frameworkGravatar Mark Rutland 4-2/+263
2017-04-11drivers/perf: arm_pmu: split out platform device probe logicGravatar Mark Rutland 3-223/+240
2017-04-11drivers/perf: arm_pmu: move irq request/free into probeGravatar Mark Rutland 1-5/+6
2017-04-11drivers/perf: arm_pmu: split cpu-local irq request/freeGravatar Mark Rutland 1-36/+52
2017-04-11drivers/perf: arm_pmu: rename irq request/free functionsGravatar Mark Rutland 1-10/+10
2017-04-11drivers/perf: arm_pmu: handle no platform_deviceGravatar Mark Rutland 1-3/+9
2017-04-11drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()Gravatar Mark Rutland 1-2/+3
2017-04-11drivers/perf: arm_pmu: factor out pmu registrationGravatar Mark Rutland 1-14/+26
2017-04-11drivers/perf: arm_pmu: fold init into allocGravatar Mark Rutland 1-28/+24
2017-04-11drivers/perf: arm_pmu: define armpmu_init_fnGravatar Mark Rutland 1-1/+1
2017-04-11drivers/perf: arm_pmu: remove pointless PMU disablingGravatar Mark Rutland 1-10/+3
2017-04-03perf: qcom: Add L3 cache PMU driverGravatar Agustin Vega-Frias 3-0/+860
2017-03-31drivers/perf: arm_pmu: split irq request from enableGravatar Mark Rutland 1-103/+50
2017-03-31drivers/perf: arm_pmu: manage interrupts per-cpuGravatar Mark Rutland 1-150/+164
2017-03-31drivers/perf: arm_pmu: rework per-cpu allocationGravatar Mark Rutland 1-22/+44
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-08perf: add qcom l2 cache perf events driverGravatar Neil Leeder 3-0/+1023
2017-02-03perf: xgene: Include module.hGravatar Stephen Boyd 1-0/+1
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 1-1/+1
2016-10-17perf: xgene: Remove bogus IS_ERR() checkGravatar Tai Nguyen 1-1/+1
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+1406
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-26/+18
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-6/+28
2016-09-19Merge tag 'xgene-drivers-for-4.9' of https://github.com/AppliedMicro/xgene-ne...Gravatar Arnd Bergmann 3-0/+1406
2016-09-16arm64: pmu: add fallback probe tableGravatar Mark Salter 1-1/+1
2016-09-15perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverGravatar Tai Nguyen 3-0/+1406
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsGravatar Mark Rutland 1-0/+20
2016-09-09drivers/perf: arm_pmu: only use common attr_groupsGravatar Mark Rutland 1-2/+1
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsGravatar Mark Rutland 1-0/+3
2016-09-06drivers/perf: arm_pmu: Always consider IRQ0 as an errorGravatar Marc Zyngier 1-6/+5
2016-09-02arm/perf: Use multi instance instead of custom listGravatar Sebastian Andrzej Siewior 1-26/+18
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeGravatar Stefan Wahren 1-1/+1
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathGravatar Stefan Wahren 1-0/+1
2016-08-09drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyGravatar Marc Zyngier 1-3/+4
2016-08-09drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockGravatar Sudeep Holla 1-9/+9
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-22/+37
2016-07-20arm/perf: Fix hotplug state machine conversionGravatar Sebastian Andrzej Siewior 1-16/+37