aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-08perf: add qcom l2 cache perf events driverNeil Leeder3-0/+1023
2017-02-03perf: xgene: Include module.hStephen Boyd1-0/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-10-17perf: xgene: Remove bogus IS_ERR() checkTai Nguyen1-1/+1
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+1406
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+18
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+28
2016-09-19Merge tag 'xgene-drivers-for-4.9' of https://github.com/AppliedMicro/xgene-next into next/driversArnd Bergmann3-0/+1406
2016-09-16arm64: pmu: add fallback probe tableMark Salter1-1/+1
2016-09-15perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverTai Nguyen3-0/+1406
2016-09-09drivers/perf: arm_pmu: expose a cpumask in sysfsMark Rutland1-0/+20
2016-09-09drivers/perf: arm_pmu: only use common attr_groupsMark Rutland1-2/+1
2016-09-09drivers/perf: arm_pmu: add common attr group fieldsMark Rutland1-0/+3
2016-09-06drivers/perf: arm_pmu: Always consider IRQ0 as an errorMarc Zyngier1-6/+5
2016-09-02arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior1-26/+18
2016-09-02drivers/perf: arm_pmu: Fix NULL pointer dereference during probeStefan Wahren1-1/+1
2016-09-02drivers/perf: arm_pmu: Fix leak in error pathStefan Wahren1-0/+1
2016-08-09drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier1-3/+4
2016-08-09drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla1-9/+9
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+37
2016-07-20arm/perf: Fix hotplug state machine conversionSebastian Andrzej Siewior1-16/+37
2016-07-15arm/perf: Convert to hotplug state machineThomas Gleixner1-21/+15
2016-07-08drivers/perf: arm-pmu: Handle per-interrupt affinity maskMarc Zyngier1-5/+22
2016-06-15arm: pmu: Fix non-devicetree probingMark Salter1-1/+1
2016-06-03drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on errorJulien Grall1-0/+1
2016-06-03drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmuJulien Grall1-3/+3
2016-06-03drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfgJulien Grall1-4/+1
2016-05-05perf/arm: Special-case hetereogeneous CPUsMark Rutland1-0/+8
2016-04-21drivers/perf: arm-pmu: fix RCU usage on pmu resume from low-powerLorenzo Pieralisi1-2/+13
2016-03-21drivers/perf: arm_pmu: avoid NULL dereference when not using devicetreeWill Deacon1-4/+3
2016-02-26drivers/perf: arm_pmu: implement CPU_PM notifierLorenzo Pieralisi1-0/+95
2016-02-09drivers/perf: arm_pmu: make info messages more verboseDirk Behme1-2/+4
2016-01-25ARM: perf: Set ARMv7 SDER SUNIDEN bitMartin Fuzzey1-0/+9
2015-11-16drivers/perf: kill armpmu_registerMark Rutland1-9/+6
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2015-10-15drivers/perf: arm_pmu: avoid CPU device_node reference leakWill Deacon1-2/+8
2015-10-07arm64: perf: move to shared arm_pmu frameworkMark Rutland1-1/+1
2015-07-31arm: perf: factor arm_pmu core out to driversMark Rutland3-0/+937