summaryrefslogtreecommitdiffstats
path: root/drivers/perf
Commit message (Expand)AuthorAgeFilesLines
* perf/arm-cmn: Workaround AmpereOneX errata AC04_MESH_1 (incorrect child count)Ilkka Koskinen2024-02-091-0/+11
* perf: CXL: fix mismatched cpmu event opcodeHojin Nam2024-02-091-1/+1
* Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-091-3/+1
|\
| * Merge branch 'acpi-utils'Rafael J. Wysocki2024-01-041-3/+1
| |\
| | * perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Raag Jadav2023-12-061-3/+1
* | | Merge branch 'for-next/fixes' into for-next/coreWill Deacon2024-01-041-1/+1
|\| |
| * | perf/arm-cmn: Fail DTC counter allocation correctlyRobin Murphy2023-12-121-1/+1
| |/
* | drivers/perf: add DesignWare PCIe PMU driverShuai Xue2023-12-133-0/+800
* | Revert "perf/arm_dmc620: Remove duplicate format attribute #defines"Will Deacon2023-12-131-1/+21
* | arm64: perf: Add support for event counting thresholdJames Clark2023-12-121-1/+78
* | arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark2023-12-123-10/+13
* | perf/arm_dmc620: Remove duplicate format attribute #definesJames Clark2023-12-121-21/+1
* | arm: pmu: Share user ABI format mechanism with SPEJames Clark2023-12-122-27/+16
* | arm64: perf: Include threshold control fields in PMEVTYPER maskJames Clark2023-12-121-1/+8
* | arm: perf: Convert remaining fields to use GENMASKJames Clark2023-12-121-1/+1
* | arm: perf: Use GENMASK for PMMIR fieldsJames Clark2023-12-121-5/+3
* | arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark2023-12-121-2/+2
* | arm: perf: Remove inlines from arm_pmuv3.cJames Clark2023-12-121-23/+23
* | drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntaxWill Deacon2023-12-121-3/+3
* | drivers/perf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-121-3/+3
* | perf: fsl_imx8_ddr: Add driver support for i.MX8DXL DDR PerfXu Yang2023-12-051-0/+6
* | perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter supportXu Yang2023-12-051-0/+39
* | drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'Anshuman Khandual2023-12-051-1/+0
* | drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He2023-12-051-2/+2
* | drivers/perf: pmuv3: don't expose SW_INCR event in sysfsMark Rutland2023-12-051-1/+5
* | drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()Anshuman Khandual2023-12-051-41/+20
* | perf/arm-cmn: Fix HN-F class_occup_id eventsRobin Murphy2023-12-051-1/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-11-102-3/+6
|\
| * arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen2023-11-071-3/+3
| * perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen2023-11-071-0/+3
* | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-5/+8
|\ \
| * | riscv: Rearrange hwcap.h and cpufeature.hXiao Wang2023-11-091-1/+1
| * | Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2023-11-092-5/+8
| |\ \
| | * | drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti2023-11-091-4/+2
| * | | drivers: perf: Check find_first_bit() return valueAlexandre Ghiti2023-11-091-0/+5
* | | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \ \ \
| * | | | arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados2023-10-101-1/+0
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-11-0115-204/+642
|\ \ \ \ | | |_|/ | |/| |
| * | | perf: hisi: Fix use-after-free when register pmu failsJunhao He2023-10-242-4/+4
| * | | drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang2023-10-241-2/+2
| * | | drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang2023-10-241-3/+4
| * | | perf/arm-cmn: Enable per-DTC counter allocationRobin Murphy2023-10-231-8/+10
| * | | perf/arm-cmn: Rework DTC counters (again)Robin Murphy2023-10-231-62/+64
| * | | perf/arm-cmn: Fix DTC domain detectionRobin Murphy2023-10-231-2/+14
| * | | drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Anshuman Khandual2023-10-191-32/+12
| * | | drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyAnshuman Khandual2023-10-191-1/+1
| * | | drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen2023-10-191-4/+4
| * | | drivers/perf: xgene: Use device_get_match_data()Rob Herring2023-10-171-24/+13
| * | | perf/amlogic: add missing MODULE_DEVICE_TABLEMarek Szyprowski2023-10-171-0/+1
| * | | perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUIlkka Koskinen2023-10-105-0/+293