aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-09ASoC: sun4i-spdif: Always set the valid data to be the MSBMarcus Cooper1-3/+4
2024-12-09ASoC: sun4i-spdif: Add clock multiplier settingsGeorge Lander1-0/+7
2024-12-09ASoC: wm8985: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: wm8904: Remove use of i2c_match_id()Andrew Davis1-12/+1
2024-12-09ASoC: tpa6130a2: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: tlv320aic3x: Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-12-09ASoC: tlv320aic31xx: Remove use of i2c_match_id()Andrew Davis1-5/+1
2024-12-09ASoC: tlv320adc3xxx: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: tas5720: Remove use of i2c_match_id()Andrew Davis1-7/+3
2024-12-09ASoC: tas2781: Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-12-09ASoC: tas2562: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: ssm2602: Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-12-09ASoc: pcm6240: Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-12-09ASoC: pcm186x: Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-12-09ASoC: max98095: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: max98090: Remove use of i2c_match_id()Andrew Davis1-17/+1
2024-12-09ASoC: max98088: Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-12-09ASoC: alc5632: Remove use of i2c_match_id()Andrew Davis1-3/+3
2024-12-09ASoC: alc5623: Remove use of i2c_match_id()Andrew Davis1-5/+5
2024-12-09ASoC: adau1977: Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-12-09ASoC: adau1781: Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-12-09ASoC: adau1761: Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-12-09ASoC: ad193x: Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-12-09ASoC: dt-bindings: qcom,wcd9335: Drop number of DAIs from the headerKrzysztof Kozlowski1-1/+0
2024-12-09ASoC: codecs: wcd9335: Add define for number of DAIsKrzysztof Kozlowski1-0/+2
2024-12-09ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptopsSimon Trimmer1-0/+43
2024-12-09ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address structSimon Trimmer1-3/+3
2024-12-09ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 supportBard Liao1-0/+77
2024-12-09ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13 supportBard Liao1-0/+70
2024-12-09ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 supportBard Liao1-0/+71
2024-12-09ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC quirkSimon Trimmer1-0/+2
2024-12-09ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7Simon Trimmer1-2/+3
2024-12-09ASoC: Intel: sof_sdw: improve the log of DAI link numbersBard Liao1-1/+1
2024-12-09ASoC: Intel: sof_sdw: reduce log level for not using internal dmicBard Liao1-1/+1
2024-12-09ASoC: Intel: sof_sdw: correct mach_params->dmic_numBard Liao1-10/+14
2024-12-08Linux 6.13-rc2v6.13-rc2Linus Torvalds1-1/+1
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada1-2/+2
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner1-1/+1
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson1-1/+1
2024-12-06selftests/bpf: Add more test cases for LPM trieHou Tao1-0/+395
2024-12-06selftests/bpf: Move test_lpm_map.c to map_testsHou Tao3-9/+4
2024-12-06bpf: Use raw_spinlock_t for LPM trieHou Tao1-6/+6
2024-12-06bpf: Switch to bpf mem allocator for LPM trieHou Tao1-23/+48
2024-12-06bpf: Fix exact match conditions in trie_get_next_key()Hou Tao1-2/+2
2024-12-06bpf: Handle in-place update for full LPM trie correctlyHou Tao1-23/+21
2024-12-06bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trieHou Tao1-3/+20
2024-12-06bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elemHou Tao1-3/+1
2024-12-06bpf: Remove unnecessary check when updating LPM trieHou Tao1-2/+1
2024-12-06blk-mq: move cpuhp callback registering out of q->sysfs_lockMing Lei1-11/+92
2024-12-06blk-mq: register cpuhp callback after hctx is added to xarray tableMing Lei1-8/+7