summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-16ASoC: xilinx: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: uniphier: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: tegra: name back to pcm_new()/pcm_free()Kuninori Morimoto-8/+8
2026-03-16ASoC: stm: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: sprd: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: sof: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: soc-generic-dmaengine-pcm: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: samsung: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: renesas: name back to pcm_new()/pcm_free()Kuninori Morimoto-6/+6
2026-03-16ASoC: qcom: name back to pcm_new()/pcm_free()Kuninori Morimoto-3/+3
2026-03-16ASoC: pxa: name back to pcm_new()/pcm_free()Kuninori Morimoto-4/+4
2026-03-16ASoC: mediatek: name back to pcm_new()/pcm_free()Kuninori Morimoto-4/+4
2026-03-16ASoC: loongson: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: kirkwood: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: intel: name back to pcm_new()/pcm_free()Kuninori Morimoto-9/+9
2026-03-16ASoC: google: name back to pcm_new()/pcm_free()Kuninori Morimoto-3/+3
2026-03-16ASoC: generic: name back to pcm_new()/pcm_free()Kuninori Morimoto-6/+6
2026-03-16ASoC: fsl: name back to pcm_new()/pcm_free()Kuninori Morimoto-9/+9
2026-03-16ASoC: dwc: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: codecs: rt5xxx-spi: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: codecs: cros_ec_codec: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: bcm: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: au1x: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: atmel: name back to pcm_new()/pcm_free()Kuninori Morimoto-1/+1
2026-03-16ASoC: apple: name back to pcm_new()/pcm_free()Kuninori Morimoto-2/+2
2026-03-16ASoC: amd: name back to pcm_new()/pcm_free()Kuninori Morimoto-8/+8
2026-03-16ASoC: soc-component: re-add pcm_new()/pcm_free()Kuninori Morimoto-1/+14
2026-03-16slab: remove alloc_full_sheaf()Vlastimil Babka (SUSE)-37/+20
2026-03-16ASoC: codec: arizona: Convert to use GPIO descriptorsLinus Walleij-78/+34
2026-03-16kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto b...Yonghong Song-0/+1
2026-03-16tools headers: Skip arm64 cputype.h checkLeo Yan-1/+0
2026-03-16locking: Add lock context annotations in the spinlock implementationBart Van Assche-4/+8
2026-03-16locking: Add lock context support in do_raw_{read,write}_trylock()Bart Van Assche-2/+12
2026-03-16locking: Fix rwlock support in <linux/spinlock_up.h>Bart Van Assche-10/+10
2026-03-16lockdep: Raise default stack trace limits when KASAN is enabledMikhail Gavrilov-0/+8
2026-03-16cleanup: Optimize guardsPeter Zijlstra-8/+11
2026-03-16jump_label: remove workaround for old compilers in initializationsThomas Weißschuh-9/+2
2026-03-16jump_label: use ATOMIC_INIT() for initialization of .enabledThomas Weißschuh-18/+2
2026-03-16futex: Convert to compiler context analysisPeter Zijlstra-6/+35
2026-03-16locking/rwsem: Fix logic error in rwsem_del_waiter()Andrei Vagin-2/+2
2026-03-16Merge branch 'arm64/for-next/read-once'Peter Zijlstra-5/+19
2026-03-16ntfs: fix ignoring unreachable code warningsHyunchul Lee-7/+2
2026-03-16ntfs: fix inconsistent indenting warningsHyunchul Lee-35/+35
2026-03-16ntfs: fix variable dereferenced before check warningsHyunchul Lee-13/+16
2026-03-16ntfs: prefer IS_ERR_OR_NULL() over manual NULL checkHyunchul Lee-2/+2
2026-03-16ntfs: harden ntfs_listxattr against EA entriesHyunchul Lee-18/+22
2026-03-16ntfs: harden ntfs_ea_lookup against malformed EA entriesHyunchul Lee-19/+17
2026-03-16ntfs: check $EA query-length in ntfs_ea_getHyunchul Lee-0/+5
2026-03-16ntfs: validate WSL EA payload sizesHyunchul Lee-2/+6
2026-03-16ntfs: fix WSL ea restore conditionHyunchul Lee-4/+4