summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1513-10/+3276
|\
| * perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose2017-11-031-0/+1
| * Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon2017-10-249-0/+3214
| |\
| | * perf: hisi: Add support for HiSilicon SoC DDRC PMU driverShaokun Zhang2017-10-192-1/+464
| | * perf: hisi: Add support for HiSilicon SoC HHA PMU driverShaokun Zhang2017-10-192-1/+474
| | * perf: hisi: Add support for HiSilicon SoC L3C PMU driverShaokun Zhang2017-10-192-1/+464
| | * perf: hisi: Add support for HiSilicon SoC uncore PMU driverShaokun Zhang2017-10-195-0/+558
| | * drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon2017-10-183-0/+1257
| * | arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry2017-10-242-7/+7
| * | drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled checkShaokun Zhang2017-10-041-3/+0
| * | perf: qcom_l2_pmu: add event namesNeil Leeder2017-10-021-0/+54
| |/
* | 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
* drivers/perf: arm_pmu: rework per-cpu allocationMark Rutland2017-03-311-22/+44
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* perf: add qcom l2 cache perf events driverNeil Leeder2017-02-083-0/+1023
* perf: xgene: Include module.hStephen Boyd2017-02-031-0/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* perf: xgene: Remove bogus IS_ERR() checkTai Nguyen2016-10-171-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-073-0/+1406
|\
| * Merge tag 'xgene-drivers-for-4.9' of https://github.com/AppliedMicro/xgene-ne...Arnd Bergmann2016-09-193-0/+1406
| |\
| | * perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driverTai Nguyen2016-09-153-0/+1406
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-26/+18
|\ \ \
| * | | arm/perf: Use multi instance instead of custom listSebastian Andrzej Siewior2016-09-021-26/+18
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-031-6/+28
|\ \ \
OpenPOWER on IntegriCloud