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