summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-97/+445
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-41/+45
2025-11-24perf: arm_spe: Add support for filtering on data sourceJames Clark1-0/+37
2025-11-24perf/imx_ddr: Add support for PMU in DB (system interconnects)Joakim Zhang1-7/+60
2025-11-24perf/imx_ddr: Get and enable optional clksFrank Li1-0/+7
2025-11-24perf/imx_ddr: Move ida_alloc() from ddr_perf_init() to ddr_perf_probe()Frank Li1-9/+12
2025-11-16tools: riscv: Fixed misalignment of CSR related definitionsChen Pei1-1/+1
2025-11-07perf/arm-ni: Fix and optimise register offset calculationRobin Murphy1-9/+12
2025-11-03perf: arm_pmuv3: Add new Cortex and C1 CPU PMUsRob Herring (Arm)1-0/+14
2025-11-03perf: arm_cspmu: fix error handling in arm_cspmu_impl_unregister()Ma Ke1-1/+3
2025-11-03perf/arm-ni: Add NoC S3 supportRobin Murphy1-21/+71
2025-11-03perf/arm_cspmu: nvidia: Add pmevfiltr2 supportBesar Wicaksono1-43/+133
2025-11-03perf/arm_cspmu: nvidia: Add revision id matchingBesar Wicaksono1-10/+8
2025-11-03perf/arm_cspmu: Add pmpidr supportBesar Wicaksono3-6/+75
2025-11-03perf/arm_cspmu: Add callback to reset filter configBesar Wicaksono2-1/+7
2025-11-03perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT coresYicong Yang2-0/+16
2025-10-27perf: arm_pmu: Kill last use of per-CPU cpu_armpmu pointerMarc Zyngier2-6/+1
2025-10-27perf: arm_spe_pmu: Request specific affinities for per CPU interruptsMarc Zyngier1-2/+2
2025-10-27perf: arm_pmu: Request specific affinities for per CPU NMIs/interruptsWill Deacon3-21/+29
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier1-1/+1
2025-10-27perf: arm_spe_pmu: Convert to new interrupt affinity retrieval APIMarc Zyngier1-5/+4
2025-10-27perf: arm_pmu: Convert to the new interrupt affinity retrieval APIMarc Zyngier1-7/+9
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+29
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-50/+141
2025-09-30Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2025-09-25drivers/perf: hisi: Add tt_core_deprecated for compatibilityYicong Yang1-4/+29
2025-09-24perf/dwc_pcie: Fix use of uninitialized variableIlkka Koskinen1-1/+1
2025-09-22drivers/perf: hisi: Add support for L3C PMU v3Yicong Yang2-30/+324
2025-09-22drivers/perf: hisi: Refactor the event configuration of L3C PMUYicong Yang1-45/+84
2025-09-22drivers/perf: hisi: Extend the field of tt_coreYicong Yang1-2/+2
2025-09-22drivers/perf: hisi: Extract the event filter check of L3C PMUYicong Yang1-2/+8
2025-09-22drivers/perf: hisi: Simplify the probe process of each L3C PMU versionYicong Yang1-17/+26
2025-09-22drivers/perf: hisi: Export hisi_uncore_pmu_isr()Yicong Yang2-1/+3
2025-09-22drivers/perf: hisi: Relax the event ID check in the frameworkYicong Yang2-2/+3
2025-09-22perf: Fujitsu: Add the Uncore PMU driverKoichi Okuno3-0/+623
2025-09-19perf: riscv: skip empty batches in counter startYunhui Cui1-2/+4
2025-09-18perf/arm-cmn: Fix CMN S3 DTM offsetRobin Murphy1-3/+6
2025-09-18perf: arm_spe: Prevent overflow in PERF_IDX2OFF()Leo Yan1-1/+2
2025-09-18drivers/perf: riscv: Remove redundant ternary operatorsLiao Yuanhong1-1/+1
2025-09-18drivers/perf: hisi: Add support for HiSilicon MN PMU driverJunhao He2-1/+412
2025-09-18drivers/perf: hisi: Add support for HiSilicon NoC PMUYicong Yang2-1/+445
2025-09-18perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditionsYicong Yang1-2/+27
2025-09-18perf: arm_spe: Add support for FEAT_SPE_EFT extended filteringJames Clark1-0/+66
2025-09-18perf: arm_spe: Expose event filterLeo Yan1-2/+20
2025-09-18perf: arm_spe: Support FEAT_SPEv1p4 filtersJames Clark1-16/+7
2025-09-18perf/dwc_pcie: Support counting multiple lane events in parallelIlkka Koskinen1-31/+130
2025-09-18drivers: perf: use us_to_ktime() where appropriateXichao Zhao1-1/+1
2025-09-18perf: imx_perf: add support for i.MX94 platformXu Yang1-0/+6
2025-09-16drivers/perf: riscv: Export PMU event info functionAtish Patra1-55/+67
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra1-0/+69