summaryrefslogtreecommitdiffstats
path: root/drivers/perf
AgeCommit message (Expand)AuthorLines
2025-09-18drivers/perf: hisi: Add support for HiSilicon MN PMU driverJunhao He-1/+412
2025-09-18drivers/perf: hisi: Add support for HiSilicon NoC PMUYicong Yang-1/+445
2025-09-18perf: arm_pmuv3: Factor out PMCCNTR_EL0 use conditionsYicong Yang-2/+27
2025-09-18perf: arm_spe: Add support for FEAT_SPE_EFT extended filteringJames Clark-0/+66
2025-09-18perf: arm_spe: Expose event filterLeo Yan-2/+20
2025-09-18perf: arm_spe: Support FEAT_SPEv1p4 filtersJames Clark-16/+7
2025-09-18perf/dwc_pcie: Support counting multiple lane events in parallelIlkka Koskinen-31/+130
2025-09-18drivers: perf: use us_to_ktime() where appropriateXichao Zhao-1/+1
2025-09-18perf: imx_perf: add support for i.MX94 platformXu Yang-0/+6
2025-09-16drivers/perf: riscv: Export PMU event info functionAtish Patra-55/+67
2025-09-16drivers/perf: riscv: Implement PMU event info functionAtish Patra-0/+69
2025-09-16drivers/perf: riscv: Add raw event v2 supportAtish Patra-5/+11
2025-09-16drivers/perf: riscv: Add SBI v3.0 flagAtish Patra-0/+4
2025-07-14drivers/perf: hisi: Support PMUs with no interruptYicong Yang-3/+8
2025-07-14drivers/perf: hisi: Relax the event number check of v2 PMUsJunhao He-6/+6
2025-07-14drivers/perf: hisi: Add support for HiSilicon SLLC v3 PMU driverJunhao He-0/+40
2025-07-14drivers/perf: hisi: Use ACPI driver_data to retrieve SLLC PMU informationJunhao He-60/+118
2025-07-14drivers/perf: hisi: Add support for HiSilicon DDRC v3 PMU driverJunhao He-0/+24
2025-07-14drivers/perf: hisi: Simplify the probe process for each DDRC versionJunhao He-188/+142
2025-07-14perf/arm-ni: Support sharing IRQs within an NI instanceShouping Wang-27/+55
2025-07-14perf/arm-ni: Consolidate CPU affinity handlingRobin Murphy-40/+34
2025-07-14perf/cxlpmu: Fix typos in cxl_pmu.c comments and documentationAlok Tiwari-3/+3
2025-07-14perf/cxlpmu: Remove unintended newline from IRQ name format stringAlok Tiwari-1/+1
2025-07-14perf/cxlpmu: Fix devm_kcalloc() argument order in cxl_pmu_probe()Alok Tiwari-2/+2
2025-07-08perf: arm_spe: Relax period restrictionLeo Yan-7/+11
2025-07-08perf: arm_pmuv3: Add support for the Branch Record Buffer Extension (BRBE)Rob Herring (Arm)-5/+982
2025-07-04perf/arm: Add missing .suppress_bind_attrsRobin Murphy-0/+2
2025-07-04perf/arm-cmn: Reduce stack usage during discoveryRobin Murphy-7/+8
2025-07-04perf: imx9_perf: make the read-only array mask static constColin Ian King-3/+5
2025-07-04perf/arm-cmn: Broaden module description for wider interconnect supportZhiyuan Dai-2/+2
2025-07-04perf/arm-ni: Set initial IRQ affinityRobin Murphy-0/+2
2025-05-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-32/+30
2025-05-21perf/apple_m1: Remove driver-specific throttle supportKan Liang-2/+1
2025-05-21perf/arm: Remove driver-specific throttle supportKan Liang-10/+5
2025-05-19perf/arm-cmn: Add CMN S3 ACPI bindingRobin Murphy-0/+1
2025-05-16perf/arm-cmn: Initialise cmn->cpu earlierRobin Murphy-1/+1
2025-05-09perf/amlogic: Replace smp_processor_id() with raw_smp_processor_id() in meson...Anand Moon-1/+1
2025-05-09perf/arm-cmn: Fix REQ2/SNP2 mixupRobin Murphy-4/+4
2025-04-17perf: Do not enable by default during compile testingKrzysztof Kozlowski-1/+1
2025-04-17perf: arm-ni: Fix missing platform_set_drvdata()Hongbo Yao-0/+1
2025-04-17perf: arm-ni: Unregister PMUs on probe failureHongbo Yao-18/+21
2025-04-17perf/arm-cmn: Remove CMN-600 DTC domain special caseRobin Murphy-7/+0
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+3
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+35
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-197/+190
2025-03-17perf/arm_cspmu: Fix missing io.h includeRobin Murphy-0/+1
2025-03-13perf/arm_cspmu: Add PMEVFILT2R supportRobin Murphy-2/+8
2025-03-13perf/arm_cspmu: Generalise event filteringRobin Murphy-40/+42
2025-03-13perf/arm_cspmu: Move register definitons to headerRobin Murphy-49/+50