aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-01ASoC: tegra: use snd_pcm_direction_name()Kuninori Morimoto1-8/+8
2024-08-01ASoC: fsl: lpc3xxx-i2s: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-08-01ASoC: sof: intel: use snd_pcm_direction_name()Kuninori Morimoto1-3/+1
2024-08-01ASoC: sof: pcm: use snd_pcm_direction_name()Kuninori Morimoto1-1/+1
2024-08-01ASoC: stm: use snd_pcm_direction_name()Kuninori Morimoto1-2/+2
2024-07-31ASoC: fsl: lpc3xxx-i2s: Remove set but not used variable 'savedbitclkrate'Yue Haibing1-3/+1
2024-07-30ASoC: rsnd: use pcm_dmaengine codeKuninori Morimoto5-87/+9
2024-07-30ASoC: rsnd: remove rsnd_mod_confirm_ssi() under DEBUGKuninori Morimoto2-11/+2
2024-07-29ASoC: tas2781: Add TAS2563 into the HeaderShenghao Ding1-3/+3
2024-07-29ASoC: codecs: wcd939x: Move max port number defines to enumKrzysztof Kozlowski1-3/+3
2024-07-29ASoC: codecs: wcd938x: Move max port number defines to enumKrzysztof Kozlowski1-2/+2
2024-07-29ASoC: codecs: wcd937x: Move max port number defines to enumKrzysztof Kozlowski1-17/+17
2024-07-29ASoC: codecs: wcd938x: Drop unused defines and enumsKrzysztof Kozlowski1-18/+0
2024-07-29ASoC: codecs: wsa884x: Use designator array initializers for Soundwire portsKrzysztof Kozlowski1-12/+22
2024-07-29ASoC: codecs: wsa883x: Use designator array initializers for Soundwire portsKrzysztof Kozlowski1-20/+22
2024-07-29ASoC: codecs: wsa881x: Use designator array initializers for Soundwire portsKrzysztof Kozlowski1-20/+22
2024-07-29ASoC: cs42l42: Convert comma to semicolonChen Ni1-6/+6
2024-07-29ASoC: dt-bindings: dlg,da7213: Convert to json-schemaGeert Uytterhoeven3-45/+104
2024-07-29ASoC: Use __counted_by() annotation for snd_soc_pcm_runtimeTakashi Iwai2-8/+8
2024-07-29ASoC: mediatek: mt8192: remove redundant null pointer check before of_node_putChen Ni1-3/+1
2024-07-29ASoC: sh: rz-ssi: Add full duplex supportBiju Das1-75/+182
2024-07-29ASoC: codecs: lpass-wsa-macro: Do not hard-code dai in VI mixerKrzysztof Kozlowski1-12/+13
2024-07-29ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer the errorMa Ke1-1/+3
2024-07-29ASoC: dt-bindings: qcom,apq8016-sbc-sndcard: move to separate bindingKrzysztof Kozlowski2-137/+205
2024-07-29ASoC: codecs: ES8326: suspend issueZhang Yi1-1/+3
2024-07-29ASoC: dt-bindings: fsl,imx-audio-es8328: Convert to dtschemaAnimesh Agarwal2-60/+111
2024-07-29ASoC: dt-bindings: ti,pcm512x: Convert to dtschemaAnimesh Agarwal2-53/+101
2024-07-29ASoC: codecs: wsa884x: Simplify handling variantKrzysztof Kozlowski1-3/+2
2024-07-29ASoC: codecs: wsa883x: Simplify handling variant/versionKrzysztof Kozlowski1-10/+7
2024-07-29ASoC: codecs: wsa883x: Handle reading version failureKrzysztof Kozlowski1-5/+11
2024-07-29ASoC: codecs: wsa881x: Drop unused version readoutKrzysztof Kozlowski1-2/+0
2024-07-29ASoC: dt-bindings: renesas,rz-ssi: Document port propertyBiju Das1-0/+4
2024-07-28Linux 6.11-rc1v6.11-rc1Linus Torvalds1-2/+2
2024-07-28minmax: simplify and clarify min_t()/max_t() implementationLinus Torvalds1-8/+11
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds7-10/+10
2024-07-29kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-07-28ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger1-1/+1
2024-07-28kbuild: rpm-pkg: ghost modules.weakdep fileJose Ignacio Tornos Martinez1-1/+1
2024-07-27hostfs: fix the host directory parse when mounting.Hongbo Li1-10/+55
2024-07-27fs: don't allow non-init s_user_ns for filesystems without FS_USERNS_MOUNTSeth Forshee (DigitalOcean)1-0/+11
2024-07-27ALSA: firewire-lib: fix wrong value as length of header for CIP_NO_HEADER caseTakashi Sakamoto1-2/+1
2024-07-27Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-07-26minmax: avoid overly complicated constant expressions in VM codeLinus Torvalds2-2/+9
2024-07-26minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-07-26nilfs2: handle inconsistent state in nilfs_btnode_create_block()Ryusuke Konishi2-7/+22
2024-07-26selftests/mm: skip test for non-LPA2 and non-LVA systemsDev Jain1-1/+15
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-26mm: memcg: add cacheline padding after lruvec in mem_cgroup_per_nodeRoman Gushchin1-0/+1
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan2-15/+18
2024-07-26decompress_bunzip2: fix rare decompression failureRoss Lagerwall1-1/+2