aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)Author
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-03-27drivers/perf: arm_pmu_platform: do not warn about affinity on uniprocessorAlexander Monakov
2018-03-27perf: arm_spe: include linux/vmalloc.h for vmap()Arnd Bergmann
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar
2018-03-16perf: Fix sibling iterationPeter Zijlstra
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra
2018-03-06perf/arm-cci: Untangle global cci_ctrl_baseRobin Murphy
2018-03-06perf/arm-cci: Clean up model discoveryRobin Murphy
2018-03-06perf/arm-cci: Simplify CPU hotplugRobin Murphy
2018-03-06drivers/bus: Split Arm CCI driverRobin Murphy
2018-03-06drivers/bus: Move Arm CCN PMU driverRobin Murphy
2018-02-28arm_pmu: Use disable_irq_nosync when disabling SPI in CPU teardown hookWill Deacon
2018-02-20arm_pmu: acpi: request IRQs up-frontMark Rutland
2018-02-20arm_pmu: note IRQs and PMUs per-cpuMark Rutland
2018-02-20arm_pmu: explicitly enable/disable SPIs at hotplugMark Rutland
2018-02-20arm_pmu: acpi: check for mismatched PPIsMark Rutland
2018-02-20arm_pmu: add armpmu_alloc_atomic()Mark Rutland
2018-02-20arm_pmu: fold platform helpers into platform codeMark Rutland
2018-02-20arm_pmu: kill arm_pmu_platdataMark Rutland
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2018-01-15perf: dsu: Use signed field for dsu_pmu->num_countersSuzuki K Poulose
2018-01-12Merge branch 'for-next/perf' of git://git.kernel.org/pub/scm/linux/kernel/git...Catalin Marinas
2018-01-02perf: ARM DynamIQ Shared Unit PMU supportSuzuki K Poulose
2018-01-02arm_pmu: Use of_cpu_node_to_id helperSuzuki K Poulose
2017-12-11perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()Will Deacon
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-03perf: arm_spe: Prevent module unload while the PMU is in useSuzuki K Poulose
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24Merge branch 'for-next/perf' into aarch64/for-next/coreWill Deacon
2017-10-24arm/arm64: pmu: Distinguish percpu irq and percpu_devid irqJulien Thierry
2017-10-19perf: hisi: Add support for HiSilicon SoC DDRC PMU driverShaokun Zhang
2017-10-19perf: hisi: Add support for HiSilicon SoC HHA PMU driverShaokun Zhang
2017-10-19perf: hisi: Add support for HiSilicon SoC L3C PMU driverShaokun Zhang
2017-10-19perf: hisi: Add support for HiSilicon SoC uncore PMU driverShaokun Zhang
2017-10-18drivers/perf: Add support for ARMv8.2 Statistical Profiling ExtensionWill Deacon
2017-10-04drivers/perf: arm_pmu_acpi: drop redundant acpi_disabled checkShaokun Zhang
2017-10-02perf: qcom_l2_pmu: add event namesNeil Leeder
2017-09-22drivers/perf: arm_pmu_acpi: Release memory obtained by kasprintfArvind Yadav
2017-08-08arm64: perf: Allow standard PMUv3 events to be extended by the CPU typeWill Deacon
2017-08-08perf: xgene: Remove unnecessary managed resources cleanupTai Nguyen
2017-07-27drivers/perf: arm_pmu: Request PMU SPIs with IRQF_PER_CPUWill Deacon
2017-07-26perf: qcom_l2: fix column exclusion checkNeil Leeder
2017-07-20perf: Convert to using %pOF instead of full_nameRob Herring
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon
2017-06-22perf: xgene: Add support for SoC PMU version 3Hoan Tran
2017-06-22perf: xgene: Move PMU leaf functions into function pointer structureHoan Tran
2017-06-22perf: xgene: Parse PMU subnode from the match tableHoan Tran
2017-06-15drivers/perf: commonise PERF_EVENTS dependencyMark Rutland
2017-05-30drivers/perf: arm_pmu_acpi: avoid perf IRQ init when guest PMU is offWei Huang