summaryrefslogtreecommitdiff
path: root/drivers/perf
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-03perf/arm-cmn: Reject unsupported hardware configurationsRobin Murphy
2026-02-03perf: arm_spe: Properly set hw.state on failuresLeo Yan
2026-01-28perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-06perf/arm_dsu: Allow standard cycles eventsRobin Murphy
2026-01-06perf/arm_dsu: Support DSU-120Robin Murphy
2026-01-06perf/arm_dsu: Support DSU-110Robin Murphy
2026-01-05drivers: perf: use bitmap_empty() where appropriateYury Norov (NVIDIA)
2026-01-05perf/arm-cmn: Support CMN-600AERobin Murphy
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-24perf: arm_spe: Add support for filtering on data sourceJames Clark
2025-11-24perf/imx_ddr: Add support for PMU in DB (system interconnects)Joakim Zhang
2025-11-24perf/imx_ddr: Get and enable optional clksFrank Li
2025-11-24perf/imx_ddr: Move ida_alloc() from ddr_perf_init() to ddr_perf_probe()Frank Li
2025-11-16tools: riscv: Fixed misalignment of CSR related definitionsChen Pei
2025-11-07perf/arm-ni: Fix and optimise register offset calculationRobin Murphy
2025-11-03perf: arm_pmuv3: Add new Cortex and C1 CPU PMUsRob Herring (Arm)
2025-11-03perf: arm_cspmu: fix error handling in arm_cspmu_impl_unregister()Ma Ke
2025-11-03perf/arm-ni: Add NoC S3 supportRobin Murphy
2025-11-03perf/arm_cspmu: nvidia: Add pmevfiltr2 supportBesar Wicaksono
2025-11-03perf/arm_cspmu: nvidia: Add revision id matchingBesar Wicaksono
2025-11-03perf/arm_cspmu: Add pmpidr supportBesar Wicaksono
2025-11-03perf/arm_cspmu: Add callback to reset filter configBesar Wicaksono
2025-11-03perf: arm_pmuv3: Don't use PMCCNTR_EL0 on SMT coresYicong Yang
2025-10-27perf: arm_pmu: Kill last use of per-CPU cpu_armpmu pointerMarc Zyngier
2025-10-27perf: arm_spe_pmu: Request specific affinities for per CPU interruptsMarc Zyngier
2025-10-27perf: arm_pmu: Request specific affinities for per CPU NMIs/interruptsWill Deacon
2025-10-27genirq: Update request_percpu_nmi() to take an affinityMarc Zyngier
2025-10-27perf: arm_spe_pmu: Convert to new interrupt affinity retrieval APIMarc Zyngier
2025-10-27perf: arm_pmu: Convert to the new interrupt affinity retrieval APIMarc Zyngier
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-25drivers/perf: hisi: Add tt_core_deprecated for compatibilityYicong Yang
2025-09-24perf/dwc_pcie: Fix use of uninitialized variableIlkka Koskinen
2025-09-22drivers/perf: hisi: Add support for L3C PMU v3Yicong Yang
2025-09-22drivers/perf: hisi: Refactor the event configuration of L3C PMUYicong Yang
2025-09-22drivers/perf: hisi: Extend the field of tt_coreYicong Yang
2025-09-22drivers/perf: hisi: Extract the event filter check of L3C PMUYicong Yang
2025-09-22drivers/perf: hisi: Simplify the probe process of each L3C PMU versionYicong Yang
2025-09-22drivers/perf: hisi: Export hisi_uncore_pmu_isr()Yicong Yang
2025-09-22drivers/perf: hisi: Relax the event ID check in the frameworkYicong Yang
2025-09-22perf: Fujitsu: Add the Uncore PMU driverKoichi Okuno
2025-09-18perf: riscv: skip empty batches in counter startYunhui Cui
2025-09-18perf/arm-cmn: Fix CMN S3 DTM offsetRobin Murphy
2025-09-18perf: arm_spe: Prevent overflow in PERF_IDX2OFF()Leo Yan
2025-09-18drivers/perf: riscv: Remove redundant ternary operatorsLiao Yuanhong