aboutsummaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2023-12-12perf/arm-cmn: Fail DTC counter allocation correctlyGravatar Robin Murphy 1-1/+1
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-3/+6
2023-11-10Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+8
2023-11-09riscv: Rearrange hwcap.h and cpufeature.hGravatar Xiao Wang 1-1/+1
2023-11-09Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...Gravatar Palmer Dabbelt 2-5/+8
2023-11-09drivers: perf: Do not broadcast to other cpus when starting a counterGravatar Alexandre Ghiti 1-4/+2
2023-11-09drivers: perf: Check find_first_bit() return valueGravatar Alexandre Ghiti 1-0/+5
2023-11-07arm64/arm: arm_pmuv3: perf: Don't truncate 64-bit registersGravatar Ilkka Koskinen 1-3/+3
2023-11-07perf: arm_cspmu: Reject events meant for other PMUsGravatar Ilkka Koskinen 1-0/+3
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 15-204/+642
2023-10-25perf: arm_cspmu: use acpi_dev_hid_uid_match() for matching _HID and _UIDGravatar Raag Jadav 1-5/+3
2023-10-24perf: hisi: Fix use-after-free when register pmu failsGravatar Junhao He 2-4/+4
2023-10-24drivers/perf: hisi_pcie: Initialize event->cpu only on successGravatar Yicong Yang 1-2/+2
2023-10-24drivers/perf: hisi_pcie: Check the type first in pmu::event_init()Gravatar Yicong Yang 1-3/+4
2023-10-23perf/arm-cmn: Enable per-DTC counter allocationGravatar Robin Murphy 1-8/+10
2023-10-23perf/arm-cmn: Rework DTC counters (again)Gravatar Robin Murphy 1-62/+64
2023-10-23perf/arm-cmn: Fix DTC domain detectionGravatar Robin Murphy 1-2/+14
2023-10-20perf: qcom: use acpi_device_uid() for fetching _UIDGravatar Raag Jadav 1-2/+2
2023-10-19drivers: perf: arm_pmuv3: Drop some unused arguments from armv8_pmu_init()Gravatar Anshuman Khandual 1-32/+12
2023-10-19drivers: perf: arm_pmuv3: Read PMMIR_EL1 unconditionallyGravatar Anshuman Khandual 1-1/+1
2023-10-19drivers/perf: hisi: use cpuhp_state_remove_instance_nocalls() for hisi_hns3_p...Gravatar Hao Chen 1-4/+4
2023-10-17drivers/perf: xgene: Use device_get_match_data()Gravatar Rob Herring 1-24/+13
2023-10-17perf/amlogic: add missing MODULE_DEVICE_TABLEGravatar Marek Szyprowski 1-0/+1
2023-10-13Merge tag 'riscv-for-linus-6.6-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+12
2023-10-12drivers: perf: Fix panic in riscv SBI mmap supportGravatar Alexandre Ghiti 2-7/+12
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysGravatar Joel Granados 1-1/+0
2023-10-10perf: arm_cspmu: ampere_cspmu: Add support for Ampere SoC PMUGravatar Ilkka Koskinen 5-0/+293
2023-10-05perf: arm_cspmu: Support implementation specific validationGravatar Ilkka Koskinen 2-1/+10
2023-10-05perf: arm_cspmu: Support implementation specific filtersGravatar Ilkka Koskinen 2-4/+11
2023-10-05perf: arm_cspmu: Split 64-bit write to 32-bit writesGravatar Ilkka Koskinen 1-1/+4
2023-10-05perf: arm_cspmu: Separate Arm and vendor moduleGravatar Besar Wicaksono 6-60/+199
2023-09-29perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Gravatar Jing Zhang 1-1/+1
2023-09-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2023-09-05perf: CXL: fix mismatched number of counters maskGravatar Jeongtae Park 1-1/+1
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+328
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 18-135/+383
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-4/+6
2023-08-22KVM: arm64: pmu: Resync EL0 state on counter rotationGravatar Marc Zyngier 1-0/+2
2023-08-18arm_pmu: acpi: Add a representative platform device for TRBEGravatar Anshuman Khandual 1-0/+35
2023-08-18arm_pmu: acpi: Refactor arm_spe_acpi_register_device()Gravatar Anshuman Khandual 1-40/+64
2023-08-16drivers: perf: Implement perf event mmap support in the SBI backendGravatar Alexandre Ghiti 2-7/+195
2023-08-16drivers: perf: Implement perf event mmap support in the legacy backendGravatar Alexandre Ghiti 1-0/+26
2023-08-16riscv: Prepare for user-space perf event mmap supportGravatar Alexandre Ghiti 1-0/+105
2023-08-16drivers: perf: Rename riscv pmu sbi driverGravatar Alexandre Ghiti 1-2/+2
2023-08-16riscv: Make legacy counter enum match the HW numberingGravatar Alexandre Ghiti 1-1/+1
2023-08-16perf/imx_ddr: don't enable counter0 if none of 4 counters are usedGravatar Xu Yang 1-15/+9
2023-08-16perf/imx_ddr: speed up overflow frequency of cycleGravatar Xu Yang 1-0/+21
2023-08-16drivers/perf: hisi: Schedule perf session according to localityGravatar Yicong Yang 1-4/+13