summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-9/+7
| |/
* | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-1/+1
|\ \
| * | genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
| |/
* | Merge branch 'for-next/perf' into for-next/coreWill Deacon2022-12-0618-12/+2907
|\ \
| * | arm_pmu: Drop redundant armpmu->map_event() in armpmu_event_init()Anshuman Khandual2022-12-021-3/+0
| * | drivers/perf: hisi: Add TLP filter supportYicong Yang2022-11-291-1/+13
| * | drivers/perf: hisi: Fix some event id for hisi-pcie-pmuYicong Yang2022-11-291-4/+4
| * | perf/amlogic: Remove unused header inclusions of <linux/version.h>Jiapeng Chong2022-11-292-2/+0
| * | perf/amlogic: Fix build error for x86_64 allmodconfigJiucheng Xu2022-11-221-0/+1
| * | perf/amlogic: Add support for Amlogic meson G12 SoC DDR PMU driverJiucheng Xu2022-11-216-0/+974
| * | perf: arm_cspmu: Fix module cyclic dependencyBesar Wicaksono2022-11-181-3/+2
| * | perf: arm_cspmu: Fix build failure on x86_64Besar Wicaksono2022-11-181-1/+1
| * | perf: arm_cspmu: Fix modular builds due to missing MODULE_LICENSE()sWill Deacon2022-11-152-0/+4
| * | perf: arm_cspmu: Add support for NVIDIA SCF and MCF attributeBesar Wicaksono2022-11-154-1/+426
| * | perf: arm_cspmu: Add support for ARM CoreSight PMU driverBesar Wicaksono2022-11-156-0/+1465
| * | perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init()Shang XiaoJing2022-11-151-1/+7
| * | perf/arm_dmc620: Fix hotplug callback leak in dmc620_pmu_init()Shang XiaoJing2022-11-151-1/+7
| * | drivers: perf: marvell_cn10k: Fix hotplug callback leak in tad_pmu_init()Yuan Can2022-11-151-1/+5
| * | perf: arm_dsu: Fix hotplug callback leak in dsu_pmu_init()Yuan Can2022-11-151-1/+5
| |/
* | arm_pmu: acpi: handle allocation failureMark Rutland2022-11-081-0/+1
* | arm_pmu: rework ACPI probingMark Rutland2022-11-072-60/+52
* | arm_pmu: factor out PMU matchingMark Rutland2022-11-071-2/+13