summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorHarin Lee <me@harin.net>2025-11-25 03:04:59 +0900
committerTakashi Iwai <tiwai@suse.de>2025-11-25 08:02:16 +0100
commita2dbaeb5c61ef110ceefe0d48fe94d428d3bcf16 (patch)
tree0f607876cd91e47cbffb3dbbfff5f51a929f86a3 /tools/perf/scripts/python/task-analyzer.py
parent9bb003a1f98b11b80238d522778115ad07355149 (diff)
downloadkernel-a2dbaeb5c61ef110ceefe0d48fe94d428d3bcf16.tar.gz
ALSA: ctxfi: Refactor resource alloc for sparse mappings
Refactor atc_get_resources(), atc_connect_resources(), and atc_release_resources() to allocate resources based on maximum type definitions. This allows specific resources to be conditionally skipped based on capabilities. This is necessary for hardware variants where resource allocations do not follow a sequential order. Signed-off-by: Harin Lee <me@harin.net> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20251124180501.2760421-5-me@harin.net
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny 2020-12-07mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warningSerge Semin 2020-10-02mtd: maps: vmu-flash: fix typos for struct memcardBernard Zhao 2020-10-02mtd: physmap: Add Baikal-T1 physically mapped ROM supportSerge Semin 2020-10-02mtd: maps: vmu-flash: simplify the return expression of probe_maple_vmuLiu Shixin 2020-08-27mtd: maps: physmap: Retain mtd-name property from dtsChris Packham 2020-08-02mtd: Replace HTTP links with HTTPS onesAlexander A. Klimov 2020-06-05mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'Jason Yan 2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal 2020-03-24mtd: maps: sa1100-flash: Replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds 2020-01-27mtd: maps: physmap: Add minimal Runtime PM supportGeert Uytterhoeven 2020-01-27mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_...Jia-Ju Bai 2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig 2019-10-29mtd: physmap_of: add a hook for Intel IXP4xx flash probingLinus Walleij 2019-10-29mtd: maps: l440gx: Avoid printing address to dmesgFuqian Huang 2019-09-15mtd: pismo: Simplify getting the adapter of a clientWolfram Sang 2019-09-15mtd: pxa2xx: Use ioremap_cache insted of ioremap_cachedChristoph Hellwig 2019-08-20mtd: sa1100: Mark expected switch fall-throughGustavo A. R. Silva 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 467Thomas Gleixner 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner 2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada 2019-05-06mtd: maps: Make uclinux_ram_map staticThomas Huth 2019-05-06mtd: maps: Allow MTD_PHYSMAP with MTD_RAMChris Packham 2019-05-06mtd: maps: physmap: Store gpio_values correctlyChris Packham 2019-05-06mtd: physmap_of_gemini: remove extranous __xipram annotationArnd Bergmann