summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-291-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-04-2518-66/+1517
|\
| * drivers/perf: hisi: add NULL check for nameJunhao He2023-04-173-15/+20
| * drivers/perf: hisi: Remove redundant initialized of pmu->nameJunhao He2023-04-178-11/+8
| * perf/arm-cmn: Fix port detection for CMN-700Robin Murphy2023-04-141-27/+30
| * arm64: pmuv3: dynamically map PERF_COUNT_HW_BRANCH_INSTRUCTIONSStephane Eranian2023-04-111-4/+23
| * perf/arm-cmn: Validate cycles events fullyRobin Murphy2023-04-061-1/+1
| * drivers/perf: apple_m1: Add Apple M2 supportJanne Grunau2023-03-271-0/+14
| * perf: arm_cspmu: Fix variable dereference warningBesar Wicaksono2023-03-271-2/+4
| * perf/amlogic: Fix config1/config2 parsing issueJiucheng Xu2023-03-271-2/+6
| * drivers/perf: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
| * kbuild, drivers/perf: remove MODULE_LICENSE in non-modulesNick Alcock2023-03-271-1/+0
| * perf: qcom: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
| * perf: arm: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
| * perf/arm-cmn: Move overlapping wp_combine fieldIlkka Koskinen2023-03-271-1/+1
| * ARM: perf: Allow the use of the PMUv3 driver on 32bit ARMMarc Zyngier2023-03-272-4/+6
| * perf: pmuv3: Change GENMASK to GENMASK_ULLZaid Al-Bassam2023-03-271-2/+2
| * perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helperZaid Al-Bassam2023-03-271-1/+0
| * perf: pmuv3: Abstract PMU version checksZaid Al-Bassam2023-03-271-4/+3
| * arm64: perf: Abstract system register accesses awayMarc Zyngier2023-03-271-92/+23
| * arm64: perf: Move PMUv3 driver to drivers/perfMarc Zyngier2023-03-273-0/+1480
* | perf/amlogic: adjust register offsetsMarc Gonzalez2023-03-271-17/+17
|/
* Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-031-5/+2
|\
| * drivers/perf: RISC-V: Allow programming custom firmware eventsMayuresh Chitale2023-03-011-5/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-251-7/+57
|\ \ | |/ |/|
| * perf: RISC-V: Improve privilege mode filtering for perfAtish Patra2023-02-071-5/+22
| * perf: RISC-V: Define helper functions expose hpm counter width and countAtish Patra2023-02-071-2/+35
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-2113-92/+143
|\ \
| * | perf: arm_spe: Print the version of SPE detectedRob Herring2023-02-071-2/+2
| * | perf: arm_spe: Add support for SPEv1.2 inverted event filteringRob Herring2023-02-071-0/+45
| * | drivers/perf: fsl_imx8_ddr_perf: Remove set-but-not-used variableSascha Hauer2023-02-031-3/+0
| * | perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring2023-01-191-1/+3
| * | perf: arm_spe: Use new PMSIDR_EL1 register enumsRob Herring2023-01-191-10/+10
| * | perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessorsRob Herring2023-01-191-36/+34
| * | arm64: Drop SYS_ from SPE register definesRob Herring2023-01-191-43/+42
| * | perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring2023-01-191-2/+2
| * | perf/marvell: Add ACPI support to TAD uncore driverGowthami Thiagarajan2023-01-191-6/+16
| * | perf/marvell: Add ACPI support to DDR uncore driverGowthami Thiagarajan2023-01-191-0/+10
| * | perf/arm-cmn: Reset DTM_PMU_CONFIG at probeRobin Murphy2023-01-191-0/+1
| * | drivers/perf: hisi: Extract initialization of "cpa_pmu->pmu"Junhao He2023-01-191-15/+1
| * | drivers/perf: hisi: Simplify the parameters of hisi_pmu_init()Junhao He2023-01-197-10/+12
| * | drivers/perf: hisi: Advertise the PERF_PMU_CAP_NO_EXCLUDE capabilityJunhao He2023-01-191-0/+1
* | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-202-17/+2
|\ \ \
| * \ \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-1/+6
| |\ \ \ | | | |/ | | |/|
| * | | arm64, riscv, perf: Remove RCU_NONIDLE() usagePeter Zijlstra2023-01-132-17/+2
| | |/ | |/|
* | | arm_pmu: fix event CPU filteringMark Rutland2023-02-161-7/+1
| |/ |/|
* | Partially revert "perf/arm-cmn: Optimise DTC counter accesses"Robin Murphy2023-01-261-1/+6
|/
* Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-12-141-10/+24
|\
| * drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx coresHeiko Stuebner2022-10-271-10/+24
* | Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-9/+7
|\ \