summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-46/+2479
13 daysperf: arm_cspmu: Switch to acpi_get_cpu_uid() from get_acpi_id_for_cpu()Chengwen Feng1-2/+4
2026-03-26perf/arm-cmn: Fix resource_size_t printk specifier in arm_cmn_init_dtc()Nathan Chancellor1-1/+1
2026-03-26perf/arm-cmn: Fix incorrect error check for devm_ioremap()Chen Ni1-2/+2
2026-03-24perf: add NVIDIA Tegra410 C2C PMUBesar Wicaksono3-0/+1059
2026-03-24perf: add NVIDIA Tegra410 CPU Memory Latency PMUBesar Wicaksono3-0/+744
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 PCIE-TGT PMUBesar Wicaksono1-0/+321
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 PCIE PMUBesar Wicaksono1-5/+205
2026-03-24perf/arm_cspmu: Add arm_cspmu_acpi_dev_getBesar Wicaksono2-2/+34
2026-03-24perf/arm_cspmu: nvidia: Add Tegra410 UCF PMUBesar Wicaksono1-1/+86
2026-03-24perf/arm-cmn: Stop claiming entire iomem regionRobin Murphy1-38/+30
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-8/+8
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-9/+10
2026-02-03perf/arm-cmn: Reject unsupported hardware configurationsRobin Murphy1-1/+14
2026-02-03perf: arm_spe: Properly set hw.state on failuresLeo Yan1-6/+12
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-07perf/arm_dsu: Allow standard cycles eventsRobin Murphy1-3/+2
2026-01-07perf/arm_dsu: Support DSU-120Robin Murphy1-1/+7
2026-01-07perf/arm_dsu: Support DSU-110Robin Murphy1-10/+14
2026-01-05drivers: perf: use bitmap_empty() where appropriateYury Norov (NVIDIA)2-3/+2
2026-01-05perf/arm-cmn: Support CMN-600AERobin Murphy1-0/+4
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