summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAnusha Srivatsa <asrivats@redhat.com>2025-07-10 23:31:18 -0500
committerMaxime Ripard <mripard@kernel.org>2025-07-16 16:58:11 +0200
commit6a855c7f5685fa06d33727d62484e116478994d3 (patch)
tree8658ae0c32ee3b463eb99efaa2e0937e086f0e81 /tools/perf/scripts/python/flamegraph.py
parentdaeca2b7c7321bae49ceb7520004f2059e66d35c (diff)
downloadkernel-6a855c7f5685fa06d33727d62484e116478994d3.tar.gz
drm/panel/kd097d04: Use refcounted allocation in place of devm_kzalloc()
Move to using the new API devm_drm_panel_alloc() to allocate the panel. In the call to the new API, avoid using explicit type and use __typeof() for more type safety. Signed-off-by: Anusha Srivatsa <asrivats@redhat.com> Link: https://lore.kernel.org/r/20250710-b4-driver-convert-last-part-july-v1-7-de73ba81b2f5@redhat.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
/commit/arch/powerpc/kernel/setup-common.c?id=81d7cac4d11cc65f29be68c72759429d5194347a'>powerpc: Explicitly include correct DT includesRob Herring 2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin 2023-03-15powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy 2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin 2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld 2022-09-30powerpc: Add hardware description stringMichael Ellerman 2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds 2022-08-01powerpc: drop dependency on <asm/machdep.h> in archrandom.hYury Norov 2022-06-18powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman 2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds 2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko 2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli 2022-05-08powerpc: Add missing headersChristophe Leroy 2022-05-05powerpc: fix typos in commentsJulia Lawall 2022-02-03powerpc: Fix debug print in smp_setup_cpu_mapsFabiano Rosas 2021-11-29powerpc: Mark probe_machine() __init and staticMichael Ellerman 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport 2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport 2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy