summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-1/+1
2024-01-04Merge branch 'acpi-utils'Rafael J. Wysocki1-3/+1
2023-12-13drivers/perf: add DesignWare PCIe PMU driverShuai Xue3-0/+800
2023-12-13Revert "perf/arm_dmc620: Remove duplicate format attribute #defines"Will Deacon1-1/+21
2023-12-12perf/arm-cmn: Fail DTC counter allocation correctlyRobin Murphy1-1/+1
2023-12-12arm64: perf: Add support for event counting thresholdJames Clark1-1/+78
2023-12-12arm: pmu: Move error message and -EOPNOTSUPP to individual PMUsJames Clark3-10/+13
2023-12-12perf/arm_dmc620: Remove duplicate format attribute #definesJames Clark1-21/+1
2023-12-12arm: pmu: Share user ABI format mechanism with SPEJames Clark2-27/+16
2023-12-12arm64: perf: Include threshold control fields in PMEVTYPER maskJames Clark1-1/+8
2023-12-12arm: perf: Convert remaining fields to use GENMASKJames Clark1-1/+1
2023-12-12arm: perf: Use GENMASK for PMMIR fieldsJames Clark1-5/+3
2023-12-12arm: perf/kvm: Use GENMASK for ARMV8_PMU_PMCR_NJames Clark1-2/+2
2023-12-12arm: perf: Remove inlines from arm_pmuv3.cJames Clark1-23/+23
2023-12-12drivers/perf: arm_dsu_pmu: Remove kerneldoc-style comment syntaxWill Deacon1-3/+3
2023-12-12drivers/perf: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-06perf: arm_cspmu: drop redundant acpi_dev_uid_to_integer()Raag Jadav1-3/+1
2023-12-05perf: fsl_imx8_ddr: Add driver support for i.MX8DXL DDR PerfXu Yang1-0/+6
2023-12-05perf: fsl_imx8_ddr: Add AXI ID PORT CHANNEL filter supportXu Yang1-0/+39
2023-12-05drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'Anshuman Khandual1-1/+0
2023-12-05drivers/perf: hisi: Fix some event id for HiSilicon UC pmuJunhao He1-2/+2
2023-12-05drivers/perf: pmuv3: don't expose SW_INCR event in sysfsMark Rutland1-1/+5
2023-12-05drivers: perf: arm_pmuv3: Add new macro PMUV3_INIT_MAP_EVENT()Anshuman Khandual1-41/+20
2023-12-05perf/arm-cmn: Fix HN-F class_occup_id eventsRobin Murphy1-1/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+6
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+8
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hXiao Wang1-1/+1
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Palmer Dabbelt2-5/+8
2023-11-09drivers: perf: Do not broadcast to other cpus when starting a counterAlexandre Ghiti1-4/+2
2023-11-09drivers: perf: Check find_first_bit() return valueAlexandre Ghiti1-0/+5
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersIlkka Koskinen1-3/+3
2023-11-07perf: arm_cspmu: Reject events meant for other PMUsIlkka Koskinen1-0/+3
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds15-204/+642
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDRaag Jadav1-5/+3
2023-10-24perf: hisi: Fix use-after-free when register pmu failsJunhao He2-4/+4
2023-10-24drivers/perf: hisi_pcie: Initialize event->cpu only on successYicong Yang1-2/+2
2023-10-24drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Yicong Yang1-3/+4
2023-10-23perf/arm-cmn: Enable per-DTC counter allocationRobin Murphy1-8/+10
2023-10-23perf/arm-cmn: Rework DTC counters (again)Robin Murphy1-62/+64
2023-10-23perf/arm-cmn: Fix DTC domain detectionRobin Murphy1-2/+14
2023-10-20perf: qcom: use acpi_device_uid() for fetching _UIDRaag Jadav1-2/+2
2023-10-19drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Anshuman Khandual1-32/+12
2023-10-19drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyAnshuman Khandual1-1/+1
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Hao Chen1-4/+4
2023-10-17drivers/perf: xgene: Use device_get_match_data()Rob Herring1-24/+13
2023-10-17perf/amlogic: add missing MODULE_DEVICE_TABLEMarek Szyprowski1-0/+1
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+12
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportAlexandre Ghiti2-7/+12
2023-10-11arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-1/+0